| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 261024: fix PIM input regression. | glebius | 2014-01-27 | 1 | -5/+3 |
* | Use LIST_FOREACH_SAFE() instead of doing it by hand. | jhb | 2013-09-05 | 1 | -7/+5 |
* | Use an unsigned long when indexing into mfchashtbl[] and mf6ctable[]. This | jhb | 2013-09-05 | 1 | -4/+4 |
* | Remove unused code and sort variables declarations. | ae | 2013-09-05 | 1 | -8/+2 |
* | Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU | ae | 2013-07-09 | 1 | -10/+11 |
* | Fix incomplete printf. | delphij | 2013-04-16 | 1 | -1/+2 |
* | Don't leak lock when returning. | delphij | 2013-04-16 | 1 | -0/+1 |
* | Use m_get/m_gethdr instead of compat macros. | glebius | 2013-03-15 | 1 | -4/+3 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -6/+6 |
* | o Remove last argument to ip_fragment(), and obtain all needed information | glebius | 2012-10-26 | 1 | -1/+2 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -11/+7 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | After r241245 it appeared that in_delayed_cksum(), which still expects | glebius | 2012-10-08 | 1 | -0/+3 |
* | Remove route caching from IP multicast routing code. There is no | glebius | 2012-07-02 | 1 | -2/+1 |
* | Change SYSINIT priorities so that ip_mroute_modevent() is executed | zec | 2012-03-04 | 1 | -2/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -3/+3 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -18/+18 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -18/+18 |
* | Virtualize the IPv4 multicast routing code. | zec | 2010-06-02 | 1 | -202/+258 |
* | No need to include security/mac/mac_framework.h here. | pjd | 2010-02-18 | 1 | -2/+0 |
* | Make sure the multicast forwarding cache entry's stall queue is properly | syrinx | 2009-12-30 | 1 | -0/+9 |
* | In expire_mfc(), add an assert on the multicast forwarding cache mutex. | bms | 2009-09-13 | 1 | -0/+2 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -12/+0 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -0/+1 |
* | Switch cmd argument to u_long. This matches what if_ethersubr.c does and | rdivacky | 2009-06-21 | 1 | -2/+2 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Use KTR_INET for MROUTING CTRs. | bms | 2009-04-29 | 1 | -1/+1 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 1 | -0/+1 |
* | Update stats in struct pimstat using two new macros: PIMSTAT_ADD() | rwatson | 2009-04-12 | 1 | -16/+16 |
* | Update stats in struct mrtstat using two new macros: MRTSTAT_ADD() | rwatson | 2009-04-12 | 1 | -15/+14 |
* | Fix brainos introduced during mechanical KTR change. | bms | 2009-03-20 | 1 | -5/+6 |
* | Cleanup: Nuke debug.mrtdebug, and replace it with KTR. | bms | 2009-03-19 | 1 | -142/+68 |
* | Introduce a number of changes to the MROUTING code. | bms | 2009-03-19 | 1 | -612/+411 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+2 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+15 |
* | A bunch of formatting fixes brough to light by, or created by the Vimage commit | julian | 2008-08-20 | 1 | -1/+1 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -17/+18 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -2/+2 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -2/+3 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 1 | -8/+2 |
* | Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and remove | rwatson | 2007-07-28 | 1 | -3/+3 |
* | Move universally to ANSI C function declarations, with relatively | rwatson | 2007-05-10 | 1 | -5/+5 |
* | Diff reduction with NetBSD; use IN_LOCAL_GROUP() to check if an address | bms | 2007-03-15 | 1 | -1/+1 |
* | Purge an out-of-date comment. | bms | 2007-03-04 | 1 | -1/+0 |
* | Style: Move declaration of subsystem mutex to where other | bms | 2007-02-28 | 1 | -16/+25 |
* | Unlock a mutex which should be unlocked before returning. | bms | 2007-02-25 | 1 | -1/+3 |
* | Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel. | bms | 2007-02-24 | 1 | -3/+76 |
* | Use MAXTTL. | bms | 2007-02-10 | 1 | -1/+1 |