summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework global locks for interface list and index management, correctingrwatson2009-08-235-52/+100
* Don't allow access to the internals until it has all been set up.julian2009-08-211-1/+2
* This change fixes a comment and addresses a complaint by kib@ bykmacy2009-08-191-2/+6
* - change the interface to flowtable_lookup so that we don't rely onkmacy2009-08-182-42/+195
* fix netboot issue by disabling flowtable lookups until initialization has bee...kmacy2009-08-171-1/+4
* Remove unused if_rawoutput() macro; it has been unused since at leastrwatson2009-08-151-1/+0
* Appease VNET_DEBUG - in if_vmove we temporarily switch i.e.zec2009-08-141-1/+1
* Make VNET_DEBUG a standalone compile-time option, i.e. decouple it fromzec2009-08-141-3/+0
* Make it possible to change the vnet sysctl variables on jailsbz2009-08-131-7/+11
OpenPOWER on IntegriCloud