aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend7-19/+611
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend4-87/+98
2018-05-15selftests/bpf: make sure build-id is onAlexei Starovoitov1-1/+1
2018-05-14Merge branch 'convert-doc-to-rst'Alexei Starovoitov5-726/+897
2018-05-14bpf, doc: howto use/run the BPF selftestsJesper Dangaard Brouer1-0/+29
2018-05-14bpf, doc: convert bpf_devel_QA.rst to use RST formattingJesper Dangaard Brouer1-379/+420
2018-05-14bpf, doc: convert bpf_design_QA.rst to use RST formattingJesper Dangaard Brouer1-79/+144
2018-05-14bpf, doc: rename txt files to rst filesJesper Dangaard Brouer3-2/+2
2018-05-14bpf, doc: add basic README.rst fileJesper Dangaard Brouer1-0/+36
2018-05-14Merge branch 'fix-samples'Alexei Starovoitov44-147/+116
2018-05-14samples: bpf: make the build less noisyJakub Kicinski1-1/+2
2018-05-14samples: bpf: move libbpf from object dependencies to libsJakub Kicinski1-94/+51
2018-05-14samples: bpf: fix build after move to compiling full libbpf.aJakub Kicinski1-5/+12
2018-05-14samples: bpf: rename libbpf.h to bpf_insn.hJakub Kicinski8-12/+17
2018-05-14samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski35-35/+34
2018-05-14Merge branch 'bpf-jit-cleanups'Alexei Starovoitov7-98/+228
2018-05-14bpf: add ld64 imm test casesDaniel Borkmann2-0/+142
2018-05-14bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann1-10/+13
2018-05-14bpf, arm64: optimize 32/64 immediate emissionDaniel Borkmann1-31/+54
2018-05-14bpf, arm64: save 4 bytes of unneeded stack spaceDaniel Borkmann1-5/+2
2018-05-14bpf, arm32: save 4 bytes of unneeded stack spaceDaniel Borkmann1-10/+3
2018-05-14bpf, x64: clean up retpoline emission slightlyDaniel Borkmann1-15/+14
2018-05-14bpf, sparc: remove unused variableDaniel Borkmann1-1/+0
2018-05-14bpf, mips: remove unused functionDaniel Borkmann1-26/+0
2018-05-14samples/bpf: xdp_monitor, accept short optionsPrashant Bhole1-2/+2
2018-05-14Merge branch 'bpf-stackmap-nmi'Daniel Borkmann4-8/+196
2018-05-14bpf: add selftest for stackmap with build_id in NMI contextSong Liu2-2/+142
2018-05-14bpf: 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