summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-15samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski35-35/+34
2018-05-15Merge branch 'bpf-jit-cleanups'Alexei Starovoitov7-98/+228
2018-05-15bpf: add ld64 imm test casesDaniel Borkmann2-0/+142
2018-05-15bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann1-10/+13
2018-05-15bpf, arm64: optimize 32/64 immediate emissionDaniel Borkmann1-31/+54
2018-05-15bpf, arm64: save 4 bytes of unneeded stack spaceDaniel Borkmann1-5/+2
2018-05-15bpf, arm32: save 4 bytes of unneeded stack spaceDaniel Borkmann1-10/+3
2018-05-15bpf, x64: clean up retpoline emission slightlyDaniel Borkmann1-15/+14
2018-05-15bpf, sparc: remove unused variableDaniel Borkmann1-1/+0
2018-05-15bpf, mips: remove unused functionDaniel Borkmann1-26/+0
2018-05-15samples/bpf: xdp_monitor, accept short optionsPrashant Bhole1-2/+2
2018-05-15Merge branch 'bpf-stackmap-nmi'Daniel Borkmann4-8/+196
2018-05-15bpf: add selftest for stackmap with build_id in NMI contextSong Liu2-2/+142
2018-05-15bpf: enable stackmap with build_id in nmi contextSong Liu2-6/+54
2018-05-11Merge branch 'bpf-perf-rb-libbpf'Daniel Borkmann15-222/+307
2018-05-11samples: bpf: convert some XDP samples from bpf_load to libbpfJakub Kicinski4-43/+78
2018-05-11tools: bpf: don't complain about no kernel version for networking codeJakub Kicinski1-7/+39
2018-05-11tools: bpf: improve comments in libbpf.hJakub Kicinski1-24/+24
2018-05-11tools: bpf: move the event reading loop to libbpfJakub Kicinski10-123/+139
2018-05-11samples: bpf: compile and link against full libbpfJakub Kicinski1-7/+14
2018-05-11samples: bpf: rename struct bpf_map_def to avoid conflict with libbpfJakub Kicinski2-7/+7
2018-05-11tools: bpftool: use PERF_SAMPLE_TIME instead of reading the clockJakub Kicinski1-11/+6
2018-05-11bpf: sync tools bpf.h uapi headerPrashant Bhole1-1/+81
2018-05-11selftests/bpf: Fix bash reference in MakefileJoe Stringer1-3/+3
2018-05-11Merge branch 'bpf-fib-lookup-helper'Daniel Borkmann14-75/+854
2018-05-11samples/bpf: Add example of ipv4 and ipv6 forwarding in XDPDavid Ahern4-0/+258
2018-05-11bpf: Provide helper to do forwarding lookups in kernel FIB tableDavid Ahern2-1/+347
2018-05-11net/ipv6: Add fib lookup stubs for use in bpf helperDavid Ahern3-2/+51
2018-05-11net/ipv6: Update fib6 tracepoint to take fib6_infoDavid Ahern2-15/+13
2018-05-11net/ipv6: Add fib6_lookupDavid Ahern3-2/+97
2018-05-11net/ipv6: Refactor fib6_rule_actionDavid Ahern1-21/+31
2018-05-11net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern2-14/+29
2018-05-11net/ipv6: Rename rt6_multipath_selectDavid Ahern2-8/+14
2018-05-11net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern3-13/+15
2018-05-11bpf, doc: clarification for the meaning of 'id'Wang YanQing1-6/+9
2018-05-10selftests/bpf: ignore build productsSirio Balmelli2-0/+4
2018-05-10selftests/bpf: add architecture-agnostic headersSirio Balmelli2-0/+36
2018-05-09xsk: fix 64-bit divisionBjörn Töpel1-1/+1
2018-05-09Merge branch 'bpf-nfp-programmable-rss'Daniel Borkmann9-15/+115
2018-05-09nfp: bpf: support setting the RX queue indexJakub Kicinski6-12/+105
2018-05-09bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski3-3/+10
2018-05-09Merge branch 'bpf-btf-id'Daniel Borkmann8-127/+563
2018-05-09bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_IDMartin KaFai Lau3-13/+287
2018-05-09bpf: btf: Update tools/include/uapi/linux/btf.h with BTF IDMartin KaFai Lau1-0/+11
2018-05-09bpf: btf: Some test_btf clean upMartin KaFai Lau1-102/+99
2018-05-09bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau3-6/+43
2018-05-09bpf: btf: Introduce BTF IDMartin KaFai Lau4-11/+128
2018-05-09bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau1-1/+1
2018-05-09dt-bindings: dsa: Remove unnecessary #address/#size-cellsFabio Estevam1-6/+0
2018-05-09net: phy: sfp: handle cases where neither BR, min nor BR, max is givenAntoine Tenart1-0/+7