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
2024-10-03
selftests/bpf: Bail out quickly from failing consumer test
Jiri Olsa
1
-5
/
+11
2024-10-03
selftests/bpf: Fix uprobe consumer test
Jiri Olsa
1
-8
/
+1
2024-10-03
selftests/bpf: Set vpath in Makefile to search for skels
Ihor Solodrai
1
-4
/
+5
2024-10-03
selftests/bpf: Remove test_skb_cgroup_id.sh from TEST_PROGS
Ihor Solodrai
1
-1
/
+0
2024-10-03
sched: psi: fix bogus pressure spikes from aggregation race
Johannes Weiner
1
-14
/
+12
2024-10-03
sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start
Xin Long
1
-1
/
+3
2024-10-03
dt-bindings: net: xlnx,axi-ethernet: Add missing reg minItems
Ravikanth Tuniki
1
-1
/
+2
2024-10-03
doc: net: napi: Update documentation for napi_schedule_irqoff
Sean Anderson
1
-3
/
+2
2024-10-03
iomap: constrain the file range passed to iomap_file_unshare
Darrick J. Wong
2
-2
/
+10
2024-10-03
iomap: don't bother unsharing delalloc extents
Darrick J. Wong
1
-1
/
+2
2024-10-03
net/ncsi: Disable the ncsi work before freeing the associated structure
Eddie James
1
-0
/
+2
2024-10-02
net: phy: qt2025: Fix warning: unused import DeviceId
FUJITA Tomonori
1
-2
/
+2
2024-10-02
gso: fix udp gso fraglist segmentation after pull from frag_list
Willem de Bruijn
1
-2
/
+20
2024-10-02
bridge: mcast: Fail MDB get request on empty entry
Ido Schimmel
1
-1
/
+1
2024-10-02
vrf: revert "vrf: Remove unnecessary RCU-bh critical section"
Willem de Bruijn
1
-0
/
+2
2024-10-02
net: ethernet: ti: am65-cpsw: Fix forever loop in cleanup code
Dan Carpenter
1
-1
/
+1
2024-10-02
net: phy: realtek: Check the index value in led_hw_control_get
Hui Wang
1
-0
/
+3
2024-10-02
ppp: do not assume bh is held in ppp_channel_bridge_input()
Eric Dumazet
1
-2
/
+2
2024-10-02
selftests: rds: move include.sh to TEST_FILES
Hangbin Liu
2
-1
/
+2
2024-10-02
net: test for not too small csum_start in virtio_net_hdr_to_skb()
Eric Dumazet
1
-1
/
+3
2024-10-02
net: gso: fix tcp fraglist segmentation after pull from frag_list
Felix Fietkau
2
-4
/
+16
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
848
-852
/
+851
2024-10-02
arc: get rid of private asm/unaligned.h
Al Viro
5
-27
/
+19
2024-10-02
netfs: Fix missing wakeup after issuing writes
David Howells
1
-15
/
+27
2024-10-02
dm-verity: introduce the options restart_on_error and panic_on_error
Mikulas Patocka
2
-1
/
+83
2024-10-02
Revert: "dm-verity: restart or panic on an I/O error"
Mikulas Patocka
1
-21
/
+2
2024-10-02
ufs_rename(): fix bogus argument of folio_release_kmap()
Al Viro
1
-1
/
+1
2024-10-01
parisc: get rid of private asm/unaligned.h
Al Viro
4
-11
/
+6
2024-10-01
rust: kunit: use C-string literals to clean warning
Miguel Ojeda
1
-2
/
+2
2024-10-01
ksmbd: Use struct_size() to improve smb_direct_rdma_xmit()
Thorsten Blum
1
-2
/
+2
2024-10-01
ksmbd: Annotate struct copychunk_ioctl_req with __counted_by_le()
Thorsten Blum
2
-10
/
+9
2024-10-01
ksmbd: Use struct_size() to improve get_file_alternate_info()
Thorsten Blum
1
-1
/
+1
2024-10-01
Documentation: add missing folio_queue entry
Christian Brauner
1
-0
/
+1
2024-10-01
folio_queue: fix documentation
Christian Brauner
1
-1
/
+1
2024-10-01
Input: adp5589-keys - fix adp5589_gpio_get_value()
Nuno Sa
1
-3
/
+10
2024-10-01
Input: adp5589-keys - fix NULL pointer dereference
Nuno Sa
1
-6
/
+3
2024-10-01
netfs: Fix a KMSAN uninit-value error in netfs_clear_buffer
Chang Yu
1
-1
/
+1
2024-10-01
ipv4: ip_gre: Fix drops of small packets in ipgre_xmit
Anton Danilov
1
-3
/
+3
2024-10-01
Revert "Input: Add driver for PixArt PS/2 touchpad"
Dmitry Torokhov
6
-368
/
+1
2024-10-01
net: stmmac: dwmac4: extend timeout for VLAN Tag register busy bit check
Shenwei Wang
1
-9
/
+9
2024-10-01
iov_iter: fix advancing slot in iter_folioq_get_pages()
Omar Sandoval
1
-1
/
+1
2024-10-01
net: add more sanity checks to qdisc_pkt_len_init()
Eric Dumazet
1
-3
/
+7
2024-10-01
net: avoid potential underflow in qdisc_pkt_len_init() with UFO
Eric Dumazet
1
-1
/
+1
2024-10-01
net: ethernet: ti: cpsw_ale: Fix warning on some platforms
Roger Quadros
2
-1
/
+12
2024-10-01
net: microchip: Make FDMA config symbol invisible
Geert Uytterhoeven
1
-1
/
+1
2024-10-01
net: fec: Reload PTP registers after link-state change
Csókás, Bence
2
-0
/
+23
2024-10-01
net: fec: Restart PPS after link state change
Csókás, Bence
3
-1
/
+46
2024-10-01
net: pcs: xpcs: fix the wrong register that was written back
Jiawen Wu
1
-1
/
+1
2024-10-01
net: ethernet: lantiq_etop: fix memory disclosure
Aleksander Jan Bajkowski
1
-1
/
+3
2024-10-01
net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_size
Daniel Borkmann
2
-1
/
+10
[next]