summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * tools/bpf: add a test for bpf_get_stack with tracepoint progYonghong Song2018-04-293-11/+98
| * tools/bpf: add a test for bpf_get_stack with raw tracepoint progYonghong Song2018-04-293-12/+266
| * tools/bpf: add a verifier test case for bpf_get_stack helper and ARSHYonghong Song2018-04-291-0/+45
| * samples/bpf: move common-purpose trace functions to selftestsYonghong Song2018-04-2910-175/+223
| * tools/bpf: add bpf_get_stack helper to tools headersYonghong Song2018-04-292-2/+42
| * bpf/verifier: improve register value range tracking with ARSHYonghong Song2018-04-293-1/+36
| * bpf: remove never-hit branches in verifier adjust_scalar_min_max_valsYonghong Song2018-04-291-9/+2Star
| * bpf/verifier: refine retval R0 state for bpf_get_stack helperYonghong Song2018-04-291-0/+27
| * bpf: add bpf_get_stack helperYonghong Song2018-04-297-4/+183
| * bpf: change prototype for stack_map_get_build_id_offsetYonghong Song2018-04-291-8/+5Star
|/
* bpf, doc: Update bpf_jit_enable limitation for CONFIG_BPF_JIT_ALWAYS_ONLeo Yan2018-04-271-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-2731-2071/+5360
|\
| * samples, bpf: remove redundant ret assignment in bpf_load_program()Wang Sheng-Hui2018-04-271-2/+0Star
| * Merge branch 'bpf-uapi-helper-doc'Daniel Borkmann2018-04-273-792/+3181
| |\
| | * bpf: update bpf.h uapi header for toolsQuentin Monnet2018-04-271-396/+1380
| | * bpf: add documentation for eBPF helpers (65-66)Quentin Monnet2018-04-271-0/+30
| | * bpf: add documentation for eBPF helpers (58-64)Quentin Monnet2018-04-271-0/+147
| | * bpf: add documentation for eBPF helpers (51-57)Quentin Monnet2018-04-271-0/+180
| | * bpf: add documentation for eBPF helpers (42-50)Quentin Monnet2018-04-271-0/+172
| | * bpf: add documentation for eBPF helpers (33-41)Quentin Monnet2018-04-271-0/+164
| | * bpf: add documentation for eBPF helpers (23-32)Quentin Monnet2018-04-271-0/+197
| | * bpf: add documentation for eBPF helpers (12-22)Quentin Monnet2018-04-271-0/+254
| | * bpf: add documentation for eBPF helpers (01-11)Quentin Monnet2018-04-271-0/+230
| | * bpf: add script and prepare bpf.h for new helpers documentationQuentin Monnet2018-04-272-406/+437
| |/
| * Merge branch 'bpf-tunnel-metadata-selftests'Daniel Borkmann2018-04-275-466/+906
| |\
| | * samples/bpf: remove the bpf tunnel testsuite.William Tu2018-04-273-1003/+0Star
| | * selftests/bpf: bpf tunnel test.William Tu2018-04-273-2/+1445
| |/
| * bpf: fix xdp_generic for bpf_adjust_tail usecaseNikita V. Shirokov2018-04-261-1/+3
| * tools, bpftool: Display license GPL compatible in prog show/listJiri Olsa2018-04-262-1/+5
| * tools, bpf: Sync bpf.h uapi headerJiri Olsa2018-04-261-0/+1
| * bpf: Add gpl_compatible flag to struct bpf_prog_infoJiri Olsa2018-04-262-0/+2
| * Merge branch 'bpf-optimize-neg-sums'Daniel Borkmann2018-04-252-113/+124
| |\
| | * nfp: bpf: optimize comparisons to negative constantsJakub Kicinski2018-04-252-13/+35
| | * nfp: bpf: tabularize generations of compare operationsJakub Kicinski2018-04-251-107/+61Star
| | * nfp: bpf: optimize add/sub of a negative constantJakub Kicinski2018-04-251-0/+35
| | * nfp: bpf: remove double spaceJakub Kicinski2018-04-251-1/+1
| |/
| * bpf: reduce runtime of test_sockmap testsJohn Fastabend2018-04-251-17/+16Star
| * Merge branch 'bpf-sockmap-selftests'Daniel Borkmann2018-04-259-738/+788
| |\
| | * bpf: sockmap, remove samples programJohn Fastabend2018-04-254-2276/+0Star
| | * bpf: sockmap, add selftestsJohn Fastabend2018-04-257-4/+1852
| | * bpf: sockmap, add a set of tests to run by defaultJohn Fastabend2018-04-251-51/+512
| | * bpf: sockmap, code sockmap_test in CJohn Fastabend2018-04-251-96/+113
| |/
| * tools/bpf: remove test_sock_addr from TEST_GEN_PROGSYonghong Song2018-04-251-2/+2
| * selftests: bpf: update .gitignore with missing fileAnders Roxell2018-04-241-0/+1
| * Merge branch 'bpf-map-val-as-key'Daniel Borkmann2018-04-242-17/+273
| |\
| | * tools/bpf: add verifier tests for accesses to map valuesPaul Chaignon2018-04-241-0/+266
| | * bpf: allow map helpers access to map values directlyPaul Chaignon2018-04-241-17/+7Star
| |/
| * Merge branch 'bpf-xfrm-states'Daniel Borkmann2018-04-246-3/+186
| |\
| | * samples/bpf: extend test_tunnel_bpf.sh with xfrm state testEyal Birger2018-04-244-2/+114
| | * bpf: add helper for getting xfrm statesEyal Birger2018-04-242-1/+72
| |/