aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vnic/nicvf_queues.c
Commit message (Expand)AuthorAgeFilesLines
* vnic: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-2/+2
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-1/+1
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+1
* vnic: apply hardware L3 checksum only for IPv4Ed Maste2017-12-051-3/+2
* Unbreak IPv6.Bjoern A. Zeeb2017-11-141-62/+71
* vnic: apply BPF tap before passing packet to hardwareEd Maste2017-11-101-2/+3
* Fix deadlock in VNIC when using single CPU onlyZbigniew Bodek2016-05-111-24/+9
* Add HW RSS support to VNIC driverZbigniew Bodek2016-05-111-2/+1
* Fix sending TSO packets larger than single DMA segment on VNICZbigniew Bodek2016-04-081-7/+1
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-5/+1
* Improve TX path of the VNIC driverZbigniew Bodek2016-03-311-20/+69
* Improve HW checksums support in VNICZbigniew Bodek2016-03-291-9/+12
* Don't manage free SQ entry index by the atomic operationsZbigniew Bodek2016-03-291-4/+3
* Fix bug in VNIC causing phony number of available TX descriptorsZbigniew Bodek2016-03-101-1/+1
* Fix "received NULL mbuf" bug in VNICZbigniew Bodek2016-03-101-6/+1
* Introduce HW TSO support for VNICZbigniew Bodek2016-02-251-37/+56
* Enable CQ count threshold interrupt on VNIC Pass2.0Zbigniew Bodek2016-02-251-1/+1
* Improve VNIC performance on Tx path by immediate packet transmissionZbigniew Bodek2016-02-251-2/+1
* Prefetch next CQ descriptor in Completion Queue handling loop of VNICZbigniew Bodek2016-02-251-0/+2
* Enable LRO support for VNIC driverZbigniew Bodek2016-02-251-0/+51
* Add support for hardware Tx and Rx checksums to VNIC driverZbigniew Bodek2016-02-251-3/+131
* Introduce initial support for Cavium's ThunderX networking interfaceZbigniew Bodek2015-10-181-550/+1222
* Raw import of ThunderX VNIC networking driver componentsZbigniew Bodek2015-10-181-0/+1467