| Commit message (Expand) | Author | Age | Files | Lines |
* | iflib: ensure that tx interrupts enabled and cleanups | Matt Macy | 2021-01-07 | 1 | -1/+1 |
* | em/ix/ixv/ixl/iavf: Implement ifdi_needs_restart iflib method | Eric Joyner | 2020-05-11 | 1 | -0/+21 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (15 of many) | Pawel Biernacki | 2020-02-24 | 1 | -5/+6 |
* | if_ixv: disable RSS configuration on 82599 and X540 VFs | Andriy Gapon | 2019-11-05 | 1 | -2/+8 |
* | ix, ixv: Read msix_bar from device configuration | Eric Joyner | 2019-09-24 | 1 | -1/+1 |
* | ixgbe(4): Fix enabling/disabling and reconfiguration of queues | Eric Joyner | 2019-07-23 | 1 | -3/+0 |
* | ixv(4): Add missing IFLIB_IS_VF flag in iflib shared ctx | Eric Joyner | 2019-03-19 | 1 | -1/+1 |
* | iflib: expose the Rx mbuf buffer size to drivers | Eric Joyner | 2019-03-19 | 1 | -8/+1 |
* | ix(4),ixv(4): Fix TSO offloads when TXCSUM is disabled | Eric Joyner | 2019-01-31 | 1 | -0/+1 |
* | Make iflib a loadable module. | Konstantin Belousov | 2019-01-31 | 1 | -3/+1 |
* | - Stop iflib(4) from leaking MSI messages on detachment by calling | Marius Strobl | 2019-01-30 | 1 | -3/+2 |
* | intel iflib drivers: correct initialization of tx_cidx_processed | Eric Joyner | 2019-01-24 | 1 | -1/+7 |
* | Fix PNP entries for if_ix and if_ixv properly using the IFLIB_PNP_INFO() | Yuri Pankov | 2018-10-11 | 1 | -2/+1 |
* | Reapply, with minor tweaks, r338025, from the original commit: | Warner Losh | 2018-09-26 | 1 | -1/+1 |
* | ix(4), ixv(4): VLAN tag stripping fixes for Amazon EC2 Enhanced Networking | Eric Joyner | 2018-09-11 | 1 | -10/+20 |
* | Back out r338035 until Warner is finished churning GSoC PNP patches | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
* | Remove unused and easy to misuse PNP macro parameter | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
* | Assorted TSO fixes for em(4)/iflib(9) and dead code removal: | Marius Strobl | 2018-07-15 | 1 | -7/+6 |
* | Add PNP info to PCI attachment of ixv driver | Warner Losh | 2018-07-08 | 1 | -0/+2 |
* | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy | 2018-05-18 | 1 | -1/+1 |
* | netmap: align codebase to the current upstream (commit id 3fb001303718146) | Vincenzo Maffione | 2018-04-12 | 1 | -1/+1 |
* | ixgbe(4): Update shared code, add support for X552 1G, fix bug | Eric Joyner | 2018-03-19 | 1 | -3/+12 |
* | ixv(4): Stop setting editing ifnet flags in ixv_if_init() | Eric Joyner | 2018-01-22 | 1 | -4/+0 |
* | ixgbe(4): Fix build error on i386. | Eric Joyner | 2017-12-21 | 1 | -1/+1 |
* | ixgbe(4): Convert driver to use iflib | Eric Joyner | 2017-12-20 | 1 | -1235/+710 |
* | ixgbe: Remove never defined UDP_IPV4_EX | Sepherosa Ziehau | 2017-10-11 | 1 | -3/+0 |
* | ixv(4): Add more robust mailbox API negotiation | Eric Joyner | 2017-08-24 | 1 | -8/+35 |
* | ixgbe(4): Update HEAD (p3) to 3.2.12-k | Eric Joyner | 2017-07-05 | 1 | -1089/+1301 |
* | Do not initialize the adapter on MTU change when adapter status is down. | Sean Bruno | 2016-07-07 | 1 | -1/+2 |
* | dev/e1000,ixgbe: minor spelling fixes. | Pedro F. Giffuni | 2016-05-06 | 1 | -3/+3 |
* | Add optimizing LRO wrapper: | Hans Petter Selasky | 2016-01-19 | 1 | -4/+4 |
* | Fix VF handling of VLANs. | Sean Bruno | 2016-01-07 | 1 | -3/+2 |
* | ixgbe(4): Update to version 3.1.13-k | Sean Bruno | 2015-12-23 | 1 | -58/+59 |
* | Add support for sysctl knobs to live tune the per interrupt rx/tx packet | Sean Bruno | 2015-10-13 | 1 | -6/+21 |
* | Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv). | Patrick Kelsey | 2015-07-15 | 1 | -2/+53 |
* | Fix igxbe SRIOV VF (if_ixv) initialization bugs. The MAC address for | Patrick Kelsey | 2015-07-15 | 1 | -4/+4 |
* | Delta D2489 - Add SRIOV support to the Intel 10G driver. | Jack F Vogel | 2015-06-01 | 1 | -31/+61 |
* | Revert last commit, to remove added skeleton tree. | Jack F Vogel | 2015-06-01 | 1 | -61/+31 |
* | Delta D2489 - Add SRIOV support to the Intel 10G driver. | Jack F Vogel | 2015-06-01 | 1 | -31/+61 |
* | Add support for certain Intel X550 devices. | Eric Joyner | 2015-04-30 | 1 | -5/+4 |
* | Fix i386 LINT build issues, and remove unused variable. | Jack F Vogel | 2015-03-18 | 1 | -3/+3 |
* | Fix ixgbe(4) to compile - with RSS; with ix+ixv in the kernel. | Adrian Chadd | 2015-03-18 | 1 | -2/+3 |
* | Resolve a few build issues, add module directories back into Makefile, | Jack F Vogel | 2015-03-17 | 1 | -1/+1 |
* | Update to the Intel ixgbe driver: | Jack F Vogel | 2015-03-17 | 1 | -0/+2107 |