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-03-19
libbpf: fix u64-to-pointer cast on 32-bit arches
Andrii Nakryiko
1
-2
/
+2
2024-03-19
s390/bpf: Fix bpf_plt pointer arithmetic
Ilya Leoshkevich
1
-26
/
+20
2024-03-19
xsk: Don't assume metadata is always requested in TX completion
Stanislav Fomichev
1
-0
/
+2
2024-03-15
selftests/bpf: Add arena test case for 4Gbyte corner case
Alexei Starovoitov
2
-0
/
+70
2024-03-15
selftests/bpf: Remove hard coded PAGE_SIZE macro.
Alexei Starovoitov
2
-5
/
+10
2024-03-15
libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVM
Alexei Starovoitov
6
-11
/
+11
2024-03-15
bpf: Clarify bpf_arena comments.
Alexei Starovoitov
1
-7
/
+18
2024-03-15
MAINTAINERS: Update email address for Quentin Monnet
Quentin Monnet
2
-2
/
+3
2024-03-15
scripts/bpf_doc: Use silent mode when exec make cmd
Hangbin Liu
1
-2
/
+2
2024-03-14
bpf: Temporarily disable atomic operations in BPF arena
Puranjay Mohan
1
-1
/
+9
2024-03-14
net: txgbe: fix clk_name exceed MAX_DEV_ID limits
Duanqiang Wen
1
-1
/
+1
2024-03-14
docs: networking: fix indentation errors in multi-pf-netdev
Jakub Kicinski
1
-29
/
+29
2024-03-14
rxrpc: Fix error check on ->alloc_txbuf()
David Howells
1
-2
/
+2
2024-03-14
rxrpc: Fix use of changed alignment param to page_frag_alloc_align()
David Howells
1
-2
/
+2
2024-03-14
hsr: Fix uninit-value access in hsr_get_node()
Shigeru Yoshida
1
-0
/
+4
2024-03-14
vmxnet3: Fix missing reserved tailroom
William Tu
1
-3
/
+3
2024-03-14
tcp: Fix refcnt handling in __inet_hash_connect().
Kuniyuki Iwashima
1
-1
/
+1
2024-03-13
devlink: Fix devlink parallel commands processing
Shay Drory
1
-6
/
+7
2024-03-13
net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check
Eric Dumazet
1
-1
/
+2
2024-03-13
octeontx2-af: Use matching wake_up API variant in CGX command interface
Linu Cherian
1
-1
/
+1
2024-03-13
soc: fsl: qbman: Use raw spinlock for cgr_lock
Sean Anderson
1
-11
/
+14
2024-03-13
soc: fsl: qbman: Always disable interrupts when taking cgr_lock
Sean Anderson
1
-5
/
+5
2024-03-12
rds: tcp: Fix use-after-free of net in reqsk_timer_handler().
Kuniyuki Iwashima
1
-4
/
+0
2024-03-12
tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()
Eric Dumazet
1
-22
/
+19
2024-03-12
Revert "x86/bugs: Use fixed addressing for VERW operand"
Dave Hansen
1
-1
/
+1
2024-03-11
nexthop: Fix splat with CONFIG_DEBUG_PREEMPT=y
Ido Schimmel
1
-1
/
+2
2024-03-11
nexthop: Fix out-of-bounds access during attribute validation
Ido Schimmel
2
-12
/
+23
2024-03-11
nexthop: Only parse NHA_OP_FLAGS for dump messages that require it
Ido Schimmel
1
-5
/
+5
2024-03-11
nexthop: Only parse NHA_OP_FLAGS for get messages that require it
Ido Schimmel
1
-8
/
+8
2024-03-11
Revert "dm: use queue_limits_set"
Linus Torvalds
2
-13
/
+16
2024-03-11
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
9
-21
/
+21
2024-03-11
bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()
Puranjay Mohan
1
-1
/
+6
2024-03-11
selftests/bpf: Add kprobe multi triggering benchmarks
Jiri Olsa
3
-0
/
+50
2024-03-11
ptp: Move from simple ida to xarray
Kory Maincent
1
-14
/
+18
2024-03-11
vxlan: Remove generic .ndo_get_stats64
Breno Leitao
1
-2
/
+0
2024-03-11
vxlan: Do not alloc tstats manually
Breno Leitao
1
-11
/
+2
2024-03-11
devlink: Add comments to use netlink gen tool
William Tu
1
-1
/
+4
2024-03-11
nfp: flower: handle acti_netdevs allocation failure
Duoming Zhou
1
-0
/
+5
2024-03-11
net/packet: Add getsockopt support for PACKET_COPY_THRESH
Juntong Deng
2
-3
/
+6
2024-03-11
net/netlink: Add getsockopt support for NETLINK_LISTEN_ALL_NSID
Juntong Deng
1
-0
/
+3
2024-03-11
selftests/bpf: Add bpf_arena_htab test.
Alexei Starovoitov
6
-0
/
+243
2024-03-11
selftests/bpf: Add bpf_arena_list test.
Alexei Starovoitov
4
-0
/
+314
2024-03-11
selftests/bpf: Add unit tests for bpf_arena_alloc/free_pages
Alexei Starovoitov
6
-2
/
+227
2024-03-11
bpf: Add helper macro bpf_addr_space_cast()
Alexei Starovoitov
1
-0
/
+43
2024-03-11
libbpf: Recognize __arena global variables.
Andrii Nakryiko
3
-13
/
+120
2024-03-11
bpftool: Recognize arena map type
Alexei Starovoitov
2
-2
/
+2
2024-03-11
libbpf: Add support for bpf_arena.
Alexei Starovoitov
2
-8
/
+46
2024-03-11
libbpf: Add __arg_arena to bpf_helpers.h
Alexei Starovoitov
1
-0
/
+1
2024-03-11
bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.
Alexei Starovoitov
3
-4
/
+31
2024-03-11
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
5
-9
/
+109
[next]