index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests: mptcp: fix typo in mptcp_connect usage
Davide Caratti
2020-09-02
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-01
93
-1018
/
+6671
|
\
|
*
bpf: Remove bpf_lsm_file_mprotect from sleepable list.
Alexei Starovoitov
2020-08-31
1
-17
/
+17
|
*
libbpf: Support shared umems between queues and devices
Magnus Karlsson
2020-08-31
3
-132
/
+254
|
*
selftests/bpf: Add sleepable tests
Alexei Starovoitov
2020-08-28
5
-2
/
+99
|
*
libbpf: Support sleepable progs
Alexei Starovoitov
2020-08-28
1
-1
/
+24
|
*
bpf: Add bpf_copy_from_user() helper.
Alexei Starovoitov
2020-08-28
1
-0
/
+8
|
*
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
2020-08-28
1
-0
/
+8
|
*
bpf: selftests: Add test for different inner map size
Martin KaFai Lau
2020-08-28
2
-1
/
+65
|
*
bpf: Make bpf_link_info.iter similar to bpf_iter_link_info
Yonghong Song
2020-08-28
1
-2
/
+4
|
*
tools, bpf/build: Cleanup feature files on make clean
Jesper Dangaard Brouer
2020-08-28
3
-3
/
+9
|
*
libbpf: Fix compilation warnings for 64-bit printf args
Andrii Nakryiko
2020-08-26
1
-3
/
+5
|
*
selftests/bpf: Add verifier tests for xor operation
Yonghong Song
2020-08-26
1
-0
/
+146
|
*
libbpf: Fix unintentional success return code in bpf_object__load
Alex Gartrell
2020-08-26
1
-1
/
+1
|
*
selftests/bpf: Test for map update access from within EXT programs
Udip Pant
2020-08-26
3
-3
/
+104
|
*
selftests/bpf: Test for checking return code for the extended prog
Udip Pant
2020-08-26
2
-0
/
+59
|
*
selftests/bpf: Add test for freplace program with write access
Udip Pant
2020-08-26
3
-0
/
+48
|
*
selftests/bpf: Fix spelling mistake "scoket" -> "socket"
Colin Ian King
2020-08-26
1
-1
/
+1
|
*
selftests/bpf: Fix open call in trigger_fstat_events
Jiri Olsa
2020-08-26
1
-1
/
+1
|
*
selftests/bpf: Add set test to resolve_btfids
Jiri Olsa
2020-08-25
1
-1
/
+38
|
*
selftests/bpf: Add test for d_path helper
Jiri Olsa
2020-08-25
2
-0
/
+205
|
*
selftests/bpf: Add verifier test for d_path helper
Jiri Olsa
2020-08-25
2
-1
/
+55
|
*
bpf: Add d_path helper
Jiri Olsa
2020-08-25
1
-0
/
+14
|
*
bpf: Add BTF_SET_START/END macros
Jiri Olsa
2020-08-25
1
-1
/
+50
|
*
tools resolve_btfids: Add support for set symbols
Jiri Olsa
2020-08-25
1
-1
/
+19
|
*
tools resolve_btfids: Add size check to get_id function
Jiri Olsa
2020-08-25
1
-1
/
+8
|
*
bpf: Add selftests for local_storage
KP Singh
2020-08-25
2
-0
/
+200
|
*
bpf: Allow local storage to be used from LSM programs
KP Singh
2020-08-25
1
-2
/
+5
|
*
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-25
5
-6
/
+47
|
*
bpf: Generalize bpf_sk_storage
KP Singh
2020-08-25
1
-2
/
+6
|
*
bpf: Renames in preparation for bpf_local_storage
KP Singh
2020-08-25
1
-3
/
+3
|
*
selftests/bpf: Enable tc verbose mode for test_sk_assign
Yonghong Song
2020-08-24
1
-1
/
+1
|
*
selftests: bpf: Fix sockmap update nits
Lorenz Bauer
2020-08-24
1
-7
/
+5
|
*
libbpf: Fix type compatibility check copy-paste error
Andrii Nakryiko
2020-08-24
1
-1
/
+1
|
*
libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_relo
Andrii Nakryiko
2020-08-24
1
-1
/
+1
|
*
tcp: bpf: Optionally store mac header in TCP_SAVE_SYN
Martin KaFai Lau
2020-08-24
1
-0
/
+1
|
*
bpf: selftests: Tcp header options
Martin KaFai Lau
2020-08-24
4
-0
/
+1721
|
*
bpf: selftests: Add fastopen_connect to network_helpers
Martin KaFai Lau
2020-08-24
2
-0
/
+39
|
*
bpf: tcp: Allow bpf prog to write and parse TCP header option
Martin KaFai Lau
2020-08-24
1
-1
/
+299
|
*
bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
Martin KaFai Lau
2020-08-24
1
-1
/
+2
|
*
bpf: tcp: Add bpf_skops_parse_hdr()
Martin KaFai Lau
2020-08-24
1
-1
/
+3
|
*
tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
Martin KaFai Lau
2020-08-24
1
-0
/
+1
|
*
tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
Martin KaFai Lau
2020-08-24
1
-0
/
+1
|
*
libbpf: Normalize and improve logging across few functions
Andrii Nakryiko
2020-08-21
1
-50
/
+67
|
*
libbpf: Skip well-known ELF sections when iterating ELF
Andrii Nakryiko
2020-08-21
1
-6
/
+49
|
*
libbpf: Add __noinline macro to bpf_helpers.h
Andrii Nakryiko
2020-08-21
1
-0
/
+3
|
*
libbpf: Factor out common ELF operations and improve logging
Andrii Nakryiko
2020-08-21
1
-161
/
+206
|
*
selftests/bpf: BPF object files should depend only on libbpf headers
Andrii Nakryiko
2020-08-21
1
-1
/
+1
|
*
selftests: bpf: Test sockmap update from BPF
Lorenz Bauer
2020-08-21
3
-0
/
+149
|
*
libbpf: Add perf_buffer APIs for better integration with outside epoll loop
Andrii Nakryiko
2020-08-21
4
-12
/
+121
[next]