| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-11-15 | 66 | -1355/+9779 |
|\ |
|
| * | bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics change | Yonghong Song | 2017-11-14 | 1 | -19/+112 |
| * | bpf: Revert bpf_overrid_function() helper changes. | David S. Miller | 2017-11-11 | 2 | -8/+2 |
| * | tools: bpftool: optionally show filenames of pinned objects | Prashant Bhole | 2017-11-11 | 6 | -8/+25 |
| * | tools: bpftool: show filenames of pinned objects | Prashant Bhole | 2017-11-11 | 5 | -0/+152 |
| * | tools: bpftool: open pinned object without type check | Prashant Bhole | 2017-11-11 | 2 | -2/+14 |
| * | samples/bpf: add a test for bpf_override_return | Josef Bacik | 2017-11-11 | 2 | -2/+8 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-10 | 28 | -14/+50 |
| |\ |
|
| * | | selftests/bpf: add a test for device cgroup controller | Roman Gushchin | 2017-11-05 | 3 | -2/+155 |
| * | | bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/ | Roman Gushchin | 2017-11-05 | 3 | -1/+196 |
| * | | bpf, cgroup: implement eBPF-based device controller for cgroup v2 | Roman Gushchin | 2017-11-05 | 1 | -0/+15 |
| * | | tools: bpftool: move p_err() and p_info() from main.h to common.c | Quentin Monnet | 2017-11-05 | 2 | -31/+34 |
| * | | bpftool: print program device bound info | Jakub Kicinski | 2017-11-05 | 2 | -0/+38 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 975 | -1/+979 |
| |\ \ |
|
| * | | | tools: bpf: handle long path in jit disasm | Prashant Bhole | 2017-11-02 | 2 | -2/+4 |
| * | | | bpf: add test cases to bpf selftests to cover all meta tests | Daniel Borkmann | 2017-11-02 | 1 | -0/+442 |
| * | | | bpf: minor cleanups after merge | Daniel Borkmann | 2017-11-02 | 1 | -72/+72 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-02 | 2 | -4/+3 |
| |\ \ \ |
|
| * | | | | selftests/bpf: remove useless bpf_trace_printk | Alexei Starovoitov | 2017-11-01 | 2 | -5/+0 |
| * | | | | tc-testing: better test case file error reporting | Brenda J. Butler | 2017-11-01 | 1 | -9/+14 |
| * | | | | tc-testing: better check if thing is list | Brenda J. Butler | 2017-11-01 | 1 | -1/+1 |
| * | | | | tc-testing: correction to docstring in get_unique_item | Brenda J. Butler | 2017-11-01 | 1 | -1/+1 |
| * | | | | tc-testing: split config file | Brenda J. Butler | 2017-11-01 | 2 | -0/+37 |
| * | | | | tc-testing: gitignore, ignore standard python artifacts | Brenda J. Butler | 2017-11-01 | 1 | -0/+1 |
| * | | | | tc-testing: very simple example test cases | Brenda J. Butler | 2017-11-01 | 3 | -2/+80 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-30 | 14 | -23/+150 |
| |\ \ \ \ |
|
| * | | | | | tools: bpftool: add bash completion for bpftool | Quentin Monnet | 2017-10-29 | 2 | -0/+357 |
| * | | | | | tools: bpftool: try to mount bpffs if required for pinning objects | Quentin Monnet | 2017-10-26 | 2 | -8/+65 |
| * | | | | | tools: bpftool: update documentation for --json and --pretty usage | Quentin Monnet | 2017-10-24 | 7 | -6/+88 |
| * | | | | | tools: bpftool: add cosmetic changes for the manual pages | Quentin Monnet | 2017-10-24 | 3 | -23/+26 |
| * | | | | | tools: bpftool: provide JSON output for all possible commands | Quentin Monnet | 2017-10-24 | 3 | -6/+47 |
| * | | | | | tools: bpftool: turn err() and info() macros into functions | Quentin Monnet | 2017-10-24 | 5 | -91/+126 |
| * | | | | | tools: bpftool: add JSON output for `bpftool batch file FILE` command | Quentin Monnet | 2017-10-24 | 1 | -0/+20 |
| * | | | | | tools: bpftool: add JSON output for `bpftool map *` commands | Quentin Monnet | 2017-10-24 | 1 | -20/+129 |
| * | | | | | tools: bpftool: add JSON output for `bpftool prog dump xlated *` command | Quentin Monnet | 2017-10-24 | 5 | -2/+89 |
| * | | | | | tools: bpftool: add JSON output for `bpftool prog dump jited *` command | Quentin Monnet | 2017-10-24 | 1 | -6/+80 |
| * | | | | | tools: bpftool: add JSON output for `bpftool prog show *` command | Quentin Monnet | 2017-10-24 | 1 | -32/+107 |
| * | | | | | tools: bpftool: introduce --json and --pretty options | Quentin Monnet | 2017-10-24 | 2 | -3/+35 |
| * | | | | | tools: bpftool: add option parsing to bpftool, --help and --version | Quentin Monnet | 2017-10-24 | 4 | -1/+50 |
| * | | | | | tools: bpftool: copy JSON writer from iproute2 repository | Quentin Monnet | 2017-10-24 | 2 | -0/+418 |
| * | | | | | selftests/bpf: fix broken build of test_maps | Alexei Starovoitov | 2017-10-23 | 2 | -11/+57 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-22 | 14 | -47/+603 |
| |\ \ \ \ \ |
|
| * | | | | | | bpf: Adding helper function bpf_getsockops | Lawrence Brakmo | 2017-10-22 | 1 | -0/+3 |
| * | | | | | | tools: bpftool: add a command to display bpftool version | Quentin Monnet | 2017-10-22 | 2 | -1/+15 |
| * | | | | | | tools: bpftool: show that `opcodes` or `file FILE` should be exclusive | Quentin Monnet | 2017-10-22 | 2 | -6/+6 |
| * | | | | | | tools: bpftool: print all relevant byte opcodes for "load double word" | Quentin Monnet | 2017-10-22 | 1 | -3/+12 |
| * | | | | | | tools: bpftool: print only one error message on byte parsing failure | Quentin Monnet | 2017-10-22 | 1 | -1/+1 |
| * | | | | | | tools: bpftool: add `bpftool prog help` as real command i.r.t exit code | Quentin Monnet | 2017-10-22 | 1 | -0/+1 |
| * | | | | | | tools: bpftool: use err() instead of info() if there are too many insns | Quentin Monnet | 2017-10-22 | 1 | -1/+1 |
| * | | | | | | tools: bpftool: fix return value when all eBPF programs have been shown | Quentin Monnet | 2017-10-22 | 1 | -1/+3 |