platform/kernel/linux-starfive.git
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...
2020-09-01 Eelco Chaudronnet: openvswitch: fixes crash if nf_conncount_init...
2020-09-01 Thomas Falconibmvnic: Harden device Command Response Queue handshake
2020-09-01 David S. MillerMerge git://git./linux/kernel/git/bpf/bpf-next
2020-09-01 YueHaibingliquidio: Remove unneeded cast from memory allocation
2020-09-01 YueHaibingnet: sungem: Remove unneeded cast from memory allocation
2020-09-01 Yutaro Hayakawanet/tls: Implement getsockopt SOL_TLS TLS_RX
2020-09-01 David S. MillerMerge branch 'net-openvswitch-improve-the-codes'
2020-09-01 Tonghao Zhangnet: openvswitch: remove unused keep_flows
2020-09-01 Tonghao Zhangnet: openvswitch: refactor flow free function
2020-09-01 Tonghao Zhangnet: openvswitch: improve the coding style
2020-09-01 Björn Töpelbpf: {cpu,dev}map: Change various functions return...
2020-08-31 Alexei Starovoitovbpf: Remove bpf_lsm_file_mprotect from sleepable list.
2020-08-31 Weqaar Janjuasamples/bpf: Fix to xdpsock to avoid recycling frames
2020-08-31 Magnus Karlssonsamples/bpf: Optimize l2fwd performance in xdpsock
2020-08-31 Miaohe Linnet: ipv4: remove unused arg exact_dif in compute_score
2020-08-31 Miaohe Linnet: ipv6: remove unused arg exact_dif in compute_score
2020-08-31 David S. MillerMerge branch 'net-phy-add-Lynx-PCS-MDIO-module'
2020-08-31 Ioana Ciorneinet: dsa: ocelot: use the Lynx PCS helpers in Felix...
next