aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/verifier/masking.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-27bpf: Refactor BTF encoding macro to test_btf.hMartin KaFai Lau2-62/+70
2019-04-27bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probingMartin KaFai Lau2-1/+74
2019-04-27bpf: Sync bpf.h to toolsMartin KaFai Lau1-1/+43
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau12-5/+914
2019-04-26selftests: bpf: test writable buffers in raw tpsMatt Mullins5-0/+210
2019-04-26tools: sync bpf.hMatt Mullins3-1/+11
2019-04-26nbd: add tracepoints for send/receive timingAndrew Hall2-0/+59
2019-04-26nbd: trace sending nbd requestsMatt Mullins3-0/+62
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins8-4/+91
2019-04-26bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann4-9/+71
2019-04-26bpf, arm64: remove prefetch insn in xadd mappingDaniel Borkmann2-7/+0
2019-04-25bpftool: fix indendation in bash-completion/bpftoolAndrii Nakryiko1-11/+11
2019-04-25bpftool: add bash completions for btf commandAndrii Nakryiko1-0/+46
2019-04-25bpftool/docs: add btf sub-command documentationAndrii Nakryiko8-7/+236
2019-04-25bpftool: add ability to dump BTF typesAndrii Nakryiko3-1/+589
2019-04-25bpftool: Fix errno variable usageBenjamin Poirier1-1/+1
2019-04-25bpftool: show flow_dissector attachment statusStanislav Fomichev1-0/+54
2019-04-25bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev3-0/+49
2019-04-25samples: bpf: add hbm sample to .gitignoreDaniel T. Lee1-0/+1
2019-04-25libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee1-0/+1
2019-04-25bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statementDaniel Borkmann1-3/+3
2019-04-25bpf, libbpf: handle old kernels more graceful wrt global data sectionsDaniel Borkmann1-13/+86
2019-04-24selftests/bpf: expand test_tc_tunnel with SIT encapWillem de Bruijn3-5/+80
2019-04-24bpf: update skb->protocol in bpf_skb_net_growWillem de Bruijn1-0/+8
2019-04-23bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUNStanislav Fomichev2-17/+9
2019-04-23selftests/bpf: properly return error from bpf_flow_loadStanislav Fomichev1-4/+4
2019-04-23selftests/bpf: run flow dissector tests in skb-less modeStanislav Fomichev4-34/+165