summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-04-20myri10ge: fix an incorrect free for skb in myri10ge_sw_tsoXiaomeng Tong1-4/+2
2022-04-20net: axienet: setup mdio unconditionallyAndy Chiu1-7/+6
2022-04-20net: micrel: fix KS8851_MLL KconfigRandy Dunlap1-0/+1
2022-04-20net: bcmgenet: Revert "Use stronger register read/writes to assure ordering"Jeremy Linton1-2/+2
2022-04-20net: ftgmac100: access hardware register after clock readyDylan Hung1-5/+5
2022-04-20net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-linkDinh Nguyen3-16/+9
2022-04-20mlxsw: i2c: Fix initialization error flowVadim Pasternak1-0/+1
2022-04-13Revert "net/mlx5: Accept devlink user input after driver initialization compl...dann frazier3-6/+10
2022-04-13qede: confirm skb is allocated before usingJamie Bainbridge1-0/+3
2022-04-13net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo3-1/+6
2022-04-13net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()Andrew Lunn1-1/+1
2022-04-13ice: xsk: fix VSI state check in ice_xsk_wakeup()Maciej Fijalkowski1-1/+1
2022-04-13ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski3-3/+7
2022-04-13ice: Do not skip not enabled queues in ice_vc_dis_qs_msgAnatolii Gerasymenko1-2/+2
2022-04-13ice: Set txq_teid to ICE_INVAL_TEID on ring creationAnatolii Gerasymenko1-0/+1
2022-04-13dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probeMiaoqian Lin1-1/+3
2022-04-13sfc: Do not free an empty page_ringMartin Habets1-0/+3
2022-04-13bnxt_en: Prevent XDP redirect from running when stopping TX queueRay Jui1-2/+4
2022-04-13bnxt_en: reserve space inside receive page for skb_shared_infoAndy Gospodarek1-1/+2
2022-04-13bnxt_en: Synchronize tx when xdp redirects happen on same ringPavan Chebbi4-0/+19
2022-04-13net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai1-2/+1
2022-04-13ice: Clear default forwarding VSI during VSI releaseIvan Vecera1-0/+2
2022-04-13net: sfc: add missing xdp queue reinitializationTaehee Yoo1-65/+81
2022-04-13net/mlx5e: Remove overzealous validations in netlink EEPROM queryGal Pressman1-23/+0
2022-04-13bnxt_en: Eliminate unintended link toggle during FW resetMichael Chan1-3/+1
2022-04-13net/mlx5e: Disable TX queues before registering the netdevMaxim Mikityanskiy1-0/+1
2022-04-08net: sparx5: uses, depends on BRIDGE or !BRIDGERandy Dunlap1-0/+1
2022-04-08net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang1-3/+3
2022-04-08net: hns3: fix the concurrency between functions reading debugfsYufeng Mo3-5/+12
2022-04-08octeontx2-af: initialize action variableTom Rix1-8/+7
2022-04-08net: sparx5: switchdev: fix possible NULL pointer dereferenceZheng Yongjun1-0/+2
2022-04-08qlcnic: dcb: default to returning -EOPNOTSUPPTom Rix1-5/+5
2022-04-08net: sparx5: depends on PTP_1588_CLOCK_OPTIONALRandy Dunlap1-0/+1
2022-04-08net: hns3: clean residual vf config after disable sriovPeng Li3-0/+71
2022-04-08net: hns3: refine the process when PF set VF VLANJian Shen2-5/+18
2022-04-08net: hns3: format the output of the MAC addressYufeng Mo4-31/+74
2022-04-08net: hns3: add vlan list lock to protect vlan listJian Shen2-4/+35
2022-04-08net: hns3: fix port base vlan add fail when concurrent with resetJian Shen2-19/+46
2022-04-08net: hns3: fix bug when PF set the duplicate MAC address for VFsJian Shen1-3/+2
2022-04-08net: enetc: report software timestamping via SO_TIMESTAMPINGVladimir Oltean1-1/+4
2022-04-08drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via ethtoolSondhauß, Jan1-4/+2
2022-04-08ice: don't allow to run ice_send_event_to_aux() in atomic ctxAlexander Lobakin1-0/+3
2022-04-08ice: fix 'scheduling while atomic' on aux critical err interruptAlexander Lobakin2-10/+17
2022-04-08net: bcmgenet: Use stronger register read/writes to assure orderingJeremy Linton1-2/+2
2022-04-08ibmvnic: fix race between xmit and resetSukadev Bhattiprolu2-15/+55
2022-04-08net: axienet: fix RX ring refill allocation failure handlingRobert Hancock1-30/+42
2022-04-08net:enetc: allocate CBD ring data memory using DMA coherent methodsPo Liu1-64/+64
2022-04-08igb: refactor XDP registrationCorinna Vinschen2-10/+13
2022-04-08igc: avoid kernel warning when changing RX ring parametersCorinna Vinschen1-0/+3
2022-04-08ixgbe: respect metadata on XSK Rx to skbAlexander Lobakin1-4/+10