aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Restore AIM supportSai Rajesh Tallamraju2021-05-172-0/+74
* ixgbe: Clarify index name in ixgbe_mc_filter_applyKevin Bowling2021-04-251-4/+4
* iflib: Make if_shared_ctx_t a pointer to constMark Johnston2021-03-223-8/+2
* ix(4): Report RX errors as sum of all RX error countersPiotr Pietruszewski2021-03-052-1/+30
* iflib: ensure that tx interrupts enabled and cleanupsMatt Macy2021-01-072-2/+2
* ixgbe: fix impossible conditionEric van Gyzen2020-08-211-2/+2
* em/ix/ixv/ixl/iavf: Implement ifdi_needs_restart iflib methodEric Joyner2020-05-112-0/+42
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (15 of many)Pawel Biernacki2020-02-243-36/+47
* ixgbe(4): Eliminate bogus sizeof() expressionsConrad Meyer2020-01-291-6/+5
* if_ixv: disable RSS configuration on 82599 and X540 VFsAndriy Gapon2019-11-052-2/+14
* ix: report isc_pause_frames during stat updateEric Joyner2019-10-161-2/+12
* ixgbe: Disable EEE for backplane X550EM_XEric Joyner2019-10-151-3/+1
* Convert if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-9/+7
* ix, ixv: Read msix_bar from device configurationEric Joyner2019-09-243-5/+4
* ixgbe(4): Fix enabling/disabling and reconfiguration of queuesEric Joyner2019-07-233-10/+5
* Include ktr.h in more compilation unitsConrad Meyer2019-05-211-0/+2
* 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-192-12/+2
* ixgbe(4): Fix panic triggered by assertion from interruptEric Joyner2019-02-271-1/+1
* ix(4),ixv(4): Fix TSO offloads when TXCSUM is disabledEric Joyner2019-01-313-1/+3
* ix(4): Run {mod,msf,mbx,fdir,phy}_task in if_update_admin_statusEric Joyner2019-01-313-59/+59
* Make iflib a loadable module.Konstantin Belousov2019-01-311-3/+1
* - Stop iflib(4) from leaking MSI messages on detachment by callingMarius Strobl2019-01-302-10/+5
* intel iflib drivers: correct initialization of tx_cidx_processedEric Joyner2019-01-243-4/+11
* ixgbe: this statement may fall through warnings with gccToomas Soome2019-01-192-4/+6
* Fix first-packet completionStephen Hurd2018-11-281-0/+2
* em/igb/ix(4): Port two Tx/Rx fixes made to ixl in r339338Eric Joyner2018-10-141-13/+8
* Fix PNP entries for if_ix and if_ixv properly using the IFLIB_PNP_INFO()Yuri Pankov2018-10-112-5/+2
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-262-2/+2
* ix(4), ixv(4): VLAN tag stripping fixes for Amazon EC2 Enhanced NetworkingEric Joyner2018-09-112-11/+22
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-192-2/+2
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-192-2/+2
* Assorted TSO fixes for em(4)/iflib(9) and dead code removal:Marius Strobl2018-07-153-13/+11
* Remove code to disable IFCAP_VLAN_HWFILTER by default for ixgbe(4) as VLANMarius Strobl2018-07-151-9/+0
* Add PNP info to PCI attachment of ixv driverWarner Losh2018-07-081-0/+2
* Add PNP info to PCI attachment of ix driverWarner Losh2018-07-081-0/+2
* netmap and iflib drivers, silence unused var warningsMatt Macy2018-05-192-2/+3
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Restore SIOCGI2C functionality to ixgbeAndrew Gallatin2018-04-171-2/+21
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-1/+1
* Use C99 initializers for iflib function tables.Mark Johnston2018-04-111-8/+8
* ixgbe(4): Update shared code, add support for X552 1G, fix bugEric Joyner2018-03-1915-146/+329
* 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-2017-6130/+2515
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2025-0/+25
* Fix ixgbe(4) support for ifconfig's vlanhwtag flag. Disabling this flagSean Bruno2017-11-061-8/+10
* ixgbe: Remove never defined UDP_IPV4_EXSepherosa Ziehau2017-10-113-7/+0
* Only make the if_ix module depend on netmap when netmap is configured.Konstantin Belousov2017-08-301-0/+2
* ixv(4): Add more robust mailbox API negotiationEric Joyner2017-08-241-8/+35