summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-09-08selftests/bpf: Add test for map_ptr arithmeticYonghong Song
2020-09-08bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song
2020-09-07tools, bpf: Synchronise BPF UAPI header with toolsQuentin Monnet
2020-09-07bpf: Fix formatting in documentation for BPF helpersQuentin Monnet
2020-09-07tools: bpftool: Fix formatting in bpftool-link documentationQuentin Monnet
2020-09-04samples, bpf: Add xsk_fwd test file to .gitignoreDaniel T. Lee
2020-09-04samples, bpf: Replace bpf_program__title() with bpf_program__section_name()Daniel T. Lee
2020-09-04libbpf: Fix potential multiplication overflowAndrii Nakryiko
2020-09-04libbpf: Fix another __u64 cast in printfAndrii Nakryiko
2020-09-03selftests/bpf: Fix check in global_data_init.Hao Luo
2020-09-03Merge branch 'libbpf-support-bpf-to-bpf-calls'Alexei Starovoitov
2020-09-03selftests/bpf: Add __noinline variant of cls_redirect selftestAndrii Nakryiko
2020-09-03selftests/bpf: Modernize xdp_noinline test w/ skeleton and __noinlineAndrii Nakryiko
2020-09-03selftests/bpf: Add subprogs to pyperf, strobemeta, and l4lb_noinline testsAndrii Nakryiko
2020-09-03selftests/bpf: Turn fexit_bpf2bpf into test with subtestsAndrii Nakryiko
2020-09-03libbpf: Deprecate notion of BPF program "title" in favor of "section name"Andrii Nakryiko
2020-09-03selftests/bpf: Don't use deprecated libbpf APIsAndrii Nakryiko
2020-09-03tools/bpftool: Replace bpf_program__title() with bpf_program__section_name()Andrii Nakryiko
2020-09-03selftests/bpf: Add selftest for multi-prog sections and bpf-to-bpf callsAndrii Nakryiko
2020-09-03libbpf: Add multi-prog section support for struct_opsAndrii Nakryiko
2020-09-03libbpf: Implement generalized .BTF.ext func/line info adjustmentAndrii Nakryiko
2020-09-03libbpf: Make RELO_CALL work for multi-prog sections and sub-program callsAndrii Nakryiko
2020-09-03libbpf: Support CO-RE relocations for multi-prog sectionsAndrii Nakryiko
2020-09-03libbpf: Parse multi-function sections into multiple BPF programsAndrii Nakryiko
2020-09-03libbpf: Ensure ELF symbols table is found before further ELF processingAndrii Nakryiko
2020-09-02xsk: Fix use-after-free in failed shared_umem bindMagnus Karlsson
2020-09-02xsk: Fix null check on error return pathGustavo A. R. Silva
2020-09-02xsk: Fix possible segfault at xskmap entry insertionMagnus Karlsson
2020-09-02xsk: Fix possible segfault in xsk umem diagnosticsMagnus Karlsson
2020-09-02selftests/bpf: Test task_file iterator without visiting pthreadsYonghong Song
2020-09-02bpf: Avoid iterating duplicated files for task_file iteratorYonghong Song
2020-09-01Merge branch 'dpaa2-eth-add-a-dpaa2_eth_-prefix-to-all-functions'David S. Miller
2020-09-01dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth-dcb.cIoana Ciornei
2020-09-01dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth.cIoana Ciornei
2020-09-01dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-ethtool.cIoana Ciornei
2020-09-01net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron
2020-09-01ibmvnic: Harden device Command Response Queue handshakeThomas Falcon
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-01liquidio: Remove unneeded cast from memory allocationYueHaibing
2020-09-01net: sungem: Remove unneeded cast from memory allocationYueHaibing
2020-09-01net/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa
2020-09-01Merge branch 'net-openvswitch-improve-the-codes'David S. Miller
2020-09-01net: openvswitch: remove unused keep_flowsTonghao Zhang
2020-09-01net: openvswitch: refactor flow free functionTonghao Zhang
2020-09-01net: openvswitch: improve the coding styleTonghao Zhang
2020-09-01bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel
2020-08-31bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov
2020-08-31samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua
2020-08-31samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson
2020-08-31net: ipv4: remove unused arg exact_dif in compute_scoreMiaohe Lin