aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vnic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Fix VNIC enumeration after r294993 and r294990Zbigniew Bodek2016-01-281-1/+1
* Support new MDIO hierarchy in ThunderX DTBZbigniew Bodek2016-01-283-5/+480
* Fix finding appropriate BGX node in DTB and move it to a separate functionZbigniew Bodek2016-01-283-11/+143
* Mark the thunder_mdio_fdt driver as early, the bgx needs it to exist so itAndrew Turner2015-11-061-2/+2
* Introduce driver for Cavium's ThunderX MDIOZbigniew Bodek2015-10-183-0/+670
* Introduce initial support for Cavium's ThunderX networking interfaceZbigniew Bodek2015-10-1812-4181/+4858
* Raw import of ThunderX VNIC networking driver componentsZbigniew Bodek2015-10-189-0/+7644