summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-02-22net: USB: Fix wrong-direction WARNING in plusb.cAlan Stern1-3/+1
2023-02-22net: phy: meson-gxl: use MMD access dummy stubs for GXL, internal PHYHeiner Kallweit1-0/+2
2023-02-22net: phy: meson-gxl: add g12a supportJerome Brunet1-0/+11
2023-02-06net/tg3: resolve deadlock in tg3_reset_task() during EEHDavid Christensen1-4/+4
2023-02-06net: ravb: Fix possible hang if RIS2_QFF1 happenYoshihiro Shimoda1-2/+2
2023-02-06net: macb: fix PTP TX timestamp failure due to packet paddingRobert Hancock1-8/+1
2023-02-06net: mlx5: eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2023-02-06net: mdio: validate parameter addr in mdiobus_get_phy()Heiner Kallweit1-1/+6
2023-02-06net: usb: sr9700: Handle negative lenSzymon Heidrich1-1/+1
2023-02-06wifi: rndis_wlan: Prevent buffer overflow in rndis_query_oidSzymon Heidrich1-13/+6
2023-02-06amd-xgbe: Delay AN timeout during KR trainingRaju Rangoju2-0/+26
2023-02-06amd-xgbe: TX Flow Ctrl Registers are h/w ver dependentRaju Rangoju1-8/+15
2023-01-18net/mlx5: Fix ptp max frequency adjustment rangeRahul Rameshbabu1-1/+1
2023-01-18net/mlx5: Rename ptp clock infoEran Ben Elisha1-1/+1
2023-01-18usb: rndis_host: Secure rndis_query check against int overflowSzymon Heidrich1-1/+2
2023-01-18net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probeMiaoqian Lin1-0/+1
2023-01-18net: amd-xgbe: add missed tasklet_killJiguang Xiao3-2/+9
2023-01-18qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failureDaniil Tatianin3-10/+16
2023-01-18ravb: Fix "failed to switch device to config mode" message during unbindBiju Das1-1/+1
2023-01-18ppp: associate skb with a device at txStanislav Fomichev1-0/+2
2023-01-18igb: Do not free q_vector unless new one was allocatedKees Cook1-2/+6
2023-01-18wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request()Minsuk Kang1-0/+5
2023-01-18hamradio: baycom_epp: Fix return type of baycom_send_packet()Nathan Chancellor1-1/+1
2023-01-18net: ethernet: ti: Fix return type of netcp_ndo_start_xmit()Nathan Chancellor1-1/+1
2023-01-18wifi: ar5523: Fix use-after-free on ar5523_cmd() timed outShigeru Yoshida1-0/+6
2023-01-18wifi: ath9k: verify the expected usb_endpoints are presentFedor Pchelkin1-0/+14
2023-01-18myri10ge: Fix an error handling path in myri10ge_probe()Christophe JAILLET1-0/+1
2023-01-18r6040: Fix kmemleak in probe and removeLi Zetao1-1/+4
2023-01-18stmmac: fix potential division by 0Piergiorgio Beruto2-2/+3
2023-01-18ntb_netdev: Use dev_kfree_skb_any() in interrupt contextEric Pilmore1-2/+2
2023-01-18net: lan9303: Fix read error execution pathJerry Ray1-1/+3
2023-01-18net: amd-xgbe: Check only the minimum speed for active/passive cablesTom Lendacky1-12/+2
2023-01-18net: amd-xgbe: Fix logic around active and passive cablesTom Lendacky1-3/+6
2023-01-18net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2-2/+2
2023-01-18hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-3/+3
2023-01-18net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-2/+2
2023-01-18net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-18net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-18net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-18net: farsync: Fix kmemleak when rmmods farsyncLi Zetao1-0/+2
2023-01-18ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-01-18drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can1-0/+2
2023-01-18net: defxx: Fix missing err handling in dfx_init()Yongqiang Liu1-4/+18
2023-01-18wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()Wang Yufen2-1/+2
2023-01-18rtl8xxxu: add enumeration for channel bandwidthChris Chiu2-1/+10
2023-01-18wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2hBitterblue Smith1-1/+1
2023-01-18bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter1-1/+1
2023-01-18bonding: Export skip slave logic to functionMaor Gottlieb1-21/+26
2023-01-18wifi: ath10k: Fix return value in ath10k_pci_init()Xiu Jianfeng1-8/+12
2023-01-18wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control portMarek Vasut2-2/+8