aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vnic/nicvf_queues.c
Commit message (Expand)AuthorAgeFilesLines
* 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