summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Check the pointer to JIT binary filter before its de-allocation.jkim2010-03-291-3/+4
* Add MCS to the list of media types.rpaulo2010-03-231-0/+2
* - boot-time size the ipv4 flowtable and the maximum number of flowskmacy2010-03-221-24/+82
* Avoid holding the VLAN_LOCK() over the parent interface SIOCGIFMEDIAemaste2010-03-211-2/+2
* Split eventhandler_register() into an internal part and a wrapper functionbz2010-03-192-0/+69
* Add ddb support to the "new" link layer code ("new-arp"):bz2010-03-181-0/+136
* Verify interface up status using its link state onlyqingli2010-03-164-2/+6
* Fix a small bug in drbr_dequeue_cond spotted while preparing MFC of r203834.mlaier2010-03-151-1/+1
* flowtable_get_hashkey is only used by a DDB function - move under #ifdef DDBkmacy2010-03-121-14/+13
* Fix a style(9) nit.jkim2010-03-121-2/+1
* re-update copyright to 2010kmacy2010-03-121-1/+1
* Tidy up callout for select(2) and read timeout.jkim2010-03-121-3/+6
* The flow-table module retrieves the destination and sourceqingli2010-03-121-0/+13
* fix stats reporting sysctlkmacy2010-03-121-17/+17
* - restructure flowtable to support ipv6kmacy2010-03-124-163/+748
* The if_tap interface is of IFT_ETHERNET type, but itqingli2010-03-112-1/+5
* 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
OpenPOWER on IntegriCloud