index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sysctl-test.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-01
selftests/bpf: Update cpumap/devmap sec_name
Lorenzo Bianconi
5
-5
/
+5
2022-02-01
libbpf: Deprecate xdp_cpumap, xdp_devmap and classifier sec definitions
Lorenzo Bianconi
1
-3
/
+11
2022-02-01
libbpf: Deprecate btf_ext rec_size APIs
Dave Marchevsky
1
-2
/
+4
2022-01-31
bpf: make bpf_copy_from_user_task() gpl only
Kenta Tada
1
-1
/
+1
2022-01-31
selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads
Jakub Sitnicki
4
-21
/
+162
2022-01-31
bpf: Make dst_port field in struct bpf_sock 16-bit wide
Jakub Sitnicki
2
-2
/
+11
2022-01-28
selftests/bpf/test_xdp_redirect: use temp netns for testing
Hangbin Liu
1
-14
/
+16
2022-01-28
selftests/bpf/test_xdp_meta: use temp netns for testing
Hangbin Liu
1
-18
/
+20
2022-01-28
selftests/bpf/test_tcp_check_syncookie: use temp netns for testing
Hangbin Liu
1
-2
/
+3
2022-01-28
selftests/bpf/test_lwt_seg6local: use temp netns for testing
Hangbin Liu
1
-82
/
+88
2022-01-28
selftests/bpf/test_xdp_vlan: use temp netns for testing
Hangbin Liu
1
-32
/
+34
2022-01-28
selftests/bpf/test_xdp_veth: use temp netns for testing
Hangbin Liu
1
-18
/
+21
2022-01-28
selftests/bpf/test_xdp_redirect_multi: use temp netns for testing
Hangbin Liu
1
-29
/
+31
2022-01-27
bpf, x86: Remove unnecessary handling of BPF_SUB atomic op
Hou Tao
1
-1
/
+0
2022-01-27
docs/bpf: clarify how btf_type_tag gets encoded in the type chain
Yonghong Song
1
-0
/
+13
2022-01-27
selftests/bpf: specify pahole version requirement for btf_tag test
Yonghong Song
1
-0
/
+2
2022-01-27
selftests/bpf: add a selftest with __user tag
Yonghong Song
3
-0
/
+151
2022-01-27
selftests/bpf: rename btf_decl_tag.c to test_btf_decl_tag.c
Yonghong Song
2
-4
/
+4
2022-01-27
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
6
-24
/
+71
2022-01-27
compiler_types: define __user as __attribute__((btf_type_tag("user")))
Yonghong Song
2
-0
/
+11
2022-01-27
cgroup/bpf: fast path skb BPF filtering
Pavel Begunkov
4
-46
/
+37
2022-01-27
selftests/bpf: fix a clang compilation error
Yonghong Song
1
-1
/
+1
2022-01-27
selftests, xsk: Fix bpf_res cleanup test
Magnus Karlsson
2
-32
/
+50
2022-01-27
ice: xsk: Borrow xdp_tx_active logic from i40e
Maciej Fijalkowski
3
-3
/
+14
2022-01-27
ice: xsk: Improve AF_XDP ZC Tx and use batching API
Maciej Fijalkowski
4
-101
/
+190
2022-01-27
ice: xsk: Avoid potential dead AF_XDP Tx processing
Maciej Fijalkowski
1
-0
/
+2
2022-01-27
i40e: xsk: Move tmp desc array from driver to pool
Magnus Karlsson
8
-30
/
+24
2022-01-27
ice: Make Tx threshold dependent on ring length
Maciej Fijalkowski
4
-9
/
+12
2022-01-27
ice: xsk: Handle SW XDP ring wrap and bump tail more often
Maciej Fijalkowski
2
-20
/
+81
2022-01-27
ice: xsk: Force rings to be sized to power of 2
Maciej Fijalkowski
1
-0
/
+8
2022-01-27
ice: Remove likely for napi_complete_done
Maciej Fijalkowski
1
-1
/
+1
2022-01-27
bpf: remove unused static inlines
Jakub Kicinski
3
-22
/
+0
2022-01-27
selftests/bpf: fix uprobe offset calculation in selftests
Andrii Nakryiko
6
-66
/
+63
2022-01-26
selftests/bpf: Fix a clang compilation error
Yonghong Song
1
-1
/
+1
2022-01-26
bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTF
Stanislav Fomichev
1
-2
/
+13
2022-01-26
selftests: bpf: Less strict size check in sockopt_sk
Felix Maurer
1
-1
/
+2
2022-01-26
perf: use generic bpf_program__set_type() to set BPF prog type
Andrii Nakryiko
1
-2
/
+2
2022-01-26
samples/bpf: use preferred getters/setters instead of deprecated ones
Andrii Nakryiko
4
-4
/
+4
2022-01-26
selftests/bpf: use preferred setter/getter APIs instead of deprecated ones
Andrii Nakryiko
4
-4
/
+4
2022-01-26
bpftool: use preferred setters/getters instead of deprecated ones
Andrii Nakryiko
2
-5
/
+5
2022-01-26
libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIs
Andrii Nakryiko
1
-0
/
+26
2022-01-26
libbpf: deprecate bpf_map__resize()
Andrii Nakryiko
1
-0
/
+1
2022-01-26
libbpf: hide and discourage inconsistently named getters
Andrii Nakryiko
6
-16
/
+37
2022-01-25
selftests/bpf: Add a test to confirm PT_REGS_PARM4_SYSCALL
Kenta Tada
2
-0
/
+119
2022-01-25
libbpf: Fix the incorrect register read for syscalls on x86_64
Kenta Tada
1
-0
/
+34
2022-01-25
selftests/bpf: Extract syscall wrapper
Kenta Tada
2
-14
/
+20
2022-01-25
libbpf: Mark bpf_object__open_xattr() deprecated
Christy Lee
2
-1
/
+2
2022-01-25
perf: Stop using bpf_object__open_buffer() API
Christy Lee
2
-3
/
+5
2022-01-25
libbpf: Mark bpf_object__open_buffer() API deprecated
Christy Lee
1
-0
/
+1
2022-01-25
selftests/bpf: Add test for sleepable bpf iterator programs
Kenny Yu
2
-0
/
+74
[next]