| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | selftests/bpf: Fix spurious test failures in core_retro selftest | Andrii Nakryiko | 2020-08-01 | 2 | -2/+19 | |
| | | * | | | | | | | | | | | tools/bpftool: Add documentation and bash-completion for `link detach` | Andrii Nakryiko | 2020-08-01 | 2 | -2/+10 | |
| | | * | | | | | | | | | | | tools/bpftool: Add `link detach` subcommand | Andrii Nakryiko | 2020-08-01 | 1 | -1/+36 | |
| | | * | | | | | | | | | | | selftests/bpf: Add link detach tests for cgroup, netns, and xdp bpf_links | Andrii Nakryiko | 2020-08-01 | 5 | -29/+73 | |
| | | * | | | | | | | | | | | libbpf: Add bpf_link detach APIs | Andrii Nakryiko | 2020-08-01 | 6 | -0/+25 | |
| | | * | | | | | | | | | | | bpf, selftests: Use single cgroup helpers for both test_sockmap/progs | John Fastabend | 2020-08-01 | 15 | -132/+43 | |
| | | * | | | | | | | | | | | libbpf: Fix register in PT_REGS MIPS macros | Jerry Crunchtime | 2020-07-31 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | libbpf: Make destructors more robust by handling ERR_PTR(err) cases | Andrii Nakryiko | 2020-07-31 | 3 | -8/+7 | |
| | | * | | | | | | | | | | | selftests/bpf: Omit nodad flag when adding addresses to loopback | Jakub Sitnicki | 2020-07-31 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | selftests/bpf: Don't destroy failed link | Andrii Nakryiko | 2020-07-31 | 1 | -14/+28 | |
| | | * | | | | | | | | | | | selftests/bpf: Add xdpdrv mode for test_xdp_redirect | Hangbin Liu | 2020-07-31 | 1 | -32/+52 | |
| | | * | | | | | | | | | | | selftests/bpf: Verify socket storage in cgroup/sock_{create, release} | Stanislav Fomichev | 2020-07-31 | 1 | -0/+19 | |
| | | * | | | | | | | | | | | selftests/bpf: Test bpf_iter buffer access with negative offset | Yonghong Song | 2020-07-31 | 2 | -0/+34 | |
| | | * | | | | | | | | | | | bpf, selftests: use :: 1 for localhost in tcp_server.py | John Fastabend | 2020-07-29 | 3 | -4/+4 | |
| | | * | | | | | | | | | | | selftests/bpf: Add new bpf_iter context structs to fix build on old kernels | Andrii Nakryiko | 2020-07-28 | 1 | -0/+18 | |
| | | * | | | | | | | | | | | bpf: Fix bpf_ringbuf_output() signature to return long | Andrii Nakryiko | 2020-07-28 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | tools, bpftool: Add LSM type to array of prog names | Quentin Monnet | 2020-07-27 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | tools, bpftool: Skip type probe if name is not found | Quentin Monnet | 2020-07-27 | 1 | -0/+8 | |
| | | * | | | | | | | | | | | selftests/bpf: Add BPF XDP link selftests | Andrii Nakryiko | 2020-07-25 | 2 | -0/+149 | |
| | | * | | | | | | | | | | | libbpf: Add support for BPF XDP link | Andrii Nakryiko | 2020-07-25 | 5 | -3/+21 | |
| | | * | | | | | | | | | | | selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingress | YiFei Zhu | 2020-07-25 | 3 | -27/+311 | |
| | | * | | | | | | | | | | | selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progs | YiFei Zhu | 2020-07-25 | 4 | -11/+99 | |
| | | * | | | | | | | | | | | selftests/bpf: Add test for CGROUP_STORAGE map on multiple attaches | YiFei Zhu | 2020-07-25 | 2 | -0/+191 | |
| | | * | | | | | | | | | | | selftests/bpf: Add get_stackid_cannot_attach | Song Liu | 2020-07-25 | 1 | -0/+91 | |
| | | * | | | | | | | | | | | selftests/bpf: Add callchain_stackid | Song Liu | 2020-07-25 | 2 | -0/+175 | |
| | | * | | | | | | | | | | | libbpf: Print hint when PERF_EVENT_IOC_SET_BPF returns -EPROTO | Song Liu | 2020-07-25 | 1 | -0/+3 | |
| | | * | | | | | | | | | | | selftests/bpf: Add a test for out of bound rdonly buf access | Yonghong Song | 2020-07-25 | 2 | -0/+57 | |
| | | * | | | | | | | | | | | selftests/bpf: Add a test for bpf sk_storage_map iterator | Yonghong Song | 2020-07-25 | 2 | -0/+106 | |
| | | * | | | | | | | | | | | selftests/bpf: Add test for bpf array map iterators | Yonghong Song | 2020-07-25 | 3 | -0/+247 | |
| | | * | | | | | | | | | | | selftests/bpf: Add test for bpf hash map iterators | Yonghong Song | 2020-07-25 | 3 | -0/+337 | |
| | | * | | | | | | | | | | | tools/bpftool: Add bpftool support for bpf map element iterator | Yonghong Song | 2020-07-25 | 3 | -7/+62 | |
| | | * | | | | | | | | | | | tools/libbpf: Add support for bpf map element iterator | Yonghong Song | 2020-07-25 | 4 | -3/+14 | |
| | | * | | | | | | | | | | | bpf: Implement bpf iterator for map elements | Yonghong Song | 2020-07-25 | 1 | -0/+7 | |
| | | * | | | | | | | | | | | selftests/bpf: Test BPF socket lookup and reuseport with connections | Jakub Sitnicki | 2020-07-25 | 1 | -1/+53 | |
| | | * | | | | | | | | | | | tools/bpftool: Strip BPF .o files before skeleton generation | Andrii Nakryiko | 2020-07-25 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | selftests: mlxsw: RED: Test offload of trapping on RED qevents | Petr Machata | 2020-08-03 | 2 | -6/+40 | |
| | * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-08-02 | 12 | -29/+129 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | selftests: mptcp: add test cases for mptcp join tests with syn cookies | Florian Westphal | 2020-07-31 | 1 | -2/+64 | |
| | * | | | | | | | | | | | | | selftests: mptcp: make 2nd net namespace use tcp syn cookies unconditionally | Florian Westphal | 2020-07-31 | 1 | -0/+47 | |
| | * | | | | | | | | | | | | | selftests: txtimestamp: add flag for timestamp validation tolerance. | Jian Yang | 2020-07-30 | 1 | -2/+8 | |
| | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-07-25 | 9 | -13/+23 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | vrf: Handle CONFIG_SYSCTL not set | David Ahern | 2020-07-23 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-07-22 | 30 | -116/+2849 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | bpftool: Use only nftw for file tree parsing | Tony Ambardar | 2020-07-21 | 2 | -59/+82 | |
| | | * | | | | | | | | | | | | bpf: Make btf_sock_ids global | Yonghong Song | 2020-07-21 | 1 | -0/+30 | |
| | | * | | | | | | | | | | | | bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.h | Yonghong Song | 2020-07-21 | 2 | -11/+32 | |
| | | * | | | | | | | | | | | | tools/bpf: Sync btf_ids.h to tools | Yonghong Song | 2020-07-21 | 2 | -1/+11 | |
| | | * | | | | | | | | | | | | samples/bpf, selftests/bpf: Use bpf_probe_read_kernel | Ilya Leoshkevich | 2020-07-21 | 6 | -8/+9 | |
| | | * | | | | | | | | | | | | selftests/bpf: Fix test_lwt_seg6local.sh hangs | Ilya Leoshkevich | 2020-07-21 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | tools/bpftool: Fix error handing in do_skeleton() | YueHaibing | 2020-07-21 | 1 | -1/+4 | |
