| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r264879 | Steven Hartland | 2014-05-26 | 1 | -7/+7 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -1/+1 |
| * | Do not reduce ip_len by size of IP header in the ip_input() | Gleb Smirnoff | 2012-10-23 | 1 | -6/+4 |
| * | Switch the entire IPv4 stack to keep the IP packet header | Gleb Smirnoff | 2012-10-22 | 1 | -4/+11 |
| * | Merge the projects/pf/head branch, that was worked on for last six months, | Gleb Smirnoff | 2012-09-08 | 1 | -3/+0 |
| * | As I came by and noticed add a comment that inp locking is a bit optistic | Bjoern A. Zeeb | 2012-01-02 | 1 | -0/+2 |
| * | Add back the IP header length to the total packet length field on | Andre Oppermann | 2011-10-07 | 1 | -0/+7 |
| * | Update packet filter (pf) code to OpenBSD 4.5. | Bjoern A. Zeeb | 2011-06-28 | 1 | -0/+3 |
| * | Implement a CPU-affine TCP and UDP connection lookup data structure, | Robert Watson | 2011-06-06 | 1 | -1/+2 |
| * | Decompose the current single inpcbinfo lock into two locks: | Robert Watson | 2011-05-30 | 1 | -19/+10 |
| * | The statically configured (permanent) ARP entries are removed when an | Qing Li | 2011-05-20 | 1 | -1/+8 |
| * | MfP4 CH=192004: | Bjoern A. Zeeb | 2011-04-27 | 1 | -0/+5 |
| * | MFp4 CH=191760: | Bjoern A. Zeeb | 2011-04-20 | 1 | -8/+17 |
| * | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | Matthew D Fleming | 2011-01-18 | 1 | -1/+2 |
| * | Adding an address on an interface also requires the loopback route to | Qing Li | 2010-09-12 | 1 | -0/+2 |
| * | Ensure a minimum "slop" of 10 extra pcb structures when providing a | John Baldwin | 2010-08-17 | 1 | -2/+2 |
| * | Enhance the historic behaviour of raw sockets and jails in a way | Bjoern A. Zeeb | 2010-04-27 | 1 | -5/+18 |
| * | Add pcb reference counting to the pcblist sysctl handler functions | Bjoern A. Zeeb | 2010-03-17 | 1 | -3/+12 |
| * | Abstract out initialization of most aspects of struct inpcbinfo from | Robert Watson | 2010-03-14 | 1 | -17/+3 |
| * | Following up on a request from Ermal Luci to make | Luigi Rizzo | 2010-01-07 | 1 | -3/+7 |
| * | Throughout the network stack we have a few places of | Bjoern A. Zeeb | 2009-12-13 | 1 | -2/+2 |
| * | Dispatch sockopt calls to ipfw and dummynet | Luigi Rizzo | 2009-12-02 | 1 | -0/+4 |
| * | Fix a functional regression in multicast. | Bruce M Simpson | 2009-11-15 | 1 | -8/+26 |
| * | Virtualize the pfil hooks so that different jails may chose different | Julian Elischer | 2009-10-11 | 1 | -6/+6 |
| * | Self pointing routes are installed for configured interface addresses | Qing Li | 2009-09-15 | 1 | -0/+1 |
| * | 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 | -2/+2 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -25/+6 |
| * | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | Robert Watson | 2009-06-25 | 1 | -1/+13 |
| * | Add a new function, ifa_ifwithaddr_check(), which rather than returning | Robert Watson | 2009-06-22 | 1 | -1/+1 |
| * | Switch cmd argument to u_long. This matches what if_ethersubr.c does and | Roman Divacky | 2009-06-21 | 1 | -1/+1 |
| * | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -1/+0 |
| * | Introduce an infrastructure for dismantling vnet instances. | Marko Zec | 2009-06-08 | 1 | -0/+13 |
| * | 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 |
| * | More cleanup in preparation of ipfw relocation (no actual code change): | Luigi Rizzo | 2009-06-05 | 1 | -5/+9 |
| * | - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent | Pawel Jakub Dawidek | 2009-06-01 | 1 | -4/+5 |
| * | Permit buiding kernels with options VIMAGE, restricted to only a single | Marko Zec | 2009-04-30 | 1 | -0/+3 |
| * | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | Robert Watson | 2009-04-11 | 1 | -5/+5 |
| * | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | Bruce M Simpson | 2009-03-09 | 1 | -8/+50 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+1 |
| * | Standardize the various prison_foo_ip[46] functions and prison_if to | Jamie Gritton | 2009-02-05 | 1 | -20/+17 |
| * | For consistency with prison_{local,remote,check}_ipN rename | Bjoern A. Zeeb | 2009-01-25 | 1 | -1/+1 |
| * | check pointer against NULL | Kip Macy | 2008-12-16 | 1 | -2/+3 |
| * | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec | 2008-12-10 | 1 | -0/+1 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+2 |
| * | MFp4: | Bjoern A. Zeeb | 2008-11-29 | 1 | -26/+20 |
| * | Fix a scope problem in the multiple routing table code that stopped the | Julian Elischer | 2008-11-19 | 1 | -1/+7 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -0/+4 |
| * | Add cr_canseeinpcb() doing checks using the cached socket | Bjoern A. Zeeb | 2008-10-17 | 1 | -1/+1 |
| * | Remove an INP_RUNLOCK() missed in SVN r183606, cvs rev. 1.195 raw_ip.c | Bjoern A. Zeeb | 2008-10-04 | 1 | -1/+0 |