summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-05-22xsk: fill hole in struct sockaddr_xdpBjörn Töpel
2018-05-22xsk: remove rebind supportBjörn Töpel
2018-05-18Merge branch 'bpf-sk-msg-fields'Daniel Borkmann
2018-05-18bpf: add sk_msg prog sk access tests to test_verifierJohn Fastabend
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend
2018-05-18Merge branch 'bpf-nfp-shift-insns'Daniel Borkmann
2018-05-18nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang
2018-05-18nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang
2018-05-18nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang
2018-05-18Merge branch 'bpf-af-xdp-cleanups'Daniel Borkmann
2018-05-18xsk: proper '=' alignmentBjörn Töpel
2018-05-18xsk: fixed some cases of unnecessary parenthesesBjörn Töpel
2018-05-18xsk: remove newline at end of fileBjörn Töpel