summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_mroute.h
AgeCommit message (Expand)Author
2024-10-13remove unneeded timeout.h includeJonathan Gray
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-02-01In sogetopt, preallocate an mbuf to avoid using sleeping mallocs withDavid Hill
2017-01-12Clean up multicast files from unused definitions and comments.Rafael Zalamena
2017-01-11Remove mfc hash tables and use the OpenBSD routing table for multicastRafael Zalamena
2017-01-06Remove the global viftable vector that holds the virtual interfacesRafael Zalamena
2016-12-22Remove PIM support from the multicast stack.Rafael Zalamena
2016-12-20Remove unused timeout that was never being set.Rafael Zalamena
2016-12-19Kill unused function.Rafael Zalamena
2016-12-19Extend the multicast sockets and multicast hash table support to multipleRafael Zalamena
2016-11-29Kill unused 'struct route'.Martin Pieuchot
2015-02-09Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and theClaudio Jeker
2014-08-14Kill MRT_{ADD,DEL}_BW_UPCALL interfaces and the bandwidth monitoringMartin Pieuchot
2013-10-27delete UPCALL_TIMING debug code from a the dark agesTheo de Raadt
2013-05-02tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI.Martin Pieuchot
2009-07-13Get rid of the token bucket filter.Michele Marchetto
2006-04-25Remove virtual tunnel support from the mrouting code. The virtual tunnelClaudio Jeker
2006-03-30fix a typoEsben Norby
2005-01-14Add kernel support for Protocol Independant Multicast (PIM)Ryan Thomas McBride
2004-11-24Multicast routing cleanup from Pavlin RadoslavovRyan Thomas McBride
2004-08-24Don't allow SIOCGET{VIF,SG}CNT from sockets other than the multicast router.Brad Smith
2002-06-09whitespaceJun-ichiro itojun Hagino
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-09Inclusion protection.Angelos D. Keromytis
2000-01-21Rename the ip4_* routines to ipip_*, make it so GIF tunnels are notAngelos D. Keromytis
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-08-08Support detaching of network interfaces. Still work to do in ipf, andNiklas Hallqvist
1999-04-20Merge MROUTING and IPSEC wrt handling of IP-in-IP tunnelled packets.Niklas Hallqvist
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt