summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-07net/mlx5: qos: Support cross-device tx schedulingCosmin Ratiu1-35/+85
2026-07-07net/mlx5: qos: Remove qos domains and use shdCosmin Ratiu5-150/+120
2026-07-07net/mlx5: qos: Model the root node in the scheduling hierarchyCosmin Ratiu2-120/+89
2026-07-07net/mlx5: qos: Refactor vport QoS cleanupCosmin Ratiu4-22/+14
2026-07-07net/mlx5: qos: Use mlx5_lag_query_bond_speed to query LAG speedCosmin Ratiu1-30/+6
2026-07-07net/liquidio: drop cached VF pci_dev LUTYuho Choi3-31/+32
2026-07-07net: rnpgbe: fix mailbox endianness and remove pointer castsDong Yibo4-47/+80
2026-07-07wifi: brcmfmac: cyw: fix heap overflow on a short auth frameMaoyi Xie1-0/+6
2026-07-07wifi: mac80211_hwsim: avoid NULL skb in stop queue drainCen Zhang1-2/+3
2026-07-07wifi: mac80211_hwsim: clean up radio rhashtable on freeCen Zhang1-0/+2
2026-07-07wifi: brcmfmac: initialize SDIO data work before cleanupRunyu Xiao1-1/+1
2026-07-06wifi: rsi: validate beacon length before fixed buffer copyPengpeng Hou1-0/+8
2026-07-06wifi: libipw: fix key index receive bound checksPengpeng Hou1-2/+2
2026-07-06wifi: rsi: bound background scan probe request copyPengpeng Hou1-0/+6
2026-07-06wifi: libertas: reject short monitor TX framesPengpeng Hou1-0/+7
2026-07-06wifi: ralink: RT2X00: init EEPROM properlyCorentin Labbe4-4/+4
2026-07-06wifi: rsi: avoid reading TKIP MIC keys for non-TKIP ciphersPengpeng Hou1-2/+4
2026-07-06wifi: p54: validate RX frame length in p54_rx_eeprom_readback()Xiang Mei1-0/+8
2026-07-06wifi: mac80211_hwsim: avoid treating MCS as legacy rate indexYousef Alhouseen1-2/+13
2026-07-06wifi: libertas: fix memory leak in helper_firmware_cb()Dawei Feng1-0/+1
2026-07-06wifi: libertas_tf: fix use-after-free in lbtf_free_adapter()Maoyi Xie1-1/+1
2026-07-06wifi: mac80211_hwsim: clamp virtio RX length before skb_putBryam Vargas1-0/+1
2026-07-06wifi: ipw2100: fix potential memory leak in ipw2100_pci_init_one()Abdun Nihaal1-4/+4
2026-07-06amt: fix size calculation in amt_get_size()Eric Dumazet1-3/+3
2026-07-06wifi: p54: update stale wireless wiki URLsAnas Khan3-7/+5
2026-07-06wifi: wlcore: allocate aggregation and firmware log buffers with kzalloc()Mike Rapoport (Microsoft)1-8/+6
2026-07-06wifi: mwifiex: debugfs: use kzalloc() to allocate formatting buffersMike Rapoport (Microsoft)1-35/+27
2026-07-06wifi: libertas: debugfs: use kzalloc() to allocate formatting buffersMike Rapoport (Microsoft)1-23/+16
2026-07-06wifi: b43, b43legacy: debugfs: use kzalloc() to allocate formatting buffersMike Rapoport (Microsoft)2-14/+10
2026-07-06wifi: cfg80211: remove WIPHY_FLAG_DISABLE_WEXTJohannes Berg2-9/+0
2026-07-06net: qualcomm: rmnet: validate MAP frame length before ingress parsingXiang Mei3-33/+45
2026-07-06wifi: cfg80211/nl80211: add STA-mode peer probingPriyansha Tiwari1-1/+1
2026-07-06wifi: nl80211/cfg80211: rename probe_client to probe_peerPriyansha Tiwari2-8/+8
2026-07-06qede: fix off-by-one in BD ring consumption on build_skb failureShigeru Yoshida1-0/+5
2026-07-06amt: no longer rely on RTNL in amt_fill_info()Eric Dumazet1-16/+27
2026-07-06net: hns3: add support to query/set TX pfc_prevention_tout for ethtool with R...Hao Chen6-0/+217
2026-07-06wifi: rt2x00: avoid full teardown before work setup in probeRunyu Xiao1-2/+10
2026-07-06wifi: mwifiex: fix permanently busy scans after multiple roam iterationsRafael Beims1-1/+0
2026-07-06wifi: mwifiex: fix roaming to different channel in host_mlme modeRafael Beims1-1/+1
2026-07-05net: microchip: vcap: fix races on the shared Super VCAP blockJens Emil Schulz Østergaard8-42/+60
2026-07-03net/mlx5e: Fix publication race for priv->channel_stats[]Feng Liu5-15/+33
2026-07-03net/mlx5e: Fix HV VHCA stats agent registration raceFeng Liu3-13/+22
2026-07-03net/mlx5e: Fix HV VHCA stats zero-sized buffer allocationFeng Liu1-1/+9
2026-07-03macsec: no longer rely on RTNL in macsec_fill_info()Eric Dumazet1-38/+40
2026-07-03net/mlx5e: TC, skip peer flow cleanup when LAG seq is unavailableShay Drory1-0/+3
2026-07-03net/mlx5: LAG, MPESW, Fix missing complete() on devcom errorShay Drory1-2/+5
2026-07-03net/mlx5: LAG, Fix off-by-one in single-FDB error rollbackShay Drory1-1/+1
2026-07-03macvlan: no longer rely on RTNL in macvlan_fill_info()Eric Dumazet1-23/+48
2026-07-03macvlan: annotate data-races around vlan->mode and vlan->flagsEric Dumazet1-17/+21
2026-07-02Merge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds35-35/+0