index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-24
samples: bpf: Convert xdp_redirect_map_multi_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2
-31
/
+26
2021-08-24
samples: bpf: Convert xdp_redirect_map to XDP samples helper
Kumar Kartikeya Dwivedi
2
-229
/
+161
2021-08-24
samples: bpf: Convert xdp_redirect_map_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2
-70
/
+25
2021-08-24
samples: bpf: Convert xdp_redirect_cpu to XDP samples helper
Kumar Kartikeya Dwivedi
2
-767
/
+343
2021-08-24
samples: bpf: Convert xdp_redirect_cpu_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
2
-293
/
+105
2021-08-24
samples: bpf: Convert xdp_redirect to XDP samples helper
Kumar Kartikeya Dwivedi
2
-159
/
+116
2021-08-24
samples: bpf: Convert xdp_redirect_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
3
-92
/
+52
2021-08-24
samples: bpf: Convert xdp_monitor to XDP samples helper
Kumar Kartikeya Dwivedi
3
-735
/
+83
2021-08-24
samples: bpf: Convert xdp_monitor_kern.o to XDP samples helper
Kumar Kartikeya Dwivedi
3
-258
/
+49
2021-08-24
samples: bpf: Add vmlinux.h generation support
Kumar Kartikeya Dwivedi
1
-0
/
+25
2021-08-24
samples: bpf: Add devmap_xmit tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-3
/
+331
2021-08-24
samples: bpf: Add BPF support for devmap_xmit tracepoint
Kumar Kartikeya Dwivedi
1
-0
/
+71
2021-08-24
samples: bpf: Add cpumap tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-1
/
+224
2021-08-24
samples: bpf: Add BPF support for cpumap tracepoints
Kumar Kartikeya Dwivedi
1
-1
/
+57
2021-08-24
samples: bpf: Add xdp_exception tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-0
/
+116
2021-08-24
samples: bpf: Add BPF support for xdp_exception tracepoint
Kumar Kartikeya Dwivedi
1
-0
/
+27
2021-08-24
samples: bpf: Add redirect tracepoint statistics support
Kumar Kartikeya Dwivedi
2
-0
/
+215
2021-08-24
samples: bpf: Add BPF support for redirect tracepoint
Kumar Kartikeya Dwivedi
2
-0
/
+253
2021-08-24
samples: bpf: Add basic infrastructure for XDP samples
Kumar Kartikeya Dwivedi
3
-0
/
+915
2021-08-24
tools: include: Add ethtool_drvinfo definition to UAPI header
Kumar Kartikeya Dwivedi
1
-0
/
+53
2021-08-24
samples: bpf: Fix a couple of warnings
Kumar Kartikeya Dwivedi
2
-4
/
+9
2021-08-24
bpf: Fix possible out of bound write in narrow load handling
Andrey Ignatov
1
-0
/
+4
2021-08-24
Merge branch 'bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SK_MSG'
Alexei Starovoitov
3
-24
/
+102
2021-08-24
selftests/bpf: Test for get_netns_cookie
Xu Liu
2
-24
/
+88
2021-08-24
bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SK_MSG
Xu Liu
1
-0
/
+14
2021-08-24
Merge branch 'selftests/bpf: minor fixups'
Alexei Starovoitov
5
-5
/
+19
2021-08-24
selftests/bpf: Exit with KSFT_SKIP if no Makefile found
Li Zhijian
2
-1
/
+6
2021-08-24
selftests/bpf: Add missing files required by test_bpftool.sh for installing
Li Zhijian
2
-2
/
+5
2021-08-24
selftests/bpf: Add default bpftool built by selftests to PATH
Li Zhijian
1
-0
/
+5
2021-08-24
selftests/bpf: Make test_doc_build.sh work from script directory
Li Zhijian
1
-2
/
+3
2021-08-24
selftests/bpf: Enlarge select() timeout for test_maps
Li Zhijian
1
-1
/
+1
2021-08-23
selftests/bpf: Reduce flakyness in timer_mim
Yucong Sun
1
-4
/
+12
2021-08-23
Merge branch 'Refactor cgroup_bpf internals to use more specific attach_type'
Alexei Starovoitov
8
-132
/
+226
2021-08-23
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-17
bpf: Remove redundant initialization of variable allow
Colin Ian King
1
-1
/
+1
2021-08-17
Merge branch 'selftests/bpf: fix flaky send_signal test'
Andrii Nakryiko
1
-25
/
+36
2021-08-17
selftests/bpf: Fix flaky send_signal test
Yonghong Song
1
-0
/
+16
2021-08-17
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
[next]