index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-23
bpf: Introduce device-bound XDP programs
Stanislav Fomichev
1
-0
/
+5
2023-01-21
selftests/bpf: Add dynptr helper tests
Kumar Kartikeya Dwivedi
1
-0
/
+192
2023-01-21
selftests/bpf: Add dynptr partial slot overwrite tests
Kumar Kartikeya Dwivedi
1
-0
/
+66
2023-01-21
selftests/bpf: Add dynptr var_off tests
Kumar Kartikeya Dwivedi
1
-0
/
+40
2023-01-21
selftests/bpf: Add dynptr pruning tests
Kumar Kartikeya Dwivedi
1
-0
/
+141
2023-01-21
selftests/bpf: convenience macro for use with 'asm volatile' blocks
Eduard Zingerman
1
-0
/
+7
2023-01-21
bpf: Invalidate slices on destruction of dynptrs on stack
Kumar Kartikeya Dwivedi
1
-2
/
+2
2023-01-21
bpf: Fix partial dynptr stack slot reads/writes
Kumar Kartikeya Dwivedi
1
-3
/
+3
2023-01-21
bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR
Kumar Kartikeya Dwivedi
2
-3
/
+3
2023-01-20
selftests/bpf: Add serial_test_kprobe_multi_bench_attach_kernel/module tests
Jiri Olsa
1
-5
/
+14
2023-01-19
selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=m
Tiezhu Yang
1
-3
/
+8
2023-01-18
bpf/selftests: Add verifier tests for loading sleepable programs
Jiri Olsa
1
-0
/
+91
2023-01-15
selftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnel
Ziyang Xuan
2
-8
/
+98
2023-01-15
bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()
Ziyang Xuan
1
-0
/
+7
2023-01-14
selftests/bpf: Fix missing space error
Roberto Valenzuela
1
-1
/
+1
2023-01-14
libbpf: Replace '.' with '_' in legacy kprobe event name
Menglong Dong
1
-0
/
+7
2023-01-13
bpftool: Always disable stack protection for BPF objects
Holger Hoffstätte
1
-1
/
+2
2023-01-12
selftests/xsk: automatically switch XDP programs
Magnus Karlsson
4
-68
/
+96
2023-01-12
selftests/xsk: automatically restore packet stream
Magnus Karlsson
1
-14
/
+1
2023-01-12
selftests/xsk: merge dual and single thread dispatchers
Magnus Karlsson
1
-66
/
+54
2023-01-12
selftests/xsk: add test when some packets are XDP_DROPed
Magnus Karlsson
3
-0
/
+43
2023-01-12
selftests/xsk: get rid of built-in XDP program
Magnus Karlsson
6
-106
/
+92
2023-01-12
selftests/xsk: remove unnecessary code in control path
Magnus Karlsson
3
-631
/
+3
2023-01-12
selftests/xsk: load and attach XDP program only once per mode
Magnus Karlsson
4
-87
/
+162
2023-01-12
selftests/xsk: remove namespaces
Magnus Karlsson
4
-74
/
+20
2023-01-12
selftests/xsk: replace asm acquire/release implementations
Magnus Karlsson
1
-76
/
+4
2023-01-12
selftests/xsk: add debug option for creating netdevs
Magnus Karlsson
1
-1
/
+10
2023-01-12
selftests/xsk: remove unused variable outstanding_tx
Magnus Karlsson
1
-2
/
+0
2023-01-12
selftests/xsk: print correct error codes when exiting
Magnus Karlsson
1
-9
/
+9
2023-01-12
selftests/xsk: submit correct number of frames in populate_fill_ring
Magnus Karlsson
1
-1
/
+1
2023-01-12
selftests/xsk: do not close unused file descriptors
Magnus Karlsson
1
-2
/
+11
2023-01-12
selftests/xsk: print correct payload for packet dump
Magnus Karlsson
1
-2
/
+2
2023-01-11
libbpf: Fix map creation flags sanitization
Ludovic L'Hours
1
-1
/
+1
2023-01-11
bpftool: fix output for skipping kernel config check
Chethan Suresh
1
-4
/
+4
2023-01-11
bpftool: Add missing quotes to libbpf bootstrap submake vars
James Hilliard
1
-1
/
+1
2023-01-06
libbpf: Poison strlcpy()
Rong Tao
1
-2
/
+2
2023-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
350
-118926
/
+86586
2023-01-05
Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
14
-6
/
+395
2023-01-05
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
22
-86
/
+656
2023-01-05
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-1
/
+74
2023-01-05
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
4
-19
/
+24
2023-01-04
libbpf: Return -ENODATA for missing btf section
Changbin Du
1
-1
/
+1
2023-01-03
libbpf: Add LoongArch support to bpf_tracing.h
Hengqi Chen
1
-0
/
+23
2023-01-01
selftests: net: return non-zero for failures reported in arp_ndisc_evict_noca...
Po-Hsu Lin
1
-2
/
+9
2023-01-01
selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrier
Po-Hsu Lin
1
-2
/
+2
2022-12-30
selftests: net: fix cmsg_so_mark.sh test hang
Po-Hsu Lin
1
-1
/
+1
2022-12-30
tcp: Add selftest for bind() and TIME_WAIT.
Kuniyuki Iwashima
2
-0
/
+93
2022-12-30
libbpf: Restore errno after pr_warn.
Alexei Starovoitov
1
-1
/
+3
2022-12-30
libbpf: Added the description of some API functions
Xin Liu
1
-2
/
+27
2022-12-30
libbpf: Fix invalid return address register in s390
Daniel T. Lee
1
-1
/
+1
[next]