| Commit message (Expand) | Author | Age | Files | Lines |
* | Following up on a request from Ermal Luci to make | luigi | 2010-01-07 | 1 | -24/+20 |
* | Various cleanup done in ipfw3-head branch including: | luigi | 2010-01-04 | 1 | -28/+28 |
* | Start splitting ip_fw2.c and ip_fw.h into smaller components. | luigi | 2009-12-15 | 1 | -0/+1 |
* | Introduce a div_destroy() function which takes over per-vnet cleanup tasks | zec | 2009-08-24 | 1 | -5/+30 |
* | Many network stack subsystems use a single global data structure to hold | rwatson | 2009-08-02 | 1 | -5/+5 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -2/+2 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -16/+5 |
* | Update various IPFW-related modules to use if_addr_rlock()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -0/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Add internal 'mac_policy_count' counter to the MAC Framework, which is a | rwatson | 2009-06-02 | 1 | -2/+0 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 1 | -1/+1 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -0/+3 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 1 | -0/+2 |
* | In divert_packet(), lock the interface address list before iterating over | rwatson | 2009-04-19 | 1 | -1/+5 |
* | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | rwatson | 2009-04-11 | 1 | -5/+5 |
* | Adds support for SCTP checksum offload. This means | rrs | 2009-02-03 | 1 | -1/+12 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -1/+2 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 1 | -0/+1 |
* | Fix a scope problem in the multiple routing table code that stopped the | julian | 2008-11-19 | 1 | -0/+1 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -0/+2 |
* | Add cr_canseeinpcb() doing checks using the cached socket | bz | 2008-10-17 | 1 | -1/+1 |
* | 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 |
* | According to in_pcb.h protocol binding information has double locking. | mav | 2008-07-27 | 1 | -2/+1 |
* | Read lock, rather than write lock, the inpcb when transmitting with or | rwatson | 2008-04-21 | 1 | -11/+11 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -17/+17 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -2/+2 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -2/+3 |
* | Over the past couple of years, there have been a number of reports relating | csjp | 2007-08-06 | 1 | -10/+45 |
* | Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddr | rwatson | 2007-05-11 | 1 | -2/+2 |
* | Remove unneeded wrappers for in_setsockaddr() and in_setpeeraddr(), which | rwatson | 2007-05-11 | 1 | -24/+2 |
* | Move universally to ANSI C function declarations, with relatively | rwatson | 2007-05-10 | 1 | -3/+6 |
* | Remove unused pcbinfo arguments to in_setsockaddr() and | rwatson | 2007-05-01 | 1 | -2/+2 |
* | Rename some fields of struct inpcbinfo to have the ipi_ prefix, | rwatson | 2007-04-30 | 1 | -4/+5 |
* | Some whitespace nits and remove a few casts. | jhb | 2006-12-29 | 1 | -4/+6 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -2/+6 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Fix race conditions on enumerating pcb lists by moving the initialization | ups | 2006-07-18 | 1 | -4/+22 |
* | There is a consensus that ifaddr.ifa_addr should never be NULL, | yar | 2006-06-29 | 1 | -2/+0 |
* | Allow for nmbclusters and maxsockets to be increased via sysctl. | ps | 2006-04-21 | 1 | -0/+9 |
* | Correct incorrect assertion in div_bind(): inp must not be NULL here. | rwatson | 2006-04-03 | 1 | -1/+1 |
* | Update in_pcb-derived basic socket types following changes to | rwatson | 2006-04-01 | 1 | -34/+15 |
* | Chance protocol switch method pru_detach() so that it returns void | rwatson | 2006-04-01 | 1 | -3/+2 |
* | Use sparse initializers for "struct domain" and "struct protosw", | ru | 2005-11-09 | 1 | -5/+8 |
* | In div_output() explicitly set m->m_nextpkt to NULL. If divert socket | glebius | 2005-05-13 | 1 | -0/+5 |
* | If we are going to | cperciva | 2005-05-06 | 1 | -0/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |