summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-06-19Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds49-183/+355
2021-06-18net: ethernet: fix potential use-after-free in ec_bhf_removePavel Skripkin1-1/+3
2021-06-18net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSYEsben Haabendal1-0/+5
2021-06-18net: ll_temac: Fix TX BD buffer overwriteEsben Haabendal1-1/+1
2021-06-18net: ll_temac: Add memory-barriers for TX BD accessEsben Haabendal1-1/+13
2021-06-18net: ll_temac: Make sure to free skb when it is completely usedEsben Haabendal1-1/+5
2021-06-18bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error pathSomnath Kotur1-0/+1
2021-06-18bnxt_en: Fix TQM fastpath ring backing store computationRukhsana Ansari1-1/+1
2021-06-18bnxt_en: Rediscover PHY capabilities after firmware resetMichael Chan1-0/+5
2021-06-18cxgb4: fix wrong shift.Pavel Machek1-1/+1
2021-06-17net: qed: Fix memcpy() overflow of qed_dcbx_params()Kees Cook1-1/+3
2021-06-17Merge tag 'mlx5-fixes-2021-06-16' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller7-14/+45
2021-06-17be2net: Fix an error handling path in 'be_probe()'Christophe JAILLET1-0/+1
2021-06-17net/mlx5: Reset mkey index on creationAya Levin1-1/+1
2021-06-17net/mlx5e: Don't create devices during unload flowDmytro Linkin1-0/+4
2021-06-17net/mlx5: DR, Fix STEv1 incorrect L3 decapsulation paddingAlex Vesker1-10/+16
2021-06-17net/mlx5: SF_DEV, remove SF device on invalid stateParav Pandit1-0/+1
2021-06-17net/mlx5: E-Switch, Allow setting GUID for host PF vportParav Pandit1-2/+0
2021-06-17net/mlx5: E-Switch, Read PF mac addressParav Pandit1-0/+6
2021-06-17net/mlx5: Check that driver was probed prior attaching the deviceLeon Romanovsky1-0/+15
2021-06-17net/mlx5: Fix error path for set HCA defaultsLeon Romanovsky1-1/+2
2021-06-16r8169: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2021-06-16sh_eth: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2021-06-16net: fec_ptp: fix issue caused by refactor the fec_devtypeJoakim Zhang1-3/+1
2021-06-16net: fec_ptp: add clock rate zero checkFugang Duan1-0/+4
2021-06-16net: stmmac: disable clocks in stmmac_remove_config_dt()Joakim Zhang1-0/+2
2021-06-16lantiq: net: fix duplicated skb in rx descriptor ringAleksander Jan Bajkowski1-1/+2
2021-06-14cxgb4: fix wrong ethtool n-tuple rule lookupRahul Lakkireddy1-8/+16
2021-06-14netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET1-0/+2
2021-06-14qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET1-0/+1
2021-06-14net: qualcomm: rmnet: don't over-count statisticsAlex Elder1-9/+9
2021-06-11net: stmmac: dwmac1000: Fix extended MAC address registers definitionJisheng Zhang1-4/+4
2021-06-11cxgb4: halt chip before flashing PHY firmware imageRahul Lakkireddy1-3/+19
2021-06-11cxgb4: fix sleep in atomic when flashing PHY firmwareRahul Lakkireddy3-4/+2
2021-06-11cxgb4: fix endianness when flashing boot imageRahul Lakkireddy1-17/+27
2021-06-11alx: Fix an error handling path in 'alx_probe()'Christophe JAILLET1-0/+1
2021-06-10Merge tag 'mlx5-fixes-2021-06-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller16-72/+111
2021-06-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-0/+10
2021-06-10net/mlx5e: Block offload of outer header csum for GRE tunnelAya Levin1-6/+3
2021-06-10net/mlx5e: Block offload of outer header csum for UDP tunnelsAya Levin1-7/+3
2021-06-10Revert "net/mlx5: Arm only EQs with EQEs"Shay Drory1-2/+4
2021-06-10net/mlx5e: Fix select queue to consider SKBTX_HW_TSTAMPAya Levin3-23/+25
2021-06-10net/mlx5e: Don't update netdev RQs with PTP-RQAya Levin1-2/+0
2021-06-10net/mlx5e: Verify dev is present in get devlink port ndoChris Mi1-0/+2
2021-06-10net/mlx5: DR, Don't use SW steering when RoCE is not supportedMaor Gottlieb1-4/+5
2021-06-10net/mlx5: Consider RoCE cap before init RDMA resourcesMaor Gottlieb1-0/+3
2021-06-10net/mlx5e: Fix page reclaim for dead peer hairpinDima Chumak2-7/+25
2021-06-10net/mlx5e: Remove dependency in IPsec initialization flowsHuy Nguyen1-3/+0
2021-06-10net/mlx5e: Fix use-after-free of encap entry in neigh update handlerVlad Buslov4-17/+40
2021-06-10net/mlx5e: Fix an error code in mlx5e_arfs_create_tables()Yang Li1-1/+1