| Commit message (Expand) | Author | Age | Files | Lines |
* | Proper bracketing. | bz | 2010-10-01 | 1 | -2/+2 |
* | Fix a regression where DVMRP diagnostic traffic, such as that used | bms | 2010-04-27 | 1 | -6/+11 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 1 | -40/+12 |
* | Garbage collect vnet module registrations that have neither constructors | rwatson | 2009-07-20 | 1 | -8/+4 |
* | Reimplement and/or implement vnet list locking by replacing a mostly | rwatson | 2009-07-19 | 1 | -4/+4 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -13/+13 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -88/+58 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -4/+17 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 1 | -1/+0 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -2/+0 |
* | Unbreak options VIMAGE build. | zec | 2009-06-06 | 1 | -1/+0 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Merge fixes from p4: | bms | 2009-06-01 | 1 | -85/+133 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 1 | -11/+9 |
* | Remove a bogus check that unintentionally slipped in r191816. | zec | 2009-05-08 | 1 | -3/+0 |
* | Remove unnecessary CURVNET_SET() calls where curvnet context is | zec | 2009-05-06 | 1 | -17/+0 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -3/+4 |
* | Unbreak options VIMAGE + nooptions INVARIANTS kernel builds. | zec | 2009-05-02 | 1 | -0/+2 |
* | Fix a problem whereby enqueued IGMPv3 filter list changes would be | bms | 2009-04-29 | 1 | -10/+17 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 1 | -40/+42 |
* | Now that IFF_NEEDSGIANT has been removed from the network | bms | 2009-04-19 | 1 | -48/+3 |
* | Update stats in struct igmpstat using two new macros: | rwatson | 2009-04-12 | 1 | -29/+29 |
* | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | rwatson | 2009-04-11 | 1 | -2/+2 |
* | Fix mbuf chain layout pessimization: | bms | 2009-04-04 | 1 | -4/+8 |
* | Do not obliterate QQI with MAXRESP. | bms | 2009-04-04 | 1 | -2/+2 |
* | Don't call m_freem() after ip_output(), as it always consumes | bms | 2009-03-24 | 1 | -1/+0 |
* | Deal with the case where ifma_protospec may be NULL, during | bms | 2009-03-17 | 1 | -5/+20 |
* | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | bms | 2009-03-09 | 1 | -284/+3435 |
* | 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/+2 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -1/+5 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -1/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -17/+38 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -17/+18 |
* | Move towards more explicit support for various network protocol stacks | rwatson | 2007-10-28 | 1 | -1/+1 |
* | Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' as | rwatson | 2007-10-26 | 1 | -1/+1 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -1/+3 |
* | Improve style(9) conformance of igmp.c. | rwatson | 2006-12-04 | 1 | -45/+43 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Consolidate all IP Options handling functions into ip_options.[ch] and | andre | 2005-11-18 | 1 | -0/+1 |
* | Retire MT_HEADER mbuf type and change its users to use MT_DATA. | andre | 2005-11-02 | 1 | -1/+1 |
* | Introduce in_multi_mtx, which will protect IPv4-layer multicast address | rwatson | 2005-08-03 | 1 | -8/+12 |
* | deal with malloc failures | sam | 2005-03-26 | 1 | -7/+16 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Lock down parallel router_info list for tracking multicast IGMP | rwatson | 2004-06-11 | 1 | -1/+27 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Remove redundant initialization of rti; SLIST_FOREACH does that for | rwatson | 2003-08-28 | 1 | -1/+0 |
* | Before digging into IGMP locking, do a whitespace and prototype cleanup: | rwatson | 2003-08-20 | 1 | -73/+60 |
* | Move from a custom-crafted singly-linked list to the SLIST_* macros | rwatson | 2003-08-20 | 1 | -26/+22 |