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
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces
Magnus Karlsson
19
-167
/
+179
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem
Magnus Karlsson
40
-398
/
+413
2020-08-31
bpf: Fix build without BPF_LSM.
Alexei Starovoitov
1
-0
/
+2
2020-08-31
bpf: Fix build without BPF_SYSCALL, but with BPF_JIT.
Alexei Starovoitov
1
-1
/
+8
2020-08-28
Merge branch 'bpf-sleepable'
Daniel Borkmann
20
-33
/
+331
2020-08-28
selftests/bpf: Add sleepable tests
Alexei Starovoitov
5
-2
/
+99
2020-08-28
libbpf: Support sleepable progs
Alexei Starovoitov
1
-1
/
+24
2020-08-28
bpf: Add bpf_copy_from_user() helper.
Alexei Starovoitov
5
-0
/
+41
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
10
-25
/
+162
2020-08-28
mm/error_inject: Fix allow_error_inject function signatures.
Alexei Starovoitov
2
-5
/
+5
2020-08-28
bpf: selftests: Add test for different inner map size
Martin KaFai Lau
2
-1
/
+65
2020-08-28
bpf: Relax max_entries check for most of the inner map types
Martin KaFai Lau
3
-4
/
+17
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
17
-15
/
+52
2020-08-28
bpf: Make bpf_link_info.iter similar to bpf_iter_link_info
Yonghong Song
2
-4
/
+8
2020-08-28
tools, bpf/build: Cleanup feature files on make clean
Jesper Dangaard Brouer
3
-3
/
+9
2020-08-27
libbpf: Fix compilation warnings for 64-bit printf args
Andrii Nakryiko
1
-3
/
+5
2020-08-27
selftests/bpf: Add verifier tests for xor operation
Yonghong Song
1
-0
/
+146
2020-08-27
bpf: Fix a verifier failure with xor
Yonghong Song
1
-0
/
+66
2020-08-27
libbpf: Fix unintentional success return code in bpf_object__load
Alex Gartrell
1
-1
/
+1
2020-08-26
Merge branch 'resolve_prog_type'
Alexei Starovoitov
7
-11
/
+229
2020-08-26
selftests/bpf: Test for map update access from within EXT programs
Udip Pant
3
-3
/
+104
2020-08-26
selftests/bpf: Test for checking return code for the extended prog
Udip Pant
2
-0
/
+59
2020-08-26
selftests/bpf: Add test for freplace program with write access
Udip Pant
3
-0
/
+48
2020-08-26
bpf: verifier: Use target program's type for access verifications
Udip Pant
1
-11
/
+21
2020-08-26
selftests/bpf: Fix spelling mistake "scoket" -> "socket"
Colin Ian King
1
-1
/
+1
2020-08-26
selftests/bpf: Fix open call in trigger_fstat_events
Jiri Olsa
1
-1
/
+1
2020-08-26
selftests/bpf: Add set test to resolve_btfids
Jiri Olsa
1
-1
/
+38
2020-08-26
selftests/bpf: Add test for d_path helper
Jiri Olsa
2
-0
/
+205
2020-08-26
selftests/bpf: Add verifier test for d_path helper
Jiri Olsa
2
-1
/
+55
2020-08-26
bpf: Update .BTF_ids section in btf.rst with sets info
Jiri Olsa
1
-0
/
+25
2020-08-26
bpf: Add d_path helper
Jiri Olsa
4
-0
/
+78
2020-08-26
bpf: Add BTF_SET_START/END macros
Jiri Olsa
5
-2
/
+123
2020-08-26
bpf: Add btf_struct_ids_match function
Jiri Olsa
3
-6
/
+44
2020-08-26
bpf: Factor btf_struct_access function
Jiri Olsa
1
-10
/
+65
2020-08-26
bpf: Remove recursion call in btf_struct_access
Jiri Olsa
1
-6
/
+5
2020-08-26
bpf: Add type_id pointer as argument to __btf_resolve_size
Jiri Olsa
1
-4
/
+9
2020-08-26
bpf: Add elem_id pointer as argument to __btf_resolve_size
Jiri Olsa
1
-3
/
+7
2020-08-26
bpf: Move btf_resolve_size into __btf_resolve_size
Jiri Olsa
3
-13
/
+17
2020-08-26
tools resolve_btfids: Add support for set symbols
Jiri Olsa
1
-1
/
+19
2020-08-26
tools resolve_btfids: Add size check to get_id function
Jiri Olsa
1
-1
/
+8
2020-08-26
bpf: Disallow BPF_PRELOAD in allmodconfig builds
Alexei Starovoitov
1
-0
/
+3
2020-08-26
bpf: Add selftests for local_storage
KP Singh
2
-0
/
+200
2020-08-26
bpf: Allow local storage to be used from LSM programs
KP Singh
5
-5
/
+57
2020-08-26
bpf: Implement bpf_local_storage for inodes
KP Singh
13
-8
/
+410
2020-08-26
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh
5
-731
/
+766
2020-08-26
bpf: Generalize bpf_sk_storage
KP Singh
5
-86
/
+228
2020-08-26
bpf: Generalize caching for sk_storage.
KP Singh
2
-16
/
+34
2020-08-26
bpf: Renames in preparation for bpf_local_storage
KP Singh
3
-243
/
+255
2020-08-25
selftests/bpf: Enable tc verbose mode for test_sk_assign
Yonghong Song
1
-1
/
+1
2020-08-25
samples: bpf: Refactor tracepoint tracing programs with libbpf
Daniel T. Lee
7
-93
/
+192
[next]