summaryrefslogtreecommitdiff
path: root/tools/lib/bpf
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-06
|\
| * bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-28
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-21
| |\
| * | bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau2017-08-19
| * | bpf: selftests add sockmap testsJohn Fastabend2017-08-16
| * | bpf: sockmap sample programJohn Fastabend2017-08-16
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-09
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-01
| |\ \ \
| * | | | bpf: install libbpf headers on 'make install'Jakub Kicinski2017-07-26
* | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-08-24
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | tools lib bpf: improve warningEric Leblond2017-08-20
| | |_|/ | |/| |
* | | | tools lib bpf: Fix double file test in MakefileDaniel Díaz2017-08-17
* | | | Merge tag 'perf-core-for-mingo-4.14-20170801' of git://git.kernel.org/pub/scm...Ingo Molnar2017-08-10
|\ \ \ \ | |/ / / |/| | |
| * | | perf build: Clarify open-coded header version warning messageIngo Molnar2017-07-31
| |/ /
* | | bpf, s390: fix build for libbpf and selftest suiteDaniel Borkmann2017-08-04
| |/ |/|
* | bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski2017-07-26
|/
* bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2017-07-20
* bpf: Test for bpf IDMartin KaFai Lau2017-06-06
* bpf: Add bpf_verify_program() to the library.David S. Miller2017-05-11
* bpf: Add sparc support to tools and samples.David S. Miller2017-04-22
* tools/lib/bpf: expose bpf_program__set_type()Alexei Starovoitov2017-04-01
* tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-01
* bpf: Add tests for map-in-mapMartin KaFai Lau2017-03-22
* scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada2017-03-09
* scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada2017-02-27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-22
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-16
| |\
| * | bpf: Remove redundant ifdefMickaël Salaün2017-02-15
| * | bpf: Remove bpf_sys.h from selftestsMickaël Salaün2017-02-10
| * | bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2017-02-10
| * | bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2017-02-10
| * | bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2017-02-10
| * | bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2017-02-10
| * | bpf: Use bpf_load_program() from the libraryMickaël Salaün2017-02-10
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-20
|\ \ \ | |_|/ |/| |
| * | tools lib bpf: Add missing header to the libraryMickaël Salaün2017-02-08
| * | tools lib bpf: Add bpf_object__pin()Joe Stringer2017-01-31
| * | tools lib bpf: Add bpf_map__pin()Joe Stringer2017-01-31
| * | tools lib bpf: Add BPF program pinning APIsJoe Stringer2017-01-31
| * | tools lib bpf: Add libbpf_get_error()Joe Stringer2017-01-26
| * | tools lib bpf: Add set/is helpers for all prog typesJoe Stringer2017-01-26
| * | tools lib bpf: Define prog_type fns with macroJoe Stringer2017-01-26
| * | tools lib bpf: Fix map offsets in relocationJoe Stringer2017-01-26
| |/
* | bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-12
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-23
|\
| * tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer2016-12-20
| * tools lib bpf: Add flags to bpf_create_map()Joe Stringer2016-12-15
| * tools lib bpf: use __u32 from linux/types.hJoe Stringer2016-12-15
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-17
|\ \ | |/ |/|
| * make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-11