summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2022-01-04iavf: Fix limit of total number of queues to active queues of VFKaren Sornek
2022-01-04i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski
2022-01-04i40e: Fix for displaying message regarding NVM versionMateusz Palczewski
2022-01-04i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu
2022-01-04i40e: Fix to not show opcode msg on unsuccessful VF MAC changeMateusz Palczewski
2021-12-28igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin
2021-12-28igc: Do not enable crosstimestamping for i225-V modelsVinicius Costa Gomes
2021-12-20igb: fix deadlock caused by taking RTNL in RPM resume pathHeiner Kallweit
2021-12-17ice: xsk: fix cleaned_count settingMaciej Fijalkowski
2021-12-17ice: xsk: allow empty Rx descriptors on XSK ZC data pathMaciej Fijalkowski
2021-12-17ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptorMaciej Fijalkowski
2021-12-17ice: remove dead store on XSK hotpathAlexander Lobakin
2021-12-17ice: xsk: allocate separate memory for XDP SW ringMaciej Fijalkowski
2021-12-17ice: xsk: return xsk buffers back to pool when cleaning the ringMaciej Fijalkowski
2021-12-15ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov
2021-12-15ixgbe: Document how to enable NBASE-T supportRobert Schlabbach
2021-12-15igc: Fix typo in i225 LTR functionsSasha Neftin
2021-12-15igbvf: fix double free in `igbvf_probe`Letu Ren
2021-12-15igb: Fix removal of unicast MAC filters of VFsKaren Sornek
2021-12-14ice: Don't put stale timestamps in the skbKarol Kolacinski
2021-12-14ice: Use div64_u64 instead of div_u64 in adjfineKarol Kolacinski
2021-12-13iavf: do not override the adapter state in the watchdog task (again)Stefan Assmann
2021-12-13iavf: missing unlocks in iavf_watchdog_task()Dan Carpenter
2021-12-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2021-12-08ice: safer stats processingJesse Brandeburg
2021-12-07ice: fix adding different tunnelsMichal Swiatkowski
2021-12-07ice: fix choosing UDP header typeMichal Swiatkowski
2021-12-07ice: ignore dropped packets during initJesse Brandeburg
2021-12-07ice: Fix problems with DSCP QoS implementationDave Ertman
2021-12-07ice: rearm other interrupt cause register after enabling VFsPaul Greenwalt
2021-12-07ice: fix FDIR init missing when reset VFYahui Cao
2021-12-06i40e: Fix NULL pointer dereference in i40e_dbg_dump_descNorbert Zulinski
2021-12-06i40e: Fix pre-set max number of queues for VFMateusz Palczewski
2021-12-06i40e: Fix failed opcode appearing if handling messages from VFKaren Sornek
2021-12-06iavf: Fix reporting when setting descriptor countMichal Maloszewski
2021-12-01iavf: restore MSI state on resetMitch Williams
2021-11-30ice: xsk: clear status_error0 for each allocated descMaciej Fijalkowski
2021-11-25igb: fix netpoll exit with trafficJesse Brandeburg
2021-11-22ice: avoid bpf_prog refcount underflowMarta Plantykow
2021-11-22ice: fix vsi->txq_map sizingMaciej Fijalkowski
2021-11-19iavf: Fix VLAN feature flags after VFRBrett Creeley
2021-11-19iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski
2021-11-19iavf: Fix deadlock occurrence during resetting VF interfaceJedrzej Jagielski
2021-11-19iavf: Prevent changing static ITR values if adaptive moderation is onNitesh B Venkatesh
2021-11-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-David S. Miller
2021-11-18e100: fix device suspend/resumeJesse Brandeburg
2021-11-17i40e: Fix display error code in dmesgGrzegorz Szczurek
2021-11-17i40e: Fix creation of first queue by omitting it if is not power of twoJedrzej Jagielski
2021-11-17i40e: Fix warning message and call stack during rmmod i40e driverKaren Sornek
2021-11-17i40e: Fix ping is lost after configuring ADq on VFEryk Rybak