index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
ip6_mroute.h
Age
Commit message (
Expand
)
Author
2022-05-05
Use static objects for struct rttimer_queue instead of dynamically
Claudio Jeker
2022-05-04
Move rttimer callback function from the rttimer itself to rttimer_queue.
Claudio Jeker
2022-04-28
In the multicast router code don't allocate a rt timer queue for each
Claudio Jeker
2017-05-16
Make the IPv6 multicast routing code use the OpenBSD routing table
Rafael Zalamena
2017-05-08
Added initial IPv6 multicast routing support for multiple rdomains:
Rafael Zalamena
2017-02-01
In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with
David Hill
2016-12-22
Remove PIM support from the multicast stack.
Rafael Zalamena
2015-06-08
More damned eye searing whitespace. No change to .o files.
Kenneth R Westerback
2015-02-09
Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and the
Claudio Jeker
2014-07-09
Kill unused route storages.
Martin Pieuchot
2013-10-29
remove left over bits of omrt6msg, and cleanup the yucky
Theo de Raadt
2013-10-27
delete UPCALL_TIMING debug code from a the dark ages
Theo de Raadt
2013-10-21
no more #ifdef KERNEL
Theo de Raadt
2013-10-21
remove GET_TIME() wrapper
Theo de Raadt
2013-05-02
tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI.
Martin Pieuchot
2012-09-19
ioctl requests are u_long not int, spotted via clang
Jonathan Gray
2006-07-06
u_quad_t -> u_int64_t
Brad Smith
2003-07-08
on interface removal, clear multicast forwarding stuff. from kame
Jun-ichiro itojun Hagino
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-02-16
fix multicast API for sizeof(long) != 4. (IF_SET and family will not
Jun-ichiro itojun Hagino
2000-05-19
update multicast routing message (struct mrt6msg) to the latest kame.
Jun-ichiro itojun Hagino
1999-12-10
Remove remaining unnecessary ifdefs (itojun will hate me for this :-)
Angelos D. Keromytis
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino