summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2026-02-28amd-xgbe: fix MAC_TCR_SS register width for 2.5G and 10M speedsRaju Rangoju-1/+1
2026-02-28net: ti: icssg-prueth: Fix ping failure after offload mode setup when link sp...MD Danish Anwar-0/+8
2026-02-28dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handlerGuenter Roeck-1/+2
2026-02-28Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-38/+114
2026-02-27net: mana: Ring doorbell at 4 CQ wraparoundsLong Li-5/+18
2026-02-27net: usb: r8152: add TRENDnet TUC-ET2GValentin Spreckels-0/+1
2026-02-26net: ethernet: ti: am65-cpsw-nuss/cpsw-ale: Fix multicast entry handling in A...Chintan Vankar-6/+5
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-107/+233
2026-02-26wifi: ath12k: fix station lookup failure when disconnecting from APBaochen Qiang-23/+13
2026-02-26wifi: ath12k: use correct pdev id when requesting firmware statsBaochen Qiang-3/+3
2026-02-26dpaa2-switch: validate num_ifs to prevent out-of-bounds writeJunrui Luo-0/+7
2026-02-25net/mlx5e: Fix "scheduling while atomic" in IPsec MAC address queryJianbo Liu-2/+1
2026-02-25net/mlx5: Fix missing devlink lock in SRIOV enable error pathShay Drory-0/+2
2026-02-25net/mlx5: E-switch, Clear legacy flag when moving to switchdevShay Drory-0/+2
2026-02-25net/mlx5: LAG, disable MPESW in lag_disable_change()Shay Drory-6/+15
2026-02-25net/mlx5: DR, Fix circular locking dependency in dumpShay Drory-2/+2
2026-02-25Merge tag 'wireless-2026-02-25' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-11/+11
2026-02-25team: avoid NETDEV_CHANGEMTU event when unregistering slaveTetsuo Handa-5/+21
2026-02-25net: mana: Fix double destroy_workqueue on service rescan PCI pathDipayaan Roy-2/+7
2026-02-25net: usb: kaweth: validate USB endpointsGreg Kroah-Hartman-0/+13
2026-02-25net: usb: kalmia: validate USB endpointsGreg Kroah-Hartman-0/+7
2026-02-25net: usb: pegasus: validate USB endpointsGreg Kroah-Hartman-1/+12
2026-02-25e1000e: clear DPG_EN after reset to avoid autonomous power-gatingVitaly Lifshits-0/+10
2026-02-25e1000e: introduce new board type for Panther Lake PCHVitaly Lifshits-12/+31
2026-02-25ixgbevf: fix link setup issueJedrzej Jagielski-1/+2
2026-02-25i40e: Fix preempt count leak in napi poll tracepointThomas Gleixner-1/+1
2026-02-25ice: fix crash in ethtool offline loopback testMichal Schmidt-6/+18
2026-02-25ice: recap the VSI and QoS info after rebuildAaron Ma-11/+41
2026-02-25idpf: Fix flow rule delete failure due to invalid validationSreedevi Joshi-3/+0
2026-02-25idpf: change IRQ naming to match netdev and ethtool queue numberingBrian Vazquez-1/+1
2026-02-25idpf: nullify pointers after they are freedLi Li-0/+1
2026-02-25idpf: skip deallocating txq group's txqs if it is NULLLi Li-0/+3
2026-02-25idpf: skip deallocating bufq_sets from rx_qgrp if it is NULLLi Li-0/+3
2026-02-25idpf: increment completion queue next_to_clean in sw marker wait routineLi Li-3/+3
2026-02-24net: stmmac: fix timestamping configuration after suspend/resumeRussell King (Oracle)-0/+1
2026-02-24net: phy: register phy led_triggers during probe to avoid AB-BA deadlockAndrew Lunn-8/+17
2026-02-24net: usb: pegasus: enable basic endpoint checkingZiyi Guo-5/+30
2026-02-24netconsole: avoid OOB reads, msg is not nul-terminatedJakub Kicinski-1/+2
2026-02-24net: wan: farsync: Fix use-after-free bugs caused by unfinished taskletsDuoming Zhou-0/+2
2026-02-23gve: fix incorrect buffer cleanup in gve_tx_clean_pending_packets for QPLAnkit Garg-31/+25
2026-02-23wifi: libertas: fix use-after-free in lbs_free_adapter()Daniel Hodges-2/+2
2026-02-23wifi: mwifiex: Fix dev_alloc_name() return value checkChen-Yu Tsai-1/+1
2026-02-23wifi: brcmfmac: Fix potential kernel oops when probe failsMarek Szyprowski-8/+8
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-237/+183
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-580/+290
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-64/+64
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2139/+2139
2026-02-21kmalloc_obj: Clean up after treewide replacementsKees Cook-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3907/+3635
2026-02-21ovpn: tcp - fix packet extraction from streamRalf Lici-17/+36