aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-18igb: skip phy status check where unavailableKevin Mitchell1-1/+2
2022-05-17ice: Fix interrupt moderation settings getting clearedMichal Wilczynski2-11/+16
2022-05-17ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt1-3/+4
2022-05-17ice: fix crash when writing timestamp on RX ringsArkadiusz Kubalewski1-4/+15
2022-05-11i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong1-13/+14
2022-05-06ice: fix PTP stale Tx timestamps cleanupMichal Michalik1-2/+8
2022-05-06ice: clear stale Tx queue settings before configuringAnatolii Gerasymenko1-18/+50
2022-05-06ice: Fix race during aux device (un)pluggingIvan Vecera3-8/+20
2022-04-28ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky1-1/+2
2022-04-26ice: fix use-after-free when deinitializing mailbox snapshotJacob Keller1-1/+1
2022-04-26ice: wait 5 s for EMP reset after firmware flashPetr Oros1-0/+3
2022-04-26ice: Protect vf_state check by cfg_lock in ice_vc_process_vf_msg()Ivan Vecera1-7/+5
2022-04-26ice: Fix incorrect locking in ice_vc_process_vf_msg()Ivan Vecera1-14/+7
2022-04-15Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski4-7/+27
2022-04-14ice: Fix memory leak in ice_get_orom_civd_data()Jianglei Nie1-0/+1
2022-04-14ice: fix crash in switchdev modeWojciech Drewek1-1/+2
2022-04-14ice: allow creating VFs for !CONFIG_NET_SWITCHDEVMaciej Fijalkowski1-1/+1
2022-04-14ice: xsk: check if Rx ring was filled up to the endMaciej Fijalkowski1-1/+6
2022-04-13e1000e: Fix possible overflow in LTR decodingSasha Neftin1-2/+2
2022-04-13igc: Fix suspending when PTM is activeVinicius Costa Gomes1-1/+14
2022-04-13igc: Fix BUG: scheduling while atomicSasha Neftin1-2/+2
2022-04-13igc: Fix infinite loop in release_swfw_syncSasha Neftin1-2/+9
2022-04-08Revert "iavf: Fix deadlock occurrence during resetting VF interface"Mateusz Palczewski1-5/+2
2022-04-08ice: arfs: fix use-after-free when freeing @rx_cpu_rmapAlexander Lobakin3-18/+14
2022-04-05ice: clear cmd_type_offset_bsz for TX ringsMaciej Fijalkowski1-1/+1
2022-04-05ice: xsk: fix VSI state check in ice_xsk_wakeup()Maciej Fijalkowski1-1/+1
2022-04-05ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski3-3/+7
2022-04-05ice: Do not skip not enabled queues in ice_vc_dis_qs_msgAnatolii Gerasymenko1-2/+2
2022-04-05ice: Set txq_teid to ICE_INVAL_TEID on ring creationAnatolii Gerasymenko1-0/+1
2022-04-01ice: Fix broken IFF_ALLMULTI handlingIvan Vecera3-38/+121
2022-04-01ice: Fix MAC address settingIvan Vecera1-2/+5
2022-04-01ice: Clear default forwarding VSI during VSI releaseIvan Vecera1-0/+2
2022-03-28ice: xsk: Fix indexing in ice_tx_xsk_pool()Maciej Fijalkowski1-1/+1
2022-03-28ice: xsk: Stop Rx processing when ntc catches ntuMaciej Fijalkowski1-0/+3
2022-03-28ice: xsk: Eliminate unnecessary loop iterationMagnus Karlsson1-1/+1
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-10/+20
2022-03-23ice: don't allow to run ice_send_event_to_aux() in atomic ctxAlexander Lobakin1-0/+3
2022-03-23ice: fix 'scheduling while atomic' on aux critical err interruptAlexander Lobakin2-10/+17
2022-03-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski2-6/+5
2022-03-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski4-3/+35
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+18
2022-03-17iavf: Fix hang during reboot/shutdownIvan Vecera1-0/+7
2022-03-17igb: zero hwtstamp by defaultTom Rix1-4/+2
2022-03-17i40e: little endian only valid checksumsTom Rix1-2/+3
2022-03-16ice: add trace events for tx timestampsJacob Keller2-0/+32
2022-03-16ice: fix return value check in ice_gnss.cYang Yingliang1-2/+2
2022-03-16ice: Fix inconsistent indenting in ice_switchWojciech Drewek1-1/+1
2022-03-15iavf: Fix double free in iavf_reset_taskPrzemyslaw Patynowski1-1/+7
2022-03-15ice: destroy flow director filter mutex after releasing VSIsSudheer Mogilappagari1-1/+1
2022-03-15ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()Maciej Fijalkowski1-2/+3