summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-04101-3029/+5395
|\
| * bpf: add test cases for non-pointer sanitiation logicDaniel Borkmann2019-03-041-1/+43
| * Merge branch 'split-test_progs'Alexei Starovoitov2019-03-0228-2029/+2108
| |\
| | * selftests: bpf: break up test_progs - miscStanislav Fomichev2019-03-0211-735/+754
| | * selftests: bpf: break up test_progs - spinlockStanislav Fomichev2019-03-024-103/+106
| | * selftests: bpf: break up test_progs - tracepointStanislav Fomichev2019-03-025-427/+431
| | * selftests: bpf: break up test_progs - stackmapStanislav Fomichev2019-03-026-476/+483
| | * selftests: bpf: break up test_progs - xdpStanislav Fomichev2019-03-025-162/+163
| | * selftests: bpf: break up test_progs - pkt accessStanislav Fomichev2019-03-023-51/+53
| | * selftests: bpf: break up test_progs - preparationsStanislav Fomichev2019-03-024-76/+119
| |/
| * Merge branch 'bpf_skb_ecn_set_ce'Alexei Starovoitov2019-03-0210-2/+1255
| |\
| | * bpf: HBM test scriptbrakmo2019-03-021-0/+436
| | * bpf: User program for testing HBMbrakmo2019-03-022-0/+444
| | * bpf: Sample HBM BPF program to limit egress bwbrakmo2019-03-024-0/+327
| | * bpf: sync bpf.h to tools and update bpf_helpers.hbrakmo2019-03-022-1/+11
| | * bpf: add bpf helper bpf_skb_ecn_set_cebrakmo2019-03-022-1/+37
| |/
| * samples/bpf: silence compiler warning for xdpsock_user.cYonghong Song2019-03-021-3/+3
| * selftests/bpf: set unlimited RLIMIT_MEMLOCK for test_sock_fieldsYonghong Song2019-03-021-0/+1
| * Merge branch 'bpf-doc-improvements'Daniel Borkmann2019-03-023-182/+160
| |\
| | * docs/bpf: minor casing/punctuation fixesAndrii Nakryiko2019-03-022-13/+13
| | * docs/btf: reflow text to fill up to 78 charactersAndrii Nakryiko2019-03-021-160/+140
| | * docs/btf: fix typos, improve wordingAndrii Nakryiko2019-03-021-55/+53
| |/
| * bpf: fix u64_stats_init() usage in bpf_prog_alloc()Eric Dumazet2019-03-021-1/+7
| * Merge branch 'bpf-dedup-fixes'Daniel Borkmann2019-03-014-23/+103
| |\
| | * selftests/bpf: add btf_dedup test of FWD/STRUCT resolutionAndrii Nakryiko2019-03-011-0/+45
| | * btf: fix bug with resolving STRUCT/UNION into corresponding FWDAndrii Nakryiko2019-03-011-3/+17
| | * btf: allow to customize dedup hash table sizeAndrii Nakryiko2019-03-012-17/+37
| | * libbpf: fix formatting for btf_ext__get_raw_dataAndrii Nakryiko2019-03-011-1/+1
| | * selftests/bpf: fix btf_dedup testing codeAndrii Nakryiko2019-03-012-2/+3
| |/
| * tools/libbpf: signedness bug in btf_dedup_ref_type()Dan Carpenter2019-03-011-1/+2
| * Merge branch 'bpf-samples-improvements'Daniel Borkmann2019-03-0124-156/+69
| |\
| | * tools: libbpf: make sure readelf shows full names in build checksJakub Kicinski2019-03-011-2/+2
| | * samples: bpf: use libbpf where easyJakub Kicinski2019-03-014-25/+35
| | * tools: libbpf: add a correctly named define for map iterationJakub Kicinski2019-03-015-10/+11
| | * samples: bpf: remove load_sock_ops in favour of bpftoolJakub Kicinski2019-03-0112-114/+16
| | * samples: bpf: force IPv4 in pingJakub Kicinski2019-03-015-5/+5
| |/
| * selftests/bpf: use __bpf_constant_htons in test_prog.c for flow dissectorStanislav Fomichev2019-03-011-2/+2
| * bpf: add missing entries to bpf_helpers.hWillem de Bruijn2019-03-011-0/+30
| * bpf: fix build without bpf_syscallAlexei Starovoitov2019-03-011-2/+5
| * Merge branch 'inner_map_spin_lock-fix'Alexei Starovoitov2019-02-272-0/+5
| |\
| | * tools/bpf: selftests: add map lookup to test_map_in_map bpf progYonghong Song2019-02-271-0/+4
| | * bpf: set inner_map_meta->spin_lock_off correctlyYonghong Song2019-02-271-0/+1
| |/
| * samples: bpf: fix: broken sample regarding removed functionDaniel T. Lee2019-02-273-3/+3
| * Merge branch 'bpf-prog-stats'Daniel Borkmann2019-02-2710-7/+148
| |\
| | * tools/bpftool: recognize bpf_prog_info run_time_ns and run_cntAlexei Starovoitov2019-02-272-1/+10
| | * tools/bpf: sync bpf.h into toolsAlexei Starovoitov2019-02-271-0/+2
| | * bpf: expose program stats via bpf_prog_infoAlexei Starovoitov2019-02-272-0/+7
| | * bpf: enable program statsAlexei Starovoitov2019-02-276-6/+129
| |/
| * Merge branch 'bpf-libbpf-af-xdp'Daniel Borkmann2019-02-2513-652/+1376
| |\
| | * xsk: add FAQ to facilitate for first time usersMagnus Karlsson2019-02-251-1/+35