index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
2019-11-15
Merge branch 'bpf-trampoline'
Daniel Borkmann
2019-11-15
selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog
Alexei Starovoitov
2019-11-15
selftests/bpf: Extend test_pkt_access test
Alexei Starovoitov
2019-11-15
libbpf: Add support for attaching BPF programs to other BPF programs
Alexei Starovoitov
2019-11-15
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
2019-11-15
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
2019-11-15
bpf: Annotate context types
Alexei Starovoitov
2019-11-15
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
2019-11-15
bpf: Reserve space for BPF trampoline in BPF programs
Alexei Starovoitov
2019-11-15
selftests/bpf: Add stress test for maximum number of progs
Alexei Starovoitov
2019-11-15
selftests/bpf: Add combined fentry/fexit test
Alexei Starovoitov
2019-11-15
selftests/bpf: Add fexit tests for BPF trampoline
Alexei Starovoitov
2019-11-15
selftests/bpf: Add test for BPF trampoline
Alexei Starovoitov
2019-11-15
bpf: Add kernel test functions for fentry testing
Alexei Starovoitov
2019-11-15
selftest/bpf: Simple test for fentry/fexit
Alexei Starovoitov
2019-11-15
libbpf: Add support to attach to fentry/fexit tracing progs
Alexei Starovoitov
2019-11-15
libbpf: Introduce btf__find_by_name_kind()
Alexei Starovoitov
2019-11-15
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-11-15
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
2019-11-15
bpf: Refactor x86 JIT into helpers
Alexei Starovoitov
2019-11-15
x86/alternatives: Teach text_poke_bp() to emulate instructions
Peter Zijlstra
2019-11-15
bpf, doc: Change right arguments for JIT example code
Mao Wenan
2019-11-15
samples/bpf: Add missing option to xdpsock usage
Andre Guedes
2019-11-15
samples/bpf: Remove duplicate option from xdpsock
Andre Guedes
2019-11-15
s390/bpf: Make sure JIT passes do not increase code size
Ilya Leoshkevich
2019-11-15
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
2019-11-11
bpf, testing: Add missing object file to TEST_FILES
Anders Roxell
2019-11-11
bpf, testing: Workaround a verifier failure for test_progs
Yonghong Song
2019-11-10
Merge branch 'share-umem'
Alexei Starovoitov
2019-11-10
xsk: Extend documentation for Rx|Tx-only sockets and shared umems
Magnus Karlsson
2019-11-10
samples/bpf: Use Rx-only and Tx-only sockets in xdpsock
Magnus Karlsson
2019-11-10
libbpf: Allow for creating Rx or Tx only AF_XDP sockets
Magnus Karlsson
2019-11-10
samples/bpf: Add XDP_SHARED_UMEM support to xdpsock
Magnus Karlsson
2019-11-10
libbpf: Support XDP_SHARED_UMEM with external XDP program
Magnus Karlsson
2019-11-10
Merge branch 'map-pinning'
Alexei Starovoitov
2019-11-10
libbpf: Add getter for program size
Toke Høiland-Jørgensen
2019-11-10
libbpf: Add bpf_get_link_xdp_info() function to get more XDP information
Toke Høiland-Jørgensen
2019-11-10
libbpf: Use pr_warn() when printing netlink errors
Toke Høiland-Jørgensen
2019-11-10
libbpf: Propagate EPERM to caller on program load
Toke Høiland-Jørgensen
2019-11-10
selftests/bpf: Add tests for automatic map unpinning on load failure
Toke Høiland-Jørgensen
2019-11-10
libbpf: Unpin auto-pinned maps if loading fails
Toke Høiland-Jørgensen
2019-11-08
samples: bpf: update map definition to new syntax BTF-defined map
Daniel T. Lee
2019-11-08
samples: bpf: Update outdated error message
Daniel T. Lee
2019-11-07
bpf: Add cb access in kfree_skb test
Martin KaFai Lau
2019-11-07
bpf: Add array support to btf_struct_access
Martin KaFai Lau
2019-11-07
Merge branch 'bpf-libbpf-fixes'
Daniel Borkmann
2019-11-07
libbpf: Improve handling of corrupted ELF during map initialization
Andrii Nakryiko
2019-11-07
libbpf: Make btf__resolve_size logic always check size error condition
Andrii Nakryiko
2019-11-07
libbpf: Fix another potential overflow issue in bpf_prog_linfo
Andrii Nakryiko
[next]