index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-01-25
82
-338
/
+2670
|
\
|
*
selftests, bpf: Do not yet switch to new libbpf XDP APIs
Daniel Borkmann
2022-01-24
7
-47
/
+50
|
*
selftests, xsk: Fix rx_full stats test
Magnus Karlsson
2022-01-24
1
-1
/
+4
|
*
bpf: selftests: add CPUMAP/DEVMAP selftests for xdp frags
Lorenzo Bianconi
2022-01-21
6
-1
/
+185
|
*
bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
Lorenzo Bianconi
2022-01-21
2
-0
/
+146
|
*
net: xdp: introduce bpf_xdp_pointer utility routine
Lorenzo Bianconi
2022-01-21
1
-0
/
+18
|
*
libbpf: Add SEC name for xdp frags programs
Lorenzo Bianconi
2022-01-21
1
-0
/
+8
|
*
bpf: selftests: update xdp_adjust_tail selftest to include xdp frags
Eelco Chaudron
2022-01-21
3
-7
/
+160
|
*
bpf: add frags support to xdp copy helpers
Eelco Chaudron
2022-01-21
2
-31
/
+82
|
*
bpf: introduce bpf_xdp_get_buff_len helper
Lorenzo Bianconi
2022-01-21
1
-0
/
+7
|
*
bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf program
Lorenzo Bianconi
2022-01-21
1
-0
/
+5
|
*
selftests: bpf: test BPF_PROG_QUERY for progs attached to sockmap
Di Zhu
2022-01-21
2
-0
/
+90
|
*
selftests/bpf: switch to new libbpf XDP APIs
Andrii Nakryiko
2022-01-21
7
-50
/
+47
|
*
bpftool: use new API for attaching XDP program
Andrii Nakryiko
2022-01-21
1
-1
/
+1
|
*
libbpf: streamline low-level XDP APIs
Andrii Nakryiko
2022-01-21
3
-33
/
+117
|
*
libbpf: deprecate legacy BPF map definitions
Andrii Nakryiko
2022-01-21
5
-2
/
+26
|
*
selftests/bpf: convert remaining legacy map definitions
Andrii Nakryiko
2022-01-21
8
-42
/
+48
|
*
selftests/bpf: fail build on compilation warning
Andrii Nakryiko
2022-01-21
1
-2
/
+2
|
*
selftests/bpf: Do not fail build if CONFIG_NF_CONNTRACK=m/n
Kumar Kartikeya Dwivedi
2022-01-20
1
-4
/
+13
|
*
selftests: bpf: Fix bind on used port
Felix Maurer
2022-01-20
1
-3
/
+17
|
*
bpf: selftests: Get rid of CHECK macro in xdp_bpf2bpf.c
Lorenzo Bianconi
2022-01-20
1
-40
/
+20
|
*
bpf: selftests: Get rid of CHECK macro in xdp_adjust_tail.c
Lorenzo Bianconi
2022-01-20
1
-40
/
+28
|
*
selftests/bpf: Update sockopt_sk test to the use bpf_set_retval
YiFei Zhu
2022-01-19
2
-18
/
+18
|
*
selftests/bpf: Test bpf_{get,set}_retval behavior with cgroup/sockopt
YiFei Zhu
2022-01-19
3
-0
/
+578
|
*
bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return value
YiFei Zhu
2022-01-19
1
-0
/
+18
|
*
libbpf: Improve btf__add_btf() with an additional hashmap for strings.
Kui-Feng Lee
2022-01-19
1
-1
/
+30
|
*
uapi/bpf: Add missing description and returns for helper documentation
Usama Arif
2022-01-19
1
-0
/
+15
|
*
bpftool: Adding support for BTF program names
Raman Shukhau
2022-01-19
4
-12
/
+70
|
*
libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errors
Toke Høiland-Jørgensen
2022-01-19
1
-1
/
+21
|
*
selftest/bpf: Fix a stale comment.
Kuniyuki Iwashima
2022-01-19
1
-1
/
+1
|
*
selftest/bpf: Test batching and bpf_(get|set)sockopt in bpf unix iter.
Kuniyuki Iwashima
2022-01-19
3
-0
/
+162
|
*
selftests/bpf: Add test for race in btf_try_get_module
Kumar Kartikeya Dwivedi
2022-01-18
6
-0
/
+362
|
*
selftests/bpf: Extend kfunc selftests
Kumar Kartikeya Dwivedi
2022-01-18
3
-2
/
+131
|
*
selftests/bpf: Add test_verifier support to fixup kfunc call insns
Kumar Kartikeya Dwivedi
2022-01-18
1
-0
/
+28
|
*
selftests/bpf: Add test for unstable CT lookup API
Kumar Kartikeya Dwivedi
2022-01-18
3
-0
/
+161
|
*
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
2022-01-18
1
-8
/
+9
|
*
test: selftests: Remove unused various in sockmap_verdict_prog.c
Menglong Dong
2022-01-15
1
-2
/
+0
|
*
tools/resolve_btfids: Build with host flags
Connor O'Brien
2022-01-15
1
-2
/
+4
|
*
libbpf: Deprecate bpf_map__def() API
Christy Lee
2022-01-13
1
-1
/
+2
|
*
selftests/bpf: Stop using bpf_map__def() API
Christy Lee
2022-01-13
5
-28
/
+26
|
*
perf: Stop using bpf_map__def() API
Christy Lee
2022-01-13
2
-51
/
+41
|
*
bpftool: Stop using bpf_map__def() API
Christy Lee
2022-01-13
2
-9
/
+7
|
*
bpftool: Only set obj->skeleton on complete success
Wei Fu
2022-01-13
1
-1
/
+1
|
*
libbpf: Fix possible NULL pointer dereference when destroying skeleton
Yafang Shao
2022-01-13
1
-0
/
+3
|
*
selftests/bpf: Change bpf_prog_attach_xattr() to bpf_prog_attach_opts()
Christy Lee
2022-01-13
1
-6
/
+6
|
*
libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()
Christy Lee
2022-01-13
3
-2
/
+12
|
*
bpftool: Fix error check when calling hashmap__new()
Mauricio Vásquez
2022-01-13
5
-5
/
+7
|
*
libbpf: Use IS_ERR_OR_NULL() in hashmap__free()
Mauricio Vásquez
2022-01-13
1
-2
/
+1
*
|
selftests: net: ioam: expect support for Queue depth data
Justin Iurman
2022-01-22
1
-4
/
+1
*
|
selftests: mptcp: fix ipv6 routing setup
Paolo Abeni
2022-01-21
1
-2
/
+3
[next]