Sign in
android-kvm
/
linux
/
9ee1942cb3a8e1f9d413eaa34221d1a70ee13146
/
tools
/
lib
/
bpf
21567ed
libbpf: fix Makefile exit code if libelf not found
by Jakub Kicinski
· 7 years ago
48cca7e
libbpf: add support for bpf_call
by Alexei Starovoitov
· 7 years ago
fe4d44b
libbpf: prefer global symbols as bpf program name source
by Roman Gushchin
· 7 years ago
583c900
libbpf: add ability to guess program type based on section name
by Roman Gushchin
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
fe9b5f7
libbpf: use map_flags when creating maps
by Craig Gallek
· 7 years ago
b13c5c1
libbpf: parse maps sections of varying size
by Craig Gallek
· 7 years ago
5d0cbf9
libbpf: add support for BPF_PROG_QUERY
by Alexei Starovoitov
· 7 years ago
244d20e
libbpf: introduce bpf_prog_detach2()
by Alexei Starovoitov
· 7 years ago
88cda1c
bpf: libbpf: Provide basic API support to specify BPF obj name
by Martin KaFai Lau
· 7 years ago
aae3dbb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
464bc0f
bpf: convert sockmap field attach_bpf_fd2 to type
by John Fastabend
· 7 years ago
93da8b2
Merge branch 'linus' into perf/core, to pick up fixes
by Ingo Molnar
· 7 years ago
e2a7c34
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
49bf4b3
tools lib bpf: improve warning
by Eric Leblond
· 7 years ago
ad17d0e
bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_test
by Martin KaFai Lau
· 7 years ago
f15d5e6
tools lib bpf: Fix double file test in Makefile
by Daniel Díaz
· 7 years ago
6f6d33f
bpf: selftests add sockmap tests
by John Fastabend
· 7 years ago
69e8cc1
bpf: sockmap sample program
by John Fastabend
· 7 years ago
82119cb
Merge tag 'perf-core-for-mingo-4.14-20170801' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 7 years ago
3118e6e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
bad1926
bpf, s390: fix build for libbpf and selftest suite
by Daniel Borkmann
· 7 years ago
29fda25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
8255e1e
perf build: Clarify open-coded header version warning message
by Ingo Molnar
· 7 years ago
d777b2d
bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()
by Jakub Kicinski
· 7 years ago
eb54e52
bpf: install libbpf headers on 'make install'
by Jakub Kicinski
· 7 years ago
d655490
bpf: allow to specify log level and reduce it for test_verifier
by Daniel Borkmann
· 8 years ago
95b9afd
bpf: Test for bpf ID
by Martin KaFai Lau
· 8 years ago
91045f5
bpf: Add bpf_verify_program() to the library.
by David S. Miller
· 8 years ago
b0c4780
bpf: Add sparc support to tools and samples.
by David S. Miller
· 8 years ago
dd26b7f
tools/lib/bpf: expose bpf_program__set_type()
by Alexei Starovoitov
· 8 years ago
3084887
tools/lib/bpf: add support for BPF_PROG_TEST_RUN command
by Alexei Starovoitov
· 8 years ago
fb30d4b
bpf: Add tests for map-in-map
by Martin KaFai Lau
· 8 years ago
505d308
scripts/spelling.txt: add "overide" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
0367105
scripts/spelling.txt: add "overrided" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
3051bf3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
7f4eb0a
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
3f64116
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
cdc6a4b
bpf: Remove redundant ifdef
by Mickaël Salaün
· 8 years ago
7f67763
bpf: introduce BPF_F_ALLOW_OVERRIDE flag
by Alexei Starovoitov
· 8 years ago
702498a
bpf: Remove bpf_sys.h from selftests
by Mickaël Salaün
· 8 years ago
5f155c2
bpf: Use bpf_map_get_next_key() from the library
by Mickaël Salaün
· 8 years ago
e58383b
bpf: Use bpf_map_delete_elem() from the library
by Mickaël Salaün
· 8 years ago
e5ff7c4
bpf: Use bpf_map_lookup_elem() from the library
by Mickaël Salaün
· 8 years ago
10ecc72
bpf: Use bpf_map_update_elem() from the library
by Mickaël Salaün
· 8 years ago
2ee89fb
bpf: Use bpf_load_program() from the library
by Mickaël Salaün
· 8 years ago
7a5980f
tools lib bpf: Add missing header to the library
by Mickaël Salaün
· 8 years ago
d5148d8
tools lib bpf: Add bpf_object__pin()
by Joe Stringer
· 8 years ago
b6989f3
tools lib bpf: Add bpf_map__pin()
by Joe Stringer
· 8 years ago
f367540
tools lib bpf: Add BPF program pinning APIs
by Joe Stringer
· 8 years ago
e28ff1a
tools lib bpf: Add libbpf_get_error()
by Joe Stringer
· 8 years ago
7803ba7
tools lib bpf: Add set/is helpers for all prog types
by Joe Stringer
· 8 years ago
ed79407
tools lib bpf: Define prog_type fns with macro
by Joe Stringer
· 8 years ago
94e5ade
tools lib bpf: Fix map offsets in relocation
by Joe Stringer
· 8 years ago
00198da
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
5dc880d
tools lib bpf: Add bpf_prog_{attach,detach}
by Joe Stringer
· 8 years ago
41e0e24
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 8 years ago
a5580c7
tools lib bpf: Add flags to bpf_create_map()
by Joe Stringer
· 8 years ago
83d994d
tools lib bpf: use __u32 from linux/types.h
by Joe Stringer
· 8 years ago
e19b7ce
make use of make variable CURDIR instead of calling pwd
by Uwe Kleine-König
· 8 years ago
5a6acad1
tools lib bpf: Retrive bpf_map through offset of bpf_map_def
by Wang Nan
· 8 years ago
10931d2
tools lib bpf: Add private field for bpf_object
by Wang Nan
· 8 years ago
9742da0
tools lib bpf: Add missing BPF functions
by Wang Nan
· 8 years ago
4708bbd
tools lib bpf: Fix maps resolution
by Eric Leblond
· 8 years ago
9b16137
tools lib bpf: Use official ELF e_machine value
by Wang Nan
· 9 years ago
705fa21
tools lib bpf: Report error when kernel doesn't support program type
by Wang Nan
· 9 years ago
5f44e4c8
tools lib bpf: New API to adjust type of a BPF program
by Wang Nan
· 9 years ago
971e827
tools lib bpf: Copy bpf.h and bpf_common.h from the kernel
by Arnaldo Carvalho de Melo
· 9 years ago
203d1ca
tools lib bpf: Add license header
by Wang Nan
· 9 years ago
de8a63b
tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"
by Colin Ian King
· 9 years ago
edb13ed
tools lib bpf: Rename set_private() to set_priv()
by Arnaldo Carvalho de Melo
· 9 years ago
be834ff
tools lib bpf: Make bpf_program__get_private() use IS_ERR()
by Arnaldo Carvalho de Melo
· 9 years ago
a7fe045
tools lib bpf: Remove _get_ from non-refcount method names
by Arnaldo Carvalho de Melo
· 9 years ago
6e009e65
tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()
by Arnaldo Carvalho de Melo
· 9 years ago
53897a7
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()
by Arnaldo Carvalho de Melo
· 9 years ago
009ad5d
tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()
by Arnaldo Carvalho de Melo
· 9 years ago
b4cbfa5
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()
by Arnaldo Carvalho de Melo
· 9 years ago
666810e
perf bpf: Check relocation target section
by Wang Nan
· 9 years ago
d5ef314
perf bpf: Fix build breakage due to libbpf
by Naveen N. Rao
· 9 years ago
8f9e05f
perf tools: Fix PowerPC native building
by Wang Nan
· 9 years ago
22992a3
tools bpf: Add *.cmd files clean up
by Jiri Olsa
· 9 years ago
5868360
perf build: Use FEATURE-DUMP in bpf subproject
by Jiri Olsa
· 9 years ago
77ba9a5
tools lib bpf: Fetch map names from correct strtab
by Wang Nan
· 9 years ago
973170e
tools lib bpf: Check return value of strdup when reading map names
by Wang Nan
· 9 years ago
561bbcc
tools lib bpf: Extract and collect map names from BPF object file
by Wang Nan
· 9 years ago
9d759a9
tools lib bpf: Collect map definition in bpf_object
by Wang Nan
· 9 years ago
43798bf
bpf tools: Add helper function for updating bpf maps elements
by He Kuang
· 9 years ago
d8ad6a1
tools lib bpf: Don't do a feature check when cleaning
by Wang Nan
· 9 years ago
b580563
bpf tools: Load a program with different instances using preprocessor
by Wang Nan
· 9 years ago
45825d8
bpf tools: Add new API bpf_object__get_kversion()
by Wang Nan
· 9 years ago
6371ca3b
bpf tools: Improve libbpf error reporting
by Wang Nan
· 9 years ago
0c77c04
tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpf
by Yunlong Song
· 9 years ago
715f8db
tools lib bpf: Fix compiler warning on CentOS 6
by Namhyung Kim
· 9 years ago
7c422f5
tools build: Build fixdep helper from perf and basic libs
by Jiri Olsa
· 9 years ago
ab6201d
tools build: Add Makefile.include
by Jiri Olsa
· 9 years ago
65f041b
tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf
by Arnaldo Carvalho de Melo
· 9 years ago
20517cd
tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usage
by Arnaldo Carvalho de Melo
· 9 years ago
acf860a
bpf tools: New API to get name from a BPF object
by Wang Nan
· 9 years ago
9a208ef
bpf tools: Link all bpf objects onto a list
by Wang Nan
· 10 years ago
Next »