summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* samples/bpf: Add option to set the busy-poll budgetBjörn Töpel2020-12-011-0/+5
* samples/bpf: Add busy-poll support to xdpsockBjörn Töpel2020-12-011-7/+33
* samples/bpf: Use recvfrom() in xdpsock/l2fwdBjörn Töpel2020-12-011-14/+12
* samples/bpf: Use recvfrom() in xdpsock/rxdropBjörn Töpel2020-12-011-4/+4
* xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-0129-36/+54
* xsk: Add busy-poll support for {recv,send}msg()Björn Töpel2020-12-011-0/+24
* xsk: Check need wakeup flag in sendmsg()Björn Töpel2020-12-012-8/+11
* xsk: Add support for recvmsg()Björn Töpel2020-12-011-1/+21
* net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-0110-14/+34
* net: Introduce preferred busy-pollingBjörn Töpel2020-12-0111-32/+111
* selftests/bpf: Fix flavored variants of test_imaKP Singh2020-11-301-0/+1
* xdp: Remove the functions xsk_map_inc and xsk_map_putZhu Yanjun2020-11-273-22/+4
* libbpf: Replace size_t with __u32 in xsk interfacesMagnus Karlsson2020-11-271-9/+6
* Merge branch 'bpf: remove bpf_load loader completely'Andrii Nakryiko2020-11-2716-908/+350
|\
| * samples: bpf: Remove bpf_load loader completelyDaniel T. Lee2020-11-274-731/+5
| * samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee2020-11-272-0/+2
| * samples: bpf: Refactor test_overhead program with libbpfDaniel T. Lee2020-11-272-24/+60
| * samples: bpf: Refactor ibumad program with libbpfDaniel T. Lee2020-11-273-31/+68
| * samples: bpf: Refactor task_fd_query program with libbpfDaniel T. Lee2020-11-272-28/+75
| * samples: bpf: Refactor test_cgrp2_sock2 program with libbpfDaniel T. Lee2020-11-273-22/+62
| * samples: bpf: Refactor hbm program with libbpfDaniel T. Lee2020-11-275-72/+78
|/
* bpf: Fix selftest compilation on clang 11Andrei Matei2020-11-261-0/+2
* bpf: Add a selftest for bpf_ima_inode_hashKP Singh2020-11-264-0/+186
* bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh2020-11-264-0/+50
* ima: Implement ima_inode_hashKP Singh2020-11-262-24/+60
* libbpf: Add support for canceling cached_cons advanceLi RongQing2020-11-251-0/+6
* bpf: Refactor check_cfg to use a structured loop.Wedson Almeida Filho2020-11-251-84/+95
* bpf: Sanitize BTF data pointer after module is loadedAndrii Nakryiko2020-11-251-0/+5
* kbuild: Skip module BTF generation for out-of-tree external modulesAndrii Nakryiko2020-11-251-2/+7
* selftest/bpf: Fix rst formatting in readmeAndrei Matei2020-11-241-13/+15
* selftest/bpf: Fix link in readmeAndrei Matei2020-11-241-1/+4
* bpf: Simplify task_file_seq_get_next()Song Liu2020-11-201-37/+17
* bpftool: Add {i,d}tlb_misses support for bpftool profileYonghong Song2020-11-201-1/+29
* Merge branch 'RISC-V selftest/bpf fixes'Andrii Nakryiko2020-11-199-19/+67
|\
| * selftests/bpf: Mark tests that require unaligned memory accessBjörn Töpel2020-11-197-18/+52
| * selftests/bpf: Avoid running unprivileged tests with alignment requirementsBjörn Töpel2020-11-191-0/+13
| * selftests/bpf: Fix broken riscv buildBjörn Töpel2020-11-191-1/+2
|/
* bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov2020-11-186-0/+39
* bpf: Add tests for bpf_bprm_opts_set helperKP Singh2020-11-182-0/+150
* bpf: Add bpf_bprm_opts_set helperKP Singh2020-11-184-0/+60
* Merge branch 'af-xdp-tx-batch'Daniel Borkmann2020-11-178-56/+258
|\
| * i40e: Use batched xsk Tx interfaces to increase performanceMagnus Karlsson2020-11-174-35/+112
| * xsk: Introduce batched Tx descriptor interfacesMagnus Karlsson2020-11-173-13/+140
| * xsk: Introduce padding between more ring pointersMagnus Karlsson2020-11-171-1/+3
| * i40e: Remove unnecessary sw_ring access from xsk TxMagnus Karlsson2020-11-171-5/+1
| * samples/bpf: Increment Tx stats at sendingMagnus Karlsson2020-11-171-3/+3
|/
* libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()Alan Maguire2020-11-171-4/+4
* bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usageMartin KaFai Lau2020-11-171-2/+2
* selftest/bpf: Fix IPV6FR handling in flow dissectorSantucci Pierpaolo2020-11-161-0/+2
* Merge branch 'ionic-updates'Jakub Kicinski2020-11-145-58/+81
|\