index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-24
selftests, xsk: Fix rx_full stats test
Magnus Karlsson
1
-1
/
+4
2022-01-24
bpf: Fix flexible_array.cocci warnings
kernel test robot
1
-1
/
+1
2022-01-21
xdp: disable XDP_REDIRECT for xdp frags
Lorenzo Bianconi
1
-0
/
+8
2022-01-21
bpf: selftests: add CPUMAP/DEVMAP selftests for xdp frags
Lorenzo Bianconi
6
-1
/
+185
2022-01-21
bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
Lorenzo Bianconi
2
-0
/
+146
2022-01-21
net: xdp: introduce bpf_xdp_pointer utility routine
Lorenzo Bianconi
3
-38
/
+174
2022-01-21
bpf: generalise tail call map compatibility check
Toke Hoiland-Jorgensen
6
-40
/
+48
2022-01-21
libbpf: Add SEC name for xdp frags programs
Lorenzo Bianconi
1
-0
/
+8
2022-01-21
bpf: selftests: update xdp_adjust_tail selftest to include xdp frags
Eelco Chaudron
3
-7
/
+160
2022-01-21
bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
Lorenzo Bianconi
1
-9
/
+39
2022-01-21
bpf: introduce frags support to bpf_prog_test_run_xdp()
Lorenzo Bianconi
1
-13
/
+45
2022-01-21
bpf: move user_size out of bpf_test_init
Lorenzo Bianconi
1
-6
/
+7
2022-01-21
bpf: add frags support to xdp copy helpers
Eelco Chaudron
4
-36
/
+137
2022-01-21
bpf: add frags support to the bpf_xdp_adjust_tail() API
Eelco Chaudron
4
-8
/
+88
2022-01-21
bpf: introduce bpf_xdp_get_buff_len helper
Lorenzo Bianconi
4
-0
/
+43
2022-01-21
net: mvneta: enable jumbo frames if the loaded XDP program support frags
Lorenzo Bianconi
1
-4
/
+9
2022-01-21
bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf program
Lorenzo Bianconi
4
-1
/
+14
2022-01-21
net: mvneta: add frags support to XDP_TX
Lorenzo Bianconi
1
-36
/
+76
2022-01-21
xdp: add frags support to xdp_return_{buff/frame}
Lorenzo Bianconi
2
-3
/
+69
2022-01-21
net: marvell: rely on xdp_update_skb_shared_info utility routine
Lorenzo Bianconi
1
-13
/
+10
2022-01-21
net: xdp: add xdp_update_skb_shared_info utility routine
Lorenzo Bianconi
2
-1
/
+44
2022-01-21
net: mvneta: simplify mvneta_swbm_add_rx_fragment management
Lorenzo Bianconi
1
-27
/
+15
2022-01-21
net: mvneta: update frags bit before passing the xdp buffer to eBPF layer
Lorenzo Bianconi
1
-5
/
+18
2022-01-21
xdp: introduce flags field in xdp_buff/xdp_frame
Lorenzo Bianconi
1
-0
/
+29
2022-01-21
net: skbuff: add size metadata to skb_shared_info for xdp
Lorenzo Bianconi
1
-0
/
+1
2022-01-20
selftests: bpf: test BPF_PROG_QUERY for progs attached to sockmap
Di Zhu
2
-0
/
+90
2022-01-20
bpf: support BPF_PROG_QUERY for progs attached to sockmap
Di Zhu
3
-7
/
+84
2022-01-20
samples/bpf: adapt samples/bpf to bpf_xdp_xxx() APIs
Andrii Nakryiko
11
-41
/
+40
2022-01-20
selftests/bpf: switch to new libbpf XDP APIs
Andrii Nakryiko
7
-50
/
+47
2022-01-20
bpftool: use new API for attaching XDP program
Andrii Nakryiko
1
-1
/
+1
2022-01-20
libbpf: streamline low-level XDP APIs
Andrii Nakryiko
3
-33
/
+117
2022-01-20
docs/bpf: update BPF map definition example
Andrii Nakryiko
1
-18
/
+14
2022-01-20
libbpf: deprecate legacy BPF map definitions
Andrii Nakryiko
5
-2
/
+26
2022-01-20
selftests/bpf: convert remaining legacy map definitions
Andrii Nakryiko
8
-42
/
+48
2022-01-20
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 generated
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-18
libbpf: Define BTF_KIND_* constants in btf.h to avoid compilation errors
Toke Høiland-Jørgensen
1
-1
/
+21
[next]