summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-01xsk: Add support for recvmsg()Björn Töpel
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel
2020-11-30selftests/bpf: Fix flavored variants of test_imaKP Singh
2020-11-27xdp: Remove the functions xsk_map_inc and xsk_map_putZhu Yanjun
2020-11-27libbpf: Replace size_t with __u32 in xsk interfacesMagnus Karlsson
2020-11-26Merge branch 'bpf: remove bpf_load loader completely'Andrii Nakryiko
2020-11-26samples: bpf: Remove bpf_load loader completelyDaniel T. Lee
2020-11-26samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee
2020-11-26samples: bpf: Refactor test_overhead program with libbpfDaniel T. Lee
2020-11-26samples: bpf: Refactor ibumad program with libbpfDaniel T. Lee
2020-11-26samples: bpf: Refactor task_fd_query program with libbpfDaniel T. Lee
2020-11-26samples: bpf: Refactor test_cgrp2_sock2 program with libbpfDaniel T. Lee
2020-11-26samples: bpf: Refactor hbm program with libbpfDaniel T. Lee
2020-11-26bpf: Fix selftest compilation on clang 11Andrei Matei
2020-11-26bpf: Add a selftest for bpf_ima_inode_hashKP Singh
2020-11-26bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh
2020-11-26ima: Implement ima_inode_hashKP Singh
2020-11-25libbpf: Add support for canceling cached_cons advanceLi RongQing
2020-11-24bpf: Refactor check_cfg to use a structured loop.Wedson Almeida Filho
2020-11-25bpf: Sanitize BTF data pointer after module is loadedAndrii Nakryiko
2020-11-25kbuild: Skip module BTF generation for out-of-tree external modulesAndrii Nakryiko
2020-11-24selftest/bpf: Fix rst formatting in readmeAndrei Matei
2020-11-24selftest/bpf: Fix link in readmeAndrei Matei
2020-11-20bpf: Simplify task_file_seq_get_next()Song Liu
2020-11-20bpftool: Add {i,d}tlb_misses support for bpftool profileYonghong Song
2020-11-18Merge branch 'RISC-V selftest/bpf fixes'Andrii Nakryiko
2020-11-18selftests/bpf: Mark tests that require unaligned memory accessBjörn Töpel
2020-11-18selftests/bpf: Avoid running unprivileged tests with alignment requirementsBjörn Töpel
2020-11-18selftests/bpf: Fix broken riscv buildBjörn Töpel
2020-11-18bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov
2020-11-18bpf: Add tests for bpf_bprm_opts_set helperKP Singh
2020-11-18bpf: Add bpf_bprm_opts_set helperKP Singh
2020-11-17Merge branch 'af-xdp-tx-batch'Daniel Borkmann
2020-11-17i40e: Use batched xsk Tx interfaces to increase performanceMagnus Karlsson
2020-11-17xsk: Introduce batched Tx descriptor interfacesMagnus Karlsson
2020-11-17xsk: Introduce padding between more ring pointersMagnus Karlsson
2020-11-17i40e: Remove unnecessary sw_ring access from xsk TxMagnus Karlsson
2020-11-17samples/bpf: Increment Tx stats at sendingMagnus Karlsson
2020-11-16libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()Alan Maguire
2020-11-16bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usageMartin KaFai Lau
2020-11-16selftest/bpf: Fix IPV6FR handling in flow dissectorSantucci Pierpaolo
2020-11-14Merge branch 'ionic-updates'Jakub Kicinski
2020-11-14ionic: useful names for booleansShannon Nelson
2020-11-14ionic: change set_rx_mode from_ndo to can_sleepShannon Nelson
2020-11-14ionic: flatten calls to ionic_lif_rx_modeShannon Nelson
2020-11-14ionic: use mc sync for multicast filtersShannon Nelson
2020-11-14ionic: batch rx buffer refillingShannon Nelson
2020-11-14ionic: add lif quiesceShannon Nelson
2020-11-14ionic: check for link after netdev registrationShannon Nelson