summaryrefslogtreecommitdiffstats
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce and use a new VM interface for temporarily pinning pages. Thisalc2010-12-251-6/+2
* Adds IFF_CANTCONFIG to IFF_CANTCHANGE that it shouldn't happen throughweongyo2010-12-071-1/+1
* Introduces IFF_CANTCONFIG interface flag to point that the interfaceweongyo2010-12-071-1/+1
* o Swap descriptions for net.bpf.bufsize and net.bpf.maxbufsize.maxim2010-11-241-2/+2
* Allow for vlan(4) ifnets to have overlapping unit numbers if they arezec2010-11-221-0/+42
* After some off-list discussion, revert a number of changes to thedim2010-11-2210-36/+32
* Add a missing ';' and change the debugging sysctl from xint to int.bz2010-11-211-2/+2
* Instead of unconditionally emitting .globl's for the __start_set_xxx anddim2010-11-141-3/+4
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-149-23/+23
* Add macros to define static instances of VNET_DEFINE and DPCPU_DEFINE.dim2010-11-141-6/+9
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlmarius2010-11-141-0/+10
* Use 'z' modifier for size_t printing.kib2010-11-131-1/+1
* Similar to r212647, remove the workaround in sys/net/vnet.h for an lddim2010-11-121-9/+0
* Add a queue to hold packets while we await an ARP reply.gnn2010-11-122-4/+22
* Use the same treatment as in linker_set.h for the __start and __stopdim2010-11-111-0/+2
* Sync DLTs with the latest pcap version.rpaulo2010-10-291-0/+137
* Factor out DDB commands from r204145, r204279 into if_debug.c for furtherbz2010-10-252-82/+126
* Reshuffle SIOCGIFCONF32 handler from r155224.pluknet2010-10-212-27/+29
* Close a race acquiring the IF_ADDR_LOCK() for each entry while iteratingbz2010-10-161-0/+4
* lltable_drain() has never been used so far, thus #if 0 it for now.bz2010-10-162-0/+6
* 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
OpenPOWER on IntegriCloud