summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-22ethernet: sun: add check for the mdesc_grab()Liang He2-0/+6
2023-03-22net: usb: smsc75xx: Move packet length check to prevent kernel panic in skb_pullSzymon Heidrich1-2/+8
2023-03-22net: usb: smsc75xx: Limit packet length to skb->lenSzymon Heidrich1-1/+2
2023-03-22net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status failsHeiner Kallweit1-1/+4
2023-03-22qed/qed_dev: guard against a possible division by zeroDaniil Tatianin1-0/+5
2023-03-11wifi: rtl8xxxu: Use a longer retry limit of 48Bitterblue Smith1-9/+0
2023-03-11wifi: rtl8xxxu: fixing transmisison failure for rtl8192euJun ASAKA1-0/+5
2023-03-11net: bcmgenet: Add a check for oversized packetsFlorian Fainelli1-0/+8
2023-03-11wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()Jisoo Jang1-0/+1
2023-03-11can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bu...Frank Jungclaus1-1/+3
2023-03-11wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()Dan Carpenter1-3/+3
2023-03-11net/mlx5: Enhance debug print in page allocation failureJack Morgenstein1-1/+2
2023-03-11wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()Minsuk Kang1-0/+1
2023-03-11wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback ...Fedor Pchelkin1-1/+3
2023-03-11wifi: orinoco: check return value of hermes_write_wordrec()Alexey Kodanev1-0/+2
2023-03-11wifi: wl3501_cs: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-11wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-11wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-11wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid()Zhengchao Shao1-1/+4
2023-03-11wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit()Zhang Changzhong1-0/+1
2023-03-11wifi: ipw2200: fix memory leak in ipw_wdev_init()Zhengchao Shao1-2/+7
2023-03-11wifi: rtl8xxxu: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2023-03-11wifi: libertas: fix memory leak in lbs_init_adapter()Zhengchao Shao1-0/+1
2023-02-25wifi: mwifiex: Add missing compatible string for SD8787Lukas Wunner1-0/+1
2023-02-25wifi: rtl8xxxu: gen2: Turn on the rate controlBitterblue Smith1-6/+2
2023-02-22i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova1-0/+2
2023-02-22net: stmmac: Restrict warning on disabling DMA store and fwd modeCristian Ciocaltea1-1/+1
2023-02-22net/usb: kalmia: Don't pass act_len in usb_bulk_msg error pathMiko Larsson1-4/+4
2023-02-22net: bgmac: fix BCM5358 support by setting correct flagsRafał Miłecki1-3/+3
2023-02-22i40e: add double of VLAN header when computing the max MTUJason Xing1-1/+1
2023-02-22net: USB: Fix wrong-direction WARNING in plusb.cAlan Stern1-3/+1
2023-02-06wifi: brcmfmac: fix up incorrect 4.14.y backport for brcmf_fw_map_chip_to_name()Greg Kroah-Hartman1-1/+1
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: 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: TX Flow Ctrl Registers are h/w ver dependentRaju Rangoju1-8/+15
2023-01-18ravb: Fix "failed to switch device to config mode" message during unbindBiju Das1-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-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