summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-1861-203/+391
|\
| * 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
| * net: cdc_eem: fix tx fixup skb leakLinyu Yuan2021-06-171-1/+1
| * 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
| * | net: hamradio: fix memory leak in mkiss_closePavel Skripkin2021-06-171-0/+1
| * | 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
| * r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-06-161-1/+1
| * Merge tag 'linux-can-fixes-for-5.13-20210616' of git://git.kernel.org/pub/scm...David S. Miller2021-06-161-2/+15
| |\
| | * can: mcba_usb: fix memory leak in mcba_usbPavel Skripkin2021-06-161-2/+15
| * | 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: usb: fix possible use-after-free in smsc75xx_bindDongliang Mu2021-06-161-4/+6
| * | 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
| * qmi_wwan: Do not call netif_rx from rx_fixupKristian Evensen2021-06-151-1/+1
| * net: cdc_ncm: switch to eth%d interface namingMaciej Żenczykowski2021-06-151-1/+1
| * net: mhi_net: Update the transmit handler prototypeSubash Abhinov Kasiviswanathan2021-06-141-1/+1
| * net: caif: fix memory leak in ldisc_openPavel Skripkin2021-06-141-0/+1
| * 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
| * net: phy: dp83867: perform soft reset and retain established linkPraneeth Bajjuri2021-06-111-5/+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