linux-2.6-microblaze.git
2020-09-21 Jiri Olsaselftests/bpf: Fix stat probe in d_path test
2020-09-21 Yonghong Songbpf: Using rcu_read_lock for bpf_sk_storage_map iterator
2020-09-21 Alexei StarovoitovMerge branch 'refactor-check_func_arg'
2020-09-21 Lorenz Bauerbpf: Use a table to drive helper arg type checks
2020-09-21 Lorenz Bauerbpf: Hoist type checking for nullable arg types
2020-09-21 Lorenz Bauerbpf: Check ARG_PTR_TO_SPINLOCK register type in check_f...
2020-09-21 Lorenz Bauerbpf: Set meta->raw_mode for pointers close to use
2020-09-21 Lorenz Bauerbpf: Make context access check generic
2020-09-21 Lorenz Bauerbpf: Make reference tracking generic
2020-09-21 Lorenz Bauerbpf: Make BTF pointer type checking generic
2020-09-21 Lorenz Bauerbpf: Allow specifying a BTF ID per argument in function...
2020-09-21 Lorenz Bauerbtf: Add BTF_ID_LIST_SINGLE macro
2020-09-21 Lorenz Bauerbpf: Check scalar or invalid register in check_helper_m...
2020-09-21 Lorenz Bauerbtf: Make btf_set_contains take a const pointer
2020-09-21 Muchun Songbpf: Fix potential call bpf_link_free() in atomic context
2020-09-18 Martin KaFai Laubpf: Use hlist_add_head_rcu when linking to local_storage
2020-09-18 Ilya Leoshkevichsamples/bpf: Fix test_map_in_map on s390
2020-09-18 Ilya Leoshkevichselftests/bpf: Fix endianness issue in test_sockopt_sk
2020-09-18 Ilya Leoshkevichselftests/bpf: Fix endianness issue in sk_assign
2020-09-18 Maciej Fijalkowskiselftests/bpf: Add tailcall_bpf2bpf tests
2020-09-18 Alexei Starovoitovbpf: Add abnormal return checks.
2020-09-18 Maciej Fijalkowskibpf: allow for tailcalls in BPF subprograms for x64 JIT
2020-09-18 Maciej Fijalkowskibpf, x64: rework pro/epilogue and tailcall handling...
2020-09-18 Maciej Fijalkowskibpf: Limit caller's stack depth 256 for subprogs with...
2020-09-17 Maciej Fijalkowskibpf: rename poke descriptor's 'ip' member to 'tailcall_...
2020-09-17 Maciej Fijalkowskibpf: propagate poke descriptors to subprograms
2020-09-17 Maciej Fijalkowskibpf, x64: use %rcx instead of %rax for tail call retpolines
2020-09-16 Andrii Nakryikoselftests/bpf: Merge most of test_btf into test_progs
2020-09-16 Alexei StarovoitovMerge branch 'bpf_metadata'
2020-09-16 YiFei Zhuselftests/bpf: Test load and dump metadata with btftool...
2020-09-16 YiFei Zhubpftool: Support dumping metadata
2020-09-16 YiFei Zhulibbpf: Add BPF_PROG_BIND_MAP syscall and use it on...
2020-09-16 YiFei Zhubpf: Add BPF_PROG_BIND_MAP syscall
2020-09-16 YiFei Zhubpf: Mutex protect used_maps array and count
2020-09-15 Yonghong Songlibbpf: Fix a compilation error with xsk.c for ubuntu...
2020-09-15 Yonghong Songbpftool: Fix build failure
2020-09-15 Magnus Karlssonxsk: Fix refcount warning in xp_dma_map
2020-09-15 Magnus Karlssonsamples/bpf: Add quiet option to xdpsock
2020-09-15 Magnus Karlssonsamples/bpf: Fix possible deadlock in xdpsock
2020-09-15 Magnus Karlssonsamples/bpf: Fix one packet sending in xdpsock
2020-09-15 Ilya Leoshkevichs390/bpf: Fix multiple tail calls
2020-09-11 Alexei StarovoitovMerge branch 'improve-bpf-tcp-cc-init'
2020-09-11 Neal Cardwelltcp: Simplify tcp_set_congestion_control() load=false...
2020-09-11 Neal Cardwelltcp: simplify _bpf_setsockopt(): Remove flags argument
2020-09-11 Neal Cardwelltcp: simplify tcp_set_congestion_control(): Always...
2020-09-11 Neal Cardwelltcp: Simplify EBPF TCP_CONGESTION to always init CC
2020-09-11 Neal Cardwelltcp: Only init congestion control if not initialized...
2020-09-11 Quentin Monnettools: bpftool: Automate generation for "SEE ALSO"...
2020-09-11 Song Liubpf: Fix comment for helper bpf_current_task_under_cgroup()
2020-09-11 Yonghong Songselftests/bpf: Define string const as global for test_s...
2020-09-11 Ilya Leoshkevichselftests/bpf: Fix test_ksyms on non-SMP kernels
2020-09-11 Lorenz Bauerbpf: Plug hole in struct bpf_sk_lookup_kern
2020-09-11 Quentin Monnettools: bpftool: Add "inner_map" to "bpftool map create...
2020-09-11 Quentin Monnettools: bpftool: Keep errors for map-of-map dumps if...
2020-09-11 Quentin Monnettools: bpftool: Clean up function to dump map entry
2020-09-10 Lorenz Bauerselftests: bpf: Test iterating a sockmap
2020-09-10 Lorenz Bauernet: Allow iterating sockmap and sockhash
2020-09-10 Lorenz Bauernet: sockmap: Remove unnecessary sk_fullsock checks
2020-09-10 Quentin Monnettools: bpftool: Include common options from separate...
2020-09-10 Quentin Monnettools: bpftool: Print optional built-in features along...
2020-09-10 Quentin Monnetselftests, bpftool: Add bpftool (and eBPF helpers)...
2020-09-10 Quentin Monnettools: bpftool: Log info-level messages when building...
2020-09-10 Chen Zhoubpf: Remove duplicate headers
2020-09-09 Andrii Nakryikoperf: Stop using deprecated bpf_program__title()
2020-09-09 Yonghong Songselftests/bpf: Fix test_sysctl_loop{1, 2} failure due...
2020-09-09 Yonghong Songselftests/bpf: Add test for map_ptr arithmetic
2020-09-09 Yonghong Songbpf: Permit map_ptr arithmetic with opcode add and...
2020-09-07 Quentin Monnettools, bpf: Synchronise BPF UAPI header with tools
2020-09-07 Quentin Monnetbpf: Fix formatting in documentation for BPF helpers
2020-09-07 Quentin Monnettools: bpftool: Fix formatting in bpftool-link document...
2020-09-04 Daniel T. Leesamples, bpf: Add xsk_fwd test file to .gitignore
2020-09-04 Daniel T. Leesamples, bpf: Replace bpf_program__title() with bpf_pro...
2020-09-04 Andrii Nakryikolibbpf: Fix potential multiplication overflow
2020-09-04 Andrii Nakryikolibbpf: Fix another __u64 cast in printf
2020-09-04 Hao Luoselftests/bpf: Fix check in global_data_init.
2020-09-04 Alexei StarovoitovMerge branch 'libbpf-support-bpf-to-bpf-calls'
2020-09-04 Andrii Nakryikoselftests/bpf: Add __noinline variant of cls_redirect...
2020-09-04 Andrii Nakryikoselftests/bpf: Modernize xdp_noinline test w/ skeleton...
2020-09-04 Andrii Nakryikoselftests/bpf: Add subprogs to pyperf, strobemeta,...
2020-09-04 Andrii Nakryikoselftests/bpf: Turn fexit_bpf2bpf into test with subtests
2020-09-04 Andrii Nakryikolibbpf: Deprecate notion of BPF program "title" in...
2020-09-04 Andrii Nakryikoselftests/bpf: Don't use deprecated libbpf APIs
2020-09-04 Andrii Nakryikotools/bpftool: Replace bpf_program__title() with bpf_pr...
2020-09-04 Andrii Nakryikoselftests/bpf: Add selftest for multi-prog sections...
2020-09-04 Andrii Nakryikolibbpf: Add multi-prog section support for struct_ops
2020-09-04 Andrii Nakryikolibbpf: Implement generalized .BTF.ext func/line info...
2020-09-04 Andrii Nakryikolibbpf: Make RELO_CALL work for multi-prog sections...
2020-09-04 Andrii Nakryikolibbpf: Support CO-RE relocations for multi-prog sections
2020-09-04 Andrii Nakryikolibbpf: Parse multi-function sections into multiple...
2020-09-04 Andrii Nakryikolibbpf: Ensure ELF symbols table is found before furthe...
2020-09-02 Magnus Karlssonxsk: Fix use-after-free in failed shared_umem bind
2020-09-02 Gustavo A.... xsk: Fix null check on error return path
2020-09-02 Magnus Karlssonxsk: Fix possible segfault at xskmap entry insertion
2020-09-02 Magnus Karlssonxsk: Fix possible segfault in xsk umem diagnostics
2020-09-02 Yonghong Songselftests/bpf: Test task_file iterator without visiting...
2020-09-02 Yonghong Songbpf: Avoid iterating duplicated files for task_file...
2020-09-01 David S. MillerMerge branch 'dpaa2-eth-add-a-dpaa2_eth_-prefix-to...
2020-09-01 Ioana Ciorneidpaa2-eth: add a dpaa2_eth_ prefix to all functions...
2020-09-01 Ioana Ciorneidpaa2-eth: add a dpaa2_eth_ prefix to all functions...
2020-09-01 Ioana Ciorneidpaa2-eth: add a dpaa2_eth_ prefix to all functions...
next