index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
selftests/bpf: Test syscall command parsing
Joe Stringer
2021-03-05
2
-2
/
+13
|
|
*
selftests/bpf: Templatize man page generation
Joe Stringer
2021-03-05
1
-15
/
+25
|
|
*
tools/bpf: Remove bpf-helpers from bpftool docs
Joe Stringer
2021-03-05
7
-49
/
+50
|
|
*
scripts/bpf: Add syscall commands printer
Joe Stringer
2021-03-05
1
-9
/
+91
|
|
*
scripts/bpf: Abstract eBPF API target parameter
Joe Stringer
2021-03-05
7
-33
/
+69
|
|
*
bpf: Document BPF_MAP_*_BATCH syscall commands
Joe Stringer
2021-03-05
1
-3
/
+111
|
|
*
bpf: Document BPF_PROG_QUERY syscall command
Joe Stringer
2021-03-05
1
-0
/
+37
|
|
*
bpf: Document BPF_PROG_TEST_RUN syscall command
Joe Stringer
2021-03-05
1
-3
/
+11
|
|
*
bpf: Document BPF_PROG_ATTACH syscall command
Joe Stringer
2021-03-05
1
-0
/
+37
|
|
*
bpf: Document BPF_PROG_PIN syscall command
Joe Stringer
2021-03-05
1
-7
/
+29
|
|
*
bpf: Document BPF_F_LOCK in syscall commands
Joe Stringer
2021-03-05
1
-0
/
+10
|
|
*
bpf: Add minimal bpf() command documentation
Joe Stringer
2021-03-05
1
-0
/
+368
|
|
*
bpf: Import syscall arg documentation
Joe Stringer
2021-03-05
1
-1
/
+121
|
|
/
|
*
Merge branch 'Add BTF_KIND_FLOAT support'
Alexei Starovoitov
2021-03-05
15
-23
/
+376
|
|
\
|
|
*
bpf: Document BTF_KIND_FLOAT in btf.rst
Ilya Leoshkevich
2021-03-05
1
-2
/
+15
|
|
*
selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication tests
Ilya Leoshkevich
2021-03-05
1
-12
/
+31
|
|
*
selftest/bpf: Add BTF_KIND_FLOAT tests
Ilya Leoshkevich
2021-03-05
3
-0
/
+138
|
|
*
bpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-05
1
-2
/
+81
|
|
*
selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" test
Ilya Leoshkevich
2021-03-05
1
-1
/
+1
|
|
*
tools/bpftool: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-05
2
-0
/
+9
|
|
*
libbpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2021-03-05
6
-1
/
+94
|
|
*
libbpf: Fix whitespace in btf_add_composite() comment
Ilya Leoshkevich
2021-03-05
1
-1
/
+1
|
|
*
bpf: Add BTF_KIND_FLOAT to uapi
Ilya Leoshkevich
2021-03-05
2
-4
/
+6
|
|
/
|
*
selftests/bpf: Add a verifier scale test with unknown bounded loop
Yonghong Song
2021-03-04
3
-0
/
+139
|
*
skmsg: Add function doc for skb->_sk_redir
Cong Wang
2021-03-04
1
-0
/
+1
|
*
tools/runqslower: Allow substituting custom vmlinux.h for the build
Andrii Nakryiko
2021-03-03
1
-0
/
+4
|
*
tools, bpf_asm: Exit non-zero on errors
Ian Denhardt
2021-02-26
1
-4
/
+4
|
*
tools, bpf_asm: Hard error on out of range jumps
Ian Denhardt
2021-02-26
1
-2
/
+4
|
*
Merge branch 'bpf: add bpf_for_each_map_elem() helper'
Alexei Starovoitov
2021-02-26
16
-64
/
+897
|
|
\
|
|
*
selftests/bpf: Add arraymap test for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
2
-0
/
+118
|
|
*
selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
3
-0
/
+179
|
|
*
bpftool: Print subprog address properly
Yonghong Song
2021-02-26
1
-0
/
+3
|
|
*
libbpf: Support subprog address relocation
Yonghong Song
2021-02-26
1
-3
/
+61
|
|
*
libbpf: Move function is_ldimm64() earlier in libbpf.c
Yonghong Song
2021-02-26
1
-6
/
+6
|
|
*
bpf: Add arraymap support for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
1
-0
/
+40
|
|
*
bpf: Add hashtab support for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
3
-0
/
+96
|
|
*
bpf: Add bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
8
-13
/
+307
|
|
*
bpf: Change return value of verifier function add_subprog()
Yonghong Song
2021-02-26
1
-2
/
+2
|
|
*
bpf: Refactor check_func_call() to allow callback function
Yonghong Song
2021-02-26
1
-17
/
+43
|
|
*
bpf: Factor out verbose_invalid_scalar()
Yonghong Song
2021-02-26
1
-11
/
+19
|
|
*
bpf: Factor out visit_func_call_insn() in check_cfg()
Yonghong Song
2021-02-26
1
-12
/
+23
|
|
/
|
*
selftests/bpf: Copy extras in out-of-srctree builds
Ilya Leoshkevich
2021-02-26
1
-3
/
+4
|
*
selftests/bpf: Propagate error code of the command to vmtest.sh
KP Singh
2021-02-26
1
-7
/
+19
|
*
Merge branch 'sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT'
Alexei Starovoitov
2021-02-26
16
-259
/
+274
|
|
\
|
|
*
skmsg: Remove unused sk_psock_stop() declaration
Cong Wang
2021-02-26
1
-1
/
+0
|
|
*
skmsg: Get rid of sk_psock_bpf_run()
Cong Wang
2021-02-26
1
-10
/
+4
|
|
*
skmsg: Make __sk_psock_purge_ingress_msg() static
Cong Wang
2021-02-26
2
-3
/
+1
|
|
*
sock_map: Make sock_map_prog_update() static
Cong Wang
2021-02-26
2
-11
/
+5
|
|
*
sock_map: Rename skb_parser and skb_verdict
Cong Wang
2021-02-26
5
-47
/
+47
|
|
*
skmsg: Move sk_redir from TCP_SKB_CB to skb
Cong Wang
2021-02-26
5
-37
/
+62
[prev]
[next]