platform/kernel/linux-starfive.git
2019-12-19 Björn Töpelriscv, bpf: Optimize BPF tail calls
2019-12-19 Björn Töpelriscv, bpf: Add support for far jumps and exits
2019-12-19 Björn Töpelriscv, bpf: Add support for far branching when emitting...
2019-12-19 Björn Töpelriscv, bpf: Add support for far branching
2019-12-19 Björn Töpelriscv, bpf: Fix broken BPF tail calls
2019-12-19 Alexei StarovoitovMerge branch 'libbpf-extern-followups'
2019-12-19 Andrii Nakryikolibbpf: BTF is required when externs are present
2019-12-19 Andrii Nakryikolibbpf: Allow to augment system Kconfig through extra...
2019-12-19 Andrii Nakryikolibbpf: Put Kconfig externs into .kconfig section
2019-12-19 Andrii Nakryikolibbpf: Add bpf_link__disconnect() API to preserve...
2019-12-19 Nikita V. Shirokovbpf: Allow to change skb mark in test_run
2019-12-19 Andrii Nakryikobpftool: Work-around rst2man conversion bug
2019-12-19 Andrii Nakryikobpftool: Simplify format string to not use positional...
2019-12-18 Alexei StarovoitovMerge branch 'skel-fixes'
2019-12-18 Andrii Nakryikobpftool: Add gen subcommand manpage
2019-12-18 Andrii Nakryikolibbpf: Remove BPF_EMBED_OBJ macro from libbpf.h
2019-12-18 Andrii Nakryikobpftool, selftests/bpf: Embed object file inside skeleton
2019-12-18 Andrii Nakryikolibbpf: Reduce log level for custom section names
2019-12-17 Toke Høiland... libbpf: Fix libbpf_common.h when installing libbpf...
2019-12-17 Andrii Nakryikoselftests/bpf: More succinct Makefile output
2019-12-16 Andrii Nakryikolibbpf: Add zlib as a dependency in pkg-config template
2019-12-16 Toke Høiland... libbpf: Print hint about ulimit when getting permission...
2019-12-16 Toke Høiland... samples/bpf: Attach XDP programs in driver mode by...
2019-12-16 Toke Høiland... samples/bpf: Set -fno-stack-protector when building...
2019-12-16 Toke Høiland... samples/bpf: Add missing -lz to TPROGS_LDLIBS
2019-12-16 Prashant Bholesamples/bpf: Reintroduce missed build targets
2019-12-16 Paul Chaignonbpftool: Fix compilation warning on shadowed variable
2019-12-16 Prashant Bholelibbpf: Fix build by renaming variables
2019-12-16 Alexei StarovoitovMerge branch 'support-flex-arrays'
2019-12-16 Andrii Nakryikoselftests/bpf: Add flexible array relocation tests
2019-12-16 Andrii Nakryikolibbpf: Support flexible arrays in CO-RE
2019-12-16 Alexei StarovoitovMerge branch 'extern-var-support'
2019-12-16 Andrii Nakryikoselftests/bpf: Add tests for libbpf-provided externs
2019-12-16 Andrii Nakryikobpftool: Generate externs datasec in BPF skeleton
2019-12-16 Andrii Nakryikolibbpf: Support libbpf-provided extern variables
2019-12-16 Andrii Nakryikolibbpf: Extract internal map names into constants
2019-12-16 Alexei StarovoitovMerge branch 'bpf-obj-skel'
2019-12-15 Andrii Nakryikobpftool: Add `gen skeleton` BASH completions
2019-12-15 Andrii Nakryikoselftests/bpf: Add test validating data section to...
2019-12-15 Andrii Nakryikoselftests/bpf: Convert few more selftest to skeletons
2019-12-15 Andrii Nakryikoselftests/bpf: Add BPF skeletons selftests and convert...
2019-12-15 Andrii Nakryikobpftool: Add skeleton codegen command
2019-12-15 Andrii Nakryikolibbpf: Add BPF object skeleton support
2019-12-15 Andrii Nakryikolibbpf: Reduce log level of supported section names...
2019-12-15 Andrii Nakryikolibbpf: Postpone BTF ID finding for TRACING programs...
2019-12-15 Andrii Nakryikolibbpf: Refactor global data map initialization
2019-12-15 Andrii Nakryikolibbpf: Expose BPF program's function name
2019-12-15 Andrii Nakryikolibbpf: Expose BTF-to-C type declaration emitting API
2019-12-15 Andrii Nakryikolibbpf: Expose btf__align_of() API
2019-12-15 Andrii Nakryikolibbpf: Extract common user-facing helpers
2019-12-15 Andrii Nakryikolibbpf: Add BPF_EMBED_OBJ macro for embedding BPF ...
2019-12-15 Andrii Nakryikolibbpf: Move non-public APIs from libbpf.h to libbpf_in...
2019-12-15 Andrii Nakryikolibbpf: Add generic bpf_program__attach()
2019-12-15 Andrii Nakryikolibbpf: Don't require root for bpf_object__open()
2019-12-15 Thadeu Lima... libbpf: Fix readelf output parsing for Fedora
2019-12-15 Alexei StarovoitovMerge branch 'bpftool-match-by-name'
2019-12-15 Paul Chaignonbpftool: Match maps by name
2019-12-15 Paul Chaignonbpftool: Match programs by name
2019-12-15 Paul Chaignonbpftool: Match several programs with same tag
2019-12-13 Stanislav Fomichevselftests/bpf: Test wire_len/gso_segs in BPF_PROG_TEST_RUN
2019-12-13 Stanislav Fomichevbpf: Expose __sk_buff wire_len/gso_segs to BPF_PROG_TES...
2019-12-13 Alexei StarovoitovMerge branch 'bpf-dispatcher'
2019-12-13 Björn Töpelbpf, x86: Align dispatcher branch targets to 16B
2019-12-13 Björn Töpelselftests: bpf: Add xdp_perf test
2019-12-13 Björn Töpelbpf: Start using the BPF dispatcher in BPF_TEST_RUN
2019-12-13 Björn Töpelbpf, xdp: Start using the BPF dispatcher for XDP
2019-12-13 Björn Töpelbpf: Introduce BPF dispatcher
2019-12-13 Björn Töpelbpf: Move trampoline JIT image allocation to a function
2019-12-13 Andrii Nakryikoselftests/bpf: Fix perf_buffer test on systems w/ offli...
2019-12-13 Andrii Nakryikolibbpf: Don't attach perf_buffer to offline/missing...
2019-12-13 Andrii Nakryikoselftests/bpf: Add CPU mask parsing tests
2019-12-13 Andrii Nakryikolibbpf: Extract and generalize CPU mask parsing logic
2019-12-13 Alexei StarovoitovMerge branch 'reuseport_to_test_progs'
2019-12-13 Jakub Sitnickiselftests/bpf: Switch reuseport tests for test_progs...
2019-12-13 Jakub Sitnickiselftests/bpf: Move reuseport tests under prog_tests/
2019-12-13 Jakub Sitnickiselftests/bpf: Pull up printing the test name into...
2019-12-13 Jakub Sitnickiselftests/bpf: Propagate errors during setup for reusep...
2019-12-13 Jakub Sitnickiselftests/bpf: Run reuseport tests in a loop
2019-12-13 Jakub Sitnickiselftests/bpf: Unroll the main loop in reuseport test
2019-12-13 Jakub Sitnickiselftests/bpf: Add helpers for getting socket family...
2019-12-13 Jakub Sitnickiselftests/bpf: Use sa_family_t everywhere in reuseport...
2019-12-13 Jakub Sitnickiselftests/bpf: Let libbpf determine program type from...
2019-12-13 Jakub Sitnickilibbpf: Recognize SK_REUSEPORT programs from section...
2019-12-12 Andrii Nakryikolibbpf: Fix printf compilation warnings on ppc64le...
2019-12-12 Daniel Borkmannbpf, x86, arm64: Enable jit by default when not built...
2019-12-11 Daniel Borkmannbpf: Emit audit messages upon successful prog load...
2019-12-11 Stanislav Fomichevbpf: Switch to offsetofend in BPF_PROG_TEST_RUN
2019-12-11 Andrii Nakryikolibbpf: Bump libpf current version to v0.0.7
2019-12-11 Russell KingARM: net: bpf: Improve prologue code sequence
2019-12-11 Shahjada Abul... cxgb4: add support for high priority filters
2019-12-11 Chen Wandunenetc: remove variable 'tc_max_sized_frame' set but...
2019-12-11 Jakub Kicinskinfp: add support for TLV device stats
2019-12-11 Kuniyuki Iwashimatcp: Cleanup duplicate initialization of sk->sk_state.
2019-12-11 Michael Walleenetc: add software timestamping
2019-12-11 David S. MillerMerge branch 'tipc-introduce-variable-window-congestion...
2019-12-11 Jon Maloytipc: introduce variable window congestion control
2019-12-11 Jon Maloytipc: eliminate more unnecessary nacks and retransmissions
2019-12-11 Jon Maloytipc: eliminate gap indicator from ACK messages
2019-12-10 Nathan Chancellorppp: Adjust indentation into ppp_async_input
2019-12-10 Nathan Chancellornet: smc911x: Adjust indentation in smc911x_phy_configure
next