index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
2025-01-28
net: usb: rtl8150: enable basic endpoint checking
Nikita Zhandarovich
2025-01-27
Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
2025-01-27
net: davicom: fix UAF in dm9000_drv_remove
Chenyuan Yang
2025-01-27
net: phy: c45-tjaxx: add delay between MDIO write and read in soft_reset
Milos Reljin
2025-01-27
vxlan: Fix uninit-value in vxlan_vnifilter_dump()
Shigeru Yoshida
2025-01-27
netdevsim: don't assume core pre-populates HDS params on GET
Jakub Kicinski
2025-01-27
wifi: mt76: move napi_enable() from under BH
Jakub Kicinski
2025-01-27
eth: via-rhine: fix calling napi_enable() in atomic context
Jakub Kicinski
2025-01-27
eth: niu: fix calling napi_enable() in atomic context
Jakub Kicinski
2025-01-27
eth: 8139too: fix calling napi_enable() in atomic context
Jakub Kicinski
2025-01-27
eth: forcedeth: fix calling napi_enable() in atomic context
Jakub Kicinski
2025-01-27
eth: forcedeth: remove local wrappers for napi enable/disable
Jakub Kicinski
2025-01-27
eth: tg3: fix calling napi_enable() in atomic context
Jakub Kicinski
2025-01-27
net/mlx5e: add missing cpu_to_node to kvzalloc_node in mlx5e_open_xdpredirect_sq
Stanislav Fomichev
2025-01-27
net: netdevsim: try to close UDP port harness races
Jakub Kicinski
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-01-26
wifi: ath12k: Enable monitor ring mask for QCN9274
P Praneesh
2025-01-26
wifi: ath12k: Handle monitor drop TLVs scenario
P Praneesh
2025-01-26
wifi: ath12k: Avoid memory leak while enabling statistics
P Praneesh
2025-01-26
wifi: ath12k: Handle PPDU spread across multiple buffers
P Praneesh
2025-01-26
wifi: ath12k: Optimize NAPI budget by adjusting PPDU processing
P Praneesh
2025-01-26
wifi: ath12k: Handle end reason for the monitor destination ring
P Praneesh
2025-01-26
wifi: ath12k: Add drop descriptor handling for monitor ring
P Praneesh
2025-01-26
wifi: ath12k: Fix end offset bit definition in monitor ring descriptor
P Praneesh
2025-01-26
wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process
P Praneesh
2025-01-26
wifi: ath12k: Restructure the code for monitor ring processing
P Praneesh
2025-01-26
wifi: ath12k: Avoid code duplication in monitor ring processing
P Praneesh
2025-01-26
wifi: ath12k: Avoid multiple times configuring monitor filter
P Praneesh
2025-01-26
wifi: ath12k: Enable filter config for monitor destination ring
P Praneesh
2025-01-26
wifi: ath12k: Add HTT source ring ID for monitor rings
P Praneesh
2025-01-26
wifi: ath12k: Fix pdev lookup in WBM error processing
Rameshkumar Sundaram
2025-01-26
wifi: ath12k: Request pdev stats from firmware
Ramya Gnanasekar
2025-01-26
wifi: ath12k: Request beacon stats from firmware
Ramya Gnanasekar
2025-01-26
wifi: ath12k: Request vdev stats from firmware
Ramya Gnanasekar
2025-01-26
wifi: ath12k: fix memory leak in ath12k_pci_remove()
Miaoqing Pan
2025-01-26
wifi: ath12k: encode max Tx power in scan channel list command
Sathishkumar Muruganandam
2025-01-26
wifi: ath11k: fix memory leak in ath11k_xxx_remove()
Miaoqing Pan
2025-01-26
wifi: ath12k: report station mode signal strength
Lingbo Kong
2025-01-26
wifi: ath12k: report station mode receive rate for IEEE 802.11be
Lingbo Kong
2025-01-26
wifi: ath12k: report station mode transmit rate
Lingbo Kong
2025-01-25
Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-01-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2025-01-24
iavf: allow changing VLAN state without calling PF
Michal Swiatkowski
2025-01-24
ice: remove invalid parameter of equalizer
Mateusz Polchlopek
2025-01-24
ice: fix ice_parser_rt::bst_key array size
Przemek Kitszel
2025-01-24
wifi: ath12k: fix handling of 6 GHz rules
Aditya Kumar Singh
2025-01-24
idpf: add more info during virtchnl transaction timeout/salt mismatch
Manoj Vishwanathan
2025-01-24
idpf: convert workqueues to unbound
Marco Leogrande
2025-01-24
idpf: Acquire the lock before accessing the xn->salt
Manoj Vishwanathan
2025-01-24
idpf: fix transaction timeouts on reset
Emil Tantilov
[prev]
[next]