Age | Commit message (Expand) | Author |
2018-05-14 | samples: bpf: include bpf/bpf.h instead of local libbpf.h | Jakub Kicinski |
2018-05-14 | Merge branch 'bpf-jit-cleanups' | Alexei Starovoitov |
2018-05-14 | bpf: add ld64 imm test cases | Daniel Borkmann |
2018-05-14 | bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpf | Daniel Borkmann |
2018-05-14 | bpf, arm64: optimize 32/64 immediate emission | Daniel Borkmann |
2018-05-14 | bpf, arm64: save 4 bytes of unneeded stack space | Daniel Borkmann |
2018-05-14 | bpf, arm32: save 4 bytes of unneeded stack space | Daniel Borkmann |
2018-05-14 | bpf, x64: clean up retpoline emission slightly | Daniel Borkmann |
2018-05-14 | bpf, sparc: remove unused variable | Daniel Borkmann |
2018-05-14 | bpf, mips: remove unused function | Daniel Borkmann |
2018-05-14 | samples/bpf: xdp_monitor, accept short options | Prashant Bhole |
2018-05-14 | Merge branch 'bpf-stackmap-nmi' | Daniel Borkmann |
2018-05-14 | bpf: add selftest for stackmap with build_id in NMI context | Song Liu |
2018-05-14 | bpf: enable stackmap with build_id in nmi context | Song Liu |
2018-05-11 | Merge branch 'bpf-perf-rb-libbpf' | Daniel Borkmann |
2018-05-11 | samples: bpf: convert some XDP samples from bpf_load to libbpf | Jakub Kicinski |
2018-05-11 | tools: bpf: don't complain about no kernel version for networking code | Jakub Kicinski |
2018-05-11 | tools: bpf: improve comments in libbpf.h | Jakub Kicinski |
2018-05-11 | tools: bpf: move the event reading loop to libbpf | Jakub Kicinski |
2018-05-11 | samples: bpf: compile and link against full libbpf | Jakub Kicinski |
2018-05-11 | samples: bpf: rename struct bpf_map_def to avoid conflict with libbpf | Jakub Kicinski |
2018-05-11 | tools: bpftool: use PERF_SAMPLE_TIME instead of reading the clock | Jakub Kicinski |
2018-05-11 | bpf: sync tools bpf.h uapi header | Prashant Bhole |
2018-05-11 | selftests/bpf: Fix bash reference in Makefile | Joe Stringer |
2018-05-11 | Merge branch 'bpf-fib-lookup-helper' | Daniel Borkmann |
2018-05-11 | samples/bpf: Add example of ipv4 and ipv6 forwarding in XDP | David Ahern |
2018-05-11 | bpf: Provide helper to do forwarding lookups in kernel FIB table | David Ahern |
2018-05-11 | net/ipv6: Add fib lookup stubs for use in bpf helper | David Ahern |
2018-05-11 | net/ipv6: Update fib6 tracepoint to take fib6_info | David Ahern |
2018-05-11 | net/ipv6: Add fib6_lookup | David Ahern |
2018-05-11 | net/ipv6: Refactor fib6_rule_action | David Ahern |
2018-05-11 | net/ipv6: Extract table lookup from ip6_pol_route | David Ahern |
2018-05-11 | net/ipv6: Rename rt6_multipath_select | David Ahern |
2018-05-11 | net/ipv6: Rename fib6_lookup to fib6_node_lookup | David Ahern |
2018-05-11 | bpf, doc: clarification for the meaning of 'id' | Wang YanQing |
2018-05-10 | selftests/bpf: ignore build products | Sirio Balmelli |
2018-05-10 | selftests/bpf: add architecture-agnostic headers | Sirio Balmelli |
2018-05-09 | xsk: fix 64-bit division | Björn Töpel |
2018-05-09 | Merge branch 'bpf-nfp-programmable-rss' | Daniel Borkmann |
2018-05-09 | nfp: bpf: support setting the RX queue index | Jakub Kicinski |
2018-05-09 | bpf: xdp: allow offloads to store into rx_queue_index | Jakub Kicinski |
2018-05-09 | Merge branch 'bpf-btf-id' | Daniel Borkmann |
2018-05-09 | bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_ID | Martin KaFai Lau |
2018-05-09 | bpf: btf: Update tools/include/uapi/linux/btf.h with BTF ID | Martin KaFai Lau |
2018-05-09 | bpf: btf: Some test_btf clean up | Martin KaFai Lau |
2018-05-09 | bpf: btf: Add struct bpf_btf_info | Martin KaFai Lau |
2018-05-09 | bpf: btf: Introduce BTF ID | Martin KaFai Lau |
2018-05-09 | bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=y | Martin KaFai Lau |
2018-05-08 | dt-bindings: dsa: Remove unnecessary #address/#size-cells | Fabio Estevam |
2018-05-08 | net: phy: sfp: handle cases where neither BR, min nor BR, max is given | Antoine Tenart |