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-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bpf: move explored_state() closer to the beginning of verifier.c
Eduard Zingerman
1
-15
/
+13
2023-10-23
bpf, tcx: Get rid of tcx_link_const
Daniel Borkmann
2
-8
/
+3
2023-10-23
samples: bpf: Fix syscall_tp openat argument
Denys Zagorui
1
-2
/
+13
2023-10-20
selftests/bpf: Add more test cases for bpf memory allocator
Hou Tao
2
-7
/
+193
2023-10-20
bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
Hou Tao
3
-11
/
+17
2023-10-20
bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
Hou Tao
3
-4
/
+1
2023-10-20
bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()
Hou Tao
2
-2
/
+15
2023-10-20
bpf: Re-enable unit_size checking for global per-cpu allocator
Hou Tao
1
-10
/
+12
2023-10-20
mm/percpu.c: introduce pcpu_alloc_size()
Hou Tao
2
-0
/
+32
2023-10-20
mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search()
Hou Tao
1
-3
/
+1
2023-10-20
selftests/bpf: Make linked_list failure test more robust
Kumar Kartikeya Dwivedi
2
-9
/
+5
2023-10-19
selftests/bpf: Add tests for open-coded task and css iter
Chuyi Zhou
5
-0
/
+415
2023-10-19
selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.c
Chuyi Zhou
2
-9
/
+9
2023-10-19
bpf: Let bpf_iter_task_new accept null task ptr
Chuyi Zhou
2
-3
/
+17
2023-10-19
bpf: teach the verifier to enforce css_iter and task_iter in RCU CS
Chuyi Zhou
4
-21
/
+53
2023-10-19
bpf: Introduce css open-coded iterator kfuncs
Chuyi Zhou
3
-0
/
+74
2023-10-19
bpf: Introduce task open coded iterator kfuncs
Chuyi Zhou
3
-0
/
+98
2023-10-19
bpf: Introduce css_task open-coded iterator kfuncs
Chuyi Zhou
4
-0
/
+92
2023-10-19
cgroup: Prepare for using css_task_iter_*() in BPF
Chuyi Zhou
2
-13
/
+17
2023-10-19
bpftool: Wrap struct_ops dump in an array
Manu Bretelle
1
-0
/
+6
2023-10-19
bpftool: Fix printing of pointer value
Manu Bretelle
1
-1
/
+1
2023-10-19
bpf, docs: Define signed modulo as using truncated division
Dave Thaler
1
-0
/
+8
2023-10-18
selftests/bpf: Add options and frags to xdp_hw_metadata
Larysa Zaremba
2
-13
/
+67
2023-10-17
selftests/bpf: Add additional mprog query test coverage
Daniel Borkmann
1
-1
/
+130
2023-10-17
selftests/bpf: Add selftest for bpf_task_under_cgroup() in sleepable prog
Yafang Shao
2
-3
/
+36
2023-10-17
bpf: Fix missed rcu read lock in bpf_task_under_cgroup()
Yafang Shao
1
-1
/
+6
2023-10-17
net, bpf: Add a warning if NAPI cb missed xdp_do_flush().
Sebastian Andrzej Siewior
8
-0
/
+66
2023-10-17
libbpf: Don't assume SHT_GNU_verdef presence for SHT_GNU_versym section
Andrii Nakryiko
1
-6
/
+10
2023-10-16
page_pool: fragment API support for 32-bit arch with 64-bit DMA
Yunsheng Lin
3
-23
/
+24
2023-10-16
net: stub tcp_gro_complete if CONFIG_INET=n
Jacob Keller
1
-0
/
+4
2023-10-16
drivers: net: wwan: wwan_core.c: resolved spelling mistake
Muhammad Muzammil
1
-2
/
+2
2023-10-16
cgroup, netclassid: on modifying netclassid in cgroup, only consider the main process.
Liansen Zhai
1
-0
/
+6
2023-10-16
net: usb: replace deprecated strncpy with strscpy
Justin Stitt
1
-2
/
+2
2023-10-16
lan78xx: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2023-10-16
net: phy: smsc: replace deprecated strncpy with ethtool_sprintf
Justin Stitt
1
-4
/
+2
2023-10-16
net: netcp: replace deprecated strncpy with strscpy
Justin Stitt
1
-2
/
+2
2023-10-16
tcp: Set pingpong threshold via sysctl
Haiyang Zhang
6
-6
/
+39
2023-10-16
net, sched: Add tcf_set_drop_reason for {__,}tcf_classify
Daniel Borkmann
2
-6
/
+23
2023-10-16
net, sched: Make tc-related drop reason more flexible
Daniel Borkmann
3
-7
/
+17
2023-10-16
bpf: Ensure proper register state printing for cond jumps
Andrii Nakryiko
1
-1
/
+6
2023-10-16
bpf: Disambiguate SCALAR register state output in verifier logs
Andrii Nakryiko
3
-32
/
+55
2023-10-16
selftests/bpf: Make align selftests more robust
Andrii Nakryiko
1
-120
/
+121
2023-10-16
selftests/bpf: Improve missed_kprobe_recursion test robustness
Andrii Nakryiko
1
-4
/
+4
2023-10-16
selftests/bpf: Improve percpu_alloc test robustness
Andrii Nakryiko
3
-0
/
+14
2023-10-16
tsnep: Inline small fragments within TX descriptor
Gerhard Engleder
2
-26
/
+79
2023-10-16
vxlan: use generic function for tunnel IPv4 route lookup
Beniamino Galvani
1
-73
/
+41
2023-10-16
geneve: use generic function for tunnel IPv4 route lookup
Beniamino Galvani
1
-66
/
+32
2023-10-16
geneve: add dsfield helper function
Beniamino Galvani
1
-11
/
+18
2023-10-16
ipv4: use tunnel flow flags for tunnel route lookups
Beniamino Galvani
1
-0
/
+1
2023-10-16
ipv4: add new arguments to udp_tunnel_dst_lookup()
Beniamino Galvani
3
-20
/
+25
[next]