index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-12
Merge branch 'bpf-fix-sock_ops_get_sk-same-register-oob-read-in-sock_ops-and-add-selftest'
Jakub Kicinski
3
-2
/
+197
2026-04-12
selftests/bpf: Add tests for sock_ops ctx access with same src/dst register
Jiayuan Chen
2
-0
/
+193
2026-04-12
bpf: Fix same-register dst/src OOB read and pointer leak in sock_ops
Jiayuan Chen
1
-2
/
+4
2026-04-12
perf sample: Fix documentation typo
Ian Rogers
1
-1
/
+1
2026-04-12
Documentation: core-api: real-time: correct spelling
Sukrut Heroorkar
1
-1
/
+1
2026-04-12
doc: Add CPU Isolation documentation
Frederic Weisbecker
2
-0
/
+358
2026-04-12
Merge tag 'edac_urgent_for_7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras
Linus Torvalds
1
-3
/
+3
2026-04-12
NFC: digital: Bounds check NFC-A cascade depth in SDD response handler
Greg Kroah-Hartman
1
-0
/
+6
2026-04-12
net_sched: fix skb memory leak in deferred qdisc drops
Fernando Fernandez Mancera
1
-3
/
+13
2026-04-12
Merge branch 'net-phy-add-support-for-disabling-autonomous-eee'
Jakub Kicinski
5
-3
/
+50
2026-04-12
net: phy: realtek: convert RTL8211F to .disable_autonomous_eee
Nicolai Buchwitz
1
-3
/
+4
2026-04-12
net: phy: broadcom: implement .disable_autonomous_eee for BCM54xx
Nicolai Buchwitz
2
-0
/
+10
2026-04-12
net: phy: add support for disabling PHY-autonomous EEE
Nicolai Buchwitz
2
-0
/
+36
2026-04-12
net: airoha: Add missing RX_CPU_IDX() configuration in airoha_qdma_cleanup_rx_queue()
Lorenzo Bianconi
1
-0
/
+5
2026-04-12
Merge branch 'ynl-ethtool-netlink-fix-nla_len-overflow-for-large-string-sets'
Jakub Kicinski
5
-40
/
+68
2026-04-12
ethtool: strset: check nla_len overflow
Hangbin Liu
1
-1
/
+2
2026-04-12
netlink: add a nla_nest_end_safe() helper
Hangbin Liu
1
-0
/
+19
2026-04-12
tools: ynl: ethtool: add --dbg-small-recv option
Hangbin Liu
1
-1
/
+8
2026-04-12
tools: ynl: ethtool: use doit instead of dumpit for per-device GET
Hangbin Liu
1
-35
/
+33
2026-04-12
tools: ynl: move ethtool.py to selftest
Hangbin Liu
3
-3
/
+6
2026-04-12
Merge branch 'net-mana-fix-debugfs-directory-naming-and-file-lifecycle'
Jakub Kicinski
2
-7
/
+4
2026-04-12
net: mana: Move current_speed debugfs file to mana_init_port()
Erni Sri Satya Vennela
1
-2
/
+2
2026-04-12
net: mana: Use pci_name() for debugfs directory naming
Erni Sri Satya Vennela
1
-5
/
+2
2026-04-12
nfc: llcp: add missing return after LLCP_CLOSED checks
Junxi Qian
1
-0
/
+2
2026-04-12
Merge branch 'bng_en-add-link-management-and-statistics-support'
Jakub Kicinski
11
-19
/
+3229
2026-04-12
bng_en: add support for ethtool -S stats display
Bhargava Marreddy
1
-0
/
+481
2026-04-12
bng_en: implement netdev_stat_ops
Bhargava Marreddy
2
-0
/
+234
2026-04-12
bng_en: implement ndo_get_stats64
Bhargava Marreddy
1
-0
/
+41
2026-04-12
bng_en: periodically fetch and accumulate hardware statistics
Bhargava Marreddy
2
-0
/
+99
2026-04-12
bng_en: add HW stats infra and structured ethtool ops
Bhargava Marreddy
5
-12
/
+544
2026-04-12
bng_en: add support for link async events
Bhargava Marreddy
5
-5
/
+91
2026-04-12
bng_en: implement ethtool pauseparam operations
Bhargava Marreddy
1
-0
/
+63
2026-04-12
bng_en: add ethtool link settings, get_link, and nway_reset
Bhargava Marreddy
5
-0
/
+745
2026-04-12
bng_en: query PHY capabilities and report link status
Bhargava Marreddy
8
-3
/
+865
2026-04-12
bng_en: add per-PF workqueue, timer, and slow-path task
Bhargava Marreddy
2
-2
/
+69
2026-04-12
ata: libata-scsi: fix requeue of deferred ATA PASS-THROUGH commands
Igor Pylypiv
1
-2
/
+2
2026-04-12
Merge branch 'add-tso-map-once-dma-helpers-and-bnxt-sw-uso-support'
Jakub Kicinski
11
-39
/
+967
2026-04-12
selftests: drv-net: Add USO test
Joe Damato
2
-0
/
+104
2026-04-12
net: bnxt: Dispatch to SW USO
Joe Damato
1
-0
/
+5
2026-04-12
net: bnxt: Add SW GSO completion and teardown support
Joe Damato
3
-11
/
+92
2026-04-12
net: bnxt: Implement software USO
Joe Damato
3
-0
/
+219
2026-04-12
net: bnxt: Add boilerplate GSO code
Joe Damato
4
-1
/
+66
2026-04-12
net: bnxt: Add TX inline buffer infrastructure
Joe Damato
2
-0
/
+41
2026-04-12
net: bnxt: Use dma_unmap_len for TX completion unmapping
Joe Damato
1
-22
/
+41
2026-04-12
net: bnxt: Add a helper for tx_bd_ext
Joe Damato
2
-7
/
+20
2026-04-12
net: bnxt: Export bnxt_xmit_get_cfa_action
Joe Damato
2
-1
/
+2
2026-04-12
net: tso: Introduce tso_dma_map and helpers
Joe Damato
3
-0
/
+380
2026-04-12
Merge tag 'wq-for-7.0-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-1
/
+13
2026-04-12
alpha: Define pgprot_modify to silence tautological comparison warnings
Matt Turner
1
-0
/
+11
2026-04-12
alpha: add support for SECCOMP and SECCOMP_FILTER
Magnus Lindholm
7
-24
/
+293
[prev]
[next]