summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-04-08ethernet: sun: Free the coherent when failing in probingZheyu Ma1-1/+5
2022-03-28drivers: net: xgene: Fix regression in CRC strippingStephane Graber1-5/+7
2022-03-23net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower of...Vladimir Oltean1-1/+15
2022-03-23net: bcmgenet: skip invalid partial checksumsDoug Berger1-2/+4
2022-03-23bnx2x: fix built-in kernel driver load failureManish Chopra3-26/+19
2022-03-19sfc: extend the locking on mcdi->seqnoNiels Dossche1-1/+1
2022-03-16net: macb: Fix lost RX packet wakeup race in NAPI receiveRobert Hancock1-1/+24
2022-03-16net: bcmgenet: Don't claim WOL when its not availableJeremy Linton1-0/+7
2022-03-16gianfar: ethtool: Fix refcount leak in gfar_get_ts_infoMiaoqian Lin1-0/+1
2022-03-16net/mlx5e: Lag, Only handle events from highest priority multipath entryRoi Dayan1-3/+8
2022-03-16net/mlx5: Fix a race on command flush flowMoshe Shemesh1-7/+8
2022-03-16net: ethernet: lpc_eth: Handle error for clk_enableJiasheng Jiang1-1/+4
2022-03-16net: ethernet: ti: cpts: Handle error for clk_enableJiasheng Jiang1-1/+3
2022-03-16ethernet: Fix error handling in xemaclite_of_probeMiaoqian Lin1-1/+3
2022-03-16ice: Fix curr_link_speed advertised speedJedrzej Jagielski1-1/+1
2022-03-16ice: Rename a couple of variablesAnirudh Venkataramanan1-25/+25
2022-03-16ice: Remove unnecessary checker loopAnirudh Venkataramanan1-9/+1
2022-03-16ice: Align macro names to the specificationAnirudh Venkataramanan4-23/+24
2022-03-16ice: stop disabling VFs due to PF error responsesJacob Keller2-21/+0
2022-03-16i40e: stop disabling VFs due to PF error responsesJacob Keller3-59/+9
2022-03-16qed: return status of qed_iov_get_linkTom Rix1-7/+11
2022-03-16net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prep...Jia-Ju Bai1-0/+7
2022-03-08iavf: Refactor iavf state machine trackingMateusz Palczewski3-18/+31
2022-03-08net: chelsio: cxgb3: check the return value of pci_find_capability()Jia-Ju Bai1-0/+2
2022-03-08ibmvnic: complete init_done on transport eventsSukadev Bhattiprolu1-0/+7
2022-03-08ibmvnic: free reset-work-item when flushingSukadev Bhattiprolu1-1/+3
2022-03-08igc: igc_write_phy_reg_gpy: drop premature returnSasha Neftin1-2/+0
2022-03-08igc: igc_read_phy_reg_gpy: drop premature returnCorinna Vinschen1-2/+0
2022-03-08ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()Maciej Fijalkowski1-2/+4
2022-03-08ibmvnic: register netdev after init of adapterSukadev Bhattiprolu1-4/+6
2022-03-08net: sxgbe: fix return value of __setup handlerRandy Dunlap1-3/+3
2022-03-08iavf: Fix missing check for running netdevSlawomir Laba1-2/+5
2022-03-08net: stmmac: fix return value of __setup handlerRandy Dunlap1-3/+3
2022-03-08ice: fix concurrent reset and removal of VFsJacob Keller2-10/+27
2022-03-08ice: Fix race conditions between virtchnl handling and VF ndo opsBrett Creeley2-0/+30
2022-03-08e1000e: Correct NVM checksum verification flowSasha Neftin1-2/+2
2022-03-02net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packetsTariq Toukan1-1/+2
2022-03-02net/mlx5: Fix wrong limitation of metadata match on ecpfAriel Levkovich1-4/+0
2022-03-02net/mlx5: Fix possible deadlock on rule deletionMaor Gottlieb1-0/+2
2022-03-02nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()Christophe JAILLET1-2/+2
2022-03-02net: ll_temac: check the return value of devm_kmalloc()Xiaoke Wang1-0/+2
2022-03-02net/mlx5e: Fix wrong return value on ioctl EEPROM query failureGal Pressman1-1/+1
2022-03-02bnxt_en: Fix active FEC reporting to ethtoolSomnath Kotur1-0/+3
2022-03-02bnx2x: fix driver load from initrdManish Chopra1-0/+3
2022-02-23net: macb: Align the dma and coherent dma masksMarc St-Amand1-1/+1
2022-02-23dpaa2-eth: Initialize mutex used in one step timestamping pathRadu Bulie1-1/+1
2022-02-16net: mscc: ocelot: fix mutex lock error during ethtool stats readColin Foster1-4/+7
2022-02-16ice: fix IPIP and SIT TSO offloadJesse Brandeburg2-8/+18
2022-02-16ice: fix an error code in ice_cfg_phy_fec()Dan Carpenter1-1/+2
2022-02-16dpaa2-eth: unregister the netdev before disconnecting from the PHYRobert-Ionut Alexa1-2/+2