Age | Commit message (Expand) | Author | Files | Lines |
2017-02-15 | bpf: Rebuild bpf.o for any dependency update | Mickaël Salaün | 1 | -2/+13 |
2017-02-15 | bpf: Remove redundant ifdef | Mickaël Salaün | 1 | -9/+3 |
2017-02-10 | bpf: Add test_tag to .gitignore | Mickaël Salaün | 1 | -0/+1 |
2017-02-10 | bpf: Remove bpf_sys.h from selftests | Mickaël Salaün | 7 | -34/+9 |
2017-02-10 | bpf: Use bpf_create_map() from the library | Mickaël Salaün | 6 | -30/+15 |
2017-02-10 | bpf: Use bpf_map_get_next_key() from the library | Mickaël Salaün | 5 | -31/+20 |
2017-02-10 | bpf: Use bpf_map_delete_elem() from the library | Mickaël Salaün | 5 | -26/+16 |
2017-02-10 | bpf: Use bpf_map_lookup_elem() from the library | Mickaël Salaün | 6 | -50/+39 |
2017-02-10 | bpf: Use bpf_map_update_elem() from the library | Mickaël Salaün | 6 | -91/+99 |
2017-02-10 | bpf: Use bpf_load_program() from the library | Mickaël Salaün | 6 | -32/+17 |
2017-02-10 | bpf: Always test unprivileged programs | Mickaël Salaün | 2 | -6/+64 |
2017-02-10 | bpf: Change the include directory for selftest | Mickaël Salaün | 1 | -1/+1 |
2017-02-10 | tools: Sync {,tools/}include/uapi/linux/bpf.h | Mickaël Salaün | 1 | -1/+22 |
2017-02-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-02-06 | bpf: enable verifier to add 0 to packet ptr | William Tu | 1 | -0/+23 |
2017-02-06 | bpf: test for AND edge cases | Josef Bacik | 1 | -0/+55 |
2017-02-02 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -70/+115 |
2017-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -26/+27 |
2017-01-25 | bpf: use prefix_len in test_tag when reading fdinfo | Daniel Borkmann | 1 | -1/+1 |
2017-01-25 | lib, traceevent: add PRINT_HEX_STR variant | Daniel Borkmann | 4 | -3/+34 |
2017-01-24 | bpf: enable verifier to better track const alu ops | Daniel Borkmann | 1 | -0/+82 |
2017-01-24 | bpf: add prog tag test case to bpf selftests | Daniel Borkmann | 2 | -2/+204 |
2017-01-23 | bpf: Add tests for the lpm trie map | David Herrmann | 3 | -2/+361 |
2017-01-22 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -2/+15 |
2017-01-21 | Merge tag 'powerpc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2017-01-19 | tools/virtio/ringtest: tweaks for s390 | Halil Pasic | 1 | -0/+12 |
2017-01-19 | tools/virtio/ringtest: fix run-on-all.sh for offline cpus | Halil Pasic | 1 | -2/+3 |
2017-01-19 | objtool: Fix IRET's opcode | Jiri Slaby | 1 | -1/+1 |
2017-01-18 | selftest/powerpc: Wrong PMC initialized in pmc56_overflow test | Madhavan Srinivasan | 1 | -1/+1 |
2017-01-17 | bpf: Fix test_lru_sanity5() in test_lru_map.c | Martin KaFai Lau | 1 | -26/+27 |
2017-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 9 | -45/+107 |
2017-01-17 | Merge tag 'perf-urgent-for-mingo-4.10-20170117' of git://git.kernel.org/pub/s... | Ingo Molnar | 3 | -41/+72 |
2017-01-16 | perf probe: Fix to probe on gcc generated functions in modules | Masami Hiramatsu | 3 | -18/+37 |
2017-01-16 | perf probe: Add error checks to offline probe post-processing | Masami Hiramatsu | 1 | -17/+33 |
2017-01-16 | perf probe: Fix to show correct locations for events on modules | Masami Hiramatsu | 1 | -7/+3 |
2017-01-15 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 9 | -45/+107 |
2017-01-12 | tools: psock_lib: harden socket filter used by psock tests | Sowmini Varadhan | 1 | -7/+32 |
2017-01-12 | bpf: allow b/h/w/dw access for bpf's cb in ctx | Daniel Borkmann | 1 | -3/+439 |
2017-01-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -5/+4 |
2017-01-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+0 |
2017-01-10 | mm: get rid of __GFP_OTHER_NODE | Michal Hocko | 1 | -1/+0 |
2017-01-09 | bpf: allow helpers access to variable memory | Gianluca Borello | 1 | -0/+410 |
2017-01-09 | bpf: allow adjusted map element values to spill | Gianluca Borello | 1 | -0/+46 |
2017-01-09 | bpf: allow helpers access to map element values | Gianluca Borello | 1 | -0/+491 |
2017-01-05 | selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration" | Colin King | 1 | -1/+1 |
2017-01-05 | selftests: do not require bash to run netsocktests testcase | Rolf Eike Beer | 1 | -1/+1 |
2017-01-05 | selftests: do not require bash to run bpf tests | Rolf Eike Beer | 1 | -1/+1 |
2017-01-05 | selftests: do not require bash for the generated test | Rolf Eike Beer | 1 | -1/+1 |
2017-01-05 | tools: psock_tpacket: block Rx until socket filter has been added and socket ... | Sowmini Varadhan | 1 | -3/+3 |