summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
12 dayshdlc_ppp: sync per-proto timers before freeing hdlc stateFan Wu
12 dayswifi: rtlwifi: rtl8821ae: Fix C2H bit location in RX descriptorBitterblue Smith
12 dayswifi: ath11k: fix warning when unbindingJose Ignacio Tornos Martinez
12 dayswifi: mt76: mt76x2u: Add support for ELECOM WDC-867SU3SZenm Chen
12 daysnet: qualcomm: rmnet: fix endpoint use-after-free in rmnet_dellink()Weiming Shi
2026-06-19r8152: Hold the rtnl_lock for all of resetDouglas Anderson
2026-06-19hv_netvsc: use kmap_local_page in netvsc_copy_to_send_bufAnton Leontev
2026-06-19octeontx2-pf: avoid double free of pool->stack on AQ init failureDawei Feng
2026-06-19octeontx2-af: CGX: add bounds check to cgx_speed_mbps indexSam Daly
2026-06-19octeontx2-af: replace deprecated strncpy with strscpyJustin Stitt
2026-06-19ice: fix VF queue configuration with low MTU valuesJose Ignacio Tornos Martinez
2026-06-19net: wwan: t7xx: validate port_count against message length in t7xx_port_enum...Pavitra Jha
2026-06-19wifi: brcmfmac: Fix potential use-after-free issue when stopping watchdog taskMarek Szyprowski
2026-06-19net: stmmac: Prevent NULL deref when RX memory exhaustedSam Edwards
2026-06-19net: stmmac: rename STMMAC_GET_ENTRY() -> STMMAC_NEXT_ENTRY()Russell King (Oracle)
2026-06-19net: stmmac: avoid shadowing global buf_szRussell King (Oracle)
2026-06-19wifi: mwifiex: fix use-after-free in mwifiex_adapter_cleanup()Daniel Hodges
2026-06-19octeontx2-af: fix memory leak in rvu_setup_hw_resources()Dawei Feng
2026-06-19net: mv643xx: fix OF node refcountBartosz Golaszewski
2026-06-19net: bonding: fix NULL pointer dereference in bond_do_ioctl()ZhaoJinming
2026-06-19net/mlx5: Reorder completion before putting command entry in cmd_work_handlerNikolay Kuratov
2026-06-19bnxt_en: Fix NULL pointer dereferenceKyle Meyer
2026-06-19net: mvpp2: build skb from XDP-adjusted data on XDP_PASSTil Kaiser
2026-06-19net: mvpp2: refill RX buffers before XDP or skb useTil Kaiser
2026-06-19net: mvpp2: Add metadata support for xdp modeLorenzo Bianconi
2026-06-19net: mvpp2: limit XDP frame size to the RX bufferTil Kaiser
2026-06-19net: mvpp2: sync RX data at the hardware packet offsetTil Kaiser
2026-06-19r8152: handle the return value of usb_reset_device()Chih Kai Hsu
2026-06-19r8152: Block future register access if register access failsDouglas Anderson
2026-06-19r8152: reduce the control transfer of rtl8152_get_version()Hayes Wang
2026-06-19net/mlx4: avoid GCC 10 __bad_copy_from() false positiveYao Sang
2026-06-19tap: free page on error paths in tap_get_user_xdp()Weiming Shi
2026-06-19vxlan: vnifilter: fix spurious notification on VNI updateAndy Roulin
2026-06-19vxlan: vnifilter: send notification on VNI addAndy Roulin
2026-06-19octeontx2-af: npc: Fix CPT channel mask in npc_install_flowNithin Dabilpuram
2026-06-19net: fec: fix pinctrl default state restore order on resumeTapio Reijonen
2026-06-19net: lan743x: permit VLAN-tagged packets up to configured MTUDavid Thompson
2026-06-19pcnet32: stop holding device spin lock during napi_complete_doneOscar Maes
2026-06-19bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loadedJiayuan Chen
2026-06-19macsec: fix replay protection at XPN lower-PN wrapJunrui Luo
2026-06-19wireguard: send: append trailer after expanding headJason A. Donenfeld
2026-06-19phy: mscc: Use PHY_ID_MATCH_EXACT for VSC8584, VSC8582, VSC8575, VSC856XHoratiu Vultur
2026-06-19phy: mscc: Use PHY_ID_MATCH_VENDOR to minimize PHY ID tableHarini Katakam
2026-06-19net: mana: Add NULL guards in teardown path to prevent panic on attach failureDipayaan Roy
2026-06-19bonding: refuse to enslave CAN devicesOliver Hartkopp
2026-06-19vxlan: do not reuse cached ip_hdr() value after skb_tunnel_check_pmtu()Eric Dumazet
2026-06-19tun: free page on build_skb failure in tun_xdp_one()Weiming Shi
2026-06-19tun: free page on short-frame rejection in tun_xdp_one()Weiming Shi
2026-06-19net: cpsw_new: Fix potential unregister of netdev that has not been registere...Kevin Hao
2026-06-01net: mana: validate rx_req_idx to prevent out-of-bounds array accessAditya Garg