summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-14Merge branch 'bpf-jit-cleanups'Alexei Starovoitov
2018-05-14bpf: add ld64 imm test casesDaniel Borkmann
2018-05-14bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann
2018-05-14bpf, arm64: optimize 32/64 immediate emissionDaniel Borkmann
2018-05-14bpf, arm64: save 4 bytes of unneeded stack spaceDaniel Borkmann
2018-05-14bpf, arm32: save 4 bytes of unneeded stack spaceDaniel Borkmann
2018-05-14bpf, x64: clean up retpoline emission slightlyDaniel Borkmann
2018-05-14bpf, sparc: remove unused variableDaniel Borkmann
2018-05-14bpf, mips: remove unused functionDaniel Borkmann
2018-05-14samples/bpf: xdp_monitor, accept short optionsPrashant Bhole
2018-05-14Merge branch 'bpf-stackmap-nmi'Daniel Borkmann
2018-05-14bpf: add selftest for stackmap with build_id in NMI contextSong Liu
2018-05-14bpf: enable stackmap with build_id in nmi contextSong Liu
2018-05-11Merge branch 'bpf-perf-rb-libbpf'Daniel Borkmann
2018-05-11samples: bpf: convert some XDP samples from bpf_load to libbpfJakub Kicinski
2018-05-11tools: bpf: don't complain about no kernel version for networking codeJakub Kicinski
2018-05-11tools: bpf: improve comments in libbpf.hJakub Kicinski
2018-05-11tools: bpf: move the event reading loop to libbpfJakub Kicinski
2018-05-11samples: bpf: compile and link against full libbpfJakub Kicinski
2018-05-11samples: bpf: rename struct bpf_map_def to avoid conflict with libbpfJakub Kicinski
2018-05-11tools: bpftool: use PERF_SAMPLE_TIME instead of reading the clockJakub Kicinski
2018-05-11bpf: sync tools bpf.h uapi headerPrashant Bhole
2018-05-11selftests/bpf: Fix bash reference in MakefileJoe Stringer
2018-05-11Merge branch 'bpf-fib-lookup-helper'Daniel Borkmann
2018-05-11samples/bpf: Add example of ipv4 and ipv6 forwarding in XDPDavid Ahern
2018-05-11bpf: Provide helper to do forwarding lookups in kernel FIB tableDavid Ahern
2018-05-11net/ipv6: Add fib lookup stubs for use in bpf helperDavid Ahern
2018-05-11net/ipv6: Update fib6 tracepoint to take fib6_infoDavid Ahern
2018-05-11net/ipv6: Add fib6_lookupDavid Ahern
2018-05-11net/ipv6: Refactor fib6_rule_actionDavid Ahern
2018-05-11net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern
2018-05-11net/ipv6: Rename rt6_multipath_selectDavid Ahern
2018-05-11net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern
2018-05-11bpf, doc: clarification for the meaning of 'id'Wang YanQing
2018-05-10selftests/bpf: ignore build productsSirio Balmelli
2018-05-10selftests/bpf: add architecture-agnostic headersSirio Balmelli
2018-05-09xsk: fix 64-bit divisionBjörn Töpel
2018-05-09Merge branch 'bpf-nfp-programmable-rss'Daniel Borkmann
2018-05-09nfp: bpf: support setting the RX queue indexJakub Kicinski
2018-05-09bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski
2018-05-09Merge branch 'bpf-btf-id'Daniel Borkmann
2018-05-09bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_IDMartin KaFai Lau
2018-05-09bpf: btf: Update tools/include/uapi/linux/btf.h with BTF IDMartin KaFai Lau
2018-05-09bpf: btf: Some test_btf clean upMartin KaFai Lau
2018-05-09bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau
2018-05-09bpf: btf: Introduce BTF IDMartin KaFai Lau
2018-05-09bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau
2018-05-08dt-bindings: dsa: Remove unnecessary #address/#size-cellsFabio Estevam
2018-05-08net: phy: sfp: handle cases where neither BR, min nor BR, max is givenAntoine Tenart
2018-05-08Merge branch 'bnxt_en-Fixes-for-net-next'David S. Miller