| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-01 | libbpf: Use .so dynamic symbols for abi check |  Yauheni Kaliuta | 1 | -2/+2 |
| 2020-06-01 | libbpf: Install headers as part of make install |  Nikolay Borisov | 1 | -1/+1 |
| 2020-06-01 | libbpf: Add API to consume the perf ring buffer content |  Eelco Chaudron | 3 | -0/+21 |
| 2020-06-01 | tools, bpftool: Print correct error message when failing to load BTF |  Tobias Klauser | 1 | -1/+1 |
| 2020-06-01 | tools, bpftool: Make capability check account for new BPF caps |  Quentin Monnet | 1 | -19/+66 |
| 2020-06-01 | tools, bpftool: Clean subcommand help messages |  Quentin Monnet | 11 | -76/+64 |
| 2020-06-01 | selftests: mlxsw: Add test for control packets |  Ido Schimmel | 2 | -0/+711 |
| 2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  David S. Miller | 3 | -15/+54 |
| 2020-05-31 | Merge tag 'x86-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+1 |
| 2020-05-30 | selftests: forwarding: pedit_dsfield: Check counter value |  Petr Machata | 1 | -1/+6 |
| 2020-05-30 | selftests: forwarding: mirror_lib: Use mausezahn |  Petr Machata | 1 | -4/+2 |
| 2020-05-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf |  David S. Miller | 1 | -14/+32 |
| 2020-05-29 | bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit ones |  John Fastabend | 1 | -0/+22 |
| 2020-05-29 | bpf, selftests: Verifier bounds tests need to be updated |  John Fastabend | 1 | -14/+10 |
| 2020-05-28 | selftests: Add torture tests to nexthop tests |  David Ahern | 1 | -2/+113 |
| 2020-05-27 | net: add large ecmp group nexthop tests |  Stephen Worley | 1 | -2/+82 |
| 2020-05-27 | net/sched: fix infinite loop in sch_fq_pie |  Davide Caratti | 1 | -0/+21 |
| 2020-05-26 | mlxsw: spectrum: Reduce priority of locally delivered packets |  Ido Schimmel | 1 | -1/+1 |
| 2020-05-26 | x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long" |  Andy Lutomirski | 1 | -1/+1 |
| 2020-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  David S. Miller | 11 | -5/+241 |
| 2020-05-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Linus Torvalds | 5 | -3/+26 |
| 2020-05-23 | selftests/vm/write_to_hugetlbfs.c: fix unused variable warning |  John Hubbard | 1 | -2/+0 |
| 2020-05-23 | selftests/vm/.gitignore: add mremap_dontunmap |  John Hubbard | 1 | -0/+1 |
| 2020-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 31 | -731/+947 |
| 2020-05-23 | selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.sh |  Alan Maguire | 1 | -0/+1 |
| 2020-05-23 | selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o |  Alan Maguire | 1 | -0/+1 |
| 2020-05-23 | selftests/bpf: Add general instructions for test execution |  Alan Maguire | 1 | -0/+2 |
| 2020-05-22 | selftests: mlxsw: qos_mc_aware: Specify arping timeout as an integer |  Amit Cohen | 1 | -1/+1 |
| 2020-05-22 | selftests: netdevsim: Always initialize 'RET' variable |  Ido Schimmel | 1 | -0/+4 |
| 2020-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf |  David S. Miller | 2 | -1/+20 |
| 2020-05-22 | selftests: net: add fdb nexthop tests |  Roopa Prabhu | 1 | -2/+158 |
| 2020-05-21 | bpf: Selftests, add printk to test_sk_lookup_kern to encode null ptr check |  John Fastabend | 1 | -0/+1 |
| 2020-05-21 | bpf: Selftests, verifier case for non null pointer map value branch |  John Fastabend | 1 | -0/+19 |
| 2020-05-21 | bpf: Selftests, verifier case for non null pointer check branch taken |  John Fastabend | 1 | -0/+33 |
| 2020-05-20 | wireguard: selftests: use newer iproute2 for gcc-10 |  Jason A. Donenfeld | 1 | -1/+1 |
| 2020-05-20 | bpf: Prevent mmap()'ing read-only maps as writable |  Andrii Nakryiko | 2 | -1/+20 |
| 2020-05-19 | selftests/bpf: Convert bpf_iter_test_kern{3, 4}.c to define own bpf_iter_meta |  Andrii Nakryiko | 2 | -0/+30 |
| 2020-05-19 | selftest/bpf: Make bpf_iter selftest compilable against old vmlinux.h |  Andrii Nakryiko | 6 | -0/+98 |
| 2020-05-19 | tools/bpf: sync bpf.h |  Alexei Starovoitov | 1 | -3/+3 |
| 2020-05-19 | bpf, testing: Add get{peer, sock}name selftests to test_progs |  Daniel Borkmann | 5 | -33/+215 |
| 2020-05-19 | bpf, bpftool: Enable get{peer, sock}name attach types |  Daniel Borkmann | 6 | -15/+30 |
| 2020-05-19 | bpf, libbpf: Enable get{peer, sock}name attach types |  Daniel Borkmann | 1 | -0/+8 |
| 2020-05-19 | bpf: Add get{peer, sock}name attach types for sock_addr |  Daniel Borkmann | 1 | -0/+4 |
| 2020-05-17 | selftests: Drop 'pref medium' in route checks |  David Ahern | 1 | -2/+2 |
| 2020-05-16 | selftests: mlxsw: Do not hard code trap group name |  Ido Schimmel | 7 | -72/+43 |
| 2020-05-16 | selftests: devlink_lib: Remove double blank line |  Ido Schimmel | 1 | -1/+0 |
| 2020-05-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 4 | -0/+214 |
| 2020-05-16 | bpf: Selftests, add ktls tests to test_sockmap |  John Fastabend | 1 | -26/+44 |
| 2020-05-16 | bpf: Selftests, add blacklist to test_sockmap |  John Fastabend | 1 | -2/+31 |
| 2020-05-16 | bpf: Selftests, add whitelist option to test_sockmap |  John Fastabend | 1 | -1/+30 |