aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel10-14/+34
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel11-32/+111
2020-11-30selftests/bpf: Fix flavored variants of test_imaKP Singh1-0/+1
2020-11-27xdp: Remove the functions xsk_map_inc and xsk_map_putZhu Yanjun3-22/+4
2020-11-27libbpf: Replace size_t with __u32 in xsk interfacesMagnus Karlsson1-9/+6
2020-11-26Merge branch 'bpf: remove bpf_load loader completely'Andrii Nakryiko16-908/+350
2020-11-26samples: bpf: Remove bpf_load loader completelyDaniel T. Lee4-731/+5
2020-11-26samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee2-0/+2
2020-11-26samples: bpf: Refactor test_overhead program with libbpfDaniel T. Lee2-24/+60
2020-11-26samples: bpf: Refactor ibumad program with libbpfDaniel T. Lee3-31/+68
2020-11-26samples: bpf: Refactor task_fd_query program with libbpfDaniel T. Lee2-28/+75
2020-11-26samples: bpf: Refactor test_cgrp2_sock2 program with libbpfDaniel T. Lee3-22/+62
2020-11-26samples: bpf: Refactor hbm program with libbpfDaniel T. Lee5-72/+78
2020-11-26bpf: Fix selftest compilation on clang 11Andrei Matei1-0/+2
2020-11-26bpf: Add a selftest for bpf_ima_inode_hashKP Singh4-0/+186
2020-11-26bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh4-0/+50
2020-11-26ima: Implement ima_inode_hashKP Singh2-24/+60
2020-11-25libbpf: Add support for canceling cached_cons advanceLi RongQing1-0/+6
2020-11-24bpf: Refactor check_cfg to use a structured loop.Wedson Almeida Filho1-84/+95
2020-11-25bpf: Sanitize BTF data pointer after module is loadedAndrii Nakryiko1-0/+5
2020-11-25kbuild: Skip module BTF generation for out-of-tree external modulesAndrii Nakryiko1-2/+7
2020-11-24selftest/bpf: Fix rst formatting in readmeAndrei Matei1-13/+15
2020-11-24selftest/bpf: Fix link in readmeAndrei Matei1-1/+4
2020-11-20bpf: Simplify task_file_seq_get_next()Song Liu1-37/+17
2020-11-20bpftool: Add {i,d}tlb_misses support for bpftool profileYonghong Song1-1/+29
2020-11-18Merge branch 'RISC-V selftest/bpf fixes'Andrii Nakryiko9-19/+67
2020-11-18selftests/bpf: Mark tests that require unaligned memory accessBjörn Töpel7-18/+52
2020-11-18selftests/bpf: Avoid running unprivileged tests with alignment requirementsBjörn Töpel1-0/+13
2020-11-18selftests/bpf: Fix broken riscv buildBjörn Töpel1-1/+2
2020-11-18bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov6-0/+39
2020-11-18bpf: Add tests for bpf_bprm_opts_set helperKP Singh2-0/+150
2020-11-18bpf: Add bpf_bprm_opts_set helperKP Singh4-0/+60
2020-11-17Merge branch 'af-xdp-tx-batch'Daniel Borkmann8-56/+258
2020-11-17i40e: Use batched xsk Tx interfaces to increase performanceMagnus Karlsson4-35/+112
2020-11-17xsk: Introduce batched Tx descriptor interfacesMagnus Karlsson3-13/+140
2020-11-17xsk: Introduce padding between more ring pointersMagnus Karlsson1-1/+3
2020-11-17i40e: Remove unnecessary sw_ring access from xsk TxMagnus Karlsson1-5/+1
2020-11-17samples/bpf: Increment Tx stats at sendingMagnus Karlsson1-3/+3
2020-11-16libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()Alan Maguire1-4/+4
2020-11-16bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usageMartin KaFai Lau1-2/+2
2020-11-16selftest/bpf: Fix IPV6FR handling in flow dissectorSantucci Pierpaolo1-0/+2
2020-11-14Merge branch 'ionic-updates'Jakub Kicinski5-58/+81
2020-11-14ionic: useful names for booleansShannon Nelson3-9/+15
2020-11-14ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson1-10/+10
2020-11-14ionic: flatten calls to ionic_lif_rx_modeShannon Nelson1-22/+16
2020-11-14ionic: use mc sync for multicast filtersShannon Nelson1-11/+8
2020-11-14ionic: batch rx buffer refillingShannon Nelson2-9/+13
2020-11-14ionic: add lif quiesceShannon Nelson1-0/+20
2020-11-14ionic: check for link after netdev registrationShannon Nelson1-0/+2
2020-11-14ionic: start queues before announcing link upShannon Nelson1-6/+6