aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
Commit message (Expand)AuthorAge
...
* 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
* | tools lib bpf: Retrive bpf_map through offset of bpf_map_defWang Nan2016-11-29
* | tools lib bpf: Add private field for bpf_objectWang Nan2016-11-29
* | tools lib bpf: Add missing BPF functionsWang Nan2016-11-29
* | tools lib bpf: Fix maps resolutionEric Leblond2016-11-25
|/
* tools lib bpf: Use official ELF e_machine valueWang Nan2016-07-26
* tools lib bpf: Report error when kernel doesn't support program typeWang Nan2016-07-13
* tools lib bpf: New API to adjust type of a BPF programWang Nan2016-07-13
* tools lib bpf: Copy bpf.h and bpf_common.h from the kernelArnaldo Carvalho de Melo2016-07-12
* tools lib bpf: Add license headerWang Nan2016-07-04
* tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King2016-06-29
* tools lib bpf: Rename set_private() to set_priv()Arnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Make bpf_program__get_private() use IS_ERR()Arnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Remove _get_ from non-refcount method namesArnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()Arnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()Arnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()Arnaldo Carvalho de Melo2016-06-06
* tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()Arnaldo Carvalho de Melo2016-06-06
* perf bpf: Check relocation target sectionWang Nan2016-01-26
* perf bpf: Fix build breakage due to libbpfNaveen N. Rao2016-01-11
* perf tools: Fix PowerPC native buildingWang Nan2016-01-11
* tools bpf: Add *.cmd files clean upJiri Olsa2016-01-11
* perf build: Use FEATURE-DUMP in bpf subprojectJiri Olsa2016-01-06
* tools lib bpf: Fetch map names from correct strtabWang Nan2015-12-11
* tools lib bpf: Check return value of strdup when reading map namesWang Nan2015-12-11