| Commit message (Expand) | Author | Age | Files | Lines |
* | Only count table lookups when we're actually processing packets. | brueffer | 2014-02-10 | 1 | -1/+1 |
* | For IPv6, return the same error code as IPv4 when mrouter is not initialized. | brueffer | 2014-02-10 | 1 | -1/+1 |
* | Remove extra nesting from X_ip6_mforward() function. | ae | 2014-01-09 | 1 | -160/+146 |
* | Add MRT6_DLOG() macro for debugging. | ae | 2014-01-09 | 1 | -198/+96 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | attilio | 2013-11-25 | 1 | -1/+0 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Fix mbuf leak. | glebius | 2013-10-07 | 1 | -1/+1 |
* | Use an unsigned long when indexing into mfchashtbl[] and mf6ctable[]. This | jhb | 2013-09-05 | 1 | -2/+2 |
* | Implement the ip, tcp, and udp DTrace providers. The probe definitions use | markj | 2013-08-25 | 1 | -0/+5 |
* | Add m_clrprotoflags() to clear protocol specific mbuf flags at up and | andre | 2013-08-19 | 1 | -0/+1 |
* | - Use time_uptime instead of time_second in data structures for | hrs | 2013-08-05 | 1 | -2/+2 |
* | Use PIM6STAT_INC() and MRT6STAT_INC() macros for IPv6 multicast | ae | 2013-06-19 | 1 | -24/+26 |
* | Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats. | ae | 2013-04-09 | 1 | -3/+3 |
* | - Use m_getcl() instead of hand allocating. | glebius | 2013-03-15 | 1 | -3/+2 |
* | 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 |