summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_mroute.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* In sogetopt, preallocate an mbuf to avoid using sleeping mallocs withdhill2017-02-011-3/+3
* Clean up multicast files from unused definitions and comments.rzalamena2017-01-121-73/+1
* Remove mfc hash tables and use the OpenBSD routing table for multicastrzalamena2017-01-111-9/+7
* Remove the global viftable vector that holds the virtual interfacesrzalamena2017-01-061-3/+2
* Remove PIM support from the multicast stack.rzalamena2016-12-221-9/+3
* Remove unused timeout that was never being set.rzalamena2016-12-201-2/+1
* Kill unused function.rzalamena2016-12-191-2/+1
* Extend the multicast sockets and multicast hash table support to multiplerzalamena2016-12-191-2/+2
* Kill unused 'struct route'.mpi2016-11-291-2/+1
* Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and theclaudio2015-02-091-1/+26
* Kill MRT_{ADD,DEL}_BW_UPCALL interfaces and the bandwidth monitoringmpi2014-08-141-30/+1
* delete UPCALL_TIMING debug code from a the dark agesderaadt2013-10-271-4/+1
* tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI.mpi2013-05-021-15/+1
* Get rid of the token bucket filter.michele2009-07-131-15/+2
* Remove virtual tunnel support from the mrouting code. The virtual tunnelclaudio2006-04-251-3/+1
* fix a typonorby2006-03-301-2/+2
* Add kernel support for Protocol Independant Multicast (PIM)mcbride2005-01-141-3/+133
* Multicast routing cleanup from Pavlin Radoslavovmcbride2004-11-241-28/+17
* Don't allow SIOCGET{VIF,SG}CNT from sockets other than the multicast router.brad2004-08-241-2/+2
* whitespaceitojun2002-06-091-9/+9
* First round of __P removal in sysmillert2002-03-141-15/+15
* Inclusion protection.angelos2001-06-091-6/+7
* Rename the ip4_* routines to ipip_*, make it so GIF tunnels are notangelos2000-01-211-2/+2
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-1/+5
* Support detaching of network interfaces. Still work to do in ipf, andniklas1999-08-081-14/+15
* Merge MROUTING and IPSEC wrt handling of IP-in-IP tunnelled packets.niklas1999-04-201-2/+1
* From NetBSD: 960217 mergeniklas1996-03-031-5/+18
* initial import of NetBSD treederaadt1995-10-181-0/+218