Age | Commit message (Expand) | Author | Files | Lines |
2017-11-11 | bpf: Revert bpf_overrid_function() helper changes. | David S. Miller | 2 | -8/+2 |
2017-11-11 | tools: bpftool: optionally show filenames of pinned objects | Prashant Bhole | 6 | -8/+25 |
2017-11-11 | tools: bpftool: show filenames of pinned objects | Prashant Bhole | 5 | -0/+152 |
2017-11-11 | tools: bpftool: open pinned object without type check | Prashant Bhole | 2 | -2/+14 |
2017-11-11 | samples/bpf: add a test for bpf_override_return | Josef Bacik | 2 | -2/+8 |
2017-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 28 | -14/+50 |
2017-11-05 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 27 | -16/+50 |
2017-11-05 | selftests/bpf: add a test for device cgroup controller | Roman Gushchin | 3 | -2/+155 |
2017-11-05 | bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/ | Roman Gushchin | 3 | -1/+196 |
2017-11-05 | bpf, cgroup: implement eBPF-based device controller for cgroup v2 | Roman Gushchin | 1 | -0/+15 |
2017-11-05 | tools: bpftool: move p_err() and p_info() from main.h to common.c | Quentin Monnet | 2 | -31/+34 |
2017-11-05 | bpftool: print program device bound info | Jakub Kicinski | 2 | -0/+38 |
2017-11-04 | tools/headers: Synchronize kernel ABI headers | Ingo Molnar | 25 | -13/+33 |
2017-11-04 | objtool: Resync objtool's instruction decoder source code copy with the kerne... | Josh Poimboeuf | 1 | -0/+1 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 975 | -1/+979 |
2017-11-03 | Merge branch 'linus' into perf/urgent, to pick up dependent commits | Ingo Molnar | 979 | -15/+1089 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 974 | -0/+974 |
2017-11-02 | Merge tag 'linux-kselftest-4.14-rc7' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+5 |
2017-11-02 | tools: bpf: handle long path in jit disasm | Prashant Bhole | 2 | -2/+4 |
2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with a license | Greg Kroah-Hartman | 12 | -0/+12 |
2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with no lic... | Greg Kroah-Hartman | 39 | -0/+39 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 923 | -0/+923 |
2017-11-02 | bpf: add test cases to bpf selftests to cover all meta tests | Daniel Borkmann | 1 | -0/+442 |
2017-11-02 | bpf: minor cleanups after merge | Daniel Borkmann | 1 | -72/+72 |
2017-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -4/+3 |
2017-11-01 | selftests/bpf: remove useless bpf_trace_printk | Alexei Starovoitov | 2 | -5/+0 |
2017-11-01 | bpf: remove SK_REDIRECT from UAPI | John Fastabend | 1 | -2/+1 |
2017-11-01 | tc-testing: better test case file error reporting | Brenda J. Butler | 1 | -9/+14 |
2017-11-01 | tc-testing: better check if thing is list | Brenda J. Butler | 1 | -1/+1 |
2017-11-01 | tc-testing: correction to docstring in get_unique_item | Brenda J. Butler | 1 | -1/+1 |
2017-11-01 | tc-testing: split config file | Brenda J. Butler | 2 | -0/+37 |
2017-11-01 | tc-testing: gitignore, ignore standard python artifacts | Brenda J. Butler | 1 | -0/+1 |
2017-11-01 | tc-testing: very simple example test cases | Brenda J. Butler | 3 | -2/+80 |
2017-10-31 | selftests: lib.mk: print individual test results to console by default | Shuah Khan | 1 | -1/+5 |
2017-10-31 | tc-testing: fix arg to ip command: -s -> -n | Brenda J. Butler | 1 | -2/+2 |
2017-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 14 | -23/+150 |
2017-10-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 5 | -7/+104 |
2017-10-29 | selftests: Introduce a new test case to tc testsuite | Chris Mi | 3 | -5/+40 |
2017-10-29 | selftests: Introduce a new script to generate tc batch file | Chris Mi | 1 | -0/+62 |
2017-10-29 | tools: bpftool: add bash completion for bpftool | Quentin Monnet | 2 | -0/+357 |
2017-10-29 | bpf: rename sk_actions to align with bpf infrastructure | John Fastabend | 1 | -2/+2 |
2017-10-28 | Merge tag 'kbuild-fixes-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -4/+4 |
2017-10-27 | perf tools: Unwind properly location after REJECT | Jiri Olsa | 1 | -2/+6 |
2017-10-26 | tools: bpftool: try to mount bpffs if required for pinning objects | Quentin Monnet | 2 | -8/+65 |
2017-10-25 | perf symbols: Fix memory corruption because of zero length symbols | Ravi Bangoria | 1 | -1/+11 |
2017-10-24 | tools: bpftool: update documentation for --json and --pretty usage | Quentin Monnet | 7 | -6/+88 |
2017-10-24 | tools: bpftool: add cosmetic changes for the manual pages | Quentin Monnet | 3 | -23/+26 |
2017-10-24 | tools: bpftool: provide JSON output for all possible commands | Quentin Monnet | 3 | -6/+47 |
2017-10-24 | tools: bpftool: turn err() and info() macros into functions | Quentin Monnet | 5 | -91/+126 |
2017-10-24 | tools: bpftool: add JSON output for `bpftool batch file FILE` command | Quentin Monnet | 1 | -0/+20 |