summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-24bpf: devmap prepare xdp frames for bulkingJesper Dangaard Brouer
2018-05-24bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer
2018-05-24Merge branch 'bpf-task-fd-query'Alexei Starovoitov
2018-05-24tools/bpftool: add perf subcommandYonghong Song
2018-05-24tools/bpf: add two BPF_TASK_FD_QUERY tests in test_progsYonghong Song
2018-05-24samples/bpf: add a samples/bpf test for BPF_TASK_FD_QUERYYonghong Song
2018-05-24tools/bpf: add ksym_get_addr() in trace_helpersYonghong Song
2018-05-24tools/bpf: sync kernel header bpf.h and add bpf_task_fd_query in libbpfYonghong Song
2018-05-24bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song
2018-05-24perf/core: add perf_get_event() to return perf_event given a struct fileYonghong Song
2018-05-24Merge branch 'bpf-ipv6-seg6-bpf-action'Daniel Borkmann
2018-05-24selftests/bpf: test for seg6local End.BPF actionMathieu Xhonneux
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux
2018-05-24bpf: Split lwt inout verifier structuresMathieu Xhonneux
2018-05-24bpf: Add IPv6 Segment Routing helpersMathieu Xhonneux
2018-05-24ipv6: sr: export function lookup_nexthopMathieu Xhonneux
2018-05-24ipv6: sr: make seg6.h includable without IPv6Mathieu Xhonneux
2018-05-24Merge branch 'bpf-multi-prog-improvements'Daniel Borkmann
2018-05-24tools: bpftool: add delimiters to multi-function JITed dumpsSandipan Das
2018-05-24tools: bpf: sync bpf uapi headerSandipan Das
2018-05-24bpf: get JITed image lengths of functions via syscallSandipan Das
2018-05-24bpf: fix multi-function JITed dump obtained via syscallSandipan Das
2018-05-24tools: bpftool: resolve calls without using imm fieldSandipan Das
2018-05-24tools: bpf: sync bpf uapi headerSandipan Das
2018-05-24bpf: get kernel symbol addresses via syscallSandipan Das
2018-05-24bpf: powerpc64: add JIT support for multi-function programsSandipan Das
2018-05-24bpf: powerpc64: pad function address loads with NOPsSandipan Das
2018-05-24bpf: support 64-bit offsets for bpf function callsSandipan Das
2018-05-24bpf: btf: Avoid variable length arrayMartin KaFai Lau
2018-05-23tools/lib/libbpf.c: fix string format to allow build on arm32Sirio Balmelli
2018-05-23selftests/bpf: Makefile fix "missing" headers on build with -idirafterSirio Balmelli
2018-05-23Merge branch 'btf-uapi-cleanups'Daniel Borkmann
2018-05-23bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau
2018-05-23bpf: btf: Sync bpf.h and btf.h to toolsMartin KaFai Lau
2018-05-23bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau
2018-05-23bpf: btf: Remove unused bits from uapi/linux/btf.hMartin KaFai Lau
2018-05-23bpf: btf: Check array->index_typeMartin KaFai Lau
2018-05-23bpf: btf: Change how section is supported in btf_headerMartin KaFai Lau
2018-05-23bpf: Expose check_uarg_tail_zero()Martin KaFai Lau
2018-05-22Merge branch 'bpf-fib-mtu-check'Daniel Borkmann
2018-05-22bpf: Add mtu checking to FIB forwarding helperDavid Ahern
2018-05-22net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern
2018-05-22net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern
2018-05-22Merge branch 'bpf-af-xdp-cleanups'Daniel Borkmann
2018-05-22xsk: convert atomic_t to refcount_tBjörn Töpel
2018-05-22xsk: simplified umem setupBjörn Töpel
2018-05-22xsk: add missing write- and data-dependency barrierBjörn Töpel
2018-05-22samples/bpf: adapt xdpsock to the new uapiBjörn Töpel
2018-05-22xsk: remove explicit ring structure from uapiBjörn Töpel
2018-05-22xsk: proper queue id check at bindMagnus Karlsson