| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFS r272855, 266846: | Hiroki Sato | 2014-10-16 | 1 | -13/+16 |
| * | - Replace compat macros with function calls. | Gleb Smirnoff | 2013-03-16 | 1 | -1/+1 |
| * | Use m_get/m_gethdr instead of compat macros. | Gleb Smirnoff | 2013-03-15 | 1 | -1/+1 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -2/+2 |
| * | Simplify ip_stripoptions() reducing number of intermediate | Gleb Smirnoff | 2012-10-23 | 1 | -6/+4 |
| * | Do not reduce ip_len by size of IP header in the ip_input() | Gleb Smirnoff | 2012-10-23 | 1 | -1/+1 |
| * | Switch the entire IPv4 stack to keep the IP packet header | Gleb Smirnoff | 2012-10-22 | 1 | -2/+2 |
| * | Revert fixup of ip_len from r241480. Now stack isn't yet | Gleb Smirnoff | 2012-10-12 | 1 | -1/+0 |
| * | In ip_stripoptions(): | Gleb Smirnoff | 2012-10-12 | 1 | -6/+3 |
| * | Use ifa_ifwithaddr_check() rather than ifa_ifwithaddr() as we are not | Bjoern A. Zeeb | 2010-10-14 | 1 | -1/+1 |
| * | This patch fixes the problem where proxy ARP entries cannot be added | Qing Li | 2010-05-25 | 1 | -1/+1 |
| * | No need to include security/mac/mac_framework.h here. | Pawel Jakub Dawidek | 2010-02-18 | 1 | -2/+0 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -2/+0 |
| * | Modify most routines returning 'struct ifaddr *' to return references | Robert Watson | 2009-06-23 | 1 | -3/+5 |
| * | 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 |
| * | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | Robert Watson | 2009-04-11 | 1 | -2/+2 |
| * | Add function ip_checkrouteralert(), which will be used | Bruce M Simpson | 2009-03-04 | 1 | -0/+61 |
| * | Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short. | Luigi Rizzo | 2009-02-13 | 1 | -5/+5 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+1 |
| * | Fix a panic in MAC kernels that was a result of un-initialized label | Christian S.J. Peron | 2008-08-27 | 1 | -3/+0 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -8/+9 |
| * | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -2/+3 |
| * | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | Robert Watson | 2008-04-17 | 1 | -1/+1 |
| * | Replace the last susers calls in netinet6/ with privilege checks. | Bjoern A. Zeeb | 2008-01-24 | 1 | -0/+1 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -1/+1 |
| * | Add FBSDID to all files in netinet so that people can more | Mike Silbersack | 2007-10-07 | 1 | -2/+3 |
| * | Normalize style a bit: reduce pseudo-randomness of comment layout and | Robert Watson | 2007-05-11 | 1 | -63/+66 |
| * | Move universally to ANSI C function declarations, with relatively | Robert Watson | 2007-05-10 | 1 | -15/+5 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
| * | Remove 'ipprintfs' which were protected under DIAGNOSTIC. It doesn't | Andre Oppermann | 2005-11-19 | 1 | -20/+0 |
| * | Consolidate all IP Options handling functions into ip_options.[ch] and | Andre Oppermann | 2005-11-18 | 1 | -0/+708 |