index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
configfs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-21
selftests/bpf: switch to new libbpf XDP APIs
Andrii Nakryiko
7
-50
/
+47
2022-01-21
bpftool: use new API for attaching XDP program
Andrii Nakryiko
1
-1
/
+1
2022-01-21
libbpf: streamline low-level XDP APIs
Andrii Nakryiko
3
-33
/
+117
2022-01-21
docs/bpf: update BPF map definition example
Andrii Nakryiko
1
-18
/
+14
2022-01-21
libbpf: deprecate legacy BPF map definitions
Andrii Nakryiko
5
-2
/
+26
2022-01-21
selftests/bpf: convert remaining legacy map definitions
Andrii Nakryiko
8
-42
/
+48
2022-01-21
selftests/bpf: fail build on compilation warning
Andrii Nakryiko
1
-2
/
+2
2022-01-20
selftests/bpf: Do not fail build if CONFIG_NF_CONNTRACK=m/n
Kumar Kartikeya Dwivedi
1
-4
/
+13
2022-01-20
selftests: bpf: Fix bind on used port
Felix Maurer
1
-3
/
+17
2022-01-20
bpf: selftests: Get rid of CHECK macro in xdp_bpf2bpf.c
Lorenzo Bianconi
1
-40
/
+20
2022-01-20
bpf: selftests: Get rid of CHECK macro in xdp_adjust_tail.c
Lorenzo Bianconi
1
-40
/
+28
2022-01-19
selftests/bpf: Update sockopt_sk test to the use bpf_set_retval
YiFei Zhu
2
-18
/
+18
2022-01-19
selftests/bpf: Test bpf_{get,set}_retval behavior with cgroup/sockopt
YiFei Zhu
3
-0
/
+578
2022-01-19
bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return value
YiFei Zhu
4
-5
/
+79
2022-01-19
bpf: Move getsockopt retval to struct bpf_cg_run_ctx
YiFei Zhu
3
-44
/
+63
2022-01-19
bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow boolean
YiFei Zhu
3
-34
/
+25
2022-01-19
libbpf: Improve btf__add_btf() with an additional hashmap for strings.
Kui-Feng Lee
1
-1
/
+30
2022-01-19
bpf/scripts: Raise an exception if the correct number of sycalls are not gene...
Usama Arif
1
-27
/
+59
2022-01-19
bpf/scripts: Make description and returns section for helpers/syscalls mandatory
Usama Arif
1
-12
/
+18
2022-01-19
uapi/bpf: Add missing description and returns for helper documentation
Usama Arif
2
-0
/
+30
2022-01-19
bpftool: Adding support for BTF program names
Raman Shukhau
4
-12
/
+70
2022-01-19
libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errors
Toke Høiland-Jørgensen
1
-1
/
+21
2022-01-19
selftest/bpf: Fix a stale comment.
Kuniyuki Iwashima
1
-1
/
+1
2022-01-19
selftest/bpf: Test batching and bpf_(get|set)sockopt in bpf unix iter.
Kuniyuki Iwashima
3
-0
/
+162
2022-01-19
bpf: Support bpf_(get|set)sockopt() in bpf unix iter.
Kuniyuki Iwashima
1
-0
/
+15
2022-01-19
bpf: af_unix: Use batching algorithm in bpf unix iter.
Kuniyuki Iwashima
1
-7
/
+177
2022-01-19
af_unix: Refactor unix_next_socket().
Kuniyuki Iwashima
1
-21
/
+30
2022-01-18
selftests/bpf: Add test for race in btf_try_get_module
Kumar Kartikeya Dwivedi
7
-0
/
+364
2022-01-18
selftests/bpf: Extend kfunc selftests
Kumar Kartikeya Dwivedi
4
-4
/
+258
2022-01-18
selftests/bpf: Add test_verifier support to fixup kfunc call insns
Kumar Kartikeya Dwivedi
1
-0
/
+28
2022-01-18
selftests/bpf: Add test for unstable CT lookup API
Kumar Kartikeya Dwivedi
3
-0
/
+161
2022-01-18
net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
Kumar Kartikeya Dwivedi
5
-0
/
+294
2022-01-18
bpf: Add reference tracking support to kfunc
Kumar Kartikeya Dwivedi
3
-12
/
+77
2022-01-18
bpf: Introduce mem, size argument pair support for kfunc
Kumar Kartikeya Dwivedi
3
-48
/
+126
2022-01-18
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
11
-161
/
+73
2022-01-18
bpf: Populate kfunc BTF ID sets in struct btf
Kumar Kartikeya Dwivedi
3
-7
/
+289
2022-01-18
bpf: Fix UAF due to race between btf_try_get_module and load_module
Kumar Kartikeya Dwivedi
1
-2
/
+24
2022-01-15
test: selftests: Remove unused various in sockmap_verdict_prog.c
Menglong Dong
1
-2
/
+0
2022-01-15
tools/resolve_btfids: Build with host flags
Connor O'Brien
1
-2
/
+4
2022-01-15
bpf/scripts: Raise an exception if the correct number of helpers are not gene...
Usama Arif
1
-2
/
+48
2022-01-13
libbpf: Deprecate bpf_map__def() API
Christy Lee
1
-1
/
+2
2022-01-13
bpftool: Only set obj->skeleton on complete success
Wei Fu
1
-1
/
+1
2022-01-13
selftests/bpf: Stop using bpf_map__def() API
Christy Lee
5
-28
/
+26
2022-01-13
perf: Stop using bpf_map__def() API
Christy Lee
2
-51
/
+41
2022-01-13
bpftool: Stop using bpf_map__def() API
Christy Lee
2
-9
/
+7
2022-01-13
samples/bpf: Stop using bpf_map__def() API
Christy Lee
1
-5
/
+5
2022-01-13
libbpf: Fix possible NULL pointer dereference when destroying skeleton
Yafang Shao
1
-0
/
+3
2022-01-13
selftests/bpf: Change bpf_prog_attach_xattr() to bpf_prog_attach_opts()
Christy Lee
1
-6
/
+6
2022-01-13
libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()
Christy Lee
3
-2
/
+12
2022-01-13
bpftool: Fix error check when calling hashmap__new()
Mauricio Vásquez
5
-5
/
+7
[next]