summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2022-05-10igc: Change type of the 'igc_check_downshift' methodSasha Neftin2-6/+2
2022-05-10igc: Remove unused phy_type enumSasha Neftin3-18/+3
2022-05-10igc: Remove igc_set_spd_dplx methodSasha Neftin2-51/+0
2022-05-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2-5/+4
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed1-1/+2
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+1
2022-05-06Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-4/+4
2022-05-06Revert "ice: Hide bus-info in ethtool for PRs in switchdev mode"Marcin Szycik1-5/+3
2022-05-06ice: link representors to PCI deviceMichal Swiatkowski1-0/+1
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-2/+2
2022-05-05ice: remove period on argument description in ice_for_each_vfJacob Keller1-2/+2
2022-05-05ice: add a function comment for ice_cfg_mac_antispoofJacob Keller1-0/+7
2022-05-05ice: fix wording in comment for ice_reset_vfJacob Keller1-2/+2
2022-05-05ice: remove return value comment for ice_reset_all_vfsJacob Keller1-2/+2
2022-05-05ice: always check VF VSI pointer valuesJacob Keller6-7/+77
2022-05-05ice: add newline to dev_dbg in ice_vf_fdir_dump_infoJacob Keller1-1/+1
2022-05-05ice: get switch id on switchdev devicesMichal Swiatkowski2-0/+37
2022-05-05ice: return ENOSPC when exceeding ICE_MAX_CHAIN_WORDSWojciech Drewek2-2/+4
2022-05-05ice: introduce common helper for retrieving VSI by vsi_numMaciej Fijalkowski3-35/+17
2022-05-05ice: use min_t() to make code cleaner in ice_gnssWan Jiabing1-2/+1
2022-05-05igb: Convert kmap() to kmap_local_page()Alaa Mohamed1-2/+2
2022-05-05ixgbe: Fix module_param allow_unsupported_sfp typeJeff Daly1-2/+2
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-20/+15
2022-04-28ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky1-1/+2
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski6-56/+92
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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni8-10/+37
2022-04-21i40e, xsk: Get rid of redundant 'fallthrough'Maciej Fijalkowski1-1/+0
2022-04-21ixgbe, xsk: Get rid of redundant 'fallthrough'Maciej Fijalkowski1-1/+0
2022-04-15Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski4-7/+27
2022-04-15ice, xsk: Avoid refilling single Rx descriptorsMaciej Fijalkowski1-1/+4
2022-04-15ixgbe, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski1-3/+3
2022-04-15i40e, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski1-3/+3
2022-04-15ice, xsk: Diversify return values from xsk_wakeup call pathsMaciej Fijalkowski1-3/+3
2022-04-15ixgbe, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski2-9/+19
2022-04-15i40e, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski2-10/+23
2022-04-15ice, xsk: Terminate Rx side of NAPI when XSK Rx queue gets fullMaciej Fijalkowski2-10/+20
2022-04-15ixgbe, xsk: Decorate IXGBE_XDP_REDIR with likely()Maciej Fijalkowski1-12/+13
2022-04-15ice, xsk: Decorate ICE_XDP_REDIR with likely()Maciej Fijalkowski1-10/+11
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-23/+16
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