summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_mroute.c
AgeCommit message (Expand)Author
2015-09-12Introduce if_input_local() a function to feed local traffic back toMartin Pieuchot
2015-09-01Replace sockaddr casts with the proper satosin(), ... calls.Alexander Bluhm
2015-08-24In kernel initialize struct sockaddr_in and sockaddr_in6 to zeroAlexander Bluhm
2015-07-15rename mbuf ** parameter from m to mp, to match other similar codeTheo de Raadt
2015-06-30Get rid of the undocumented & temporary* m_copy() macro added forMartin Pieuchot
2015-02-09Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and theClaudio Jeker
2015-02-08De-static to make ddb hangman harder. OK phessler, henningClaudio Jeker
2015-02-07mechanical conversion of this code to using siphash instead of some xors.David Gwynne
2014-12-17Remove the "multicast_" prefix from the fields a multicast-only struct.Martin Pieuchot
2014-12-17Use an interface index instead of a pointer for multicast options.Martin Pieuchot
2014-12-05Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.Martin Pieuchot
2014-09-30add back the sys/sysctl.h include removed in rev 1.60Jonathan Gray
2014-08-14No need for raw_cb.hMartin Pieuchot
2014-08-14Kill MRT_{ADD,DEL}_BW_UPCALL interfaces and the bandwidth monitoringMartin Pieuchot
2014-07-22Fewer <netinet/in_systm.h> !Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-04-21ip_output() using varargs always struck me as bizarre, esp since it's onlyHenning Brauer
2014-04-21we'll do fine without casting NULL to struct foo * / void *Henning Brauer
2014-01-09bzero/bcmp -> memset/memcmp. ok matthewTed Unangst
2013-10-27delete UPCALL_TIMING debug code from a the dark agesTheo de Raadt
2013-10-23Remove the number of in_var.h inclusions by moving some functions andMartin Pieuchot
2013-05-02tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI.Martin Pieuchot
2013-03-28no need for a lot of code to include proc.hTed Unangst
2011-04-04de-guttenberg our stack a bitHenning Brauer
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2009-08-01timeout_add -> timeout_add_msecBret Lambert
2009-07-13Get rid of the token bucket filter.Michele Marchetto
2009-07-09Use MAXTTL instead of the hardcoded value.Michele Marchetto
2009-06-05Initial support for routing domains. This allows to bind interfaces toClaudio Jeker
2008-09-16remove another dead store.Charles Longeau
2008-09-15remove dead stores and newly created unused variables.Charles Longeau
2008-01-02return with ENOTTY instead of EINVAL for unknown ioctl requests.Brad Smith
2007-12-14add sysctl entry points into various network layers, in particular toTheo de Raadt
2007-05-22ip_mroute.c is in bad shape.Michele Marchetto
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2006-06-15Change cast of last vararg to ip_output to match what ip_output expects,Christopher Pascoe
2006-05-11fix corruption of pim register packets. From Hideki ONO, thanks!Hans-Joerg Hoexer
2006-04-25Remove virtual tunnel support from the mrouting code. The virtual tunnelClaudio Jeker
2005-04-25csum -> csum_flagsBrad Smith
2005-01-15fix commentBrad Smith
2005-01-14Duplicate nested if statement in PIM code.Ryan Thomas McBride
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
2004-01-06fix vlan destroy for MROUTING; report spamme@wouz.dk via tedu; ok itojunMarkus Friedl
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2003-12-10de-register. deraadt okJun-ichiro itojun Hagino
2003-07-09do not flip ip_len/ip_off in netinet stack. deraadt ok.Jun-ichiro itojun Hagino