| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'libnvdimm-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-10-25 | 4 | -25/+12 |
|\ |
|
| * | tools/testing/nvdimm: Populate dirty shutdown data | Dan Williams | 2018-10-17 | 3 | -1/+11 |
| * | acpi, nfit: Collect shutdown status | Dan Williams | 2018-10-17 | 2 | -24/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-10-24 | 92 | -1080/+9120 |
|\ \ |
|
| * | | tc-tests: test denial of 'goto chain' for exceed traffic in police.json | Davide Caratti | 2018-10-22 | 1 | -0/+24 |
| * | | tc-tests: test denial of 'goto chain' on 'random' traffic in gact.json | Davide Caratti | 2018-10-22 | 1 | -0/+24 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-10-21 | 39 | -318/+1379 |
| |\ \ |
|
| | * | | tools: bpftool: fix completion for "bpftool map update" | Quentin Monnet | 2018-10-21 | 1 | -1/+1 |
| | * | | tools: bpftool: print nb of cmds to stdout (not stderr) for batch mode | Quentin Monnet | 2018-10-21 | 1 | -1/+2 |
| | * | | tools: bpftool: document restriction on '.' in names to pin in bpffs | Quentin Monnet | 2018-10-21 | 2 | -3/+9 |
| | * | | selftests/bpf: fix return value comparison for tests in test_libbpf.sh | Quentin Monnet | 2018-10-20 | 1 | -1/+1 |
| | * | | bpf, libbpf: simplify and cleanup perf ring buffer walk | Daniel Borkmann | 2018-10-20 | 4 | -52/+47 |
| | * | | bpf, verifier: fix register type dump in xadd and st | Daniel Borkmann | 2018-10-20 | 1 | -5/+5 |
| | * | | bpf: test_sockmap add options to use msg_push_data | John Fastabend | 2018-10-20 | 2 | -26/+129 |
| | * | | bpf: libbpf support for msg_push_data | John Fastabend | 2018-10-20 | 2 | -1/+21 |
| | * | | bpf: add tests for direct packet access from CGROUP_SKB | Song Liu | 2018-10-19 | 1 | -0/+171 |
| | * | | bpf, libbpf: use correct barriers in perf ring buffer walk | Daniel Borkmann | 2018-10-19 | 1 | -6/+4 |
| | * | | tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpers | Daniel Borkmann | 2018-10-19 | 9 | -12/+250 |
| | * | | selftests/bpf: add missing executables to .gitignore | Anders Roxell | 2018-10-19 | 1 | -0/+2 |
| | * | | selftests/bpf: add test cases for queue and stack maps | Mauricio Vasquez B | 2018-10-19 | 9 | -1/+313 |
| | * | | Sync uapi/bpf.h to tools/include | Mauricio Vasquez B | 2018-10-19 | 1 | -1/+29 |
| | * | | tools: bpftool: use 4 context mode for the NFP disasm | Jakub Kicinski | 2018-10-18 | 4 | -9/+20 |
| | * | | selftests/bpf: fix file resource leak in load_kallsyms | Peng Hao | 2018-10-18 | 1 | -0/+1 |
| | * | | bpf: fix doc of bpf_skb_adjust_room() in uapi | Nicolas Dichtel | 2018-10-17 | 1 | -1/+1 |
| | * | | bpf: sockmap, add msg_peek tests to test_sockmap | John Fastabend | 2018-10-17 | 1 | -52/+115 |
| | * | | libbpf: Per-symbol visibility for DSO | Andrey Ignatov | 2018-10-16 | 4 | -148/+179 |
| | * | | bpf, tls: add tls header to tools infrastructure | Daniel Borkmann | 2018-10-16 | 2 | -5/+86 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-10-21 | 14 | -45/+123 |
| |\ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-10-19 | 1 | -4/+9 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-10-15 | 21 | -255/+1326 |
| |\ \ \ \ |
|
| | * | | | | tools: bpftool: add map create command | Jakub Kicinski | 2018-10-15 | 6 | -6/+183 |
| | * | | | | bpf: bpftool, add flag to allow non-compat map definitions | John Fastabend | 2018-10-15 | 8 | -13/+37 |
| | * | | | | bpf: bpftool, add support for attaching programs to maps | John Fastabend | 2018-10-15 | 4 | -3/+128 |
| | * | | | | bpf: add tls support for testing in test_sockmap | John Fastabend | 2018-10-15 | 1 | -0/+89 |
| | * | | | | selftests: bpf: install script with_addr.sh | Anders Roxell | 2018-10-11 | 1 | -0/+2 |
| | * | | | | selftests: bpf: add config fragment LWTUNNEL | Anders Roxell | 2018-10-11 | 1 | -0/+1 |
| | * | | | | bpftool: Allow add linker flags via EXTRA_LDFLAGS variable | Jiri Olsa | 2018-10-11 | 1 | -1/+4 |
| | * | | | | bpftool: Allow to add compiler flags via EXTRA_CFLAGS variable | Jiri Olsa | 2018-10-11 | 1 | -0/+4 |
| | * | | | | tools/bpf: use proper type and uapi perf_event.h header for libbpf | Yonghong Song | 2018-10-09 | 2 | -5/+5 |
| | * | | | | selftests/bpf: add XDP selftests for modifying and popping VLAN headers | Jesper Dangaard Brouer | 2018-10-09 | 3 | -2/+491 |
| | * | | | | bpf: make TC vlan bpf_helpers avail to selftests | Jesper Dangaard Brouer | 2018-10-09 | 1 | -0/+4 |
| | * | | | | selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf prog | Prashant Bhole | 2018-10-09 | 1 | -1/+120 |
| | * | | | | selftests/bpf: test_verifier, change names of fixup maps | Prashant Bhole | 2018-10-09 | 1 | -190/+190 |
| | * | | | | tools/bpf: bpftool, print strerror when map lookup error occurs | Prashant Bhole | 2018-10-09 | 1 | -5/+24 |
| | * | | | | tools/bpf: bpftool, split the function do_dump() | Prashant Bhole | 2018-10-09 | 1 | -34/+49 |
| * | | | | | selftests: pmtu: Add optional traffic captures for single tests | Stefano Brivio | 2018-10-15 | 1 | -7/+53 |
| * | | | | | selftests: pmtu: Allow selection of single tests | Stefano Brivio | 2018-10-15 | 1 | -0/+21 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-10-12 | 7 | -7/+23 |
| |\ \ \ \ \ |
|
| * | | | | | | selftests: use posix-style redirection in ip_defrag.sh | Paolo Abeni | 2018-10-11 | 1 | -4/+4 |
| * | | | | | | selftests: mlxsw: qos_mc_aware: Make executable | Petr Machata | 2018-10-10 | 1 | -0/+0 |