index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-01
246
-3089
/
+13816
|
\
|
*
bpf: {cpu,dev}map: Change various functions return type from int to void
Björn Töpel
2020-09-01
2
-16
/
+10
|
*
bpf: Remove bpf_lsm_file_mprotect from sleepable list.
Alexei Starovoitov
2020-08-31
3
-18
/
+18
|
*
samples/bpf: Fix to xdpsock to avoid recycling frames
Weqaar Janjua
2020-08-31
1
-5
/
+5
|
*
samples/bpf: Optimize l2fwd performance in xdpsock
Magnus Karlsson
2020-08-31
1
-8
/
+14
|
*
xsk: Documentation for XDP_SHARED_UMEM between queues and netdevs
Magnus Karlsson
2020-08-31
1
-10
/
+58
|
*
samples/bpf: Add new sample xsk_fwd.c
Cristian Dumitrescu
2020-08-31
2
-0
/
+1088
|
*
libbpf: Support shared umems between queues and devices
Magnus Karlsson
2020-08-31
3
-132
/
+254
|
*
xsk: Add shared umem support between devices
Magnus Karlsson
2020-08-31
1
-7
/
+4
|
*
xsk: Add shared umem support between queue ids
Magnus Karlsson
2020-08-31
3
-16
/
+56
|
*
xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...
Magnus Karlsson
2020-08-31
6
-10
/
+10
|
*
xsk: Rearrange internal structs for better performance
Magnus Karlsson
2020-08-31
2
-18
/
+22
|
*
xsk: Enable sharing of dma mappings
Magnus Karlsson
2020-08-31
4
-42
/
+156
|
*
xsk: Move addrs from buffer pool to umem
Magnus Karlsson
2020-08-31
3
-19
/
+25
|
*
xsk: Move xsk_tx_list and its lock to buffer pool
Magnus Karlsson
2020-08-31
6
-40
/
+38
|
*
xsk: Move queue_id, dev and need_wakeup to buffer pool
Magnus Karlsson
2020-08-31
8
-74
/
+43
|
*
xsk: Move fill and completion rings to buffer pool
Magnus Karlsson
2020-08-31
6
-49
/
+52
|
*
xsk: Create and free buffer pool independently from umem
Magnus Karlsson
2020-08-31
8
-187
/
+236
|
*
xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces
Magnus Karlsson
2020-08-31
19
-167
/
+179
|
*
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem
Magnus Karlsson
2020-08-31
40
-398
/
+413
|
*
bpf: Fix build without BPF_LSM.
Alexei Starovoitov
2020-08-31
1
-0
/
+2
|
*
bpf: Fix build without BPF_SYSCALL, but with BPF_JIT.
Alexei Starovoitov
2020-08-31
1
-1
/
+8
|
*
Merge branch 'bpf-sleepable'
Daniel Borkmann
2020-08-28
20
-33
/
+331
|
|
\
|
|
*
selftests/bpf: Add sleepable tests
Alexei Starovoitov
2020-08-28
5
-2
/
+99
|
|
*
libbpf: Support sleepable progs
Alexei Starovoitov
2020-08-28
1
-1
/
+24
|
|
*
bpf: Add bpf_copy_from_user() helper.
Alexei Starovoitov
2020-08-28
5
-0
/
+41
|
|
*
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
2020-08-28
10
-25
/
+162
|
|
*
mm/error_inject: Fix allow_error_inject function signatures.
Alexei Starovoitov
2020-08-28
2
-5
/
+5
|
|
/
|
*
bpf: selftests: Add test for different inner map size
Martin KaFai Lau
2020-08-28
2
-1
/
+65
|
*
bpf: Relax max_entries check for most of the inner map types
Martin KaFai Lau
2020-08-28
3
-4
/
+17
|
*
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2020-08-28
17
-15
/
+52
|
*
bpf: Make bpf_link_info.iter similar to bpf_iter_link_info
Yonghong Song
2020-08-28
2
-4
/
+8
|
*
tools, bpf/build: Cleanup feature files on make clean
Jesper Dangaard Brouer
2020-08-28
3
-3
/
+9
|
*
libbpf: Fix compilation warnings for 64-bit printf args
Andrii Nakryiko
2020-08-27
1
-3
/
+5
|
*
selftests/bpf: Add verifier tests for xor operation
Yonghong Song
2020-08-27
1
-0
/
+146
|
*
bpf: Fix a verifier failure with xor
Yonghong Song
2020-08-27
1
-0
/
+66
|
*
libbpf: Fix unintentional success return code in bpf_object__load
Alex Gartrell
2020-08-27
1
-1
/
+1
|
*
Merge branch 'resolve_prog_type'
Alexei Starovoitov
2020-08-26
7
-11
/
+229
|
|
\
|
|
*
selftests/bpf: Test for map update access from within EXT programs
Udip Pant
2020-08-26
3
-3
/
+104
|
|
*
selftests/bpf: Test for checking return code for the extended prog
Udip Pant
2020-08-26
2
-0
/
+59
|
|
*
selftests/bpf: Add test for freplace program with write access
Udip Pant
2020-08-26
3
-0
/
+48
|
|
*
bpf: verifier: Use target program's type for access verifications
Udip Pant
2020-08-26
1
-11
/
+21
|
|
/
|
*
selftests/bpf: Fix spelling mistake "scoket" -> "socket"
Colin Ian King
2020-08-26
1
-1
/
+1
|
*
selftests/bpf: Fix open call in trigger_fstat_events
Jiri Olsa
2020-08-26
1
-1
/
+1
|
*
selftests/bpf: Add set test to resolve_btfids
Jiri Olsa
2020-08-26
1
-1
/
+38
|
*
selftests/bpf: Add test for d_path helper
Jiri Olsa
2020-08-26
2
-0
/
+205
|
*
selftests/bpf: Add verifier test for d_path helper
Jiri Olsa
2020-08-26
2
-1
/
+55
|
*
bpf: Update .BTF_ids section in btf.rst with sets info
Jiri Olsa
2020-08-26
1
-0
/
+25
|
*
bpf: Add d_path helper
Jiri Olsa
2020-08-26
4
-0
/
+78
|
*
bpf: Add BTF_SET_START/END macros
Jiri Olsa
2020-08-26
5
-2
/
+123
[next]