index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-28
net: ethernet: mtk_eth_soc: pass eth to mtk_handle_irq_rx in poll_controller
Chenguang Zhao
1
-1
/
+1
2026-07-28
wifi: iwlegacy: replace BUG_ON() with WARN_ON() on num_stations check
Stanislaw Gruszka
2
-4
/
+5
2026-07-28
gve: add XDP metadata support for DQ RDA
Joshua Washington
1
-1
/
+1
2026-07-28
gve: use xdp_build_skb methods for XDP_PASS case
Joshua Washington
1
-4
/
+9
2026-07-28
wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS frames
Zhao Li
1
-1
/
+1
2026-07-28
Merge tag 'ath-current-20260727' of git://git.kernel.org/pub/scm/linux/kernel...
Johannes Berg
11
-61
/
+293
2026-07-28
octeontx2-af: npc: Warn on NPC_IPSEC_SPI key overlap
Hariprasad Kelam
1
-1
/
+6
2026-07-27
ethtool: Embed FEC hist ranges as buffer in struct
Eric Joyner
3
-18
/
+9
2026-07-27
net/mlx5: E-Switch, defer fwd2vport egress ACL allocation
Yael Chemla
1
-35
/
+68
2026-07-27
net/mlx5e: SHAMPO, Remove dead CWR handling in GRO header update
Dragos Tatulea
1
-6
/
+0
2026-07-27
net/mlx5e: Remove _once from PCI heuristic debug print
Gal Pressman
1
-2
/
+2
2026-07-27
net/mlx5e: Fix indentation in mlx5e_free_mpwqe_rq_drop_page()
Tariq Toukan
1
-1
/
+1
2026-07-27
rtase: fix double free of multi-frag skb on DMA map failure
Yun Lu
1
-0
/
+3
2026-07-27
forcedeth: fix UAF of txrx_stats in nv_remove
Chenguang Zhao
1
-2
/
+2
2026-07-27
net: enetc: use kzalloc_flex() for enetc_psfp_gate allocation
Wei Fang
1
-3
/
+1
2026-07-27
net: enetc: use alloc_etherdev_mqs() to create netdev for VF driver
Wei Fang
1
-1
/
+8
2026-07-27
net: enetc: remove redundant num_vsi field from enetc_port_caps
Wei Fang
3
-32
/
+68
2026-07-27
net: enetc: move enetc_set_si_vlan_promisc() to enetc_pf_common.c
Wei Fang
4
-31
/
+25
2026-07-27
net: enetc: refactor SI VLAN promiscuous mode configuration
Wei Fang
3
-26
/
+16
2026-07-27
net: enetc: open-code enetc4_set_default_si_vlan_promisc()
Wei Fang
1
-12
/
+3
2026-07-27
net: enetc: remove invalid code from enetc4_pl_mac_link_up()
Wei Fang
3
-40
/
+1
2026-07-27
net: enetc: differentiate phylink capabilities for pseudo-MAC and standalone MAC
Claudiu Manoil
3
-15
/
+32
2026-07-27
net: enetc: simplify enetc4_set_port_speed()
Wei Fang
2
-17
/
+10
2026-07-27
net: enetc: use PCI device name for debugfs directory
Wei Fang
1
-2
/
+1
2026-07-27
net: enetc: improve MAFT entry management with bitmap tracking
Wei Fang
3
-36
/
+94
2026-07-27
net: enetc: convert ndo_set_rx_mode() to ndo_set_rx_mode_async()
Wei Fang
2
-122
/
+58
2026-07-27
net: enetc: extract common helpers for MAC hash filter configuration
Wei Fang
4
-63
/
+73
2026-07-27
net: enetc: extract common helpers for MAC promiscuous mode setting
Wei Fang
7
-33
/
+56
2026-07-27
Merge tag 'wireless-2026-07-26' of https://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
135
-785
/
+50782
2026-07-27
vxlan: use pskb_network_may_pull() for transmit path header pulls
Eric Dumazet
2
-5
/
+5
2026-07-27
vxlan: use pskb_network_may_pull() in route_shortcircuit()
Eric Dumazet
1
-2
/
+2
2026-07-27
vxlan: use neigh_ha_snapshot() in route_shortcircuit()
Eric Dumazet
1
-2
/
+4
2026-07-27
vxlan: unclone skb head before modifying eth header in route_shortcircuit()
Eric Dumazet
1
-0
/
+4
2026-07-27
vxlan: re-fetch eth header after route_shortcircuit()
Eric Dumazet
1
-0
/
+1
2026-07-27
wifi: ath12k: resolve PENDING ML peer ID from MLO_PEER_MAP HTT event
Baochen Qiang
6
-0
/
+100
2026-07-27
wifi: ath12k: defer dp_peer registration when firmware allocates MLD peer ID
Baochen Qiang
4
-17
/
+49
2026-07-27
wifi: ath12k: do not advertise MLD peer ID for firmware-allocate devices
Baochen Qiang
1
-4
/
+18
2026-07-27
wifi: ath12k: introduce host_alloc_ml_id hardware parameter
Baochen Qiang
4
-1
/
+32
2026-07-27
wifi: ath12k: add support for HTT_T2H_MSG_TYPE_MLO_RX_PEER_MAP
Baochen Qiang
2
-0
/
+42
2026-07-27
wifi: ath12k: keep ATH12K_PEER_ML_ID_VALID set in ath12k_sta::ml_peer_id
Baochen Qiang
3
-17
/
+28
2026-07-27
wifi: ath12k: factor out peer assoc send-and-wait into a helper
Baochen Qiang
1
-30
/
+29
2026-07-27
wifi: ath12k: fix out-of-bounds clear_bit in ath12k_mac_dp_peer_cleanup()
Baochen Qiang
1
-1
/
+4
2026-07-27
thunderbolt: Drop comma after device id array terminator
Uwe Kleine-König (The Capable Hub)
1
-1
/
+1
2026-07-27
thunderbolt: Stop passing matched device ID to .probe()
Uwe Kleine-König (The Capable Hub)
1
-1
/
+1
2026-07-27
Merge 7.2-rc5 into usb-next
Greg Kroah-Hartman
182
-669
/
+1831
2026-07-27
mlx5: Deprecate latency-sensitive QPs feature
Leon Romanovsky
101
-494
/
+694
2026-07-24
veth: convert frag_list skbs before running XDP
Matt Fleming
1
-2
/
+2
2026-07-24
octeontx2-af: add support for custom L2 header
Satheesh Paul A
2
-0
/
+8
2026-07-24
net: hns: use u32 for register offset in RCB TX coalescing
Daniil Agalakov
1
-2
/
+2
2026-07-24
wifi: rtw88: disable ASPM and deep PS on ASUS TUF Gaming A15 FA506II
Mihail Dimoski
1
-0
/
+10
[prev]
[next]