| Commit message (Expand) | Author | Age | Files | Lines |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+2 |
* | Unhide declarations of network stack virtualization structs from | zec | 2008-11-28 | 1 | -1/+1 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -28/+52 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -49/+87 |
* | Move CTASSERT from header file to source file, per implementation note now | emaste | 2008-09-26 | 1 | -0/+4 |
* | Another V_ forgotten | julian | 2008-08-25 | 1 | -1/+1 |
* | Fix some of the formatting fixes.. It's amazing how some thing stand out | julian | 2008-08-20 | 1 | -1/+1 |
* | A bunch of formatting fixes brough to light by, or created by the Vimage commit | julian | 2008-08-20 | 1 | -1/+2 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -98/+99 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | rwatson | 2008-07-04 | 1 | -1/+1 |
* | Remove a bogusly introduced rtalloc_ign() in rev. 1.335/SVN 178029, | bz | 2008-07-03 | 1 | -1/+0 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -5/+5 |
* | Take the route mtu into account, if available, when sending an | bz | 2008-04-09 | 1 | -4/+26 |
* | Consider the following situation: | guido | 2007-12-02 | 1 | -1/+2 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -6/+6 |
* | Add FBSDID to all files in netinet so that people can more | silby | 2007-10-07 | 1 | -1/+3 |
* | Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL. | bz | 2007-08-05 | 1 | -1/+1 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -10/+10 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -10/+10 |
* | Remove leading spaces before tabs spotted thanks to silby using | rwatson | 2007-05-16 | 1 | -3/+3 |
* | Move universally to ANSI C function declarations, with relatively | rwatson | 2007-05-10 | 1 | -20/+14 |
* | Replace a comment about RSVP/mrouting with a different but similar comment | rwatson | 2007-03-25 | 1 | -5/+4 |
* | Match up SYSCTL declaration style. | andre | 2007-03-19 | 1 | -12/+13 |
* | In regular forwarding path, reject packets destined for 169.254.0.0/16 | bms | 2007-02-03 | 1 | -0/+6 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | revert last change.. premature.. need to wait until if_ethersubr.c | julian | 2006-10-21 | 1 | -0/+12 |
* | Move some variables to a more likely place | julian | 2006-10-20 | 1 | -12/+0 |
* | Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it... | julian | 2006-08-17 | 1 | -4/+0 |
* | Reintroduce net.inet6.ip6.fw.enable sysctl to dis/enable the ipv6 processing | mlaier | 2006-05-12 | 1 | -1/+0 |
* | /tmp/cvsTXPIwQ | pjd | 2006-05-05 | 1 | -0/+1 |
* | Allow for nmbclusters and maxsockets to be increased via sysctl. | ps | 2006-04-21 | 1 | -0/+13 |
* | Fix five years old bug in ip_reass(): if we are using 'full' (i.e. including | oleg | 2006-02-07 | 1 | -0/+7 |
* | Somewhat re-factor the read/write locking mechanism associated with the packet | csjp | 2006-02-02 | 1 | -1/+1 |
* | Move the IPSEC related code blocks to their own file to unclutter | andre | 2006-02-01 | 1 | -165/+15 |
* | When doing IP forwarding with [FAST_]IPSEC compiled into the kernel | andre | 2006-01-24 | 1 | -8/+10 |
* | Modify the IP fragment reassembly code so that it uses a new UMA zone, | rwatson | 2006-01-15 | 1 | -21/+81 |
* | Staticize ipqlock, since it is local to ip_input.c. | rwatson | 2006-01-15 | 1 | -1/+1 |
* | Fix -Wundef. | ru | 2005-12-04 | 1 | -1/+1 |
* | Remove 'ipprintfs' which were protected under DIAGNOSTIC. It doesn't | andre | 2005-11-19 | 1 | -16/+0 |
* | Consolidate all IP Options handling functions into ip_options.[ch] and | andre | 2005-11-18 | 1 | -452/+1 |
* | In ip_forward() copy as much into the temporary error mbuf as we | andre | 2005-11-18 | 1 | -3/+2 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -2/+1 |
* | Use the correct mbuf type for MGET(). | andre | 2005-08-30 | 1 | -1/+1 |
* | Introduce in_multi_mtx, which will protect IPv4-layer multicast address | rwatson | 2005-08-03 | 1 | -0/+2 |
* | Remove spl() calls from ip_slowtimo(), as IP fragment queue locking was | rwatson | 2005-07-19 | 1 | -2/+0 |
* | Pass icmp_error() the MTU argument directly instead of | andre | 2005-05-04 | 1 | -18/+8 |
* | o Nano optimize ip_reass() code path for the first fragment: do not | maxim | 2005-04-08 | 1 | -5/+3 |
* | plug resource leak | sam | 2005-03-16 | 1 | -1/+3 |
* | fix potential invalid index into ip_protox array | sam | 2005-02-23 | 1 | -2/+2 |
* | Bring back the full packet destination manipulation for 'ipfw fwd' | andre | 2005-02-22 | 1 | -0/+12 |