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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-25
samples: bpf: Add BPF support for devmap_xmit tracepoint
Kumar Kartikeya Dwivedi
1
-0
/
+71
2021-08-25
samples: bpf: Add cpumap tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-1
/
+224
2021-08-25
samples: bpf: Add BPF support for cpumap tracepoints
Kumar Kartikeya Dwivedi
1
-1
/
+57
2021-08-25
samples: bpf: Add xdp_exception tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-0
/
+116
2021-08-25
samples: bpf: Add BPF support for xdp_exception tracepoint
Kumar Kartikeya Dwivedi
1
-0
/
+27
2021-08-25
samples: bpf: Add redirect tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-0
/
+215
2021-08-25
samples: bpf: Add BPF support for redirect tracepoint
Kumar Kartikeya Dwivedi
2
-0
/
+253
2021-08-25
samples: bpf: Add basic infrastructure for XDP samples
Kumar Kartikeya Dwivedi
3
-0
/
+915
2021-08-25
tools: include: Add ethtool_drvinfo definition to UAPI header
Kumar Kartikeya Dwivedi
1
-0
/
+53
2021-08-25
samples: bpf: Fix a couple of warnings
Kumar Kartikeya Dwivedi
2
-4
/
+9
2021-08-25
bpf: Fix possible out of bound write in narrow load handling
Andrey Ignatov
1
-0
/
+4
2021-08-25
Merge branch 'bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SK_MSG'
Alexei Starovoitov
3
-24
/
+102
2021-08-25
selftests/bpf: Test for get_netns_cookie
Xu Liu
2
-24
/
+88
2021-08-25
bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SK_MSG
Xu Liu
1
-0
/
+14
2021-08-25
Merge branch 'selftests/bpf: minor fixups'
Alexei Starovoitov
5
-5
/
+19
2021-08-25
selftests/bpf: Exit with KSFT_SKIP if no Makefile found
Li Zhijian
2
-1
/
+6
2021-08-25
selftests/bpf: Add missing files required by test_bpftool.sh for installing
Li Zhijian
2
-2
/
+5
2021-08-25
selftests/bpf: Add default bpftool built by selftests to PATH
Li Zhijian
1
-0
/
+5
2021-08-25
selftests/bpf: Make test_doc_build.sh work from script directory
Li Zhijian
1
-2
/
+3
2021-08-25
selftests/bpf: Enlarge select() timeout for test_maps
Li Zhijian
1
-1
/
+1
2021-08-24
selftests/bpf: Reduce flakyness in timer_mim
Yucong Sun
1
-4
/
+12
2021-08-24
Merge branch 'Refactor cgroup_bpf internals to use more specific attach_type'
Alexei Starovoitov
8
-132
/
+226
2021-08-24
bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum
Dave Marchevsky
8
-132
/
+226
2021-08-23
af_unix: Fix NULL pointer bug in unix_shutdown
Jiang Wang
1
-1
/
+2
2021-08-20
selftests/bpf: Add tests for {set|get} socket option from setsockopt BPF
Prankur Gupta
3
-0
/
+127
2021-08-20
bpf: Add support for {set|get} socket options from setsockopt BPF
Prankur Gupta
1
-0
/
+8
2021-08-20
bpf: Use kvmalloc for map keys in syscalls
Stanislav Fomichev
2
-19
/
+27
2021-08-20
bpf: Use kvmalloc for map values in syscall
Stanislav Fomichev
1
-17
/
+11
2021-08-19
selftests/bpf: Adding delay in socketmap_listen to reduce flakyness
Yucong Sun
1
-3
/
+9
2021-08-19
bpf: Fix NULL event->prog pointer access in bpf_overflow_handler
Yonghong Song
1
-1
/
+4
2021-08-19
bpf: Undo off-by-one in interpreter tail call count limit
Daniel Borkmann
1
-1
/
+1
2021-08-19
selftests/bpf: Test for get_netns_cookie
Xu Liu
2
-0
/
+100
2021-08-19
bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SOCK_OPS
Xu Liu
1
-0
/
+14
2021-08-18
libbpf: Rename libbpf documentation index file
Grant Seltzer
2
-1
/
+9
2021-08-18
bpf: Remove redundant initialization of variable allow
Colin Ian King
1
-1
/
+1
2021-08-18
Merge branch 'selftests/bpf: fix flaky send_signal test'
Andrii Nakryiko
1
-25
/
+36
2021-08-18
selftests/bpf: Fix flaky send_signal test
Yonghong Song
1
-0
/
+16
2021-08-18
selftests/bpf: Replace CHECK with ASSERT_* macros in send_signal.c
Yonghong Song
1
-25
/
+20
2021-08-17
Merge branch 'selftests/bpf: Improve the usability of test_progs'
Andrii Nakryiko
1
-30
/
+77
2021-08-17
selftests/bpf: Support glob matching for test selector.
Yucong Sun
1
-16
/
+62
2021-08-17
selftests/bpf: Also print test name in subtest status message
Yucong Sun
1
-2
/
+2
2021-08-17
selftests/bpf: Correctly display subtest skip status
Yucong Sun
1
-12
/
+13
2021-08-17
selftests/bpf: Skip loading bpf_testmod when using -l to list tests.
Yucong Sun
1
-2
/
+2
2021-08-17
selftests/bpf: Add exponential backoff to map_delete_retriable in test_maps
Yucong Sun
1
-1
/
+6
2021-08-17
selftests/bpf: Add exponential backoff to map_update_retriable in test_maps
Yucong Sun
1
-1
/
+8
2021-08-17
Merge branch 'sockmap: add sockmap support for unix stream socket'
Andrii Nakryiko
5
-54
/
+191
2021-08-17
selftest/bpf: Add new tests in sockmap for unix stream to tcp.
Jiang Wang
1
-4
/
+12
2021-08-17
selftest/bpf: Change udp to inet in some function names
Jiang Wang
1
-13
/
+17
2021-08-17
selftest/bpf: Add tests for sockmap with unix stream type.
Jiang Wang
1
-0
/
+2
2021-08-17
af_unix: Add unix_stream_proto for sockmap
Jiang Wang
4
-37
/
+148
[next]