| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce if_input_local() a function to feed local traffic back to |  mpi | 2015-09-12 | 1 | -2/+2 |
* | Replace sockaddr casts with the proper satosin(), ... calls. |  bluhm | 2015-09-01 | 1 | -2/+2 |
* | In kernel initialize struct sockaddr_in and sockaddr_in6 to zero |  bluhm | 2015-08-24 | 1 | -1/+3 |
* | rename mbuf ** parameter from m to mp, to match other similar code |  deraadt | 2015-07-15 | 1 | -18/+18 |
* | Get rid of the undocumented & temporary* m_copy() macro added for |  mpi | 2015-06-30 | 1 | -8/+8 |
* | Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and the |  claudio | 2015-02-09 | 1 | -1/+88 |
* | De-static to make ddb hangman harder. OK phessler, henning |  claudio | 2015-02-08 | 1 | -53/+54 |
* | mechanical conversion of this code to using siphash instead of some xors. |  dlg | 2015-02-07 | 1 | -5/+23 |
* | Remove the "multicast_" prefix from the fields a multicast-only struct. |  mpi | 2014-12-17 | 1 | -3/+3 |
* | Use an interface index instead of a pointer for multicast options. |  mpi | 2014-12-17 | 1 | -2/+2 |
* | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. |  mpi | 2014-12-05 | 1 | -1/+2 |
* | add back the sys/sysctl.h include removed in rev 1.60 |  jsg | 2014-09-30 | 1 | -1/+2 |
* | No need for raw_cb.h |  mpi | 2014-08-14 | 1 | -2/+1 |
* | Kill MRT_{ADD,DEL}_BW_UPCALL interfaces and the bandwidth monitoring |  mpi | 2014-08-14 | 1 | -668/+2 |
* | Fewer <netinet/in_systm.h> ! |  mpi | 2014-07-22 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -13/+13 |
* | ip_output() using varargs always struck me as bizarre, esp since it's only |  henning | 2014-04-21 | 1 | -3/+4 |
* | we'll do fine without casting NULL to struct foo * / void * |  henning | 2014-04-21 | 1 | -11/+6 |
* | bzero/bcmp -> memset/memcmp. ok matthew |  tedu | 2014-01-09 | 1 | -10/+10 |
* | delete UPCALL_TIMING debug code from a the dark ages |  deraadt | 2013-10-27 | 1 | -44/+1 |
* | Remove the number of in_var.h inclusions by moving some functions and |  mpi | 2013-10-23 | 1 | -2/+1 |
* | tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI. |  mpi | 2013-05-02 | 1 | -308/+2 |
* | no need for a lot of code to include proc.h |  tedu | 2013-03-28 | 1 | -3/+1 |
* | de-guttenberg our stack a bit |  henning | 2011-04-04 | 1 | -13/+3 |
* | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics |  blambert | 2010-07-02 | 1 | -3/+4 |
* | remove proc.h include from uvm_map.h. This has far reaching effects, as |  tedu | 2010-04-20 | 1 | -1/+2 |
* | timeout_add -> timeout_add_msec |  blambert | 2009-08-01 | 1 | -10/+10 |
* | Get rid of the token bucket filter. |  michele | 2009-07-13 | 1 | -271/+9 |
* | Use MAXTTL instead of the hardcoded value. |  michele | 2009-07-09 | 1 | -2/+2 |
* | Initial support for routing domains. This allows to bind interfaces to |  claudio | 2009-06-05 | 1 | -2/+2 |
* | remove another dead store. |  chl | 2008-09-16 | 1 | -2/+1 |
* | remove dead stores and newly created unused variables. |  chl | 2008-09-15 | 1 | -2/+1 |
* | return with ENOTTY instead of EINVAL for unknown ioctl requests. |  brad | 2008-01-02 | 1 | -2/+2 |
* | add sysctl entry points into various network layers, in particular to |  deraadt | 2007-12-14 | 1 | -1/+28 |
* | ip_mroute.c is in bad shape. |  michele | 2007-05-22 | 1 | -863/+858 |
* | ``it's'' -> ``its'' when the grammar gods require this change. |  miod | 2007-04-10 | 1 | -2/+2 |
* | Consistently spell FALLTHROUGH to appease lint. |  jsg | 2007-02-14 | 1 | -3/+3 |
* | Change cast of last vararg to ip_output to match what ip_output expects, |  pascoe | 2006-06-15 | 1 | -3/+3 |
* | fix corruption of pim register packets. From Hideki ONO, thanks! |  hshoexer | 2006-05-11 | 1 | -2/+2 |
* | Remove virtual tunnel support from the mrouting code. The virtual tunnel |  claudio | 2006-04-25 | 1 | -108/+4 |
* | csum -> csum_flags |  brad | 2005-04-25 | 1 | -5/+5 |
* | fix comment |  brad | 2005-01-15 | 1 | -2/+2 |
* | Duplicate nested if statement in PIM code. |  mcbride | 2005-01-14 | 1 | -3/+2 |
* | Add kernel support for Protocol Independant Multicast (PIM) |  mcbride | 2005-01-14 | 1 | -24/+1437 |
* | Multicast routing cleanup from Pavlin Radoslavov |  mcbride | 2004-11-24 | 1 | -426/+441 |
* | Don't allow SIOCGET{VIF,SG}CNT from sockets other than the multicast router. |  brad | 2004-08-24 | 1 | -12/+16 |
* | fix vlan destroy for MROUTING; report spamme@wouz.dk via tedu; ok itojun |  markus | 2004-01-06 | 1 | -1/+3 |
* | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros |  espie | 2004-01-03 | 1 | -2/+2 |
* | de-register. deraadt ok |  itojun | 2003-12-10 | 1 | -90/+90 |
* | do not flip ip_len/ip_off in netinet stack. deraadt ok. |  itojun | 2003-07-09 | 1 | -10/+9 |