summaryrefslogtreecommitdiffstats
path: root/sys/dev/vnic
Commit message (Expand)AuthorAgeFilesLines
* INTRNG - change the way how an interrupt mapping data are providedskra2016-06-052-0/+4
* Fix VNIC module unloadingwma2016-05-202-6/+26
* Allow building VNIC as a modulewma2016-05-205-11/+17
* Add support for MTU chaning and Jumbo frames to VNICzbb2016-05-111-6/+24
* Fix deadlock in VNIC when using single CPU onlyzbb2016-05-111-24/+9
* Add HW RSS support to VNIC driverzbb2016-05-114-2/+182
* Bind CQ interrupts and tasks to separate CPUs in VNICzbb2016-05-112-0/+16
* Fix sending TSO packets larger than single DMA segment on VNICzbb2016-04-081-7/+1
* Speedup BGX link polling on ARM64wma2016-04-081-2/+2
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationsephe2016-04-011-5/+1
* Fix number of the enabled VFs in VNICzbb2016-03-311-14/+4
* Don't omit m_dup() for non-writeable mbufs that need checksum calculationzbb2016-03-311-7/+8
* Fix MAC address configuration for VNICzbb2016-03-311-11/+11
* Improve TX path of the VNIC driverzbb2016-03-313-30/+78
* Fix typo in the VNIC's PF function namezbb2016-03-311-3/+3
* Improve HW checksums support in VNICzbb2016-03-291-9/+12
* Don't manage free SQ entry index by the atomic operationszbb2016-03-291-4/+3
* Fix bug in VNIC causing phony number of available TX descriptorszbb2016-03-101-1/+1
* Fix "received NULL mbuf" bug in VNICzbb2016-03-101-6/+1
* Introduce HW TSO support for VNICzbb2016-02-255-54/+94
* Enable CQ count threshold interrupt on VNIC Pass2.0zbb2016-02-252-2/+2
* Fix VNIC support for Pass2.0 ThunderX chipszbb2016-02-253-5/+24
* Remove soft reset from the VNIC's PF driverzbb2016-02-251-3/+0
* Improve VNIC performance on Tx path by immediate packet transmissionzbb2016-02-253-3/+11
* Clean-up network interface settings for VNICzbb2016-02-251-13/+10
* Enable HWSTATS capability for VNICzbb2016-02-251-0/+1
* Prefetch next CQ descriptor in Completion Queue handling loop of VNICzbb2016-02-251-0/+2
* Enable LRO support for VNIC driverzbb2016-02-253-0/+82
* Add support for hardware Tx and Rx checksums to VNIC driverzbb2016-02-252-7/+155
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* Fix VNIC enumeration after r294993 and r294990zbb2016-01-281-1/+1
* Support new MDIO hierarchy in ThunderX DTBzbb2016-01-283-5/+480
* Fix finding appropriate BGX node in DTB and move it to a separate functionzbb2016-01-283-11/+143
* Mark the thunder_mdio_fdt driver as early, the bgx needs it to exist so itandrew2015-11-061-2/+2
* Introduce driver for Cavium's ThunderX MDIOzbb2015-10-183-0/+670
* Introduce initial support for Cavium's ThunderX networking interfacezbb2015-10-1812-4181/+4858
* Raw import of ThunderX VNIC networking driver componentszbb2015-10-189-0/+7644
OpenPOWER on IntegriCloud