summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-14Merge branch 'xdp-redirect-bulk'Daniel Borkmann7-17/+192
2020-11-14net: mlx5: Add xdp tx return bulking supportLorenzo Bianconi1-4/+18
2020-11-14net: mvpp2: Add xdp tx return bulking supportLorenzo Bianconi1-1/+9
2020-11-14net: mvneta: Add xdp tx return bulking supportLorenzo Bianconi1-1/+9
2020-11-14net: page_pool: Add bulk support for ptr_ringLorenzo Bianconi3-17/+88
2020-11-14net: xdp: Introduce bulking for xdp tx return pathLorenzo Bianconi2-1/+75
2020-11-13bpf: Expose bpf_d_path helper to sleepable LSM hooksKP Singh1-1/+7
2020-11-13bpf: Augment the set of sleepable LSM hooksKP Singh3-15/+89
2020-11-13Merge branch 'bpf: Enable bpf_sk_storage for FENTRY/FEXIT/RAW_TP'Alexei Starovoitov6-32/+369
2020-11-13bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau3-0/+259
2020-11-13bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau3-0/+81
2020-11-13bpf: Rename some functions in bpf_sk_storageMartin KaFai Lau1-19/+19
2020-11-13bpf: Folding omem_charge() into sk_storage_charge()Martin KaFai Lau1-13/+10
2020-11-13Merge branch 'bpf-ptrs-beyond-pkt-end'Daniel Borkmann5-23/+245
2020-11-13selftests/bpf: Add asm tests for pkt vs pkt_end comparison.Alexei Starovoitov1-0/+42
2020-11-13selftests/bpf: Add skb_pkt_end testAlexei Starovoitov2-0/+95
2020-11-13bpf: Support for pointers beyond pkt_end.Alexei Starovoitov2-23/+108
2020-11-12tools/bpf: Always run the *-clean recipesJean-Philippe Brucker1-2/+2
2020-11-12tools/bpf: Add bootstrap/ to .gitignoreJean-Philippe Brucker1-1/+1
2020-11-12bpf: Fix NULL dereference in bpf_task_storageMartin KaFai Lau1-1/+1
2020-11-11Merge branch 'tools/bpftool: Some build fixes'Andrii Nakryiko8-66/+70
2020-11-11tools/bpftool: Fix build slowdownJean-Philippe Brucker1-1/+3
2020-11-11tools/runqslower: Build bpftool using HOSTCCJean-Philippe Brucker1-1/+2
2020-11-11tools/runqslower: Enable out-of-tree buildJean-Philippe Brucker1-14/+18
2020-11-11tools/runqslower: Use Makefile.includeJean-Philippe Brucker1-15/+9
2020-11-11tools/bpftool: Fix cross-buildJean-Philippe Brucker1-8/+26
2020-11-11tools/bpftool: Force clean of out-of-tree buildJean-Philippe Brucker1-3/+5
2020-11-11tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker6-27/+10
2020-11-11bpf: Compile out btf_parse_module() if module BTF is not enabledAndrii Nakryiko1-0/+4
2020-11-11Merge branch 'Remove unused test_ipip.sh test and add missed'Alexei Starovoitov3-218/+46
2020-11-11samples/bpf: Remove unused test_ipip.shHangbin Liu1-179/+0
2020-11-11selftest/bpf: Add missed ip6ip6 test backHangbin Liu2-39/+46
2020-11-11Merge branch 'Integrate kernel module BTF support'Alexei Starovoitov11-58/+459
2020-11-11tools/bpftool: Add support for in-kernel and named BTF in `btf show`Andrii Nakryiko1-1/+27
2020-11-11bpf: Load and verify kernel module BTFsAndrii Nakryiko6-1/+241
2020-11-11kbuild: Build kernel module BTFs if BTF is enabled and pahole supports itAndrii Nakryiko2-2/+27
2020-11-11bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko3-3/+46
2020-11-11bpf: Add in-kernel split BTF supportAndrii Nakryiko1-52/+119
2020-11-10bpf: selftest: Use static globals in tcp_hdr_options and btf_skc_cls_ingressMartin KaFai Lau2-7/+7
2020-11-10bpf, btf: Remove the duplicate btf_ids.h includeWang Qing1-1/+0
2020-11-10samples/bpf: Remove duplicate include in hbmMenglong Dong1-1/+0
2020-11-06selftests/bpf: Fix selftest build with old libcAlexei Starovoitov1-0/+4
2020-11-06bpf: Exercise syscall operations for inode and sk storageKP Singh1-2/+15
2020-11-06bpf: Add tests for task_local_storageKP Singh2-20/+226
2020-11-06bpf: Update selftests for local_storage to use vmlinux.hKP Singh1-19/+1
2020-11-06bpf: Fix tests for local_storageKP Singh1-9/+15
2020-11-06bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh5-2/+40
2020-11-06bpftool: Add support for task local storageKP Singh3-3/+6
2020-11-06libbpf: Add support for task local storageKP Singh1-0/+1
2020-11-06bpf: Implement task local storageKP Singh10-1/+436