summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* When warning about possible netisr configuration problems during boot,rwatson2009-12-231-4/+4
* Refine netisr.c comments a bit.rwatson2009-12-231-20/+28
* merge code from ipfw3-head to reduce contention on the ipfw lockluigi2009-12-222-11/+16
* Remove commented out prototype for ifinit(). This prototype has beenjhb2009-12-211-1/+0
* Start splitting ip_fw2.c and ip_fw.h into smaller components.luigi2009-12-152-0/+2
* Move the scan for max_keylen into route.c::route_init(),luigi2009-12-143-26/+11
* Throughout the network stack we have a few places ofbz2009-12-131-2/+2
* Make the code buildable in userland so it is easier to test it:luigi2009-12-121-8/+25
* No functional changes (who dares to touch this code!) but:luigi2009-12-101-5/+8
* Remove if_timer/if_watchdog now that they are no longer used. The spacejhb2009-11-303-76/+1
* General style cleanup, no functional change.jkim2009-11-201-35/+14
* - Allocate scratch memory on stack instead of pre-allocating it withjkim2009-11-202-9/+5
* - Change internal function bpf_jit_compile() to return allocated size ofjkim2009-11-182-8/+8
* - Make BPF JIT compiler working again in userland. We are limiting size ofjkim2009-11-182-3/+7
* Fix a LOR showing up with sctp_bsd_addr(): Do not hold a rt locktuexen2009-11-171-0/+4
* Revert revision 199201 for now as it has introduced a kernel vulnerabilitydelphij2009-11-123-45/+1
* Add interface description capability as inspired by OpenBSD.delphij2009-11-113-1/+45
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-1/+0
* Remove unneeded blank line from bpf_drvinit().rwatson2009-10-231-1/+0
* Check pointer for NULL before dereferencing it, not after.brueffer2009-10-221-2/+2
* Verify "smp_started" is true before callingqingli2009-10-221-6/+10
* The flow-table function flowtable_route_flush() may be calledqingli2009-10-201-7/+11
* Clean up comments, white space, and style in pfil.c (especially new VNETrwatson2009-10-191-30/+28
* Remove unused pfil_flags field in packet_filter_hook.rwatson2009-10-181-1/+0
* Sort function prototypes in pfil.h, clean up white space, and betterrwatson2009-10-181-6/+6
* Line-wrap pfil.c so that it prints more nicely.rwatson2009-10-181-6/+10
* Unbreak the VIMAGE build with IPSEC, broken with r197952 bybz2009-10-141-4/+4
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-113-28/+72
* Put #ifdef INET around parts of the FLOWTABLE code, to unbreakbz2009-10-031-0/+4
* The flow-table associates TCP/UDP flows and IP destinations withqingli2009-10-013-5/+98
* A wrong variable is used when setting up the interfaceqingli2009-09-201-2/+2
* Style fix - break too long a line in two.zec2009-09-181-1/+2
* V_irtualize the lltables list, making ARP and ND reasonablyzec2009-09-171-7/+19
* Self pointing routes are installed for configured interface addressesqingli2009-09-152-0/+56
* Use C99 initialization for struct filterops.rwatson2009-09-121-2/+5
* Compare pointer with NULL, not 0.emaste2009-09-091-1/+1
* Add arp_update_event. This replaces route_arp_update_event, whichnp2009-09-081-0/+1
* The addresses that are assigned to the loopback interfaceqingli2009-09-051-9/+0
* This patch fixes the following issues:qingli2009-09-051-0/+9
* Add ARP statistics to the kernel and netstat.gnn2009-09-031-1/+26
* As part of r196609, a call to "rtalloc" did not take the fib intoqingli2009-08-311-1/+1
* Introduce a separate sx lock for protecting lists of vnet sysinitzec2009-08-281-20/+26
* In ip_output(), the flow-table module must not try to cache L2/L3qingli2009-08-282-1/+40
* Add IFNET_HOLD reserved pointer value for the ifindex ifnet array,rwatson2009-08-261-13/+39
* Break out allocation of new ifindex values from if_alloc() and if_vmove(),rwatson2009-08-251-34/+42
* Use locks specific to the lltable code, rather than borrow the ifnetrwatson2009-08-252-14/+22
* When bridging LRO is causing a problem, the believejfv2009-08-241-7/+6
* Make if_grow static -- it's not used outside of if.c, and with therwatson2009-08-242-2/+2
* When moving ifnets from one vnet to another, and the ifnetzec2009-08-241-0/+15
* Rather than using IFNET_RLOCK() when iterating over (and modifying) therwatson2009-08-231-2/+15
OpenPOWER on IntegriCloud