summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_mroute.h
AgeCommit message (Expand)Author
2022-05-05Use static objects for struct rttimer_queue instead of dynamicallyClaudio Jeker
2022-05-04Move rttimer callback function from the rttimer itself to rttimer_queue.Claudio Jeker
2022-04-28In the multicast router code don't allocate a rt timer queue for eachClaudio Jeker
2017-05-16Make the IPv6 multicast routing code use the OpenBSD routing tableRafael Zalamena
2017-05-08Added initial IPv6 multicast routing support for multiple rdomains:Rafael Zalamena
2017-02-01In sogetopt, preallocate an mbuf to avoid using sleeping mallocs withDavid Hill
2016-12-22Remove PIM support from the multicast stack.Rafael Zalamena
2015-06-08More damned eye searing whitespace. No change to .o files.Kenneth R Westerback
2015-02-09Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and theClaudio Jeker
2014-07-09Kill unused route storages.Martin Pieuchot
2013-10-29remove left over bits of omrt6msg, and cleanup the yuckyTheo de Raadt
2013-10-27delete UPCALL_TIMING debug code from a the dark agesTheo de Raadt
2013-10-21no more #ifdef KERNELTheo de Raadt
2013-10-21remove GET_TIME() wrapperTheo de Raadt
2013-05-02tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI.Martin Pieuchot
2012-09-19ioctl requests are u_long not int, spotted via clangJonathan Gray
2006-07-06u_quad_t -> u_int64_tBrad Smith
2003-07-08on interface removal, clear multicast forwarding stuff. from kameJun-ichiro itojun Hagino
2002-03-14First round of __P removal in sysTodd C. Miller
2001-02-16fix multicast API for sizeof(long) != 4. (IF_SET and family will notJun-ichiro itojun Hagino
2000-05-19update multicast routing message (struct mrt6msg) to the latest kame.Jun-ichiro itojun Hagino
1999-12-10Remove remaining unnecessary ifdefs (itojun will hate me for this :-)Angelos D. Keromytis
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino