| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -1/+1 |
* | Remove opt_inet.h, it isn't required here. | ae | 2012-11-20 | 1 | -1/+0 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | Remove route caching from IP multicast routing code. There is no | glebius | 2012-07-02 | 1 | -14/+16 |
* | o Convert IPv6 read-only stats sysctls to the read-write ones. | maxim | 2011-12-19 | 1 | -1/+1 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -3/+3 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -3/+3 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -17/+2 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -3/+3 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -25/+6 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 1 | -1/+0 |
* | Switch cmd argument to u_long. This matches what if_ethersubr.c does and | rdivacky | 2009-06-21 | 1 | -2/+2 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | Add two missing INIT_VNET_INET6(curvnet) to make VIMAGE kernels happier. | bz | 2009-05-18 | 1 | -0/+3 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -1/+5 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | bms | 2009-04-29 | 1 | -16/+18 |
* | Introduce a number of changes to the MROUTING code. | bms | 2009-03-19 | 1 | -129/+267 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+1 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+3 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -1/+20 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+10 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -45/+46 |
* | un-__P() | obrien | 2008-01-08 | 1 | -11/+11 |
* | Clean up VCS Ids. | obrien | 2007-12-10 | 1 | -6/+7 |
* | Space cleanup | delphij | 2007-07-05 | 1 | -10/+10 |
* | ANSIfy[1] plus some style cleanup nearby. | delphij | 2007-07-05 | 1 | -42/+16 |
* | Add comments about common idioms for cleanup pass at a later date. | bms | 2007-02-28 | 1 | -0/+3 |
* | Remove code which would never be used, viz a viz Quality-of-Service; | bms | 2007-02-28 | 1 | -17/+1 |
* | Add a comment about a struct which needs to be global. | bms | 2007-02-28 | 1 | -11/+8 |
* | Fix tinderbox. ip6_mrouter should be defined in raw_ip6.c as it is | bms | 2007-02-24 | 1 | -2/+1 |
* | Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel. | bms | 2007-02-24 | 1 | -15/+48 |
* | MFp4: 92972, 98913 + one more change | bz | 2006-12-12 | 1 | -38/+60 |
* | With exception of the if_name() macro, all definitions in net_osdep.h | brooks | 2006-08-04 | 1 | -2/+0 |
* | ip6_mrouter_done(): use if_allmulti(0) for disabling the multicast promiscuou... | suz | 2006-04-10 | 1 | -7/+1 |
* | added a note about the assumption for m->m_pkthdr.rcvif | suz | 2006-01-09 | 1 | -0/+8 |
* | fixed a kernel crash at the initialization time of PIM-SM register interface | suz | 2005-12-09 | 1 | -13/+30 |
* | fixed a kernel crash when IPv6 PIM-SM routing is enabled and a PIM register m... | suz | 2005-10-17 | 1 | -9/+17 |
* | IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR, | obrien | 2005-09-07 | 1 | -19/+19 |
* | added a knob to enable path MTU discovery for multicast packets. | ume | 2005-08-13 | 1 | -13/+19 |
* | fixed a kernel crash at the start-up time of an IPv6 multicast daemons o | suz | 2005-08-10 | 1 | -0/+1 |
* | scope cleanup. with this change | ume | 2005-07-25 | 1 | -14/+17 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | imp | 2005-01-07 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Catch a few places where NULL (pointer) was used where 0 (integer) was | peter | 2003-12-23 | 1 | -1/+1 |
* | validate the argument for multicast routing socket options | ume | 2003-12-10 | 1 | -27/+38 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -3/+4 |
* | reduce calling in6_addr2zoneid(). | ume | 2003-10-22 | 1 | -6/+6 |