summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-1849-183/+355
|\
| * net: ethernet: fix potential use-after-free in ec_bhf_removePavel Skripkin2021-06-181-1/+3
| * net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSYEsben Haabendal2021-06-181-0/+5
| * net: ll_temac: Fix TX BD buffer overwriteEsben Haabendal2021-06-181-1/+1
| * net: ll_temac: Add memory-barriers for TX BD accessEsben Haabendal2021-06-181-1/+13
| * net: ll_temac: Make sure to free skb when it is completely usedEsben Haabendal2021-06-181-1/+5
| * bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error pathSomnath Kotur2021-06-181-0/+1
| * bnxt_en: Fix TQM fastpath ring backing store computationRukhsana Ansari2021-06-181-1/+1
| * bnxt_en: Rediscover PHY capabilities after firmware resetMichael Chan2021-06-181-0/+5
| * cxgb4: fix wrong shift.Pavel Machek2021-06-181-1/+1
| * net: qed: Fix memcpy() overflow of qed_dcbx_params()Kees Cook2021-06-171-1/+3
| * Merge tag 'mlx5-fixes-2021-06-16' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-06-177-14/+45
| |\
| | * net/mlx5: Reset mkey index on creationAya Levin2021-06-161-1/+1
| | * net/mlx5e: Don't create devices during unload flowDmytro Linkin2021-06-161-0/+4
| | * net/mlx5: DR, Fix STEv1 incorrect L3 decapsulation paddingAlex Vesker2021-06-161-10/+16
| | * net/mlx5: SF_DEV, remove SF device on invalid stateParav Pandit2021-06-161-0/+1
| | * net/mlx5: E-Switch, Allow setting GUID for host PF vportParav Pandit2021-06-161-2/+0
| | * net/mlx5: E-Switch, Read PF mac addressParav Pandit2021-06-161-0/+6
| | * net/mlx5: Check that driver was probed prior attaching the deviceLeon Romanovsky2021-06-161-0/+15
| | * net/mlx5: Fix error path for set HCA defaultsLeon Romanovsky2021-06-161-1/+2
| * | be2net: Fix an error handling path in 'be_probe()'Christophe JAILLET2021-06-171-0/+1
| |/
| * r8169: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-06-161-1/+1
| * sh_eth: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-06-161-1/+1
| * net: fec_ptp: fix issue caused by refactor the fec_devtypeJoakim Zhang2021-06-161-3/+1
| * net: fec_ptp: add clock rate zero checkFugang Duan2021-06-161-0/+4
| * net: stmmac: disable clocks in stmmac_remove_config_dt()Joakim Zhang2021-06-161-0/+2
| * lantiq: net: fix duplicated skb in rx descriptor ringAleksander Jan Bajkowski2021-06-151-1/+2
| * cxgb4: fix wrong ethtool n-tuple rule lookupRahul Lakkireddy2021-06-141-8/+16
| * netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET2021-06-141-0/+2
| * qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET2021-06-141-0/+1
| * net: qualcomm: rmnet: don't over-count statisticsAlex Elder2021-06-141-9/+9
| * net: stmmac: dwmac1000: Fix extended MAC address registers definitionJisheng Zhang2021-06-111-4/+4
| * cxgb4: halt chip before flashing PHY firmware imageRahul Lakkireddy2021-06-111-3/+19
| * cxgb4: fix sleep in atomic when flashing PHY firmwareRahul Lakkireddy2021-06-113-4/+2
| * cxgb4: fix endianness when flashing boot imageRahul Lakkireddy2021-06-111-17/+27
| * alx: Fix an error handling path in 'alx_probe()'Christophe JAILLET2021-06-111-0/+1
| * Merge tag 'mlx5-fixes-2021-06-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-06-1016-72/+111
| |\
| | * net/mlx5e: Block offload of outer header csum for GRE tunnelAya Levin2021-06-091-6/+3
| | * net/mlx5e: Block offload of outer header csum for UDP tunnelsAya Levin2021-06-091-7/+3
| | * Revert "net/mlx5: Arm only EQs with EQEs"Shay Drory2021-06-091-2/+4
| | * net/mlx5e: Fix select queue to consider SKBTX_HW_TSTAMPAya Levin2021-06-093-23/+25
| | * net/mlx5e: Don't update netdev RQs with PTP-RQAya Levin2021-06-091-2/+0
| | * net/mlx5e: Verify dev is present in get devlink port ndoChris Mi2021-06-091-0/+2
| | * net/mlx5: DR, Don't use SW steering when RoCE is not supportedMaor Gottlieb2021-06-091-4/+5
| | * net/mlx5: Consider RoCE cap before init RDMA resourcesMaor Gottlieb2021-06-091-0/+3
| | * net/mlx5e: Fix page reclaim for dead peer hairpinDima Chumak2021-06-092-7/+25
| | * net/mlx5e: Remove dependency in IPsec initialization flowsHuy Nguyen2021-06-091-3/+0
| | * net/mlx5e: Fix use-after-free of encap entry in neigh update handlerVlad Buslov2021-06-094-17/+40
| | * net/mlx5e: Fix an error code in mlx5e_arfs_create_tables()Yang Li2021-06-091-1/+1
| * | ice: parameterize functions responsible for Tx ring managementMaciej Fijalkowski2021-06-091-8/+10