开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-08-31
samples/bpf: Add new sample xsk_fwd.c
Cristian Dumitrescu
2020-08-31
libbpf: Support shared umems between queues and devices
Magnus Karlsson
2020-08-31
xsk: Add shared umem support between devices
Magnus Karlsson
2020-08-31
xsk: Add shared umem support between queue ids
Magnus Karlsson
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Test for dma_need_sync earlier for better perfor...
Magnus Karlsson
2020-08-31
xsk: Rearrange internal structs for better performance
Magnus Karlsson
2020-08-31
xsk: Enable sharing of dma mappings
Magnus Karlsson
2020-08-31
xsk: Move addrs from buffer pool to umem
Magnus Karlsson
2020-08-31
xsk: Move xsk_tx_list and its lock to buffer pool
Magnus Karlsson
2020-08-31
xsk: Move queue_id, dev and need_wakeup to buffer pool
Magnus Karlsson
2020-08-31
xsk: Move fill and completion rings to buffer pool
Magnus Karlsson
2020-08-31
xsk: Create and free buffer pool independently from umem
Magnus Karlsson
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Rename xsk zero-copy driver interfaces
Magnus Karlsson
2020-08-31
xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umem
Magnus Karlsson
2020-08-31
bpf: Fix build without BPF_LSM.
Alexei Starovoitov
2020-08-31
bpf: Fix build without BPF_SYSCALL, but with BPF_JIT.
Alexei Starovoitov
2020-08-28
Merge branch 'bpf-sleepable'
Daniel Borkmann
2020-08-28
selftests/bpf: Add sleepable tests
Alexei Starovoitov
2020-08-28
libbpf: Support sleepable progs
Alexei Starovoitov
2020-08-28
bpf: Add bpf_copy_from_user() helper.
Alexei Starovoitov
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
2020-08-28
mm/error_inject: Fix allow_error_inject function signatures.
Alexei Starovoitov
2020-08-28
bpf: selftests: Add test for different inner map size
Martin KaFai Lau
2020-08-28
bpf: Relax max_entries check for most of the inner map types
Martin KaFai Lau
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2020-08-28
bpf: Make bpf_link_info.iter similar to bpf_iter_link_info
Yonghong Song
2020-08-28
tools, bpf/build: Cleanup feature files on make clean
Jesper Dangaard Brouer
2020-08-26
libbpf: Fix compilation warnings for 64-bit printf args
Andrii Nakryiko
2020-08-26
selftests/bpf: Add verifier tests for xor operation
Yonghong Song
2020-08-26
bpf: Fix a verifier failure with xor
Yonghong Song
2020-08-26
libbpf: Fix unintentional success return code in bpf_object__load
Alex Gartrell
2020-08-26
Merge branch 'resolve_prog_type'
Alexei Starovoitov
2020-08-26
selftests/bpf: Test for map update access from within EXT programs
Udip Pant
2020-08-26
selftests/bpf: Test for checking return code for the extended prog
Udip Pant
2020-08-26
selftests/bpf: Add test for freplace program with write access
Udip Pant
2020-08-26
bpf: verifier: Use target program's type for access verifications
Udip Pant
2020-08-26
selftests/bpf: Fix spelling mistake "scoket" -> "socket"
Colin Ian King
2020-08-26
selftests/bpf: Fix open call in trigger_fstat_events
Jiri Olsa
2020-08-25
selftests/bpf: Add set test to resolve_btfids
Jiri Olsa
2020-08-25
selftests/bpf: Add test for d_path helper
Jiri Olsa
2020-08-25
selftests/bpf: Add verifier test for d_path helper
Jiri Olsa
2020-08-25
bpf: Update .BTF_ids section in btf.rst with sets info
Jiri Olsa
2020-08-25
bpf: Add d_path helper
Jiri Olsa
2020-08-25
bpf: Add BTF_SET_START/END macros
Jiri Olsa
2020-08-25
bpf: Add btf_struct_ids_match function
Jiri Olsa
2020-08-25
bpf: Factor btf_struct_access function
Jiri Olsa
2020-08-25
bpf: Remove recursion call in btf_struct_access
Jiri Olsa
2020-08-25
bpf: Add type_id pointer as argument to __btf_resolve_size
Jiri Olsa
2020-08-25
bpf: Add elem_id pointer as argument to __btf_resolve_size
Jiri Olsa
2020-08-25
bpf: Move btf_resolve_size into __btf_resolve_size
Jiri Olsa
[next]