summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Only hide the ifa and not the tp under #ifdef INET as the tp is neededbz2010-10-011-1/+1
* - Expand scope of tun/tap softc locks to cover more softc fields andjhb2010-09-222-145/+97
* Fix a typo in a comment.jkim2010-09-161-1/+1
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-101-2/+2
* MFp4 CH=183259:bz2010-09-021-2/+2
* Add a sysctl knob to accept input packets on any link in a failover lagg.emaste2010-09-011-1/+9
* MFp4 CH=182972:bz2010-08-271-0/+4
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-5/+9
* When moving an ethernet ifnet from one vnet to another, destroy thezec2010-08-132-0/+34
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withwill2010-08-113-11/+18
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-113-40/+19
* Adjust the interface type in the link layer socket address for vlan(4)jhb2010-08-061-0/+5
* Properly set ifi_datalen for compat32 struct if_data32.kib2010-08-031-1/+1
* 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
OpenPOWER on IntegriCloud