aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-24perf/core: add perf_get_event() to return perf_event given a struct fileYonghong Song2-0/+13
2018-05-24Merge branch 'bpf-ipv6-seg6-bpf-action'Daniel Borkmann15-72/+1363
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-24Merge branch 'bpf-multi-prog-improvements'Daniel Borkmann8-35/+301
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-23Merge branch 'btf-uapi-cleanups'Daniel Borkmann14-284/+753
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-22Merge branch 'bpf-fib-mtu-check'Daniel Borkmann9-7/+136
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-22Merge branch 'bpf-af-xdp-cleanups'Daniel Borkmann6-156/+225
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-18Merge branch 'bpf-sk-msg-fields'Daniel Borkmann6-3/+244
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
2018-05-18Merge branch 'bpf-nfp-shift-insns'Daniel Borkmann5-31/+435
2018-05-18nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang1-10/+89
2018-05-18nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang2-0/+35
2018-05-18nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang5-32/+322