aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-24samples/bpf: xdp_monitor use tracepoint xdp:xdp_devmap_xmitJesper Dangaard Brouer2-1/+82
2018-05-24xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer4-7/+67
2018-05-24bpf: devmap prepare xdp frames for bulkingJesper Dangaard Brouer1-4/+70
2018-05-24bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer4-23/+51
2018-05-24tools/bpftool: add perf subcommandYonghong Song6-2/+343
2018-05-24tools/bpf: add two BPF_TASK_FD_QUERY tests in test_progsYonghong Song1-0/+158
2018-05-24samples/bpf: add a samples/bpf test for BPF_TASK_FD_QUERYYonghong Song3-0/+405
2018-05-24tools/bpf: add ksym_get_addr() in trace_helpersYonghong Song2-0/+13
2018-05-24tools/bpf: sync kernel header bpf.h and add bpf_task_fd_query in libbpfYonghong Song3-0/+52
2018-05-24bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song6-0/+273
2018-05-24perf/core: add perf_get_event() to return perf_event given a struct fileYonghong Song2-0/+13
2018-05-24selftests/bpf: test for seg6local End.BPF actionMathieu Xhonneux5-3/+689
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux7-2/+207
2018-05-24bpf: Split lwt inout verifier structuresMathieu Xhonneux2-33/+54
2018-05-24bpf: Add IPv6 Segment Routing helpersMathieu Xhonneux5-24/+372
2018-05-24ipv6: sr: export function lookup_nexthopMathieu Xhonneux3-10/+37
2018-05-24ipv6: sr: make seg6.h includable without IPv6Mathieu Xhonneux1-0/+4
2018-05-24tools: bpftool: add delimiters to multi-function JITed dumpsSandipan Das3-3/+75
2018-05-24tools: bpf: sync bpf uapi headerSandipan Das1-0/+2
2018-05-24bpf: get JITed image lengths of functions via syscallSandipan Das2-0/+22
2018-05-24bpf: fix multi-function JITed dump obtained via syscallSandipan Das1-3/+34
2018-05-24tools: bpftool: resolve calls without using imm fieldSandipan Das3-1/+35
2018-05-24tools: bpf: sync bpf uapi headerSandipan Das1-0/+2
2018-05-24bpf: get kernel symbol addresses via syscallSandipan Das3-6/+28
2018-05-24bpf: powerpc64: add JIT support for multi-function programsSandipan Das1-10/+66
2018-05-24bpf: powerpc64: pad function address loads with NOPsSandipan Das1-11/+23
2018-05-24bpf: support 64-bit offsets for bpf function callsSandipan Das1-1/+14
2018-05-24bpf: btf: Avoid variable length arrayMartin KaFai Lau1-6/+5
2018-05-23tools/lib/libbpf.c: fix string format to allow build on arm32Sirio Balmelli1-4/+4
2018-05-23selftests/bpf: Makefile fix "missing" headers on build with -idirafterSirio Balmelli1-0/+10
2018-05-23bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau6-116/+456
2018-05-23bpf: btf: Sync bpf.h and btf.h to toolsMartin KaFai Lau2-30/+15
2018-05-23bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau4-16/+16
2018-05-23bpf: btf: Remove unused bits from uapi/linux/btf.hMartin KaFai Lau2-37/+44
2018-05-23bpf: btf: Check array->index_typeMartin KaFai Lau1-24/+56
2018-05-23bpf: btf: Change how section is supported in btf_headerMartin KaFai Lau2-57/+160
2018-05-23bpf: Expose check_uarg_tail_zero()Martin KaFai Lau2-7/+9
2018-05-22bpf: Add mtu checking to FIB forwarding helperDavid Ahern1-7/+35
2018-05-22net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern6-0/+68
2018-05-22net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern2-0/+33
2018-05-22xsk: convert atomic_t to refcount_tBjörn Töpel2-4/+4
2018-05-22xsk: simplified umem setupBjörn Töpel3-55/+51
2018-05-22xsk: add missing write- and data-dependency barrierBjörn Töpel1-5/+9
2018-05-22samples/bpf: adapt xdpsock to the new uapiBjörn Töpel1-47/+76
2018-05-22xsk: remove explicit ring structure from uapiBjörn Töpel3-22/+68
2018-05-22xsk: proper queue id check at bindMagnus Karlsson1-1/+7
2018-05-22xsk: fill hole in struct sockaddr_xdpBjörn Töpel1-1/+1
2018-05-22xsk: remove rebind supportBjörn Töpel1-21/+9
2018-05-18bpf: add sk_msg prog sk access tests to test_verifierJohn Fastabend2-0/+123
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend4-3/+121