summaryrefslogtreecommitdiff
path: root/sys/dev/vnic
Commit message (Expand)AuthorAgeFilesLines
* vnic: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-4/+0
* remove extraneous double ;s in sys/Ed Maste2020-03-301-1/+1
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-2/+2
* vnic: Relax PHY node matching after r336281.Mark Johnston2019-12-181-4/+7
* vnic: correct and simplify SIOCSIFFLAGSEd Maste2019-09-011-6/+6
* vnic: avoid NULL deref in error caseEd Maste2019-08-291-3/+2
* Fix vnic fallback PHY name matching after r334880.Mark Johnston2018-07-141-1/+2
* In the ThunderX BGX network driver we were skipping the NULL terminatorAndrew Turner2018-06-091-16/+16
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-1/+1
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* [ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko2018-03-201-1/+1
* 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-253-7/+1
* vnic: apply hardware L3 checksum only for IPv4Ed Maste2017-12-051-3/+2
* Unbreak IPv6.Bjoern A. Zeeb2017-11-141-62/+71
* vnic: report that the driver supports multicastEd Maste2017-11-141-1/+1
* vnic: apply BPF tap before passing packet to hardwareEd Maste2017-11-101-2/+3
* Rework BGX detection to support both new and old firmwareZbigniew Bodek2017-03-311-33/+156
* Add the folowing set accessor functions for recently-added members of ifnetStephen J. Kiernan2017-01-311-14/+14
* INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun2016-08-192-4/+0
* INTRNG - change the way how an interrupt mapping data are providedSvatopluk Kraus2016-06-052-0/+4
* Fix VNIC module unloadingWojciech Macek2016-05-202-6/+26
* Allow building VNIC as a moduleWojciech Macek2016-05-205-11/+17
* Add support for MTU chaning and Jumbo frames to VNICZbigniew Bodek2016-05-111-6/+24
* Fix deadlock in VNIC when using single CPU onlyZbigniew Bodek2016-05-111-24/+9
* Add HW RSS support to VNIC driverZbigniew Bodek2016-05-114-2/+182
* Bind CQ interrupts and tasks to separate CPUs in VNICZbigniew Bodek2016-05-112-0/+16
* Fix sending TSO packets larger than single DMA segment on VNICZbigniew Bodek2016-04-081-7/+1
* Speedup BGX link polling on ARM64Wojciech Macek2016-04-081-2/+2
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-5/+1
* Fix number of the enabled VFs in VNICZbigniew Bodek2016-03-311-14/+4
* Don't omit m_dup() for non-writeable mbufs that need checksum calculationZbigniew Bodek2016-03-311-7/+8
* Fix MAC address configuration for VNICZbigniew Bodek2016-03-311-11/+11
* Improve TX path of the VNIC driverZbigniew Bodek2016-03-313-30/+78
* Fix typo in the VNIC's PF function nameZbigniew Bodek2016-03-311-3/+3
* 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-255-54/+94
* Enable CQ count threshold interrupt on VNIC Pass2.0Zbigniew Bodek2016-02-252-2/+2
* Fix VNIC support for Pass2.0 ThunderX chipsZbigniew Bodek2016-02-253-5/+24
* Remove soft reset from the VNIC's PF driverZbigniew Bodek2016-02-251-3/+0
* Improve VNIC performance on Tx path by immediate packet transmissionZbigniew Bodek2016-02-253-3/+11
* Clean-up network interface settings for VNICZbigniew Bodek2016-02-251-13/+10
* Enable HWSTATS capability for VNICZbigniew Bodek2016-02-251-0/+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-253-0/+82
* Add support for hardware Tx and Rx checksums to VNIC driverZbigniew Bodek2016-02-252-7/+155