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
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-10
ethtool: cmis_cdb: Fix incorrect read / write length extension
Ido Schimmel
2
-16
/
+3
2025-04-10
selftests: netfilter: add test case for recent mismatch bug
Florian Westphal
1
-1
/
+38
2025-04-10
nft_set_pipapo: fix incorrect avx2 match of 5th field octet
Florian Westphal
1
-1
/
+2
2025-04-10
net: ppp: Add bound checking for skb data on ppp_sync_txmung
Arnaud Lecomte
1
-0
/
+5
2025-04-09
net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.
Kuniyuki Iwashima
2
-2
/
+43
2025-04-09
ipv6: Align behavior across nexthops during path selection
Ido Schimmel
1
-4
/
+4
2025-04-09
net: phy: allow MDIO bus PM ops to start/stop state machine for phylink-controlled PHY
Vladimir Oltean
1
-2
/
+29
2025-04-09
net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend()
Vladimir Oltean
1
-13
/
+13
2025-04-09
ublk: pass ublksrv_ctrl_cmd * instead of io_uring_cmd *
Caleb Sander Mateos
1
-27
/
+19
2025-04-09
ublk: don't fail request for recovery & reissue in case of ubq->canceling
Ming Lei
1
-4
/
+5
2025-04-09
ublk: fix handling recovery & reissue in ublk_abort_queue()
Ming Lei
1
-4
/
+26
2025-04-09
selftests/tc-testing: sfq: check that a derived limit of 1 is rejected
Octavian Purdila
1
-0
/
+36
2025-04-09
net_sched: sch_sfq: move the limit validation
Octavian Purdila
1
-4
/
+6
2025-04-09
net_sched: sch_sfq: use a temporary work area for validating configuration
Octavian Purdila
1
-12
/
+44
2025-04-08
net: libwx: handle page_pool_dev_alloc_pages error
Chenyuan Yang
1
-1
/
+2
2025-04-08
selftests: mptcp: validate MPJoin HMacFailure counters
Matthieu Baerts (NGI0)
1
-0
/
+18
2025-04-08
mptcp: only inc MPJoinAckHMacFailure for HMAC failures
Matthieu Baerts (NGI0)
1
-2
/
+6
2025-04-08
selftests/mincore: Allow read-ahead pages to reach the end of the file
Qiuxu Zhuo
1
-3
/
+0
2025-04-08
selftests/futex: futex_waitv wouldblock test should fail
Edward Liaw
1
-1
/
+1
2025-04-08
kunit: Spelling s/slowm/slow/
Geert Uytterhoeven
1
-1
/
+1
2025-04-08
kunit: tool: fix count of tests if late test plan
Rae Moar
2
-2
/
+6
2025-04-08
selftests: tpm2: test_smoke: use POSIX-conformant expression operator
Ahmed Salem
1
-1
/
+1
2025-04-08
selftests: tpm2: create a dedicated .gitignore
Khaled Elnaggar
2
-1
/
+3
2025-04-08
objtool: Remove ANNOTATE_IGNORE_ALTERNATIVE from CLAC/STAC
Josh Poimboeuf
2
-7
/
+35
2025-04-08
rtnetlink: Fix bad unlock balance in do_setlink().
Kuniyuki Iwashima
1
-1
/
+1
2025-04-08
kbuild: Add '-fno-builtin-wcslen'
Nathan Chancellor
1
-0
/
+3
2025-04-08
perf: Fix hang while freeing sigtrap event
Frederic Weisbecker
2
-47
/
+18
2025-04-08
net: ethtool: Don't call .cleanup_data when prepare_data fails
Maxime Chevallier
1
-3
/
+5
2025-04-08
tc: Ensure we have enough buffer space when sending filter netlink notifications
Toke Høiland-Jørgensen
1
-21
/
+45
2025-04-08
net: libwx: Fix the wrong Rx descriptor field
Jiawen Wu
2
-3
/
+3
2025-04-08
x86/xen: disable CPU idle and frequency drivers for PVH dom0
Roger Pau Monne
1
-1
/
+18
2025-04-08
octeontx2-pf: qos: fix VF root node parent queue index
Hariprasad Kelam
1
-0
/
+5
2025-04-08
selftests: tls: check that disconnect does nothing
Jakub Kicinski
1
-0
/
+36
2025-04-08
net: tls: explicitly disallow disconnect
Jakub Kicinski
1
-0
/
+6
2025-04-08
sctp: detect and prevent references to a freed transport in sendmsg
Ricardo Cañuelo Navarro
3
-9
/
+18
2025-04-08
gpiolib: of: Move Atmel HSMCI quirk up out of the regulator comment
Andy Shevchenko
1
-3
/
+3
2025-04-08
gpiolib: of: Fix the choice for Ingenic NAND quirk
Andy Shevchenko
1
-0
/
+2
2025-04-08
selftests/tc-testing: Add a test case for FQ_CODEL with ETS parent
Cong Wang
1
-0
/
+31
2025-04-08
selftests/tc-testing: Add a test case for FQ_CODEL with DRR parent
Cong Wang
1
-0
/
+31
2025-04-08
selftests/tc-testing: Add a test case for FQ_CODEL with HFSC parent
Cong Wang
1
-0
/
+31
2025-04-08
selftests/tc-testing: Add a test case for FQ_CODEL with QFQ parent
Cong Wang
1
-0
/
+31
2025-04-08
selftests/tc-testing: Add a test case for FQ_CODEL with HTB parent
Cong Wang
1
-0
/
+31
2025-04-08
codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()
Cong Wang
2
-8
/
+3
2025-04-08
sch_ets: make est_qlen_notify() idempotent
Cong Wang
1
-4
/
+4
2025-04-08
sch_qfq: make qfq_qlen_notify() idempotent
Cong Wang
1
-2
/
+5
2025-04-08
sch_hfsc: make hfsc_qlen_notify() idempotent
Cong Wang
1
-2
/
+6
2025-04-08
sch_drr: make drr_qlen_notify() idempotent
Cong Wang
1
-3
/
+4
2025-04-08
sch_htb: make htb_qlen_notify() idempotent
Cong Wang
1
-0
/
+2
2025-04-08
gpio: zynq: Fix wakeup source leaks on device unbind
Krzysztof Kozlowski
1
-0
/
+1
2025-04-08
gpio: mpc8xxx: Fix wakeup source leaks on device unbind
Krzysztof Kozlowski
1
-1
/
+3
[next]