Age | Commit message (Expand) | Author | Files | Lines |
2017-07-21 | bpf: allow to specify log level and reduce it for test_verifier | Daniel Borkmann | 2 | -3/+3 |
2017-06-06 | bpf: Test for bpf ID | Martin KaFai Lau | 2 | -0/+73 |
2017-05-11 | bpf: Add bpf_verify_program() to the library. | David S. Miller | 2 | -0/+26 |
2017-04-22 | bpf: Add sparc support to tools and samples. | David S. Miller | 1 | -0/+2 |
2017-04-01 | tools/lib/bpf: expose bpf_program__set_type() | Alexei Starovoitov | 2 | -2/+3 |
2017-04-01 | tools/lib/bpf: add support for BPF_PROG_TEST_RUN command | Alexei Starovoitov | 2 | -1/+27 |
2017-03-23 | bpf: Add tests for map-in-map | Martin KaFai Lau | 2 | -0/+19 |
2017-03-10 | scripts/spelling.txt: add "overide" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-02-28 | scripts/spelling.txt: add "overrided" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -15/+15 |
2017-02-20 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -29/+255 |
2017-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+5 |
2017-02-15 | bpf: Remove redundant ifdef | Mickaël Salaün | 1 | -9/+3 |
2017-02-13 | bpf: introduce BPF_F_ALLOW_OVERRIDE flag | Alexei Starovoitov | 2 | -2/+5 |
2017-02-10 | bpf: Remove bpf_sys.h from selftests | Mickaël Salaün | 1 | -0/+6 |
2017-02-10 | bpf: Use bpf_map_get_next_key() from the library | Mickaël Salaün | 2 | -2/+2 |
2017-02-10 | bpf: Use bpf_map_delete_elem() from the library | Mickaël Salaün | 2 | -2/+2 |
2017-02-10 | bpf: Use bpf_map_lookup_elem() from the library | Mickaël Salaün | 2 | -2/+2 |
2017-02-10 | bpf: Use bpf_map_update_elem() from the library | Mickaël Salaün | 2 | -2/+2 |
2017-02-10 | bpf: Use bpf_load_program() from the library | Mickaël Salaün | 2 | -5/+5 |
2017-02-08 | tools lib bpf: Add missing header to the library | Mickaël Salaün | 1 | -0/+1 |
2017-01-31 | tools lib bpf: Add bpf_object__pin() | Joe Stringer | 2 | -0/+54 |
2017-01-31 | tools lib bpf: Add bpf_map__pin() | Joe Stringer | 2 | -0/+23 |
2017-01-31 | tools lib bpf: Add BPF program pinning APIs | Joe Stringer | 2 | -0/+123 |
2017-01-26 | tools lib bpf: Add libbpf_get_error() | Joe Stringer | 2 | -1/+11 |
2017-01-26 | tools lib bpf: Add set/is helpers for all prog types | Joe Stringer | 2 | -0/+15 |
2017-01-26 | tools lib bpf: Define prog_type fns with macro | Joe Stringer | 1 | -25/+16 |
2017-01-26 | tools lib bpf: Fix map offsets in relocation | Joe Stringer | 1 | -3/+12 |
2016-12-24 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -7/+35 |
2016-12-20 | tools lib bpf: Add bpf_prog_{attach,detach} | Joe Stringer | 2 | -0/+26 |
2016-12-18 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -1/+1 |
2016-12-15 | tools lib bpf: Add flags to bpf_create_map() | Joe Stringer | 3 | -3/+5 |
2016-12-15 | tools lib bpf: use __u32 from linux/types.h | Joe Stringer | 2 | -4/+4 |
2016-12-11 | make use of make variable CURDIR instead of calling pwd | Uwe Kleine-König | 1 | -1/+1 |
2016-11-29 | tools lib bpf: Retrive bpf_map through offset of bpf_map_def | Wang Nan | 2 | -0/+20 |
2016-11-29 | tools lib bpf: Add private field for bpf_object | Wang Nan | 2 | -0/+28 |
2016-11-29 | tools lib bpf: Add missing BPF functions | Wang Nan | 2 | -0/+63 |
2016-11-25 | tools lib bpf: Fix maps resolution | Eric Leblond | 1 | -44/+98 |
2016-07-26 | tools lib bpf: Use official ELF e_machine value | Wang Nan | 1 | -1/+6 |
2016-07-14 | tools lib bpf: Report error when kernel doesn't support program type | Wang Nan | 2 | -7/+21 |
2016-07-14 | tools lib bpf: New API to adjust type of a BPF program | Wang Nan | 2 | -7/+55 |
2016-07-12 | tools lib bpf: Copy bpf.h and bpf_common.h from the kernel | Arnaldo Carvalho de Melo | 1 | -1/+7 |
2016-07-05 | tools lib bpf: Add license header | Wang Nan | 4 | -0/+52 |
2016-06-29 | tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch" | Colin Ian King | 2 | -2/+2 |
2016-06-07 | tools lib bpf: Rename set_private() to set_priv() | Arnaldo Carvalho de Melo | 2 | -9/+8 |
2016-06-07 | tools lib bpf: Make bpf_program__get_private() use IS_ERR() | Arnaldo Carvalho de Melo | 2 | -5/+3 |
2016-06-07 | tools lib bpf: Remove _get_ from non-refcount method names | Arnaldo Carvalho de Melo | 2 | -14/+8 |
2016-06-07 | tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd() | Arnaldo Carvalho de Melo | 2 | -6/+3 |
2016-06-07 | tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def() | Arnaldo Carvalho de Melo | 2 | -7/+3 |
2016-06-07 | tools lib bpf: Rename bpf_map__get_name() to bpf_map__name() | Arnaldo Carvalho de Melo | 2 | -5/+3 |