| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | bpf: Add bpf_dctcp example | Martin KaFai Lau | 2020-01-09 | 3 | -0/+625 | |
| | | * | | | | | | | | | | bpf: libbpf: Add STRUCT_OPS support | Martin KaFai Lau | 2020-01-09 | 6 | -13/+661 | |
| | | * | | | | | | | | | | bpf: Synch uapi bpf.h to tools/ | Martin KaFai Lau | 2020-01-09 | 1 | -2/+17 | |
| | | * | | | | | | | | | | selftests/bpf: Restore original comm in test_overhead | Stanislav Fomichev | 2020-01-09 | 1 | -1/+7 | |
| | | * | | | | | | | | | | bpftool: Add misc section and probe for large INSN limit | Michal Rostecki | 2020-01-08 | 1 | -0/+18 | |
| | | * | | | | | | | | | | libbpf: Add probe for large INSN limit | Michal Rostecki | 2020-01-08 | 3 | -0/+23 | |
| | * | | | | | | | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-01-19 | 6 | -7/+19 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | | selftests: devlink_trap_tunnel_vxlan: Add test case for overlay_smac_is_mc | Amit Cohen | 2020-01-19 | 1 | -0/+54 | |
| | * | | | | | | | | | | | selftests: devlink_trap_tunnel_ipip: Add test case for decap_error | Amit Cohen | 2020-01-19 | 1 | -0/+265 | |
| | * | | | | | | | | | | | selftests: devlink_trap_tunnel_vxlan: Add test case for decap_error | Amit Cohen | 2020-01-19 | 1 | -0/+276 | |
| | * | | | | | | | | | | | selftests: devlink_trap_l3_drops: Add test cases of irif and erif disabled | Amit Cohen | 2020-01-19 | 1 | -0/+112 | |
| | * | | | | | | | | | | | selftests: mlxsw: Add test for FIB offload API | Ido Schimmel | 2020-01-14 | 1 | -0/+180 | |
| | * | | | | | | | | | | | selftests: netdevsim: Add test for FIB offload API | Ido Schimmel | 2020-01-14 | 1 | -0/+341 | |
| | * | | | | | | | | | | | selftests: forwarding: Add helpers and tests for FIB offload | Ido Schimmel | 2020-01-14 | 1 | -0/+873 | |
| | * | | | | | | | | | | | net: macsec: introduce the macsec_context structure | Antoine Tenart | 2020-01-14 | 1 | -0/+7 | |
| | * | | | | | | | | | | | tcp: Define IPPROTO_MPTCP | Mat Martineau | 2020-01-09 | 1 | -0/+2 | |
| | * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-01-09 | 2 | -1/+22 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | / / / / / / / | | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | | fcnal-test: Fix vrf argument in local tcp tests | David Ahern | 2020-01-06 | 1 | -4/+4 | |
| | * | | | | | | | | | | selftests: forwarding: router: Add test case for destination IP link-local | Amit Cohen | 2020-01-06 | 1 | -0/+25 | |
| | * | | | | | | | | | | selftests: forwarding: router: Add test case for source IP equals destination IP | Amit Cohen | 2020-01-06 | 1 | -0/+44 | |
| | * | | | | | | | | | | selftests: forwarding: router: Add test case for multicast destination MAC mi... | Amit Cohen | 2020-01-06 | 1 | -0/+82 | |
| | * | | | | | | | | | | selftests: forwarding: router: Add test case for source IP in class E | Amit Cohen | 2020-01-06 | 1 | -1/+37 | |
| | * | | | | | | | | | | wireguard: selftests: remove ancient kernel compatibility code | Jason A. Donenfeld | 2020-01-05 | 5 | -48/+50 | |
| | * | | | | | | | | | | fcnal-test: Add TCP MD5 tests for VRF | David Ahern | 2020-01-02 | 1 | -0/+313 | |
| | * | | | | | | | | | | fcnal-test: Add TCP MD5 tests | David Ahern | 2020-01-02 | 1 | -0/+145 | |
| | * | | | | | | | | | | nettest: Add support for TCP_MD5 extensions | David Ahern | 2020-01-02 | 1 | -13/+69 | |
| | * | | | | | | | | | | nettest: Return 1 on MD5 failure for server mode | David Ahern | 2020-01-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | selftests: mlxsw: Add a self-test for port-default priority | Petr Machata | 2020-01-02 | 2 | -0/+199 | |
| | * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-12-31 | 14 | -45/+111 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-12-27 | 62 | -1881/+5131 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | bpftool: Make skeleton C code compilable with C++ compiler | Andrii Nakryiko | 2019-12-27 | 3 | -6/+16 | |
| | | * | | | | | | | | | | | bpf: Print error message for bpftool cgroup show | Hechao Li | 2019-12-26 | 1 | -17/+39 | |
| | | * | | | | | | | | | | | libbpf: Support CO-RE relocations for LDX/ST/STX instructions | Andrii Nakryiko | 2019-12-26 | 1 | -3/+28 | |
| | | * | | | | | | | | | | | selftests/bpf: Preserve errno in test_progs CHECK macros | Andrey Ignatov | 2019-12-20 | 1 | -0/+4 | |
| | | * | | | | | | | | | | | selftests/bpf: Test BPF_F_REPLACE in cgroup_attach_multi | Andrey Ignatov | 2019-12-19 | 1 | -3/+50 | |
| | | * | | | | | | | | | | | selftests/bpf: Convert test_cgroup_attach to prog_tests | Andrey Ignatov | 2019-12-19 | 6 | -574/+498 | |
| | | * | | | | | | | | | | | libbpf: Introduce bpf_prog_attach_xattr | Andrey Ignatov | 2019-12-19 | 3 | -1/+28 | |
| | | * | | | | | | | | | | | bpf: Support replacing cgroup-bpf program in MULTI mode | Andrey Ignatov | 2019-12-19 | 1 | -0/+10 | |
| | | * | | | | | | | | | | | libbpf: Fix another __u64 printf warning | Andrii Nakryiko | 2019-12-19 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | libbpf: Fix printing of ulimit value | Toke Høiland-Jørgensen | 2019-12-19 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | selftests/bpf: Fix test_attach_probe | Alexei Starovoitov | 2019-12-19 | 1 | -3/+4 | |
| | | * | | | | | | | | | | | libbpf: Add missing newline in opts validation macro | Toke Høiland-Jørgensen | 2019-12-19 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | riscv, bpf: Add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programs | Björn Töpel | 2019-12-19 | 1 | -0/+2 | |
| | | * | | | | | | | | | | | libbpf: BTF is required when externs are present | Andrii Nakryiko | 2019-12-18 | 1 | -1/+2 | |
| | | * | | | | | | | | | | | libbpf: Allow to augment system Kconfig through extra optional config | Andrii Nakryiko | 2019-12-18 | 3 | -112/+132 | |
| | | * | | | | | | | | | | | libbpf: Put Kconfig externs into .kconfig section | Andrii Nakryiko | 2019-12-18 | 6 | -48/+60 | |
| | | * | | | | | | | | | | | libbpf: Add bpf_link__disconnect() API to preserve underlying BPF resource | Andrii Nakryiko | 2019-12-18 | 3 | -10/+32 | |
| | | * | | | | | | | | | | | bpf: Allow to change skb mark in test_run | Nikita V. Shirokov | 2019-12-18 | 2 | -0/+6 | |
| | | * | | | | | | | | | | | bpftool: Work-around rst2man conversion bug | Andrii Nakryiko | 2019-12-18 | 1 | -7/+8 | |
| | | * | | | | | | | | | | | bpftool: Simplify format string to not use positional args | Andrii Nakryiko | 2019-12-18 | 1 | -2/+2 | |

