summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Don't check malloc(M_WAITOK) result.glebius2010-07-271-2/+0
* Return NULL rather than 0 for a pointer.bz2010-07-271-1/+1
* When installing a new ARP entry via 'arp -S', lla_lookup() willglebius2010-07-271-0/+1
* Fix an obvious typo from r1.1. We were acquiring an exclusive writer lockjkim2010-07-221-1/+1
* whitespace cleanupluigi2010-07-151-2/+2
* small portability fix to build on linux/windowsluigi2010-07-151-0/+4
* Implement flexible BPF timestamping framework.jkim2010-06-153-95/+281
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-113-50/+15
* Provide a macro for registering a virtualized sysctl handler forzec2010-06-021-0/+8
* This patch fixes the problem where proxy ARP entries cannot be addedqingli2010-05-254-11/+23
* Ignore failures from removing multicast addresses from the parent (trunk)jhb2010-05-171-13/+14
* allocate ipv6 flows from the ipv6 flow zonekmacy2010-05-162-1/+1
* Fix an issue with the dynamic pcpu/vnet data allocators.bz2010-05-141-1/+1
* workaround bug with ipv6 where a flow can have a null rtentrykmacy2010-05-121-2/+4
* Remove page queues locking from all sf_buf_mext()-like functions. The pagealc2010-05-061-2/+0
* Add page locking to the vm_page_cow* functions.alc2010-05-041-2/+0
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-035-4/+8
* This is the first step in transitioning responsibility for synchronizingalc2010-05-031-0/+2
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+2
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-294-32/+10
* need to initialize the lock before it is usedkmacy2010-04-271-1/+1
* MFP4: @177254bz2010-04-271-3/+8
* Provide compat32 shims for bpf(4), except zero-copy facilities.kib2010-04-252-3/+166
* Provide 32bit compat shims for sysctl net.route NET_RT_IFLIST.kib2010-04-251-1/+101
* Move two copies of the same definition to a common include file.julian2010-04-142-9/+9
* When an underlying ioctl(2) handler returns an error, our ioctl(2)delphij2010-04-141-4/+3
* Take a reference to make sure that the interface cannot go away duringbz2010-04-111-3/+8
* Check that the interface is on the list of cloned interfaces before tryingbz2010-04-111-1/+11
* Plug reference leaks in the link-layer code ("new-arp") that previouslybz2010-04-111-1/+4
* In if_detach_internal() we cannot hold the af_data lock over thebz2010-04-111-3/+9
* In if_detach_internal() only try to do the detach run if if_attachdomain1()bz2010-04-111-1/+1
* 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
OpenPOWER on IntegriCloud