aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
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/n...Jakub Kicinski2-6/+5
2022-03-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub 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
2022-03-15ice: remove PF pointer from ice_check_vf_initJacob Keller3-16/+14
2022-03-15ice: introduce ice_virtchnl.c and ice_virtchnl.hJacob Keller5-3825/+3869
2022-03-15ice: cleanup long lines in ice_sriov.cJacob Keller1-12/+27
2022-03-15ice: introduce ICE_VF_RESET_LOCK flagJacob Keller4-16/+19
2022-03-15ice: introduce ICE_VF_RESET_NOTIFY flagJacob Keller3-39/+34
2022-03-15ice: convert ice_reset_vf to take flagsJacob Keller4-9/+17
2022-03-15ice: convert ice_reset_vf to standard error codesJacob Keller2-10/+11
2022-03-15ice: make ice_reset_all_vfs voidJacob Keller2-8/+5
2022-03-15ice: drop is_vflr parameter from ice_reset_all_vfsJacob Keller3-7/+6
2022-03-15ice: move reset functionality into ice_vf_lib.cJacob Keller5-490/+488
2022-03-15ice: fix a long line warning in ice_reset_vfJacob Keller1-1/+2
2022-03-15ice: introduce VF operations structure for reset flowsJacob Keller3-139/+196
2022-03-15ice: fix incorrect dev_dbg print mistaking 'i' for vf->vf_idJacob Keller1-1/+2
2022-03-15ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.hJacob Keller8-711/+823
2022-03-14ice: use ice_is_vf_trusted helper functionJacob Keller1-10/+10
2022-03-14ice: log an error message when eswitch fails to configureJacob Keller1-1/+3
2022-03-14ice: cleanup error logging for ice_ena_vfsJacob Keller1-13/+19
2022-03-14ice: move ice_set_vf_port_vlan near other .ndo opsJacob Keller1-96/+96
2022-03-14ice: refactor spoofchk control code in ice_sriov.cJacob Keller1-11/+7
2022-03-14ice: rename ICE_MAX_VF_COUNT to avoid confusionJacob Keller3-7/+7
2022-03-14ice: remove unused definitions from ice_sriov.hJacob Keller2-7/+1
2022-03-14ice: convert vf->vc_ops to a const pointerJacob Keller3-23/+55
2022-03-14ice: remove circular header dependencies on ice.hJacob Keller14-11/+35
2022-03-14ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller7-8/+8
2022-03-14ice: rename ice_sriov.c to ice_vf_mbx.cJacob Keller4-6/+6
2022-03-11ice: Support GTP-U and GTP-C offload in switchdevMarcin Szycik8-24/+765
2022-03-11ice: Fix FV offset searchingMichal Swiatkowski3-51/+12
2022-03-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski8-28/+370
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-103/+97