Age | Commit message (Expand) | Author |
2018-12-15 | tools: bpftool: fix -Wmissing declaration warnings | Quentin Monnet |
2018-12-15 | tools: bpftool: fix warning on struct bpf_prog_linfo definition | Quentin Monnet |
2018-12-15 | tools: bpftool: add a prog array map update example to documentation | Quentin Monnet |
2018-12-15 | tools: bpftool: fix examples in documentation for bpftool prog | Quentin Monnet |
2018-12-15 | tools: bpftool: add doc for -m option to bpftool-prog.rst | Quentin Monnet |
2018-12-15 | Merge branch 'bpf-improve-verifier-state-analysis' | Daniel Borkmann |
2018-12-15 | bpf: add self-check logic to liveness analysis | Alexei Starovoitov |
2018-12-15 | bpf: improve stacksafe state comparison | Alexei Starovoitov |
2018-12-15 | selftests/bpf: check insn processed in test_verifier | Alexei Starovoitov |
2018-12-15 | bpf: speed up stacksafe check | Alexei Starovoitov |
2018-12-14 | Merge branch 'bpf_line_info-in-verifier' | Alexei Starovoitov |
2018-12-14 | bpf: verbose log bpf_line_info in verifier | Martin KaFai Lau |
2018-12-14 | bpf: Create a new btf_name_by_offset() for non type name use case | Martin KaFai Lau |
2018-12-13 | selftests/bpf: Fix sk lookup usage in test_sock_addr | Andrey Ignatov |
2018-12-13 | bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump | Daniel Borkmann |
2018-12-13 | bpf: sync tools/include/uapi/linux/bpf.h | Song Liu |
2018-12-13 | bpf: include sub program tags in bpf_prog_info | Song Liu |
2018-12-13 | Merge branch 'bpf-fix-kptr-checks' | Daniel Borkmann |
2018-12-13 | bpf: Remove !func_info and !line_info check from test_btf and bpftool | Martin KaFai Lau |
2018-12-13 | bpf: Remove bpf_dump_raw_ok() check for func_info and line_info | Martin KaFai Lau |
2018-12-13 | Merge branch 'bpf-bpftool-license-update' | Daniel Borkmann |
2018-12-13 | tools: bpftool: dual license all files | Jakub Kicinski |
2018-12-13 | tools: bpftool: replace Netronome boilerplate with SPDX license headers | Jakub Kicinski |
2018-12-13 | tools: bpftool: fix SPDX format in headers | Jakub Kicinski |
2018-12-12 | selftests/bpf: add btf annotations for cgroup_local_storage maps | Roman Gushchin |
2018-12-12 | bpf: add bpffs pretty print for cgroup local storage maps | Roman Gushchin |
2018-12-12 | bpf: pass struct btf pointer to the map_check_btf() callback | Roman Gushchin |
2018-12-12 | selftests/bpf: use __bpf_constant_htons in test_prog.c | Stanislav Fomichev |
2018-12-12 | bpf: arm64: Enable arm64 jit to provide bpf_line_info | Martin KaFai Lau |
2018-12-11 | bpf: fix up uapi helper description and sync bpf header with tools | Daniel Borkmann |
2018-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-12-10 | neighbor: gc_list changes should be protected by table lock | David Ahern |
2018-12-10 | Merge tag 'mlx5e-updates-2018-12-10' of git://git.kernel.org/pub/scm/linux/ke... | David S. Miller |
2018-12-10 | net/sched: Remove egdev mechanism | Oz Shlomo |
2018-12-10 | net/mlx5e: Add GRE protocol offloading | Oz Shlomo |
2018-12-10 | net: Add netif_is_gretap()/netif_is_ip6gretap() | Oz Shlomo |
2018-12-10 | net/mlx5e: Move TC tunnel offloading code to separate source file | Oz Shlomo |
2018-12-10 | net/mlx5e: Branch according to classified tunnel type | Oz Shlomo |
2018-12-10 | net/mlx5e: Refactor VXLAN tunnel decap offloading code | Oz Shlomo |
2018-12-10 | net/mlx5e: Refactor VXLAN tunnel encap offloading code | Oz Shlomo |
2018-12-10 | net/mlx5e: Replace egdev with indirect block notifications | Oz Shlomo |
2018-12-10 | net/mlx5e: Propagate the filter's net device to mlx5e structures | Oz Shlomo |
2018-12-10 | net/mlx5e: Provide the TC filter netdev as parameter to flower callbacks | Oz Shlomo |
2018-12-10 | net/mlx5e: Support TC indirect block notifications for eswitch uplink reprs | Oz Shlomo |
2018-12-10 | net/mlx5e: Store eswitch uplink representor state on a dedicated struct | Oz Shlomo |
2018-12-10 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed |
2018-12-10 | Merge branch 'rename-info_cnt-to-nr_info' | Alexei Starovoitov |
2018-12-10 | tools/bpf: rename *_info_cnt to nr_*_info | Yonghong Song |
2018-12-10 | tools/bpf: sync kernel uapi bpf.h to tools directory | Yonghong Song |
2018-12-10 | bpf: rename *_info_cnt to nr_*_info in bpf_prog_info | Yonghong Song |