index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Lines
2025-09-22
wifi: ath11k: HAL SRNG: don't deinitialize and re-initialize again
Muhammad Usama Anjum
-5
/
+18
2025-09-22
bng_en: Configure default VNIC
Bhargava Marreddy
-0
/
+386
2025-09-22
bng_en: Register default VNIC
Bhargava Marreddy
-2
/
+368
2025-09-22
bng_en: Register rings with the firmware
Bhargava Marreddy
-0
/
+581
2025-09-22
bng_en: Allocate stat contexts
Bhargava Marreddy
-0
/
+174
2025-09-22
bng_en: Allocate packet buffers
Bhargava Marreddy
-1
/
+287
2025-09-22
bng_en: Initialise core resources
Bhargava Marreddy
-0
/
+261
2025-09-22
bng_en: Introduce VNIC
Bhargava Marreddy
-0
/
+151
2025-09-22
bng_en: Add initial support for CP and NQ rings
Bhargava Marreddy
-1
/
+425
2025-09-22
bng_en: Add initial support for RX and TX rings
Bhargava Marreddy
-2
/
+503
2025-09-22
bng_en: make bnge_alloc_ring() self-unwind on failure
Bhargava Marreddy
-3
/
+6
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
-31
/
+44
2025-09-22
net: replace use of system_wq with system_percpu_wq
Marco Crivellari
-8
/
+8
2025-09-22
net: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
-4
/
+4
2025-09-22
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
-264
/
+989
2025-09-22
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
-52
/
+90
2025-09-22
net: phy: ax88796b: Replace hard-coded values with PHY_ID_MATCH_MODEL()
Thorsten Blum
-3
/
+2
2025-09-22
net: xilinx: axienet: Fix kernel-doc warnings for missing return descriptions
Suraj Gupta
-2
/
+8
2025-09-22
net: dsa: microchip: Set SPI as bus interface during reset for KSZ8463
Bastien Curutchet
-0
/
+45
2025-09-22
net: sfp: remove old sfp_parse_* functions
Russell King (Oracle)
-54
/
+0
2025-09-22
net: phy: update all PHYs to use sfp_get_module_caps()
Russell King (Oracle)
-25
/
+19
2025-09-22
net: phylink: use sfp_get_module_caps()
Russell King (Oracle)
-5
/
+6
2025-09-22
net: sfp: provide sfp_get_module_caps()
Russell King (Oracle)
-0
/
+6
2025-09-22
net: sfp: convert sfp quirks to modify struct sfp_module_support
Russell King (Oracle)
-30
/
+28
2025-09-22
net: sfp: pre-parse the module support
Russell King (Oracle)
-25
/
+55
2025-09-22
wifi: ath12k: enforce CPU endian format for all QMI data
Alexander Wilhelm
-16
/
+24
2025-09-22
wifi: ath12k: Use 1KB Cache Flush Command for QoS TID Descriptors
Manish Dharanenthiran
-30
/
+34
2025-09-22
wifi: ath12k: Fix flush cache failure during RX queue update
Nithyanantham Paramasivam
-0
/
+2
2025-09-22
wifi: ath12k: Add Retry Mechanism for REO RX Queue Update Failures
Manish Dharanenthiran
-60
/
+150
2025-09-22
wifi: ath12k: Refactor REO command to use ath12k_dp_rx_tid_rxq
Nithyanantham Paramasivam
-16
/
+40
2025-09-22
wifi: ath12k: Refactor RX TID buffer cleanup into helper function
Nithyanantham Paramasivam
-18
/
+16
2025-09-22
wifi: ath12k: Refactor RX TID deletion handling into helper function
Nithyanantham Paramasivam
-8
/
+19
2025-09-22
wifi: ath12k: Increase DP_REO_CMD_RING_SIZE to 256
Nithyanantham Paramasivam
-1
/
+1
2025-09-22
net: spacemit: Make stats_lock softirq-safe
Vivian Wang
-15
/
+15
2025-09-22
net: enetc: use generic interfaces to get phc_index for ENETC v1
Wei Fang
-24
/
+10
2025-09-22
net: enetc: fix sleeping function called from rcu_read_lock() context
Wei Fang
-1
/
+2
2025-09-22
broadcom: fix support for PTP_EXTTS_REQUEST2 ioctl
Jacob Keller
-0
/
+1
2025-09-22
broadcom: fix support for PTP_PEROUT_DUTY_CYCLE
Jacob Keller
-4
/
+1
2025-09-22
Merge tag 'rtw-next-2025-09-22' of https://github.com/pkshih/rtw
Johannes Berg
-401
/
+2583
2025-09-22
wifi: rtw89: avoid circular locking dependency in ser_state_run()
Fedor Pchelkin
-2
/
+1
2025-09-22
wifi: rtw89: fix leak in rtw89_core_send_nullfunc()
Fedor Pchelkin
-0
/
+1
2025-09-22
wifi: rtw89: avoid possible TX wait initialization race
Fedor Pchelkin
-20
/
+24
2025-09-22
wifi: rtw89: fix use-after-free in rtw89_core_tx_kick_off_and_wait()
Fedor Pchelkin
-9
/
+61
2025-09-20
wifi: ath12k: Fix peer lookup in ath12k_dp_mon_rx_deliver_msdu()
Hari Chandrakanthan
-4
/
+3
2025-09-19
net: stmmac: remove mac_interface
Russell King (Oracle)
-8
/
+6
2025-09-19
net: stmmac: thead: convert to use phy_interface
Russell King (Oracle)
-12
/
+12
2025-09-19
net: stmmac: sun8i: convert to use phy_interface
Russell King (Oracle)
-2
/
+2
2025-09-19
net: stmmac: stm32: convert to use phy_interface
Russell King (Oracle)
-13
/
+13
2025-09-19
net: stmmac: starfive: convert to use phy_interface
Russell King (Oracle)
-3
/
+3
2025-09-19
net: stmmac: socfpga: convert to use phy_interface
Russell King (Oracle)
-1
/
+1
[prev]
[next]