summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* samples: bpf: make the build less noisyJakub Kicinski2018-05-151-1/+2
* samples: bpf: move libbpf from object dependencies to libsJakub Kicinski2018-05-151-94/+51
* samples: bpf: fix build after move to compiling full libbpf.aJakub Kicinski2018-05-151-5/+12
* samples: bpf: rename libbpf.h to bpf_insn.hJakub Kicinski2018-05-158-12/+17
* samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski2018-05-1535-35/+34
* Merge branch 'bpf-jit-cleanups'Alexei Starovoitov2018-05-157-98/+228
|\
| * bpf: add ld64 imm test casesDaniel Borkmann2018-05-152-0/+142
| * bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann2018-05-151-10/+13
| * bpf, arm64: optimize 32/64 immediate emissionDaniel Borkmann2018-05-151-31/+54
| * bpf, arm64: save 4 bytes of unneeded stack spaceDaniel Borkmann2018-05-151-5/+2
| * bpf, arm32: save 4 bytes of unneeded stack spaceDaniel Borkmann2018-05-151-10/+3
| * bpf, x64: clean up retpoline emission slightlyDaniel Borkmann2018-05-151-15/+14
| * bpf, sparc: remove unused variableDaniel Borkmann2018-05-151-1/+0
| * bpf, mips: remove unused functionDaniel Borkmann2018-05-151-26/+0
|/
* samples/bpf: xdp_monitor, accept short optionsPrashant Bhole2018-05-141-2/+2
* Merge branch 'bpf-stackmap-nmi'Daniel Borkmann2018-05-144-8/+196
|\
| * bpf: add selftest for stackmap with build_id in NMI contextSong Liu2018-05-142-2/+142
| * bpf: enable stackmap with build_id in nmi contextSong Liu2018-05-142-6/+54
|/
* Merge branch 'bpf-perf-rb-libbpf'Daniel Borkmann2018-05-1115-222/+307
|\
| * samples: bpf: convert some XDP samples from bpf_load to libbpfJakub Kicinski2018-05-114-43/+78
| * tools: bpf: don't complain about no kernel version for networking codeJakub Kicinski2018-05-111-7/+39
| * tools: bpf: improve comments in libbpf.hJakub Kicinski2018-05-111-24/+24
| * tools: bpf: move the event reading loop to libbpfJakub Kicinski2018-05-1110-123/+139
| * samples: bpf: compile and link against full libbpfJakub Kicinski2018-05-111-7/+14
| * samples: bpf: rename struct bpf_map_def to avoid conflict with libbpfJakub Kicinski2018-05-112-7/+7
| * tools: bpftool: use PERF_SAMPLE_TIME instead of reading the clockJakub Kicinski2018-05-111-11/+6
|/
* bpf: sync tools bpf.h uapi headerPrashant Bhole2018-05-111-1/+81
* selftests/bpf: Fix bash reference in MakefileJoe Stringer2018-05-111-3/+3
* Merge branch 'bpf-fib-lookup-helper'Daniel Borkmann2018-05-1114-75/+854
|\
| * samples/bpf: Add example of ipv4 and ipv6 forwarding in XDPDavid Ahern2018-05-114-0/+258
| * bpf: Provide helper to do forwarding lookups in kernel FIB tableDavid Ahern2018-05-112-1/+347
| * net/ipv6: Add fib lookup stubs for use in bpf helperDavid Ahern2018-05-113-2/+51
| * net/ipv6: Update fib6 tracepoint to take fib6_infoDavid Ahern2018-05-112-15/+13
| * net/ipv6: Add fib6_lookupDavid Ahern2018-05-113-2/+97
| * net/ipv6: Refactor fib6_rule_actionDavid Ahern2018-05-111-21/+31
| * net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern2018-05-112-14/+29
| * net/ipv6: Rename rt6_multipath_selectDavid Ahern2018-05-112-8/+14
| * net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern2018-05-113-13/+15
|/
* bpf, doc: clarification for the meaning of 'id'Wang YanQing2018-05-111-6/+9
* selftests/bpf: ignore build productsSirio Balmelli2018-05-102-0/+4
* selftests/bpf: add architecture-agnostic headersSirio Balmelli2018-05-102-0/+36
* xsk: fix 64-bit divisionBjörn Töpel2018-05-091-1/+1
* Merge branch 'bpf-nfp-programmable-rss'Daniel Borkmann2018-05-099-15/+115
|\
| * nfp: bpf: support setting the RX queue indexJakub Kicinski2018-05-096-12/+105
| * bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski2018-05-093-3/+10
|/
* Merge branch 'bpf-btf-id'Daniel Borkmann2018-05-098-127/+563
|\
| * bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_IDMartin KaFai Lau2018-05-093-13/+287
| * bpf: btf: Update tools/include/uapi/linux/btf.h with BTF IDMartin KaFai Lau2018-05-091-0/+11
| * bpf: btf: Some test_btf clean upMartin KaFai Lau2018-05-091-102/+99
| * bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau2018-05-093-6/+43