summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | selftests/bpf: Add new bpf_iter context structs to fix build on old kernelsAndrii Nakryiko2020-07-281-0/+18
| | | * | bpf: Fix bpf_ringbuf_output() signature to return longAndrii Nakryiko2020-07-281-1/+1
| | | * | tools, bpftool: Add LSM type to array of prog namesQuentin Monnet2020-07-271-0/+1
| | | * | tools, bpftool: Skip type probe if name is not foundQuentin Monnet2020-07-271-0/+8
| | | * | selftests/bpf: Add BPF XDP link selftestsAndrii Nakryiko2020-07-252-0/+149
| | | * | libbpf: Add support for BPF XDP linkAndrii Nakryiko2020-07-255-3/+21
| | | * | selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingressYiFei Zhu2020-07-253-27/+311
| | | * | selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progsYiFei Zhu2020-07-254-11/+99
| | | * | selftests/bpf: Add test for CGROUP_STORAGE map on multiple attachesYiFei Zhu2020-07-252-0/+191
| | | * | selftests/bpf: Add get_stackid_cannot_attachSong Liu2020-07-251-0/+91
| | | * | selftests/bpf: Add callchain_stackidSong Liu2020-07-252-0/+175
| | | * | libbpf: Print hint when PERF_EVENT_IOC_SET_BPF returns -EPROTOSong Liu2020-07-251-0/+3
| | | * | selftests/bpf: Add a test for out of bound rdonly buf accessYonghong Song2020-07-252-0/+57
| | | * | selftests/bpf: Add a test for bpf sk_storage_map iteratorYonghong Song2020-07-252-0/+106
| | | * | selftests/bpf: Add test for bpf array map iteratorsYonghong Song2020-07-253-0/+247
| | | * | selftests/bpf: Add test for bpf hash map iteratorsYonghong Song2020-07-253-0/+337
| | | * | tools/bpftool: Add bpftool support for bpf map element iteratorYonghong Song2020-07-253-7/+62
| | | * | tools/libbpf: Add support for bpf map element iteratorYonghong Song2020-07-254-3/+14
| | | * | bpf: Implement bpf iterator for map elementsYonghong Song2020-07-251-0/+7
| | | * | selftests/bpf: Test BPF socket lookup and reuseport with connectionsJakub Sitnicki2020-07-251-1/+53
| | | * | tools/bpftool: Strip BPF .o files before skeleton generationAndrii Nakryiko2020-07-251-1/+2
| | * | | selftests: mlxsw: RED: Test offload of trapping on RED qeventsPetr Machata2020-08-032-6/+40
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-0212-29/+129
| | |\ \ \
| | * | | | selftests: mptcp: add test cases for mptcp join tests with syn cookiesFlorian Westphal2020-07-311-2/+64
| | * | | | selftests: mptcp: make 2nd net namespace use tcp syn cookies unconditionallyFlorian Westphal2020-07-311-0/+47
| | * | | | selftests: txtimestamp: add flag for timestamp validation tolerance.Jian Yang2020-07-301-2/+8
| | | |/ / | | |/| |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-259-13/+23
| | |\ \ \
| | * | | | vrf: Handle CONFIG_SYSCTL not setDavid Ahern2020-07-231-0/+6
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-2230-116/+2849
| | |\ \ \ \
| | | * | | | bpftool: Use only nftw for file tree parsingTony Ambardar2020-07-212-59/+82
| | | * | | | bpf: Make btf_sock_ids globalYonghong Song2020-07-211-0/+30
| | | * | | | bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.hYonghong Song2020-07-212-11/+32
| | | * | | | tools/bpf: Sync btf_ids.h to toolsYonghong Song2020-07-212-1/+11
| | | * | | | samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich2020-07-216-8/+9
| | | * | | | selftests/bpf: Fix test_lwt_seg6local.sh hangsIlya Leoshkevich2020-07-211-1/+1
| | | * | | | tools/bpftool: Fix error handing in do_skeleton()YueHaibing2020-07-211-1/+4
| | | * | | | libbpf bpf_helpers: Use __builtin_offsetof for offsetofIan Rogers2020-07-211-1/+1
| | | * | | | selftests: bpf: test_kmod.sh: Fix running out of srctreeIlya Leoshkevich2020-07-211-3/+9
| | | * | | | selftests/bpf: Tests for BPF_SK_LOOKUP attach pointJakub Sitnicki2020-07-174-23/+1960
| | | * | | | selftests/bpf: Add verifier tests for bpf_sk_lookup context accessJakub Sitnicki2020-07-171-0/+492
| | | * | | | tools/bpftool: Add name mappings for SK_LOOKUP prog and attach typeJakub Sitnicki2020-07-174-3/+5
| | | * | | | libbpf: Add support for SK_LOOKUP program typeJakub Sitnicki2020-07-174-0/+10
| | | * | | | bpf: Sync linux/bpf.h to tools/Jakub Sitnicki2020-07-171-0/+77
| | | * | | | bpf: Drop duplicated words in uapi helper commentsRandy Dunlap2020-07-161-3/+3
| | | * | | | selftests/bpf: Fix possible hang in sockopt_inheritStanislav Fomichev2020-07-161-2/+1
| | | * | | | selftest: Add tests for XDP programs in CPUMAP entriesLorenzo Bianconi2020-07-162-0/+106
| | | * | | | libbpf: Add SEC name for xdp programs attached to CPUMAPLorenzo Bianconi2020-07-161-0/+2
| | | * | | | bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi2020-07-161-0/+5
| | | * | | | cpumap: Formalize map value as a named structLorenzo Bianconi2020-07-161-0/+9
| | * | | | | tc-testing: Add tdc to kselftestsBriana Oursler2020-07-205-4/+13