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
2026-04-12
net: hamradio: scc: validate bufsize in SIOCSCCSMEM ioctl
Mashiro Chen
-0
/
+2
2026-04-12
net: hamradio: bpqether: validate frame length in bpq_rcv()
Mashiro Chen
-0
/
+3
2026-04-12
net: enetc: add unstructured counters for ENETC v4
Wei Fang
-25
/
+234
2026-04-12
net: enetc: add unstructured pMAC counters for ENETC v1
Wei Fang
-21
/
+56
2026-04-12
net: enetc: remove standardized counters from enetc_pm_counters
Wei Fang
-40
/
+0
2026-04-12
net: enetc: show RX drop counters only for assigned RX rings
Wei Fang
-16
/
+2
2026-04-12
net: enetc: add support for the standardized counters
Wei Fang
-18
/
+245
2026-04-12
net: phy: realtek: convert RTL8211F to .disable_autonomous_eee
Nicolai Buchwitz
-3
/
+4
2026-04-12
net: phy: broadcom: implement .disable_autonomous_eee for BCM54xx
Nicolai Buchwitz
-0
/
+7
2026-04-12
net: phy: add support for disabling PHY-autonomous EEE
Nicolai Buchwitz
-0
/
+22
2026-04-12
net: airoha: Add missing RX_CPU_IDX() configuration in airoha_qdma_cleanup_rx...
Lorenzo Bianconi
-0
/
+5
2026-04-12
net: mana: Move current_speed debugfs file to mana_init_port()
Erni Sri Satya Vennela
-2
/
+2
2026-04-12
net: mana: Use pci_name() for debugfs directory naming
Erni Sri Satya Vennela
-5
/
+2
2026-04-12
bng_en: add support for ethtool -S stats display
Bhargava Marreddy
-0
/
+481
2026-04-12
bng_en: implement netdev_stat_ops
Bhargava Marreddy
-0
/
+234
2026-04-12
bng_en: implement ndo_get_stats64
Bhargava Marreddy
-0
/
+41
2026-04-12
bng_en: periodically fetch and accumulate hardware statistics
Bhargava Marreddy
-0
/
+99
2026-04-12
bng_en: add HW stats infra and structured ethtool ops
Bhargava Marreddy
-12
/
+544
2026-04-12
bng_en: add support for link async events
Bhargava Marreddy
-5
/
+91
2026-04-12
bng_en: implement ethtool pauseparam operations
Bhargava Marreddy
-0
/
+63
2026-04-12
bng_en: add ethtool link settings, get_link, and nway_reset
Bhargava Marreddy
-0
/
+745
2026-04-12
bng_en: query PHY capabilities and report link status
Bhargava Marreddy
-3
/
+865
2026-04-12
bng_en: add per-PF workqueue, timer, and slow-path task
Bhargava Marreddy
-2
/
+69
2026-04-12
net: bnxt: Dispatch to SW USO
Joe Damato
-0
/
+5
2026-04-12
net: bnxt: Add SW GSO completion and teardown support
Joe Damato
-11
/
+92
2026-04-12
net: bnxt: Implement software USO
Joe Damato
-0
/
+219
2026-04-12
net: bnxt: Add boilerplate GSO code
Joe Damato
-1
/
+66
2026-04-12
net: bnxt: Add TX inline buffer infrastructure
Joe Damato
-0
/
+41
2026-04-12
net: bnxt: Use dma_unmap_len for TX completion unmapping
Joe Damato
-22
/
+41
2026-04-12
net: bnxt: Add a helper for tx_bd_ext
Joe Damato
-7
/
+20
2026-04-12
net: bnxt: Export bnxt_xmit_get_cfa_action
Joe Damato
-1
/
+2
2026-04-12
netkit: Don't emit scrub attribute for single device mode
Daniel Borkmann
-1
/
+2
2026-04-12
net: lan743x: rename chip_rev to fpga_rev
Thangaraj Samynathan
-4
/
+4
2026-04-12
Merge tag 'linux-can-fixes-for-7.0-20260409' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
-1
/
+1
2026-04-12
Merge tag 'wireless-next-2026-04-10' of https://git.kernel.org/pub/scm/linux/...
Jakub Kicinski
-773
/
+5686
2026-04-12
ipvlan: avoid spinlock contention in ipvlan_multicast_enqueue()
Eric Dumazet
-1
/
+7
2026-04-12
ipvlan: ipvlan_handle_mode_l2() refactoring
Eric Dumazet
-20
/
+18
2026-04-12
net: libwx: improve flow control setting
Jiawen Wu
-6
/
+61
2026-04-12
net: libwx: wrap-around and reset qmprc counter
Jiawen Wu
-4
/
+23
2026-04-12
net: wangxun: schedule hardware stats update in watchdog
Jiawen Wu
-1
/
+46
2026-04-12
net: wangxun: reorder timer and work sync cancellations
Jiawen Wu
-3
/
+5
2026-04-12
net: wangxun: move ethtool_ops.set_channels into libwx
Jiawen Wu
-29
/
+3
2026-04-12
net: wangxun: replace busy-wait reset flag with kernel mutex
Jiawen Wu
-30
/
+15
2026-04-12
net: ngbe: remove redundant macros
Jiawen Wu
-5
/
+2
2026-04-12
net: ngbe: move the WOL functions to libwx
Jiawen Wu
-53
/
+45
2026-04-12
net: ngbe: remove netdev->ethtool->wol_enabled setting
Jiawen Wu
-2
/
+1
2026-04-12
net: ethernet: ti: am65-cpsw: add support for J722S SoC family
Nora Schiffer
-0
/
+8
2026-04-10
iavf: fix kernel-doc comment style in iavf_ethtool.c
Aleksandr Loktionov
-50
/
+53
2026-04-10
net: airoha: Fix FE_PSE_BUF_SET configuration if PPE2 is available
Lorenzo Bianconi
-3
/
+5
2026-04-10
net: dsa: mxl862xx: implement VLAN functionality
Daniel Golle
-14
/
+1211
[prev]
[next]