| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect is | Alexander V. Chernikov | 2012-10-10 | 1 | -5/+34 |
| * | Merge the projects/pf/head branch, that was worked on for last six months, | Gleb Smirnoff | 2012-09-08 | 1 | -2/+0 |
| * | Add rate limitation for SCTP OOTB responses. | Michael Tuexen | 2012-06-18 | 1 | -1/+2 |
| * | - Fix sysctl description | Eitan Adler | 2012-01-07 | 1 | -1/+1 |
| * | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | John Baldwin | 2012-01-05 | 1 | -9/+9 |
| * | Update packet filter (pf) code to OpenBSD 4.5. | Bjoern A. Zeeb | 2011-06-28 | 1 | -0/+2 |
| * | MfP4 CH=192029: | Bjoern A. Zeeb | 2011-04-27 | 1 | -12/+17 |
| * | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -10/+10 |
| * | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -10/+10 |
| * | Change the messages of the ICMP bad port bandwidth limiter from | Andre Oppermann | 2010-08-14 | 1 | -1/+2 |
| * | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -39/+20 |
| * | Compare pointer to NULL rather than 0. | Bjoern A. Zeeb | 2009-10-13 | 1 | -1/+1 |
| * | 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 | -10/+10 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -43/+52 |
| * | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | Robert Watson | 2009-06-25 | 1 | -0/+4 |
| * | Modify most routines returning 'struct ifaddr *' to return references | Robert Watson | 2009-06-23 | 1 | -2/+6 |
| * | 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 |
| * | In icmp_reflect(), acquire the inteface address list lock when | Robert Watson | 2009-04-20 | 1 | -12/+28 |
| * | Update stats in struct icmpstat and icmp6stat using four new | Robert Watson | 2009-04-12 | 1 | -17/+17 |
| * | Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short. | Luigi Rizzo | 2009-02-13 | 1 | -2/+5 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -11/+30 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -37/+45 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -19/+20 |
| * | Fix the loopback interface. Cleaning up some code with new macros | George V. Neville-Neil | 2008-05-12 | 1 | -1/+0 |
| * | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -5/+12 |
| * | Add in check for loopback as well, which was missing from the original patch. | George V. Neville-Neil | 2008-04-17 | 1 | -0/+1 |
| * | Clean up the code that checks the types of address so that it is | George V. Neville-Neil | 2008-04-17 | 1 | -3/+4 |
| * | Continue to move from generic network entry points in the TrustedBSD MAC | Robert Watson | 2007-10-28 | 1 | -2/+2 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -2/+2 |
| * | Add FBSDID to all files in netinet so that people can more | Mike Silbersack | 2007-10-07 | 1 | -1/+3 |
| * | Attempt to improve feature parity between UDPv4 and UDPv6 by merging | Robert Watson | 2007-07-19 | 1 | -1/+2 |
| * | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | George V. Neville-Neil | 2007-07-03 | 1 | -2/+2 |
| * | Commit IPv6 support for FAST_IPSEC to the tree. | George V. Neville-Neil | 2007-07-01 | 1 | -7/+1 |
| * | Move universally to ANSI C function declarations, with relatively | Robert Watson | 2007-05-10 | 1 | -17/+6 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
| * | Add descriptions for the sysctls: | Giorgos Keramidas | 2006-03-20 | 1 | -4/+4 |
| * | Fix build. | Gleb Smirnoff | 2006-01-23 | 1 | -1/+1 |
| * | Simplify ip_next_mtu() and make its logic more easy to see while | Andre Oppermann | 2006-01-23 | 1 | -19/+12 |
| * | Consolidate all IP Options handling functions into ip_options.[ch] and | Andre Oppermann | 2005-11-18 | 1 | -0/+1 |
| * | Rework icmp_error() to deal with truncated IP packets from | Andre Oppermann | 2005-11-18 | 1 | -48/+54 |
| * | Retire MT_HEADER mbuf type and change its users to use MT_DATA. | Andre Oppermann | 2005-11-02 | 1 | -2/+2 |
| * | o Fix a logic error when not doing mbuf cluster allocation. | Andre Oppermann | 2005-08-22 | 1 | -4/+5 |
| * | Always quote the entire TCP header when responding and allocate an mbuf | Andre Oppermann | 2005-08-22 | 1 | -4/+24 |
| * | Commit correct version of the change and note the name of the new | Andre Oppermann | 2005-08-21 | 1 | -1/+1 |
| * | Add a sysctl to change to length of the quotation of the original | Andre Oppermann | 2005-08-21 | 1 | -1/+12 |
| * | Add an option to have ICMP replies to non-local packets generated with | Andre Oppermann | 2005-08-21 | 1 | -0/+19 |
| * | Add another step of 1280 (gif(4) tunnels) to ip_next_mtu(). | Andre Oppermann | 2005-05-04 | 1 | -2/+2 |