summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_mroute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce if_input_local() a function to feed local traffic back tompi2015-09-121-2/+2
* Replace sockaddr casts with the proper satosin(), ... calls.bluhm2015-09-011-2/+2
* In kernel initialize struct sockaddr_in and sockaddr_in6 to zerobluhm2015-08-241-1/+3
* rename mbuf ** parameter from m to mp, to match other similar codederaadt2015-07-151-18/+18
* Get rid of the undocumented & temporary* m_copy() macro added formpi2015-06-301-8/+8
* Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and theclaudio2015-02-091-1/+88
* De-static to make ddb hangman harder. OK phessler, henningclaudio2015-02-081-53/+54
* mechanical conversion of this code to using siphash instead of some xors.dlg2015-02-071-5/+23
* Remove the "multicast_" prefix from the fields a multicast-only struct.mpi2014-12-171-3/+3
* Use an interface index instead of a pointer for multicast options.mpi2014-12-171-2/+2
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* add back the sys/sysctl.h include removed in rev 1.60jsg2014-09-301-1/+2
* No need for raw_cb.hmpi2014-08-141-2/+1
* Kill MRT_{ADD,DEL}_BW_UPCALL interfaces and the bandwidth monitoringmpi2014-08-141-668/+2
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-13/+13
* ip_output() using varargs always struck me as bizarre, esp since it's onlyhenning2014-04-211-3/+4
* we'll do fine without casting NULL to struct foo * / void *henning2014-04-211-11/+6
* bzero/bcmp -> memset/memcmp. ok matthewtedu2014-01-091-10/+10
* delete UPCALL_TIMING debug code from a the dark agesderaadt2013-10-271-44/+1
* Remove the number of in_var.h inclusions by moving some functions andmpi2013-10-231-2/+1
* tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI.mpi2013-05-021-308/+2
* no need for a lot of code to include proc.htedu2013-03-281-3/+1
* de-guttenberg our stack a bithenning2011-04-041-13/+3
* m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsblambert2010-07-021-3/+4
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-1/+2
* timeout_add -> timeout_add_msecblambert2009-08-011-10/+10
* Get rid of the token bucket filter.michele2009-07-131-271/+9
* Use MAXTTL instead of the hardcoded value.michele2009-07-091-2/+2
* Initial support for routing domains. This allows to bind interfaces toclaudio2009-06-051-2/+2
* remove another dead store.chl2008-09-161-2/+1
* remove dead stores and newly created unused variables.chl2008-09-151-2/+1
* return with ENOTTY instead of EINVAL for unknown ioctl requests.brad2008-01-021-2/+2
* add sysctl entry points into various network layers, in particular toderaadt2007-12-141-1/+28
* ip_mroute.c is in bad shape.michele2007-05-221-863/+858
* ``it's'' -> ``its'' when the grammar gods require this change.miod2007-04-101-2/+2
* Consistently spell FALLTHROUGH to appease lint.jsg2007-02-141-3/+3
* Change cast of last vararg to ip_output to match what ip_output expects,pascoe2006-06-151-3/+3
* fix corruption of pim register packets. From Hideki ONO, thanks!hshoexer2006-05-111-2/+2
* Remove virtual tunnel support from the mrouting code. The virtual tunnelclaudio2006-04-251-108/+4
* csum -> csum_flagsbrad2005-04-251-5/+5
* fix commentbrad2005-01-151-2/+2
* Duplicate nested if statement in PIM code.mcbride2005-01-141-3/+2
* Add kernel support for Protocol Independant Multicast (PIM)mcbride2005-01-141-24/+1437
* Multicast routing cleanup from Pavlin Radoslavovmcbride2004-11-241-426/+441
* Don't allow SIOCGET{VIF,SG}CNT from sockets other than the multicast router.brad2004-08-241-12/+16
* fix vlan destroy for MROUTING; report spamme@wouz.dk via tedu; ok itojunmarkus2004-01-061-1/+3
* put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosespie2004-01-031-2/+2
* de-register. deraadt okitojun2003-12-101-90/+90
* do not flip ip_len/ip_off in netinet stack. deraadt ok.itojun2003-07-091-10/+9