| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for IPv6 to ipfw fwd: | Bjoern A. Zeeb | 2011-08-20 | 1 | -25/+35 |
| * | Implement a CPU-affine TCP and UDP connection lookup data structure, | Robert Watson | 2011-06-06 | 1 | -1/+2 |
| * | Add _mbuf() variants of various inpcb-related interfaces, including lookup, | Robert Watson | 2011-06-04 | 1 | -2/+2 |
| * | Decompose the current single inpcbinfo lock into two locks: | Robert Watson | 2011-05-30 | 1 | -67/+69 |
| * | Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 only | Bjoern A. Zeeb | 2011-04-30 | 1 | -9/+25 |
| * | Refactor udp_input(), moving calls to u_tun_func() into udp_append(). | Edward Tomasz Napierala | 2011-04-14 | 1 | -45/+17 |
| * | Oops, revert an accidental local change that got added in | Daniel Eischen | 2011-02-13 | 1 | -4/+0 |
| * | Allow the SO_SETFIB socket option to select the default (0) | Daniel Eischen | 2011-02-13 | 1 | -0/+4 |
| * | Fix style 9 nit that snuck in when I | Randall Stewart | 2011-01-19 | 1 | -1/+1 |
| * | Fix a bug where Multicast packets sent from a | Randall Stewart | 2011-01-19 | 1 | -3/+5 |
| * | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | Matthew D Fleming | 2011-01-18 | 1 | -1/+2 |
| * | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -1/+1 |
| * | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -1/+1 |
| * | Ensure a minimum "slop" of 10 extra pcb structures when providing a | John Baldwin | 2010-08-17 | 1 | -2/+2 |
| * | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -5/+2 |
| * | Add pcb reference counting to the pcblist sysctl handler functions | Bjoern A. Zeeb | 2010-03-17 | 1 | -3/+15 |
| * | Abstract out initialization of most aspects of struct inpcbinfo from | Robert Watson | 2010-03-14 | 1 | -23/+3 |
| * | Make udp_set_kernel_tunneling() less forgiving when its invariants are | Robert Watson | 2010-03-07 | 1 | -12/+5 |
| * | Destroy UDP UMA zones (empty or not) upon network stack teardown | Bjoern A. Zeeb | 2010-03-06 | 1 | -0/+3 |
| * | Many network stack subsystems use a single global data structure to hold | Robert Watson | 2009-08-02 | 1 | -0/+14 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -1/+1 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -34/+11 |
| * | Added support for NAT-Traversal (RFC 3948) in IPsec stack. | VANHULLEBUS Yvan | 2009-06-12 | 1 | -0/+258 |
| * | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 1 | -0/+14 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
| * | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton | 2009-05-27 | 1 | -1/+1 |
| * | Implement UDP control block support. | Bjoern A. Zeeb | 2009-05-23 | 1 | -37/+65 |
| * | Permit buiding kernels with options VIMAGE, restricted to only a single | Marko Zec | 2009-04-30 | 1 | -0/+3 |
| * | In preparation for turning on options VIMAGE in next commits, | Marko Zec | 2009-04-26 | 1 | -0/+1 |
| * | Update stats in struct udpstat using two new macros, UDPSTAT_ADD() | Robert Watson | 2009-04-12 | 1 | -11/+11 |
| * | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | Robert Watson | 2009-04-11 | 1 | -1/+1 |
| * | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | Bruce M Simpson | 2009-03-09 | 1 | -51/+14 |
| * | Standardize the various prison_foo_ip[46] functions and prison_if to | Jamie Gritton | 2009-02-05 | 1 | -5/+5 |
| * | Addresses Roberts comments on comments. Also adds | Randall Stewart | 2009-01-06 | 1 | -11/+9 |
| * | Add the ability of an alternate transport protocol | Randall Stewart | 2009-01-06 | 1 | -8/+85 |
| * | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec | 2008-12-10 | 1 | -1/+1 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | MFp4: | Bjoern A. Zeeb | 2008-11-29 | 1 | -5/+9 |
| * | Merge more of currently non-functional (i.e. resolving to | Marko Zec | 2008-11-26 | 1 | -1/+2 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -2/+9 |
| * | Add cr_canseeinpcb() doing checks using the cached socket | Bjoern A. Zeeb | 2008-10-17 | 1 | -3/+2 |
| * | Cache so_cred as inp_cred in the inpcb. | Bjoern A. Zeeb | 2008-10-04 | 1 | -1/+1 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -2/+18 |
| * | Another missed V_ instance | Julian Elischer | 2008-08-25 | 1 | -1/+1 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -80/+81 |
| * | Fix a regression introduced in r179289 splitting up ip6_savecontrol() | Bjoern A. Zeeb | 2008-08-16 | 1 | -1/+1 |
| * | Increase UDBHASHSIZE from 16 to 128 items. | Alexander Motin | 2008-07-26 | 1 | -1/+1 |
| * | Document a few sysctls. | Tom Rhodes | 2008-07-20 | 1 | -1/+1 |
| * | Fix error in comment. | Robert Watson | 2008-07-16 | 1 | -3/+3 |