summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
6 daysibmvnic: Use kernel helpers for hex dumpsNick Child
6 dayswifi: ath11k: Add missing hw_ops->get_ring_selector() for IPQ5018Ziyang Huang
12 dayscan: use skb hash instead of private variable in headroomOliver Hartkopp
12 daysNTB: ntb_netdev: Preserve RX queue depth on allocation failureKoichiro Den
12 daysrndis_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-23macvlan: inherit needed_headroom and needed_tailroom from lowerdevEric Dumazet
2026-08-23ipvlan: inherit needed_headroom and needed_tailroom from phy_devEric Dumazet
2026-08-23veth: fix skb length accounting after XDP frag adjustmentSun Jian
2026-08-23veth: Introduce veth_xdp_buff wrapper for xdp_buffStanislav Fomichev
2026-08-23can: rcar_canfd: change the initializing flow for clocks and resetsTu Nguyen
2026-08-23can: rcar_canfd: Extract rcar_canfd_global_{,de}init()Geert Uytterhoeven
2026-08-23can: rcar_canfd: Use devm_clk_get_optional() for RAM clkBiju Das
2026-08-23can: rcar_canfd: Invert reset assert orderGeert Uytterhoeven
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-23veth: convert frag_list skbs before running XDPMatt Fleming
2026-08-23igc: remove napi_synchronize() in igc_down()David Carlier
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-23net: macb: drop in-flight Tx SKBs on closeThéo Lebrun
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-23wifi: libertas_tf: fix use-after-free in lbtf_free_adapter()Maoyi Xie
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-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-23net: bonding: fix use-after-free in bond_xmit_broadcast()Xiang Mei
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: atlantic: free stranded TX buffers on ring deinitYangyu Chen
2026-08-19net: octeontx2-pf: Fix UB in shift operationSergey V. Frolov
2026-08-19net: usb: ax88179_178a: fix skb leak in ax88179_tx_fixup()Yi Cong
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-19Revert "net: thunderbolt: Enable end-to-end flow control also in transmit"Fan Ye