index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-02
kbuild: Add CONFIG_PAHOLE_VERSION
Nathan Chancellor
3
-0
/
+18
2022-02-02
MAINTAINERS: Add scripts/pahole-flags.sh to BPF section
Nathan Chancellor
1
-0
/
+1
2022-02-02
bpf: Drop libbpf, libelf, libz dependency from bpf preload.
Alexei Starovoitov
1
-26
/
+2
2022-02-02
bpf: Open code obj_get_info_by_fd in bpf preload.
Alexei Starovoitov
1
-1
/
+17
2022-02-02
bpf: Convert bpf preload to light skeleton.
Alexei Starovoitov
4
-420
/
+436
2022-02-02
bpf: Remove unnecessary setrlimit from bpf preload.
Alexei Starovoitov
1
-2
/
+0
2022-02-02
libbpf: Open code raw_tp_open and link_create commands.
Alexei Starovoitov
2
-3
/
+29
2022-02-02
libbpf: Open code low level bpf commands.
Alexei Starovoitov
1
-2
/
+42
2022-02-02
libbpf: Add support for bpf iter in light skeleton.
Alexei Starovoitov
1
-1
/
+4
2022-02-01
Merge branch 'libbpf: deprecate xdp_cpumap, xdp_devmap and classifier sec def...
Andrii Nakryiko
9
-14
/
+22
2022-02-01
samples/bpf: Update cpumap/devmap sec_name
Lorenzo Bianconi
3
-6
/
+6
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
Merge branch 'Split bpf_sock dst_port field'
Alexei Starovoitov
6
-23
/
+173
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
Merge branch 'selftests/bpf: use temp netns for testing'
Alexei Starovoitov
7
-195
/
+213
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-28
bpf, x86: Remove unnecessary handling of BPF_SUB atomic op
Hou Tao
1
-1
/
+0
2022-01-27
Merge branch 'bpf: add __user tagging support in vmlinux BTF'
Alexei Starovoitov
14
-28
/
+252
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
Merge branch 'xsk-batching'
Daniel Borkmann
15
-162
/
+330
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
[next]