aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe/if_ixv.c
Commit message (Expand)AuthorAgeFilesLines
* iflib: ensure that tx interrupts enabled and cleanupsMatt Macy2021-01-071-1/+1
* em/ix/ixv/ixl/iavf: Implement ifdi_needs_restart iflib methodEric Joyner2020-05-111-0/+21
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (15 of many)Pawel Biernacki2020-02-241-5/+6
* if_ixv: disable RSS configuration on 82599 and X540 VFsAndriy Gapon2019-11-051-2/+8
* ix, ixv: Read msix_bar from device configurationEric Joyner2019-09-241-1/+1
* ixgbe(4): Fix enabling/disabling and reconfiguration of queuesEric Joyner2019-07-231-3/+0
* ixv(4): Add missing IFLIB_IS_VF flag in iflib shared ctxEric Joyner2019-03-191-1/+1
* iflib: expose the Rx mbuf buffer size to driversEric Joyner2019-03-191-8/+1
* ix(4),ixv(4): Fix TSO offloads when TXCSUM is disabledEric Joyner2019-01-311-0/+1
* Make iflib a loadable module.Konstantin Belousov2019-01-311-3/+1
* - Stop iflib(4) from leaking MSI messages on detachment by callingMarius Strobl2019-01-301-3/+2
* intel iflib drivers: correct initialization of tx_cidx_processedEric Joyner2019-01-241-1/+7
* Fix PNP entries for if_ix and if_ixv properly using the IFLIB_PNP_INFO()Yuri Pankov2018-10-111-2/+1
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* ix(4), ixv(4): VLAN tag stripping fixes for Amazon EC2 Enhanced NetworkingEric Joyner2018-09-111-10/+20
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Assorted TSO fixes for em(4)/iflib(9) and dead code removal:Marius Strobl2018-07-151-7/+6
* Add PNP info to PCI attachment of ixv driverWarner Losh2018-07-081-0/+2
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-1/+1
* ixgbe(4): Update shared code, add support for X552 1G, fix bugEric Joyner2018-03-191-3/+12
* ixv(4): Stop setting editing ifnet flags in ixv_if_init()Eric Joyner2018-01-221-4/+0
* ixgbe(4): Fix build error on i386.Eric Joyner2017-12-211-1/+1
* ixgbe(4): Convert driver to use iflibEric Joyner2017-12-201-1235/+710
* ixgbe: Remove never defined UDP_IPV4_EXSepherosa Ziehau2017-10-111-3/+0
* ixv(4): Add more robust mailbox API negotiationEric Joyner2017-08-241-8/+35
* ixgbe(4): Update HEAD (p3) to 3.2.12-kEric Joyner2017-07-051-1089/+1301
* Do not initialize the adapter on MTU change when adapter status is down.Sean Bruno2016-07-071-1/+2
* dev/e1000,ixgbe: minor spelling fixes.Pedro F. Giffuni2016-05-061-3/+3
* Add optimizing LRO wrapper:Hans Petter Selasky2016-01-191-4/+4
* Fix VF handling of VLANs.Sean Bruno2016-01-071-3/+2
* ixgbe(4): Update to version 3.1.13-kSean Bruno2015-12-231-58/+59
* Add support for sysctl knobs to live tune the per interrupt rx/tx packetSean Bruno2015-10-131-6/+21
* Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv).Patrick Kelsey2015-07-151-2/+53
* Fix igxbe SRIOV VF (if_ixv) initialization bugs. The MAC address forPatrick Kelsey2015-07-151-4/+4
* Delta D2489 - Add SRIOV support to the Intel 10G driver.Jack F Vogel2015-06-011-31/+61
* Revert last commit, to remove added skeleton tree.Jack F Vogel2015-06-011-61/+31
* Delta D2489 - Add SRIOV support to the Intel 10G driver.Jack F Vogel2015-06-011-31/+61
* Add support for certain Intel X550 devices.Eric Joyner2015-04-301-5/+4
* Fix i386 LINT build issues, and remove unused variable.Jack F Vogel2015-03-181-3/+3
* Fix ixgbe(4) to compile - with RSS; with ix+ixv in the kernel.Adrian Chadd2015-03-181-2/+3
* Resolve a few build issues, add module directories back into Makefile,Jack F Vogel2015-03-171-1/+1
* Update to the Intel ixgbe driver:Jack F Vogel2015-03-171-0/+2107