aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* Don't pass rids to taskqgroup_attach()Stephen Hurd2017-12-271-2/+2
* Remove assertion that's not true for !EARLY_AP_STARTUPStephen Hurd2017-12-271-1/+0
* Fix indentation.Stephen Hurd2017-12-271-1/+1
* kernel: Fix several typos and minor errorsEitan Adler2017-12-272-2/+2
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-252-4/+0
* Do not pass NULL pointer to copyout in if_clone_list.Alexander Kabaev2017-12-231-1/+1
* Remove some trailing whitespace.Alexander Kabaev2017-12-231-2/+2
* Do not double free the memory in if_clone.Alexander Kabaev2017-12-231-6/+2
* The device tables end with a sentinel in iflib. Don't include theWarner Losh2017-12-231-1/+1
* Use '#' rather than some made up name for fields we want to ignore.Warner Losh2017-12-221-1/+1
* Fix build for kernels with SCHED_4BSD.Konstantin Belousov2017-12-211-1/+1
* Don't call tcp_lro_rx() unless hardware verified TCP/UDP csumStephen Hurd2017-12-211-1/+4
* Add missing `;`Li-Wen Hsu2017-12-201-1/+1
* Support attaching tx queues to cpusStephen Hurd2017-12-201-11/+131
* Update Matthew Macy contact infoStephen Hurd2017-12-193-3/+3
* Fix possible memory leak.Andrey V. Elsukov2017-12-161-1/+1
* Plug an ifaddr leak when changing a route's srcRyan Stone2017-12-141-2/+3
* Increment encap_pad_mbuf_fail when m_dup() fails in paddingStephen Hurd2017-12-111-0/+1
* Free mbuf chain when m_dup failsStephen Hurd2017-12-081-0/+1
* Handle read-only mbufs in iflib ether pad functionStephen Hurd2017-12-081-6/+17
* Garbage collect IFCAP_POLLING_NOCOUNT. It wasn't used since veryGleb Smirnoff2017-12-061-1/+1
* iflib: Support to padding Ethernet frames to a min sizeStephen Hurd2017-12-052-3/+48
* Avoid calling CURVNET_[SET|RESTORE] for each packetStephen Hurd2017-12-051-20/+25
* ifconfig(8): Display extended compliance code string for SFP transceiversEric Joyner2017-12-051-4/+8
* Add if media and link status events to vxlanBryan Venteicher2017-12-021-0/+33
* Add support for SIOCGIFXMEDIA to iflibStephen Hurd2017-12-011-0/+1
* Properly define the VLAN_XXX() function macros to avoid miscompilation whenHans Petter Selasky2017-11-301-6/+6
* Fix comment introduced in r326369Stephen Hurd2017-11-291-1/+1
* Ensure that ctx->ifc_cpus is always initializedStephen Hurd2017-11-291-12/+14
* Disallow TUN and TAP character device IOCTLs to modify the network deviceHans Petter Selasky2017-11-292-2/+4
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2740-11/+93
* Fix off-by-one error in bit_nclear() usageStephen Hurd2017-11-201-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2039-0/+78
* Fix build.Konstantin Belousov2017-11-191-1/+1
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-183-0/+6
* Fix default numbers of iflib queue setsStephen Hurd2017-11-161-4/+11
* Do not leak control in raw_usendAntoine Brodin2017-11-081-1/+2
* Add a place for a driver to report rx timestamps in nanoseconds fromKonstantin Belousov2017-11-071-0/+1
* Fix NOINET/NOINET6 build during compilation of iflib.Sean Bruno2017-11-061-0/+4
* Only chain non-LRO mbufs when LRO is not possibleStephen Hurd2017-11-061-6/+64
* Allow a process to assign an IP address to local ppp interfaceEugene Grosbein2017-11-051-1/+1
* epair: Fix panic on unloadKristof Provost2017-11-011-4/+12
* Preserve TSO checksum flagsStephen Hurd2017-10-311-4/+0
* Fix PR221990 - Assertion at iflib.c:1947Stephen Hurd2017-10-311-4/+14
* Fix build with nodevice netmapStephen Hurd2017-10-311-14/+14
* bnxt: HW_LRO Rx Pkt with > 32 fragments caused Crash (iflib)Stephen Hurd2017-10-301-1/+2
* Fix PR222744 - netmap errors with iflib em driverStephen Hurd2017-10-301-116/+106
* Avoid enabling MSI-X if MSI-X is disabled globallyStephen Hurd2017-10-301-0/+13
* Some cache related optimizationsStephen Hurd2017-10-231-7/+16
* With r181803 on 2008-08-17 23:27:27Z the first VIMAGE commit went intoBjoern A. Zeeb2017-10-201-3/+2