Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | crypto: tool: getstat: convert user space example to the new crypto_user_stat... | Corentin Labbe | 2018-12-07 | 1 | -27/+27 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-12-27 | 110 | -1208/+14204 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | bpf: fix segfault in test_verifier selftest | Daniel Borkmann | 2018-12-21 | 1 | -1/+2 | |
| * | | | | | | | | | selftests: net: reuseport_addr_any: silence clang warning | Peter Oskolkov | 2018-12-21 | 1 | -0/+10 | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-12-21 | 36 | -513/+1348 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | bpf: sk_msg, fix sk_msg_md access past end test | John Fastabend | 2018-12-20 | 1 | -1/+1 | |
| | * | | | | | | | | | selftests: bpf: add missing executables to .gitignore | Jakub Kicinski | 2018-12-20 | 1 | -0/+1 | |
| | * | | | | | | | | | selftests: bpf: verifier: add tests for JSET interpretation | Jakub Kicinski | 2018-12-20 | 1 | -0/+96 | |
| | * | | | | | | | | | selftests: bpf: add trivial JSET tests | Jakub Kicinski | 2018-12-20 | 1 | -31/+178 | |
| | * | | | | | | | | | bpf: Add BPF_LD_IMM64 to the line_info test | Martin KaFai Lau | 2018-12-20 | 1 | -0/+27 | |
| | * | | | | | | | | | tools: bpftool: do not force gcc as CC | Ivan Babrou | 2018-12-19 | 1 | -2/+0 | |
| | * | | | | | | | | | bpf: sk_msg, add tests for size field | John Fastabend | 2018-12-19 | 1 | -3/+13 | |
| | * | | | | | | | | | bpf: add tools lib/include support sk_msg_md size field | John Fastabend | 2018-12-19 | 1 | -0/+1 | |
| | * | | | | | | | | | bpf: correct slot_type marking logic to allow more stack slot sharing | Jiong Wang | 2018-12-18 | 1 | -2/+32 | |
| | * | | | | | | | | | tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs | Quentin Monnet | 2018-12-18 | 7 | -2/+31 | |
| | * | | | | | | | | | tools: bpftool: attempt to mount tracefs if required for tracelog cmd | Quentin Monnet | 2018-12-18 | 3 | -12/+35 | |
| | * | | | | | | | | | tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btf | Yonghong Song | 2018-12-18 | 1 | -5/+5 | |
| | * | | | | | | | | | bpf: libbpf: fix memleak by freeing line_info | Prashant Bhole | 2018-12-18 | 1 | -0/+1 | |
| | * | | | | | | | | | tools: bpftool: support pretty print with kind_flag set | Yonghong Song | 2018-12-18 | 1 | -9/+27 | |
| | * | | | | | | | | | tools: bpftool: refactor btf_dumper_int_bits() | Yonghong Song | 2018-12-18 | 1 | -6/+19 | |
| | * | | | | | | | | | tools/bpf: test kernel bpffs map pretty print with struct kind_flag | Yonghong Song | 2018-12-18 | 1 | -14/+154 | |
| | * | | | | | | | | | tools/bpf: add test_btf unit tests for kind_flag | Yonghong Song | 2018-12-18 | 1 | -2/+494 | |
| | * | | | | | | | | | tools/bpf: sync btf.h header from kernel to tools | Yonghong Song | 2018-12-18 | 1 | -2/+18 | |
| | * | | | | | | | | | bpf: remove useless version check for prog load | Daniel Borkmann | 2018-12-17 | 1 | -1/+9 | |
| | * | | | | | | | | | tools: bpftool: fix -Wmissing declaration warnings | Quentin Monnet | 2018-12-15 | 4 | -9/+12 | |
| | * | | | | | | | | | tools: bpftool: fix warning on struct bpf_prog_linfo definition | Quentin Monnet | 2018-12-15 | 1 | -1/+1 | |
| | * | | | | | | | | | tools: bpftool: add a prog array map update example to documentation | Quentin Monnet | 2018-12-15 | 1 | -0/+55 | |
| | * | | | | | | | | | tools: bpftool: fix examples in documentation for bpftool prog | Quentin Monnet | 2018-12-15 | 1 | -45/+53 | |
| | * | | | | | | | | | tools: bpftool: add doc for -m option to bpftool-prog.rst | Quentin Monnet | 2018-12-15 | 1 | -0/+3 | |
| | * | | | | | | | | | bpf: improve stacksafe state comparison | Alexei Starovoitov | 2018-12-15 | 1 | -0/+22 | |
| | * | | | | | | | | | selftests/bpf: check insn processed in test_verifier | Alexei Starovoitov | 2018-12-15 | 1 | -1/+14 | |
| | * | | | | | | | | | selftests/bpf: Fix sk lookup usage in test_sock_addr | Andrey Ignatov | 2018-12-13 | 2 | -4/+8 | |
| | * | | | | | | | | | bpf: sync tools/include/uapi/linux/bpf.h | Song Liu | 2018-12-13 | 1 | -0/+2 | |
| | * | | | | | | | | | bpf: Remove !func_info and !line_info check from test_btf and bpftool | Martin KaFai Lau | 2018-12-13 | 3 | -19/+1 | |
| | * | | | | | | | | | tools: bpftool: dual license all files | Jakub Kicinski | 2018-12-13 | 10 | -7/+10 | |
| | * | | | | | | | | | tools: bpftool: replace Netronome boilerplate with SPDX license headers | Jakub Kicinski | 2018-12-13 | 10 | -330/+15 | |
| | * | | | | | | | | | tools: bpftool: fix SPDX format in headers | Jakub Kicinski | 2018-12-13 | 3 | -3/+3 | |
| | * | | | | | | | | | selftests/bpf: add btf annotations for cgroup_local_storage maps | Roman Gushchin | 2018-12-13 | 1 | -0/+6 | |
| | * | | | | | | | | | selftests/bpf: use __bpf_constant_htons in test_prog.c | Stanislav Fomichev | 2018-12-13 | 1 | -4/+4 | |
| * | | | | | | | | | | selftests: add txtimestamp kselftest | Willem de Bruijn | 2018-12-21 | 5 | -28/+173 | |
| * | | | | | | | | | | selftests: expand txtimestamp with ipv6 dgram + raw and pf_packet | Willem de Bruijn | 2018-12-21 | 1 | -43/+146 | |
| * | | | | | | | | | | selftests: expand txtimestamp with cmsg support | Willem de Bruijn | 2018-12-21 | 1 | -14/+53 | |
| * | | | | | | | | | | selftests: rtnetlink: Add a test case for multipath route get | Ido Schimmel | 2018-12-21 | 1 | -0/+15 | |
| * | | | | | | | | | | selftests: forwarding: Add router test with VID 1 | Ido Schimmel | 2018-12-21 | 1 | -0/+135 | |
| * | | | | | | | | | | selftests: mlxsw: Adjust test regarding VID 1 | Ido Schimmel | 2018-12-21 | 1 | -5/+8 | |
| * | | | | | | | | | | selftests: mlxsw: Add a test case for L3 VNI | Ido Schimmel | 2018-12-21 | 1 | -0/+60 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-12-20 | 11 | -27/+173 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | selftests: net: refactor reuseport_addr_any test | Peter Oskolkov | 2018-12-20 | 1 | -83/+38 | |
| * | | | | | | | | | | | selftests: rtnetlink.sh: add testcase for neigh get | Roopa Prabhu | 2018-12-19 | 1 | -0/+54 | |
| * | | | | | | | | | | | selftests: mlxsw: Add rtnetlink tests | Ido Schimmel | 2018-12-19 | 1 | -0/+392 |