aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vnic/nicvf_main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the spelling of '*/' in the vnic driverAndrew Turner2021-07-271-1/+1
* vnic: add TODO list item for non-promisc modeEd Maste2021-07-281-4/+2
* vnic: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* vnic: correct and simplify SIOCSIFFLAGSEd Maste2019-09-011-6/+6
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* vnic: report that the driver supports multicastEd Maste2017-11-141-1/+1
* Add the folowing set accessor functions for recently-added members of ifnetStephen J. Kiernan2017-01-311-14/+14
* Allow building VNIC as a moduleWojciech Macek2016-05-201-4/+5
* Add support for MTU chaning and Jumbo frames to VNICZbigniew Bodek2016-05-111-6/+24
* Add HW RSS support to VNIC driverZbigniew Bodek2016-05-111-0/+102
* Bind CQ interrupts and tasks to separate CPUs in VNICZbigniew Bodek2016-05-111-0/+15
* Don't omit m_dup() for non-writeable mbufs that need checksum calculationZbigniew Bodek2016-03-311-7/+8
* Improve TX path of the VNIC driverZbigniew Bodek2016-03-311-9/+8
* Introduce HW TSO support for VNICZbigniew Bodek2016-02-251-1/+16
* Improve VNIC performance on Tx path by immediate packet transmissionZbigniew Bodek2016-02-251-1/+8
* Clean-up network interface settings for VNICZbigniew Bodek2016-02-251-13/+10
* Enable HWSTATS capability for VNICZbigniew Bodek2016-02-251-0/+1
* Enable LRO support for VNIC driverZbigniew Bodek2016-02-251-0/+28
* Add support for hardware Tx and Rx checksums to VNIC driverZbigniew Bodek2016-02-251-4/+24
* Introduce initial support for Cavium's ThunderX networking interfaceZbigniew Bodek2015-10-181-1301/+1057
* Raw import of ThunderX VNIC networking driver componentsZbigniew Bodek2015-10-181-0/+1667