summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ionic: useful names for booleansShannon Nelson2020-11-143-9/+15
| * ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson2020-11-141-10/+10
| * ionic: flatten calls to ionic_lif_rx_modeShannon Nelson2020-11-141-22/+16
| * ionic: use mc sync for multicast filtersShannon Nelson2020-11-141-11/+8
| * ionic: batch rx buffer refillingShannon Nelson2020-11-142-9/+13
| * ionic: add lif quiesceShannon Nelson2020-11-141-0/+20
| * ionic: check for link after netdev registrationShannon Nelson2020-11-141-0/+2
| * ionic: start queues before announcing link upShannon Nelson2020-11-141-6/+6
|/
* net: macb: Fix passing zero to 'PTR_ERR'YueHaibing2020-11-141-8/+2
* ipv6: remove unused function ipv6_skb_idev()Lukas Bulwahn2020-11-141-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-1483-1271/+3907
|\