summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-03bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel8-2/+289
2018-05-03xsk: add Rx receive functions and poll supportBjörn Töpel6-5/+238
2018-05-03xsk: add support for bind for RxMagnus Karlsson7-1/+150
2018-05-03xsk: add Rx queue setup and mmap supportBjörn Töpel5-12/+62
2018-05-03xsk: add umem fill queue support and mmapMagnus Karlsson7-2/+183
2018-05-03xsk: add user memory registration support sockoptBjörn Töpel8-0/+596
2018-05-03net: initial AF_XDP skeletonBjörn Töpel7-7/+34
2018-05-03bpf, x86_32: add eBPF JIT compiler for ia32Wang YanQing5-6/+2588
2018-05-02bpf: relax constraints on formatting for eBPF helper documentationQuentin Monnet1-7/+7
2018-05-02x86/bpf: Clean up non-standard comments, to make the code more readableIngo Molnar1-100/+133
2018-05-01tools: bpftool: change time format for program 'loaded at:' informationQuentin Monnet1-2/+6
2018-04-30tools, include: Grab a copy of linux/erspan.hWilliam Tu1-0/+52
2018-04-30Merge branch 'bpf-formatting-fixes-helpers'Daniel Borkmann2-62/+62
2018-04-30bpf: update bpf.h uapi header for toolsQuentin Monnet1-31/+31
2018-04-30bpf: fix formatting for bpf_get_stack() helper docQuentin Monnet1-27/+27
2018-04-30bpf: fix formatting for bpf_perf_event_read() helper docQuentin Monnet1-4/+4
2018-04-30bpf: remove tracepoints from bpf coreAlexei Starovoitov6-392/+2
2018-04-29samples/bpf: fix kprobe attachment issue on x64Yonghong Song1-8/+26
2018-04-29bpf: Allow bpf_current_task_under_cgroup in interruptTeng Qin1-2/+0
2018-04-29Merge branch 'fix-bpf-helpers-doc'Alexei Starovoitov2-12/+12
2018-04-29bpf: Sync bpf.h to tools/Andrey Ignatov1-6/+6
2018-04-29bpf: Fix helpers ctx struct types in uapi docAndrey Ignatov1-6/+6
2018-04-29Merge branch 'bpf_get_stack'Alexei Starovoitov27-222/+927
2018-04-29tools/bpf: add a test for bpf_get_stack with tracepoint progYonghong Song3-11/+98
2018-04-29tools/bpf: add a test for bpf_get_stack with raw tracepoint progYonghong Song3-12/+266
2018-04-29tools/bpf: add a verifier test case for bpf_get_stack helper and ARSHYonghong Song1-0/+45
2018-04-29samples/bpf: move common-purpose trace functions to selftestsYonghong Song10-175/+223
2018-04-29tools/bpf: add bpf_get_stack helper to tools headersYonghong Song2-2/+42
2018-04-29bpf/verifier: improve register value range tracking with ARSHYonghong Song3-1/+36
2018-04-29bpf: remove never-hit branches in verifier adjust_scalar_min_max_valsYonghong Song1-9/+2
2018-04-29bpf/verifier: refine retval R0 state for bpf_get_stack helperYonghong Song1-0/+27
2018-04-29bpf: add bpf_get_stack helperYonghong Song7-4/+183
2018-04-29bpf: change prototype for stack_map_get_build_id_offsetYonghong Song1-8/+5
2018-04-27bpf, doc: Update bpf_jit_enable limitation for CONFIG_BPF_JIT_ALWAYS_ONLeo Yan1-0/+6
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller31-2071/+5360
2018-04-27samples, bpf: remove redundant ret assignment in bpf_load_program()Wang Sheng-Hui1-2/+0
2018-04-27Merge branch 'bpf-uapi-helper-doc'Daniel Borkmann3-792/+3181
2018-04-27bpf: update bpf.h uapi header for toolsQuentin Monnet1-396/+1380
2018-04-27bpf: add documentation for eBPF helpers (65-66)Quentin Monnet1-0/+30
2018-04-27bpf: add documentation for eBPF helpers (58-64)Quentin Monnet1-0/+147
2018-04-27bpf: add documentation for eBPF helpers (51-57)Quentin Monnet1-0/+180
2018-04-27bpf: add documentation for eBPF helpers (42-50)Quentin Monnet1-0/+172
2018-04-27bpf: add documentation for eBPF helpers (33-41)Quentin Monnet1-0/+164
2018-04-27bpf: add documentation for eBPF helpers (23-32)Quentin Monnet1-0/+197
2018-04-27bpf: add documentation for eBPF helpers (12-22)Quentin Monnet1-0/+254
2018-04-27bpf: add documentation for eBPF helpers (01-11)Quentin Monnet1-0/+230
2018-04-27bpf: add script and prepare bpf.h for new helpers documentationQuentin Monnet2-406/+437
2018-04-27Merge branch 'bpf-tunnel-metadata-selftests'Daniel Borkmann5-466/+906
2018-04-27samples/bpf: remove the bpf tunnel testsuite.William Tu3-1003/+0
2018-04-27selftests/bpf: bpf tunnel test.William Tu3-2/+1445