aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Change vlan interfaces to cope more usefully with the parent interface beingJohn Baldwin2009-12-293-1/+17
* bring in several cleanups tested in ipfw3-head branch, namely:Luigi Rizzo2009-12-282-9/+18
* When warning about possible netisr configuration problems during boot,Robert Watson2009-12-231-4/+4
* Refine netisr.c comments a bit.Robert Watson2009-12-231-20/+28
* merge code from ipfw3-head to reduce contention on the ipfw lockLuigi Rizzo2009-12-222-11/+16
* Remove commented out prototype for ifinit(). This prototype has beenJohn Baldwin2009-12-211-1/+0
* Start splitting ip_fw2.c and ip_fw.h into smaller components.Luigi Rizzo2009-12-152-0/+2
* Move the scan for max_keylen into route.c::route_init(),Luigi Rizzo2009-12-143-26/+11
* Throughout the network stack we have a few places ofBjoern A. Zeeb2009-12-131-2/+2
* Make the code buildable in userland so it is easier to test it:Luigi Rizzo2009-12-121-8/+25
* No functional changes (who dares to touch this code!) but:Luigi Rizzo2009-12-101-5/+8
* Remove if_timer/if_watchdog now that they are no longer used. The spaceJohn Baldwin2009-11-303-76/+1
* General style cleanup, no functional change.Jung-uk Kim2009-11-201-35/+14
* - Allocate scratch memory on stack instead of pre-allocating it withJung-uk Kim2009-11-202-9/+5
* - Change internal function bpf_jit_compile() to return allocated size ofJung-uk Kim2009-11-182-8/+8
* - Make BPF JIT compiler working again in userland. We are limiting size ofJung-uk Kim2009-11-182-3/+7
* Fix a LOR showing up with sctp_bsd_addr(): Do not hold a rt lockMichael Tuexen2009-11-171-0/+4
* Revert revision 199201 for now as it has introduced a kernel vulnerabilityXin LI2009-11-123-45/+1
* Add interface description capability as inspired by OpenBSD.Xin LI2009-11-113-1/+45
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setJohn Baldwin2009-11-061-1/+0
* Remove unneeded blank line from bpf_drvinit().Robert Watson2009-10-231-1/+0
* Check pointer for NULL before dereferencing it, not after.Christian Brueffer2009-10-221-2/+2
* Verify "smp_started" is true before callingQing Li2009-10-221-6/+10
* The flow-table function flowtable_route_flush() may be calledQing Li2009-10-201-7/+11
* Clean up comments, white space, and style in pfil.c (especially new VNETRobert Watson2009-10-191-30/+28
* Remove unused pfil_flags field in packet_filter_hook.Robert Watson2009-10-181-1/+0
* Sort function prototypes in pfil.h, clean up white space, and betterRobert Watson2009-10-181-6/+6
* Line-wrap pfil.c so that it prints more nicely.Robert Watson2009-10-181-6/+10
* Unbreak the VIMAGE build with IPSEC, broken with r197952 byBjoern A. Zeeb2009-10-141-4/+4
* Virtualize the pfil hooks so that different jails may chose differentJulian Elischer2009-10-113-28/+72
* Put #ifdef INET around parts of the FLOWTABLE code, to unbreakBjoern A. Zeeb2009-10-031-0/+4
* The flow-table associates TCP/UDP flows and IP destinations withQing Li2009-10-013-5/+98
* A wrong variable is used when setting up the interfaceQing Li2009-09-201-2/+2
* Style fix - break too long a line in two.Marko Zec2009-09-181-1/+2
* V_irtualize the lltables list, making ARP and ND reasonablyMarko Zec2009-09-171-7/+19
* Self pointing routes are installed for configured interface addressesQing Li2009-09-152-0/+56
* Use C99 initialization for struct filterops.Robert Watson2009-09-121-2/+5
* Compare pointer with NULL, not 0.Ed Maste2009-09-091-1/+1
* Add arp_update_event. This replaces route_arp_update_event, whichNavdeep Parhar2009-09-081-0/+1
* The addresses that are assigned to the loopback interfaceQing Li2009-09-051-9/+0
* This patch fixes the following issues:Qing Li2009-09-051-0/+9
* Add ARP statistics to the kernel and netstat.George V. Neville-Neil2009-09-031-1/+26
* As part of r196609, a call to "rtalloc" did not take the fib intoQing Li2009-08-311-1/+1
* Introduce a separate sx lock for protecting lists of vnet sysinitMarko Zec2009-08-281-20/+26
* In ip_output(), the flow-table module must not try to cache L2/L3Qing Li2009-08-282-1/+40
* Add IFNET_HOLD reserved pointer value for the ifindex ifnet array,Robert Watson2009-08-261-13/+39
* Break out allocation of new ifindex values from if_alloc() and if_vmove(),Robert Watson2009-08-251-34/+42
* Use locks specific to the lltable code, rather than borrow the ifnetRobert Watson2009-08-252-14/+22
* When bridging LRO is causing a problem, the believeJack F Vogel2009-08-241-7/+6
* Make if_grow static -- it's not used outside of if.c, and with theRobert Watson2009-08-242-2/+2