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
bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contract
Eduard Zingerman
3
-6
/
+4
2024-10-03
bpf: __bpf_fastcall for bpf_get_smp_processor_id in uapi
Eduard Zingerman
2
-0
/
+4
2024-10-03
bpf: Allow specifying bpf_fastcall attribute for BPF helpers
Eduard Zingerman
1
-3
/
+50
2024-10-03
selftests/bpf: Fix uprobe_multi compilation error
Alan Maguire
1
-0
/
+4
2024-10-03
selftests/bpf: Support cross-endian building
Tony Ambardar
1
-3
/
+4
2024-10-03
libbpf: Support creating light skeleton of either endianness
Tony Ambardar
4
-53
/
+139
2024-10-03
libbpf: Support linking bpf objects of either endianness
Tony Ambardar
1
-16
/
+62
2024-10-03
libbpf: Support opening bpf objects of either endianness
Tony Ambardar
2
-9
/
+52
2024-10-03
libbpf: Support BTF.ext loading and output in either endianness
Tony Ambardar
4
-57
/
+253
2024-10-03
libbpf: Fix output .symtab byte-order during linking
Tony Ambardar
1
-0
/
+2
2024-10-03
libbpf: Fix header comment typos for BTF.ext
Tony Ambardar
1
-2
/
+2
2024-10-03
libbpf: Improve log message formatting
Tony Ambardar
5
-8
/
+8
2024-10-03
bpf: Call kfree(obj) only once in free_one()
Markus Elfring
1
-4
/
+1
2024-10-03
libbpf: Remove unneeded semicolon
Chen Ni
1
-1
/
+1
2024-10-03
tools/bpf: Remove unused variable from runqslower
Zhu Jun
1
-1
/
+0
2024-10-03
selftests/bpf: vm: Add support for VIRTIO_FS
Manu Bretelle
1
-2
/
+5
2024-10-03
libbpf: Fix expected_attach_type set handling in program load callback
Tao Chen
1
-4
/
+8
2024-10-03
libbpf: Change log level of BTF loading error message
Ihor Solodrai
1
-4
/
+5
2024-10-03
selftests/bpf: Add missing va_end.
Zhang Jiao
1
-0
/
+1
2024-10-03
bpf: Constify struct btf_kind_operations
Christophe JAILLET
1
-9
/
+9
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
[next]