aboutsummaryrefslogtreecommitdiff
path: root/sys/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* ifnet(9): split ifc_alloc_unit() (should simplify code flow)Andriy Voskoboinyk2017-10-161-24/+36
* rss: Remove never defined UDP_IPV4_EXSepherosa Ziehau2017-10-112-2/+0
* Fix "taskqgroup_attach: setaffinity failed: 3" with iflib driversStephen Hurd2017-10-052-6/+10
* Add PNP metadata to more driversConrad Meyer2017-09-261-0/+5
* Have ifmp_ring_enqueue() abdicate instead of switch to a consumerStephen Hurd2017-09-232-14/+7
* Make the rx budget a tunableStephen Hurd2017-09-231-2/+10
* Chain mbufs before passing to if_input()Stephen Hurd2017-09-231-3/+14
* Some small packet performance improvementsStephen Hurd2017-09-232-20/+28
* bridge: Set module versionKristof Provost2017-09-211-0/+1
* Fix iflib netmap RXStephen Hurd2017-09-201-16/+16
* In r288122, we changed vm_page_unwire() so that it returns a BooleanAlan Cox2017-09-201-2/+1
* Revert r323516 (iflib rollup)Stephen Hurd2017-09-163-762/+339
* Roll up iflib commits from github. This pulls in most of the work doneStephen Hurd2017-09-133-339/+762
* Allow vlan interfaces to rx through netmap(4).Matt Joras2017-09-131-1/+1
* Make LACP based lagg work with interfaces (like 100Gbps and 25Gbps) thatNavdeep Parhar2017-09-061-1/+5
* Add support for generic backpressure indicator for ratelimitedHans Petter Selasky2017-09-061-1/+9
* if: Add ioctls to get RSS key and hash type/function.Sepherosa Ziehau2017-09-052-0/+38
* Do not abuse flag that is clearly marked as unused.Gleb Smirnoff2017-08-311-1/+1
* Revert r323008 and its conversion of e1000/iflib to using SX locks.Sean Bruno2017-08-302-183/+64
* Continuation of lock cleanup in e1000.Sean Bruno2017-08-302-64/+183
* Garbage collect RT_NORTREF, which is no longer in use after FLOWTABLE removal.Gleb Smirnoff2017-08-241-10/+2
* iflib: call device's if_init function during vlan initialization.Sean Bruno2017-08-231-2/+2
* bpf: Fix incorrect cleanupKristof Provost2017-08-161-7/+3
* Rework vlan(4) locking.Matt Joras2017-08-151-176/+348
* Don't leak mbufs if clusers exceeds the number of segments. This wouldSean Bruno2017-08-101-3/+15
* Export IFCAP_HWSTATS so that we don't experience double stats countingSean Bruno2017-08-101-3/+3