summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2026-08-27can: use skb hash instead of private variable in headroomOliver Hartkopp
2026-08-27NTB: ntb_netdev: Preserve RX queue depth on allocation failureKoichiro Den
2026-08-27rndis_host: add overflow check in rndis_rx_fixup()Griffin Kroah-Hartman
2026-08-23net: ethernet: ti: am65-cpsw-nuss: Fix port_id extraction from SRC TAGSiddharth Vadapalli
2026-08-23net: atlantic: free stranded TX buffers on ring deinitYangyu Chen
2026-08-23ice: wait for reset completion in ice_resume()Aaron Ma
2026-08-23can: gs_usb: gs_usb_receive_bulk_callback(): resubmit URB on skb allocation f...Marc Kleine-Budde
2026-08-23ice: fix memory leak in ice_lbtest_prepare_rings()Dawei Feng
2026-08-23ice: fix VF interrupts cleanupDawid Osuchowski
2026-08-23igc: remove napi_synchronize() in igc_down()David Carlier
2026-08-23wifi: libertas_tf: fix use-after-free in lbtf_free_adapter()Maoyi Xie
2026-08-23wifi: brcmfmac: set F2 blocksize to 256 for BCM43752LiangCheng Wang
2026-08-23wifi: brcmfmac: fix 43752 SDIO FWVID incorrectly labelled as Cypress (CYW)Gokul Sivakumar
2026-08-23wifi: brcmfmac: drain bus_reset work on device removalFan Wu
2026-08-23wifi: ath6kl: fix use-after-free in aggr_reset_state()Daniel Hodges
2026-08-23octeontx2-pf: fix SQB pointer leak on init failureDawei Feng
2026-08-23net: ipa: fix SMEM state handle leaks in SMP2P initHaoxiang Li
2026-08-23octeontx2-af: cn10k: restrict VF LMTLINE sharing to its own PFJunrui Luo
2026-08-23net: mana: Validate the packet length reported by the NICDexuan Cui
2026-08-23net: ixp4xx_hss: fix duplicate HDLC netdev allocationHaoxiang Li
2026-08-23can: esd_usb: kill anchored URBs before freeing netdevsFan Wu
2026-08-23can/esd_usb2: Rename esd_usb2.c to esd_usb.cFrank Jungclaus
2026-08-23net: thunderbolt: Fix frags[] overflow by bounding frame_countMaoyi Xie
2026-08-23octeontx2-vf: clear stale mailbox IRQ state before request_irq()Runyu Xiao
2026-08-23octeontx2-pf: clear stale mailbox IRQ state before request_irq()Runyu Xiao
2026-08-23octeontx2: Annotate mmio regions as __iomemSubbaraya Sundeep
2026-08-23octeontx2-af: Fix APR entry mapping based on APR_LMT_CFGGeetha sowjanya
2026-08-23mlxsw: fix refcount leak in mlxsw_sp_port_lag_join()Wentao Liang
2026-08-23mlxsw: spectrum: On port enslavement to a LAG, join upper's bridgesPetr Machata
2026-08-19vxlan: do not arm the ageing timer on a device that is downBaul Lee
2026-08-19net: atlantic: free RX pages of consumed but not refilled buffersYangyu Chen
2026-08-19net: octeontx2-pf: Fix UB in shift operationSergey V. Frolov
2026-08-19net: thunderbolt: Tear down DMA paths before stopping the ringsFan XinRan
2026-08-19net: prestera: validate firmware header lengthPengpeng Hou
2026-08-19bnxt_en: Fix PTP PPS setting bugKeegan Freyhof
2026-08-19bnxt_en: Disable EOP for TPA on all chips to prevent data corruptionMichael Chan
2026-08-19bnxt_en: Do not set EOP on RX AGG BDs on 5760X chipsMichael Chan
2026-08-19net/mlx5: fw_tracer, return NULL on create errorMichael Guralnik
2026-08-19net: hisilicon: hix5hd2_gmac: remove redundant NAPI deleteJiawen Liu
2026-08-19bonding: alb: re-check primary_is_promisc under RTNL in bond_alb_monitorXiang Mei (Microsoft)
2026-08-19can: peak_usb: validate uCAN receive record lengthsPengpeng Hou
2026-08-19can: peak_usb: peak_usb_start(): fix double free of transfer buffer on URB su...Maoyi Xie
2026-08-19can: peak_usb: add bounds check for USB channel indexJames Gao
2026-08-19can: softing: fw_parse(): validate firmware record spansPengpeng Hou
2026-08-19can: kvaser_usb_leaf: kvaser_usb_leaf_wait_cmd(): validate received command e...Pengpeng Hou
2026-08-19can: kvaser_usb: kvaser_usb_hydra_get_busparams(): fix memory leak in kvaser_...Abdun Nihaal
2026-08-19can: etas_es58x: es58x_read_bulk_callback(): fix RX buffer leak on URB resubm...Guangshuo Li
2026-08-19can: ems_usb: validate CPC message lengthsPengpeng Hou
2026-08-19can: c_can: c_can_chip_config(): keep controller in init mode until bittiming...Lucas Martins Alves
2026-08-19vxlan: use pskb_network_may_pull() in route_shortcircuit()Eric Dumazet