summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* - Check if_type of "addm <interface>" before setting thehrs2010-01-311-14/+34
* Revised revision 199201 (add interface description capability as inspireddelphij2010-01-273-1/+82
* While flushing the multicast filter of an interface, do not zero the relevantsyrinx2010-01-242-3/+20
* Do not hold the lock over if_setlladdr() as it calls into the interface driverthompsa2010-01-191-4/+9
* Declare a new EVENTHANDLER called iflladdr_event which signals that the L2thompsa2010-01-185-0/+49
* Correct a typo.bz2010-01-101-1/+1
* Stop GCC from complaining about lagg_port_checkstacking() being unused.trasz2010-01-081-2/+7
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* put ip_var before ip_fw_private.h as this will be needed inluigi2010-01-071-1/+1
* Various cleanup done in ipfw3-head branch including:luigi2010-01-042-16/+16
* Use stricter checking to match possible vlan clones by not allowing extrajhb2009-12-311-6/+8
* The devices that supported EVFILT_NETDEV kqueue filters were removed inbrooks2009-12-312-12/+5
* Remove a deleted comment line that was brought back byqingli2009-12-311-1/+0
* The proxy arp entries could not be added into the system over theqingli2009-12-306-5/+30
* Change vlan interfaces to cope more usefully with the parent interface beingjhb2009-12-293-1/+17
* bring in several cleanups tested in ipfw3-head branch, namely:luigi2009-12-282-9/+18
* 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
OpenPOWER on IntegriCloud