aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-03bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann
2018-05-03bpf: prefix cbpf internal helpers with bpf_Daniel Borkmann
2018-05-03Merge branch 'AF_XDP-initial-support'Alexei Starovoitov
2018-05-03samples/bpf: sample application and documentation for AF_XDP socketsMagnus Karlsson
2018-05-03xsk: statistics supportMagnus Karlsson
2018-05-03xsk: support for TxMagnus Karlsson
2018-05-03dev: packet: make packet_direct_xmit a common functionMagnus Karlsson
2018-05-03xsk: add Tx queue setup and mmap supportMagnus Karlsson
2018-05-03xsk: add umem completion queue support and mmapMagnus Karlsson
2018-05-03xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel
2018-05-03xsk: wire up XDP_DRV side of AF_XDPBjörn Töpel
2018-05-03bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel
2018-05-03xsk: add Rx receive functions and poll supportBjörn Töpel
2018-05-03xsk: add support for bind for RxMagnus Karlsson
2018-05-03xsk: add Rx queue setup and mmap supportBjörn Töpel
2018-05-03xsk: add umem fill queue support and mmapMagnus Karlsson
2018-05-03xsk: add user memory registration support sockoptBjörn Töpel
2018-05-03net: initial AF_XDP skeletonBjörn Töpel
2018-05-03bpf, x86_32: add eBPF JIT compiler for ia32Wang YanQing
2018-05-02bpf: relax constraints on formatting for eBPF helper documentationQuentin Monnet
2018-05-02x86/bpf: Clean up non-standard comments, to make the code more readableIngo Molnar
2018-05-01tools: bpftool: change time format for program 'loaded at:' informationQuentin Monnet
2018-04-30tools, include: Grab a copy of linux/erspan.hWilliam Tu
2018-04-30Merge branch 'bpf-formatting-fixes-helpers'Daniel Borkmann
2018-04-30bpf: update bpf.h uapi header for toolsQuentin Monnet
2018-04-30bpf: fix formatting for bpf_get_stack() helper docQuentin Monnet
2018-04-30bpf: fix formatting for bpf_perf_event_read() helper docQuentin Monnet
2018-04-30bpf: remove tracepoints from bpf coreAlexei Starovoitov
2018-04-29samples/bpf: fix kprobe attachment issue on x64Yonghong Song
2018-04-29bpf: Allow bpf_current_task_under_cgroup in interruptTeng Qin
2018-04-29Merge branch 'fix-bpf-helpers-doc'Alexei Starovoitov
2018-04-29bpf: Sync bpf.h to tools/Andrey Ignatov
2018-04-29bpf: Fix helpers ctx struct types in uapi docAndrey Ignatov
2018-04-29Merge branch 'bpf_get_stack'Alexei Starovoitov
2018-04-29tools/bpf: add a test for bpf_get_stack with tracepoint progYonghong Song
2018-04-29tools/bpf: add a test for bpf_get_stack with raw tracepoint progYonghong Song
2018-04-29tools/bpf: add a verifier test case for bpf_get_stack helper and ARSHYonghong Song
2018-04-29samples/bpf: move common-purpose trace functions to selftestsYonghong Song
2018-04-29tools/bpf: add bpf_get_stack helper to tools headersYonghong Song
2018-04-29bpf/verifier: improve register value range tracking with ARSHYonghong Song
2018-04-29bpf: remove never-hit branches in verifier adjust_scalar_min_max_valsYonghong Song
2018-04-29bpf/verifier: refine retval R0 state for bpf_get_stack helperYonghong Song
2018-04-29bpf: add bpf_get_stack helperYonghong Song
2018-04-29bpf: change prototype for stack_map_get_build_id_offsetYonghong Song
2018-04-27bpf, doc: Update bpf_jit_enable limitation for CONFIG_BPF_JIT_ALWAYS_ONLeo Yan
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-04-27samples, bpf: remove redundant ret assignment in bpf_load_program()Wang Sheng-Hui
2018-04-27Merge branch 'bpf-uapi-helper-doc'Daniel Borkmann
2018-04-27bpf: update bpf.h uapi header for toolsQuentin Monnet
2018-04-27bpf: add documentation for eBPF helpers (65-66)Quentin Monnet