summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools: bpftool: Include common options from separate fileQuentin Monnet2020-09-1014-196/+35
* tools: bpftool: Print optional built-in features along with versionQuentin Monnet2020-09-102-3/+38
* selftests, bpftool: Add bpftool (and eBPF helpers) documentation buildQuentin Monnet2020-09-102-0/+26
* tools: bpftool: Log info-level messages when building bpftool man pagesQuentin Monnet2020-09-104-1/+12
* bpf: Remove duplicate headersChen Zhou2020-09-101-1/+0
* perf: Stop using deprecated bpf_program__title()Andrii Nakryiko2020-09-091-10/+2
* selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang changeYonghong Song2020-09-092-4/+4
* selftests/bpf: Add test for map_ptr arithmeticYonghong Song2020-09-082-1/+41
* bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song2020-09-081-0/+4
* tools, bpf: Synchronise BPF UAPI header with toolsQuentin Monnet2020-09-071-42/+45
* bpf: Fix formatting in documentation for BPF helpersQuentin Monnet2020-09-071-42/+45
* tools: bpftool: Fix formatting in bpftool-link documentationQuentin Monnet2020-09-071-1/+1
* samples, bpf: Add xsk_fwd test file to .gitignoreDaniel T. Lee2020-09-041-0/+1
* samples, bpf: Replace bpf_program__title() with bpf_program__section_name()Daniel T. Lee2020-09-044-10/+10
* libbpf: Fix potential multiplication overflowAndrii Nakryiko2020-09-041-1/+1
* libbpf: Fix another __u64 cast in printfAndrii Nakryiko2020-09-041-1/+1
* selftests/bpf: Fix check in global_data_init.Hao Luo2020-09-031-1/+2
* Merge branch 'libbpf-support-bpf-to-bpf-calls'Alexei Starovoitov2020-09-0324-611/+1247
|\
| * selftests/bpf: Add __noinline variant of cls_redirect selftestAndrii Nakryiko2020-09-033-64/+115
| * selftests/bpf: Modernize xdp_noinline test w/ skeleton and __noinlineAndrii Nakryiko2020-09-032-42/+43
| * selftests/bpf: Add subprogs to pyperf, strobemeta, and l4lb_noinline testsAndrii Nakryiko2020-09-037-37/+73
| * selftests/bpf: Turn fexit_bpf2bpf into test with subtestsAndrii Nakryiko2020-09-031-7/+14
| * libbpf: Deprecate notion of BPF program "title" in favor of "section name"Andrii Nakryiko2020-09-033-120/+101
| * selftests/bpf: Don't use deprecated libbpf APIsAndrii Nakryiko2020-09-033-3/+9
| * tools/bpftool: Replace bpf_program__title() with bpf_program__section_name()Andrii Nakryiko2020-09-031-2/+2
| * selftests/bpf: Add selftest for multi-prog sections and bpf-to-bpf callsAndrii Nakryiko2020-09-032-0/+134
| * libbpf: Add multi-prog section support for struct_opsAndrii Nakryiko2020-09-031-18/+8
| * libbpf: Implement generalized .BTF.ext func/line info adjustmentAndrii Nakryiko2020-09-033-84/+153
| * libbpf: Make RELO_CALL work for multi-prog sections and sub-program callsAndrii Nakryiko2020-09-031-138/+380
| * libbpf: Support CO-RE relocations for multi-prog sectionsAndrii Nakryiko2020-09-031-8/+74
| * libbpf: Parse multi-function sections into multiple BPF programsAndrii Nakryiko2020-09-031-107/+142
| * libbpf: Ensure ELF symbols table is found before further ELF processingAndrii Nakryiko2020-09-031-11/+29
|/
* xsk: Fix use-after-free in failed shared_umem bindMagnus Karlsson2020-09-021-0/+1
* xsk: Fix null check on error return pathGustavo A. R. Silva2020-09-021-1/+1
* xsk: Fix possible segfault at xskmap entry insertionMagnus Karlsson2020-09-023-12/+0
* xsk: Fix possible segfault in xsk umem diagnosticsMagnus Karlsson2020-09-021-8/+6
* selftests/bpf: Test task_file iterator without visiting pthreadsYonghong Song2020-09-022-1/+30
* bpf: Avoid iterating duplicated files for task_file iteratorYonghong Song2020-09-021-4/+11
* Merge branch 'dpaa2-eth-add-a-dpaa2_eth_-prefix-to-all-functions'David S. Miller2020-09-013-248/+249
|\
| * dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth-dcb.cIoana Ciornei2020-09-011-4/+4
| * dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth.cIoana Ciornei2020-09-011-200/+200
| * dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-ethtool.cIoana Ciornei2020-09-011-44/+45
|/
* net: openvswitch: fixes crash if nf_conncount_init() failsEelco Chaudron2020-09-011-1/+7
* ibmvnic: Harden device Command Response Queue handshakeThomas Falcon2020-09-011-1/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-01246-3089/+13816
|\
| * bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel2020-09-012-16/+10
| * bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov2020-08-313-18/+18
| * samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua2020-08-311-5/+5
| * samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson2020-08-311-8/+14
| * xsk: Documentation for XDP_SHARED_UMEM between queues and netdevsMagnus Karlsson2020-08-311-10/+58