| Commit message (Expand) | Author | Age | Files | Lines |
* | The proxy arp entries could not be added into the system over the | qingli | 2009-12-30 | 6 | -5/+30 |
* | Change vlan interfaces to cope more usefully with the parent interface being | jhb | 2009-12-29 | 3 | -1/+17 |
* | bring in several cleanups tested in ipfw3-head branch, namely: | luigi | 2009-12-28 | 2 | -9/+18 |
* | When warning about possible netisr configuration problems during boot, | rwatson | 2009-12-23 | 1 | -4/+4 |
* | Refine netisr.c comments a bit. | rwatson | 2009-12-23 | 1 | -20/+28 |
* | merge code from ipfw3-head to reduce contention on the ipfw lock | luigi | 2009-12-22 | 2 | -11/+16 |
* | Remove commented out prototype for ifinit(). This prototype has been | jhb | 2009-12-21 | 1 | -1/+0 |
* | Start splitting ip_fw2.c and ip_fw.h into smaller components. | luigi | 2009-12-15 | 2 | -0/+2 |
* | Move the scan for max_keylen into route.c::route_init(), | luigi | 2009-12-14 | 3 | -26/+11 |
* | Throughout the network stack we have a few places of | bz | 2009-12-13 | 1 | -2/+2 |
* | Make the code buildable in userland so it is easier to test it: | luigi | 2009-12-12 | 1 | -8/+25 |
* | No functional changes (who dares to touch this code!) but: | luigi | 2009-12-10 | 1 | -5/+8 |
* | Remove if_timer/if_watchdog now that they are no longer used. The space | jhb | 2009-11-30 | 3 | -76/+1 |
* | General style cleanup, no functional change. | jkim | 2009-11-20 | 1 | -35/+14 |
* | - Allocate scratch memory on stack instead of pre-allocating it with | jkim | 2009-11-20 | 2 | -9/+5 |
* | - Change internal function bpf_jit_compile() to return allocated size of | jkim | 2009-11-18 | 2 | -8/+8 |
* | - Make BPF JIT compiler working again in userland. We are limiting size of | jkim | 2009-11-18 | 2 | -3/+7 |
* | Fix a LOR showing up with sctp_bsd_addr(): Do not hold a rt lock | tuexen | 2009-11-17 | 1 | -0/+4 |
* | Revert revision 199201 for now as it has introduced a kernel vulnerability | delphij | 2009-11-12 | 3 | -45/+1 |
* | Add interface description capability as inspired by OpenBSD. | delphij | 2009-11-11 | 3 | -1/+45 |
* | Take a step towards removing if_watchdog/if_timer. Don't explicitly set | jhb | 2009-11-06 | 1 | -1/+0 |
* | Remove unneeded blank line from bpf_drvinit(). | rwatson | 2009-10-23 | 1 | -1/+0 |
* | Check pointer for NULL before dereferencing it, not after. | brueffer | 2009-10-22 | 1 | -2/+2 |
* | Verify "smp_started" is true before calling | qingli | 2009-10-22 | 1 | -6/+10 |
* | The flow-table function flowtable_route_flush() may be called | qingli | 2009-10-20 | 1 | -7/+11 |
* | Clean up comments, white space, and style in pfil.c (especially new VNET | rwatson | 2009-10-19 | 1 | -30/+28 |
* | Remove unused pfil_flags field in packet_filter_hook. | rwatson | 2009-10-18 | 1 | -1/+0 |
* | Sort function prototypes in pfil.h, clean up white space, and better | rwatson | 2009-10-18 | 1 | -6/+6 |
* | Line-wrap pfil.c so that it prints more nicely. | rwatson | 2009-10-18 | 1 | -6/+10 |
* | Unbreak the VIMAGE build with IPSEC, broken with r197952 by | bz | 2009-10-14 | 1 | -4/+4 |
* | Virtualize the pfil hooks so that different jails may chose different | julian | 2009-10-11 | 3 | -28/+72 |
* | Put #ifdef INET around parts of the FLOWTABLE code, to unbreak | bz | 2009-10-03 | 1 | -0/+4 |
* | The flow-table associates TCP/UDP flows and IP destinations with | qingli | 2009-10-01 | 3 | -5/+98 |
* | A wrong variable is used when setting up the interface | qingli | 2009-09-20 | 1 | -2/+2 |
* | Style fix - break too long a line in two. | zec | 2009-09-18 | 1 | -1/+2 |
* | V_irtualize the lltables list, making ARP and ND reasonably | zec | 2009-09-17 | 1 | -7/+19 |
* | Self pointing routes are installed for configured interface addresses | qingli | 2009-09-15 | 2 | -0/+56 |
* | Use C99 initialization for struct filterops. | rwatson | 2009-09-12 | 1 | -2/+5 |
* | Compare pointer with NULL, not 0. | emaste | 2009-09-09 | 1 | -1/+1 |
* | Add arp_update_event. This replaces route_arp_update_event, which | np | 2009-09-08 | 1 | -0/+1 |
* | The addresses that are assigned to the loopback interface | qingli | 2009-09-05 | 1 | -9/+0 |
* | This patch fixes the following issues: | qingli | 2009-09-05 | 1 | -0/+9 |
* | Add ARP statistics to the kernel and netstat. | gnn | 2009-09-03 | 1 | -1/+26 |
* | As part of r196609, a call to "rtalloc" did not take the fib into | qingli | 2009-08-31 | 1 | -1/+1 |
* | Introduce a separate sx lock for protecting lists of vnet sysinit | zec | 2009-08-28 | 1 | -20/+26 |
* | In ip_output(), the flow-table module must not try to cache L2/L3 | qingli | 2009-08-28 | 2 | -1/+40 |
* | Add IFNET_HOLD reserved pointer value for the ifindex ifnet array, | rwatson | 2009-08-26 | 1 | -13/+39 |
* | Break out allocation of new ifindex values from if_alloc() and if_vmove(), | rwatson | 2009-08-25 | 1 | -34/+42 |
* | Use locks specific to the lltable code, rather than borrow the ifnet | rwatson | 2009-08-25 | 2 | -14/+22 |
* | When bridging LRO is causing a problem, the believe | jfv | 2009-08-24 | 1 | -7/+6 |