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-08-10
s390/ctcm: Add __context_unsafe() attribute to various functions
Heiko Carstens
2
-17
/
+9
2026-08-10
nvme: raise FDP placement handle cap to U8_MAX and warn on overflow
Guixin Liu
1
-2
/
+9
2026-08-10
apparmor: fix out-of-bounds write when null terminating a label vec
Hyunwoo Kim
1
-3
/
+3
2026-08-10
selftests: drv-net: let ethtool stats settle before reading
Jakub Kicinski
3
-0
/
+19
2026-08-10
selftests: drv-net: pace ethtool_std_stats packet generation
Jakub Kicinski
1
-2
/
+2
2026-08-10
selftests: netdevsim: fix SIGPIPE flake in ethtool-coalesce
Jakub Kicinski
1
-4
/
+6
2026-08-10
netdev: check for nla_put_u32() failures
Jakub Kicinski
1
-3
/
+9
2026-08-10
tap: fix incorrect variable used for USO check in set_offload()
Rongguang Wei
1
-3
/
+2
2026-08-10
selftests: tc-testing: add act_ct test for malformed header handling
Hyunjung Ko
1
-0
/
+40
2026-08-10
net/sched: act_ct: fix sk_buff leak when the header checks reject a packet
Hyunjung Ko
1
-4
/
+25
2026-08-10
net: xilinx: axienet: Treat xlnx,rxmem as a required property
Suraj Gupta
1
-1
/
+4
2026-08-10
keys, dns: Drop unused NUL terminator from upayload->data
Thorsten Blum
1
-2
/
+1
2026-08-10
bonding: fix wrong extack attribute in ARP validate netlink error path
Hangbin Liu
1
-1
/
+1
2026-08-10
nilfs2: standardize the inode number type to u64
Ryusuke Konishi
10
-50
/
+46
2026-08-10
net: phy: realtek: fix EEE advertisement write on the internal PHY MMD path
Oleksij Rempel
1
-1
/
+1
2026-08-10
amt: Don't support cross-netns setup.
Kuniyuki Iwashima
1
-0
/
+3
2026-08-10
tcp: fix icsk_ack.ato bitfield overflow
Jiayuan Chen
2
-4
/
+6
2026-08-10
nilfs2: enhance btree node keys check
Wang Jianjian
1
-3
/
+16
2026-08-10
net/sched: act_gact, act_police: range check the fallback control action
Hyunjung Ko
3
-0
/
+30
2026-08-10
veth: fix queue index used to wake the peer txq in veth_poll
Jonas Köppeler
1
-1
/
+1
2026-08-10
net: expect instance lock in netdev_queue_get_dma_dev()
Jakub Kicinski
1
-1
/
+1
2026-08-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next into for-7.3-arena-args
Tejun Heo
4898
-26173
/
+77894
2026-08-10
Merge branch 'add-dapu-telecom-dap8211r-i-gigabit-ethernet-phy-driver'
Jakub Kicinski
5
-0
/
+294
2026-08-10
net: phy: add DAPU Telecom DAP8211R(I) Gigabit Ethernet PHY driver
Artem Shimko
3
-0
/
+230
2026-08-10
dt-bindings: net: add DAPU Telecom DAP8211R(I) PHY binding
Artem Shimko
1
-0
/
+62
2026-08-10
dt-bindings: vendor-prefixes: add Guangdong Dapu Telecom Co., Ltd.
Artem Shimko
1
-0
/
+2
2026-08-10
selftests/net: fin_ack_lat: fix latency threshold typo
Brian Grech
1
-1
/
+1
2026-08-10
macvlan: inherit needed_headroom and needed_tailroom from lowerdev
Eric Dumazet
1
-0
/
+4
2026-08-10
ipvlan: inherit needed_headroom and needed_tailroom from phy_dev
Eric Dumazet
1
-0
/
+4
2026-08-10
Merge branch 'eth-bnxt-fix-irq-notifier-bugs'
Jakub Kicinski
2
-41
/
+91
2026-08-10
eth: bnxt: avoid deadlock when canceling IRQ affinity notifier
Jakub Kicinski
2
-25
/
+64
2026-08-10
eth: bnxt: decrease indent in bnxt_request_irq()
Jakub Kicinski
1
-23
/
+23
2026-08-10
eth: bnxt: keep the aRFS rmap updated when TPH is enabled
Jakub Kicinski
1
-4
/
+15
2026-08-10
eth: bnxt: cancel IRQ notifier before freeing affinity mask
Jakub Kicinski
1
-2
/
+2
2026-08-10
workqueue: skip the node_nr_active update for non-unbound workqueues
Breno Leitao
1
-2
/
+3
2026-08-10
workqueue: rename alloc_unbound_pwq() to alloc_pwq()
Breno Leitao
1
-4
/
+4
2026-08-10
workqueue: allocate attrs for all workqueues
Breno Leitao
2
-6
/
+4
2026-08-10
workqueue: rename wq->unbound_attrs to wq->attrs
Breno Leitao
2
-22
/
+22
2026-08-10
workqueue: test WQ_UNBOUND explicitly in the hotplug loops
Breno Leitao
1
-2
/
+2
2026-08-10
workqueue: account nr_active by the backing pool
Breno Leitao
1
-10
/
+16
2026-08-10
workqueue: release pwq pools by pool type
Breno Leitao
1
-4
/
+10
2026-08-10
workqueue: factor out alloc_and_link_percpu_pwqs()
Breno Leitao
1
-19
/
+24
2026-08-10
workqueue: factor out get_percpu_pool()
Breno Leitao
1
-12
/
+16
2026-08-10
Merge tag 'samsung-soc-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into soc/arm
Arnd Bergmann
3
-24
/
+3
2026-08-10
timekeeping: Check the return value of tk_get_aux_ts64 in __do_adjtimex()
Thomas Weißschuh (Schneider Electric)
1
-3
/
+5
2026-08-10
pinctrl: rockchip: Add RV1106 pinctrl support
Simon Glass
2
-0
/
+196
2026-08-10
dt-bindings: pinctrl: rockchip: Add RV1106 compatible
Simon Glass
1
-0
/
+1
2026-08-10
pinctrl: rockchip: Decode drive strength in the get function
Simon Glass
1
-19
/
+19
2026-08-10
selftests/sched_ext: Check skeleton open failure in exit test
Liang Luo
1
-0
/
+1
2026-08-10
docs: cgroup-v2: fix stale "io" controller introduction
Zhe Liu
1
-3
/
+7
[prev]
[next]