summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds31-107/+233
2026-02-26dpaa2-switch: validate num_ifs to prevent out-of-bounds writeJunrui Luo1-0/+7
2026-02-26net/mlx5e: Fix "scheduling while atomic" in IPsec MAC address queryJianbo Liu1-2/+1
2026-02-26net/mlx5: Fix missing devlink lock in SRIOV enable error pathShay Drory1-0/+2
2026-02-26net/mlx5: E-switch, Clear legacy flag when moving to switchdevShay Drory1-0/+2
2026-02-26net/mlx5: LAG, disable MPESW in lag_disable_change()Shay Drory3-6/+15
2026-02-26net/mlx5: DR, Fix circular locking dependency in dumpShay Drory1-2/+2
2026-02-26Merge tag 'wireless-2026-02-25' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski5-11/+11
2026-02-26team: avoid NETDEV_CHANGEMTU event when unregistering slaveTetsuo Handa1-5/+21
2026-02-26net: mana: Fix double destroy_workqueue on service rescan PCI pathDipayaan Roy2-2/+7
2026-02-26net: usb: kaweth: validate USB endpointsGreg Kroah-Hartman1-0/+13
2026-02-26net: usb: kalmia: validate USB endpointsGreg Kroah-Hartman1-0/+7
2026-02-26net: usb: pegasus: validate USB endpointsGreg Kroah-Hartman1-1/+12
2026-02-25net: stmmac: fix timestamping configuration after suspend/resumeRussell King (Oracle)1-0/+1
2026-02-24net: phy: register phy led_triggers during probe to avoid AB-BA deadlockAndrew Lunn1-8/+17
2026-02-24net: usb: pegasus: enable basic endpoint checkingZiyi Guo1-5/+30
2026-02-24netconsole: avoid OOB reads, msg is not nul-terminatedJakub Kicinski1-1/+2
2026-02-24net: wan: farsync: Fix use-after-free bugs caused by unfinished taskletsDuoming Zhou1-0/+2
2026-02-24gve: fix incorrect buffer cleanup in gve_tx_clean_pending_packets for QPLAnkit Garg1-31/+25
2026-02-23wifi: libertas: fix use-after-free in lbs_free_adapter()Daniel Hodges1-2/+2
2026-02-23wifi: mwifiex: Fix dev_alloc_name() return value checkChen-Yu Tsai1-1/+1
2026-02-23wifi: brcmfmac: Fix potential kernel oops when probe failsMarek Szyprowski3-8/+8
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook122-237/+183
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds184-580/+290
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds54-64/+64
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds904-2139/+2139
2026-02-21kmalloc_obj: Clean up after treewide replacementsKees Cook1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1136-3907/+3635
2026-02-21ovpn: tcp - fix packet extraction from streamRalf Lici1-17/+36
2026-02-21bnxt_en: Fix deleting of Ntuple filtersPavan Chebbi1-0/+3
2026-02-21bnxt_en: Fix RSS context delete logicPavan Chebbi1-6/+4
2026-02-21net: ethernet: xscale: Check for PTP support properlyLinus Walleij2-4/+4
2026-02-21net: phy: qcom: qca807x: normalize return value of gpio_getDmitry Torokhov1-1/+1
2026-02-20net: dsa: sja1105: protect link replay helpers against NULL phylink instanceVladimir Oltean1-1/+8
2026-02-20net: usb: lan78xx: scan all MDIO addresses on LAN7801Martin PÄlsson1-2/+0
2026-02-20net: usb: kaweth: remove TX queue manipulation in kaweth_set_rx_modeZiyi Guo1-2/+0
2026-02-19Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds41-239/+426
2026-02-19net/mlx5e: Use unsigned for mlx5e_get_max_num_channelsCosmin Ratiu1-1/+2
2026-02-19net/mlx5e: Fix deadlocks between devlink and netdev instance locksCosmin Ratiu4-58/+61
2026-02-19net/mlx5e: MACsec, add ASO poll loop in macsec_aso_set_arm_eventGal Pressman1-1/+2
2026-02-19net/mlx5: Fix misidentification of write combining CQE during poll loopGal Pressman1-9/+5
2026-02-19net/mlx5e: Fix misidentification of ASO CQE during poll loopGal Pressman2-14/+6
2026-02-19bonding: alb: fix UAF in rlb_arp_recv during bond up/downHangbin Liu1-1/+5
2026-02-19bnge: fix reserving resources from FWVikas Gupta1-1/+1
2026-02-19eth: fbnic: Advertise supported XDP features.Dimitri Daskalakis1-0/+2
2026-02-19octeontx2-af: Fix default entries mcam entry actionHariprasad Kelam1-19/+22
2026-02-19net/mlx5e: XSK, Fix unintended ICOSQ changeTariq Toukan4-10/+21
2026-02-18eth: fbnic: Add validation for MTU changesDimitri Daskalakis1-0/+18
2026-02-18net: ethernet: ec_bhf: Fix dma_free_coherent() dma handleThomas Fourier1-1/+1
2026-02-18macvlan: observe an RCU grace period in macvlan_common_newlink() error pathEric Dumazet1-0/+5