summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is toqingli2010-03-095-10/+38
* Remove the check for IFF_DRV_OACTIVE right before adding a port into laggdelphij2010-03-091-4/+0
* Not only flush the ipfw tables when unloading ipfw or tearingbz2010-03-072-4/+0
* Introduce a function rn_detachhead() that will free thebz2010-03-062-0/+21
* Rework reference counting in case we queue into the netisr,bz2010-03-061-20/+71
* Bring in the most recent version of ipfw and dummynet, developedluigi2010-03-022-11/+9
* remove unnecessary casts leftover from a bogus fix to a previous bugluigi2010-03-021-1/+1
* Merge projects/enhanced_coredumps (r204346) into HEAD:alfred2010-03-022-0/+238
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-012-14/+0
* Whitespace tweak.rwatson2010-03-011-1/+1
* Changes to support crashdump analysis of netisr:rwatson2010-03-012-113/+179
* In both if_tun and if_tap:kib2010-02-282-19/+5
* Fix edge cases in several KASSERTs: use <= rather than < when testing thatrwatson2010-02-251-3/+3
* Use the DB_SHOW_ALL_COMMAND() macro to register the formerly 'show ifnets'bz2010-02-241-1/+1
* Fix constant assignment for netisr protocol information sysctl.rwatson2010-02-221-1/+1
* Export netisr configuration and statistics to userspace via sysctl(9).rwatson2010-02-222-5/+251
* ifconfig(8) expects interface fooX to be supported by the module if_foo,rwatson2010-02-211-2/+2
* Add __FBSDID.yongari2010-02-211-2/+3
* Add TSO support on VLANs. Intentionally separated IFCAP_VLAN_HWTSOyongari2010-02-202-1/+17
* Start to implement ifnet DDB support:bz2010-02-201-0/+81
* Enhance a panic string to contain more useful debugging information.bz2010-02-201-1/+2
* Return partially filled buffer for non-blocking read(2)jkim2010-02-201-6/+15
* Mark various sysctls also as tunables.pjd2010-02-151-4/+4
* Fix drbr and altq interaction:mlaier2010-02-131-13/+23
* Add DDB support for printing vnet_sysinit and vnet_sysuninitbz2010-02-091-0/+63
* Add an SDT provider for "vnet"s along with probes for vnet_allocbz2010-02-091-0/+14
* Propagate the vlan eventis to the underlying interfaces/members so they can d...eri2010-02-062-0/+61
* Instead of spamming the console on each curvnet recursion event, printzec2010-02-042-3/+74
* - 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
OpenPOWER on IntegriCloud