aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe/if_ix.c
Commit message (Expand)AuthorAgeFilesLines
* iflib: invert default restart on VLAN changesKevin Bowling2023-08-241-3/+2
* iflib drivers: Constify PCI ID LUTsMarius Strobl2023-08-171-2/+2
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* ix: Fix accessing wrong registerPiotr Pietruszewski2023-08-101-2/+2
* ixgbe: Add support for 82599 LSKevin Bowling2023-08-101-0/+1
* ixgbe: Check for fw_recoveryKevin Bowling2023-08-101-0/+9
* ix, ixv: fix kernel buildPiotr Kubaj2023-07-111-1/+1
* ix: remove stale commentPiotr Kubaj2023-07-111-1/+0
* ix, ixv: Update link status with autonegotiated baudrate valuePiotr Pietruszewski2023-07-111-1/+2
* ixgbe: Change if condition for RSS and rxcsumPrzemyslaw Lewandowski2023-05-241-1/+1
* ixgbe: Do not count L3/L4 checksum errors as input errorsAndrew Gallatin2023-02-021-5/+0
* Mechanically convert ixgbe(4) to IfAPIJustin Hibbits2023-01-241-29/+29
* ixgbe: workaround errata about UDP frames with zero checksumAndrey V. Elsukov2022-11-101-1/+5
* ixgbe: fix software vlan handlingKristof Provost2022-08-171-1/+20
* if_ix: Reset on an ECC errorNeel Chauhan2022-06-221-1/+3
* ix/ixv: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* ixgbe: Update mc filter before FCTRL flagsKevin Bowling2022-04-131-7/+6
* ix: Remove cpu_id and related code from ixgbe_if_msix_intr_assign.John Baldwin2022-04-131-20/+0
* ix(4): Add control of 2.5/5G autonegotiation speedsPiotr Pietruszewski2022-03-041-19/+102
* ixgbe: whitespace cleanup passKevin Bowling2021-09-261-4/+2
* ixgbe: Rename 'struct adapter' to 'struct ixgbe_softc'Kevin Bowling2021-09-261-635/+628
* ixgbe: Use C99 bool typesKevin Bowling2021-09-071-43/+43
* ixgbe: Avoid sbuf_trim(9) in sysctl handlerKevin Bowling2021-08-231-10/+16
* ixgbe: Print FW NVM and Option ROM versionsKevin Bowling2021-07-161-0/+100
* ixgbe: Restore AIM supportSai Rajesh Tallamraju2021-05-031-0/+73
* ixgbe: Improve device name stringsKevin Bowling2021-04-281-44/+44
* ixgbe: Clean up unneeded set in ixgbe_if_multi_setKevin Bowling2021-04-191-1/+1
* ixgbe: Clarify index name in ixgbe_mc_filter_applyKevin Bowling2021-04-171-4/+4
* iflib: Make if_shared_ctx_t a pointer to constMark Johnston2021-03-081-3/+1
* ix(4): Report RX errors as sum of all RX error countersPiotr Pietruszewski2021-03-031-1/+18
* 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-20/+29
* ixgbe(4): Eliminate bogus sizeof() expressionsConrad Meyer2020-01-291-6/+5
* 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-241-2/+3
* ixgbe(4): Fix enabling/disabling and reconfiguration of queuesEric Joyner2019-07-231-5/+5
* iflib: expose the Rx mbuf buffer size to driversEric Joyner2019-03-191-4/+1
* 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-311-0/+1
* ix(4): Run {mod,msf,mbx,fdir,phy}_task in if_update_admin_statusEric Joyner2019-01-311-53/+51
* - Stop iflib(4) from leaking MSI messages on detachment by callingMarius Strobl2019-01-301-7/+3
* intel iflib drivers: correct initialization of tx_cidx_processedEric Joyner2019-01-241-1/+2
* Fix PNP entries for if_ix and if_ixv properly using the IFLIB_PNP_INFO()Yuri Pankov2018-10-111-3/+1
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* 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-5/+4