| Commit message (Expand) | Author | Age | Files | Lines |
* | Use generic SYSCTL_* macro instead of deprecated SYSCTL_VNET_*. | hrs | 2014-09-15 | 1 | -5/+5 |
* | Make net.inet.ip.sourceroute, net.inet.ip.accept_sourceroute, and | hrs | 2014-09-15 | 1 | -15/+18 |
* | Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet and | asomers | 2014-09-11 | 1 | -2/+5 |
* | Fix unintended KBI change from r264905. Add _fib versions of | asomers | 2014-05-29 | 1 | -5/+2 |
* | Fix subnet and default routes on different FIBs on the same subnet. | asomers | 2014-04-24 | 1 | -2/+5 |
* | - Replace compat macros with function calls. | glebius | 2013-03-16 | 1 | -1/+1 |
* | Use m_get/m_gethdr instead of compat macros. | glebius | 2013-03-15 | 1 | -1/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -2/+2 |
* | Simplify ip_stripoptions() reducing number of intermediate | glebius | 2012-10-23 | 1 | -6/+4 |
* | Do not reduce ip_len by size of IP header in the ip_input() | glebius | 2012-10-23 | 1 | -1/+1 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -2/+2 |
* | Revert fixup of ip_len from r241480. Now stack isn't yet | glebius | 2012-10-12 | 1 | -1/+0 |
* | In ip_stripoptions(): | glebius | 2012-10-12 | 1 | -6/+3 |
* | Use ifa_ifwithaddr_check() rather than ifa_ifwithaddr() as we are not | bz | 2010-10-14 | 1 | -1/+1 |
* | This patch fixes the problem where proxy ARP entries cannot be added | qingli | 2010-05-25 | 1 | -1/+1 |
* | No need to include security/mac/mac_framework.h here. | pjd | 2010-02-18 | 1 | -2/+0 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -2/+0 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -3/+5 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | rwatson | 2009-04-11 | 1 | -2/+2 |
* | Add function ip_checkrouteralert(), which will be used | bms | 2009-03-04 | 1 | -0/+61 |
* | Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short. | luigi | 2009-02-13 | 1 | -5/+5 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+1 |
* | Fix a panic in MAC kernels that was a result of un-initialized label | csjp | 2008-08-27 | 1 | -3/+0 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -8/+9 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -2/+3 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -1/+1 |
* | Replace the last susers calls in netinet6/ with privilege checks. | bz | 2008-01-24 | 1 | -0/+1 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -1/+1 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -2/+3 |
* | Normalize style a bit: reduce pseudo-randomness of comment layout and | rwatson | 2007-05-11 | 1 | -63/+66 |
* | Move universally to ANSI C function declarations, with relatively | rwatson | 2007-05-10 | 1 | -15/+5 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | Remove 'ipprintfs' which were protected under DIAGNOSTIC. It doesn't | andre | 2005-11-19 | 1 | -20/+0 |
* | Consolidate all IP Options handling functions into ip_options.[ch] and | andre | 2005-11-18 | 1 | -0/+708 |