aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Add an extra comment to the SDT probes definition. This allows us to getRui Paulo2010-08-221-5/+9
* When moving an ethernet ifnet from one vnet to another, destroy theMarko Zec2010-08-132-0/+34
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withWill Andrews2010-08-113-11/+18
* Allow carp(4) to be loaded as a kernel module. Follow precedent set byWill Andrews2010-08-113-40/+19
* Adjust the interface type in the link layer socket address for vlan(4)John Baldwin2010-08-061-0/+5
* Properly set ifi_datalen for compat32 struct if_data32.Konstantin Belousov2010-08-031-1/+1
* Don't check malloc(M_WAITOK) result.Gleb Smirnoff2010-07-271-2/+0
* Return NULL rather than 0 for a pointer.Bjoern A. Zeeb2010-07-271-1/+1
* When installing a new ARP entry via 'arp -S', lla_lookup() willGleb Smirnoff2010-07-271-0/+1
* Fix an obvious typo from r1.1. We were acquiring an exclusive writer lockJung-uk Kim2010-07-221-1/+1
* whitespace cleanupLuigi Rizzo2010-07-151-2/+2
* small portability fix to build on linux/windowsLuigi Rizzo2010-07-151-0/+4
* Implement flexible BPF timestamping framework.Jung-uk Kim2010-06-153-95/+281
* Update several places that iterate over CPUs to use CPU_FOREACH().John Baldwin2010-06-113-50/+15
* Provide a macro for registering a virtualized sysctl handler forMarko Zec2010-06-021-0/+8
* This patch fixes the problem where proxy ARP entries cannot be addedQing Li2010-05-254-11/+23
* Ignore failures from removing multicast addresses from the parent (trunk)John Baldwin2010-05-171-13/+14
* allocate ipv6 flows from the ipv6 flow zoneKip Macy2010-05-162-1/+1
* Fix an issue with the dynamic pcpu/vnet data allocators.Bjoern A. Zeeb2010-05-141-1/+1
* workaround bug with ipv6 where a flow can have a null rtentryKip Macy2010-05-121-2/+4
* Remove page queues locking from all sf_buf_mext()-like functions. The pageAlan Cox2010-05-061-2/+0
* Add page locking to the vm_page_cow* functions.Alan Cox2010-05-041-2/+0
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-035-4/+8
* This is the first step in transitioning responsibility for synchronizingAlan Cox2010-05-031-0/+2
* On Alan's advice, rather than do a wholesale conversion on a singleKip Macy2010-04-301-0/+2
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-294-32/+10
* need to initialize the lock before it is usedKip Macy2010-04-271-1/+1
* MFP4: @177254Bjoern A. Zeeb2010-04-271-3/+8
* Provide compat32 shims for bpf(4), except zero-copy facilities.Konstantin Belousov2010-04-252-2/+165
* Provide 32bit compat shims for sysctl net.route NET_RT_IFLIST.Konstantin Belousov2010-04-251-1/+101
* Move two copies of the same definition to a common include file.Julian Elischer2010-04-142-9/+9
* When an underlying ioctl(2) handler returns an error, our ioctl(2)Xin LI2010-04-141-4/+3
* Take a reference to make sure that the interface cannot go away duringBjoern A. Zeeb2010-04-111-3/+8
* Check that the interface is on the list of cloned interfaces before tryingBjoern A. Zeeb2010-04-111-1/+11
* Plug reference leaks in the link-layer code ("new-arp") that previouslyBjoern A. Zeeb2010-04-111-1/+4
* In if_detach_internal() we cannot hold the af_data lock over theBjoern A. Zeeb2010-04-111-3/+9
* In if_detach_internal() only try to do the detach run if if_attachdomain1()Bjoern A. Zeeb2010-04-111-1/+1
* Check the pointer to JIT binary filter before its de-allocation.Jung-uk Kim2010-03-291-3/+4
* Add MCS to the list of media types.Rui Paulo2010-03-231-0/+2
* - boot-time size the ipv4 flowtable and the maximum number of flowsKip Macy2010-03-221-24/+82
* Avoid holding the VLAN_LOCK() over the parent interface SIOCGIFMEDIAEd Maste2010-03-211-2/+2
* Split eventhandler_register() into an internal part and a wrapper functionBjoern A. Zeeb2010-03-192-0/+69
* Add ddb support to the "new" link layer code ("new-arp"):Bjoern A. Zeeb2010-03-181-0/+136
* Verify interface up status using its link state onlyQing Li2010-03-164-2/+6
* Fix a small bug in drbr_dequeue_cond spotted while preparing MFC of r203834.Max Laier2010-03-151-1/+1
* flowtable_get_hashkey is only used by a DDB function - move under #ifdef DDBKip Macy2010-03-121-14/+13
* Fix a style(9) nit.Jung-uk Kim2010-03-121-2/+1
* re-update copyright to 2010Kip Macy2010-03-121-1/+1
* Tidy up callout for select(2) and read timeout.Jung-uk Kim2010-03-121-3/+6
* The flow-table module retrieves the destination and sourceQing Li2010-03-121-0/+13