Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
d5274b3cd6a814ccb2f56d81ee87cbbf51bd4cf7
/
tools
/
lib
c1617fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
6a92ef0
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
91134d8
bpf: Test BPF_PROG_TYPE_SK_REUSEPORT
by Martin KaFai Lau
· 6 years ago
6bc8529
bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
by Martin KaFai Lau
· 6 years ago
1ba9828
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
7468212
bpf: btf: Change tools/lib/bpf/btf to LGPL
by Martin KaFai Lau
· 6 years ago
6534770d
tools: bpf: fix BTF code added twice to different trees
by Jakub Kicinski
· 6 years ago
89b1698
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
1ce6a9f
bpf: fix build error in libbpf with EXTRA_CFLAGS="-Wp, -D_FORTIFY_SOURCE=2 -O2"
by Thomas Richter
· 6 years ago
b611da4
perf build: Build error in libbpf missing initialization
by Thomas Richter
· 6 years ago
6d4b198
tools: libbpf: add bpf_object__find_program_by_title()
by Jakub Kicinski
· 6 years ago
1e96004
tools: libbpf: handle NULL program gracefully in bpf_program__nth_fd()
by Jakub Kicinski
· 6 years ago
38d5d3b
bpf: Introduce BPF_ANNOTATE_KV_PAIR
by Martin KaFai Lau
· 6 years ago
5b891af
bpf: Replace [u]int32_t and [u]int64_t in libbpf
by Martin KaFai Lau
· 6 years ago
b4b5bff
tools: libbpf: remove libelf-getphdrnum feature detection
by Jakub Kicinski
· 6 years ago
92b5712
bpf: btf: export btf types and name by offset from lib
by Okash Khawaja
· 6 years ago
26736eb
tools: libbpf: allow map reuse
by Jakub Kicinski
· 7 years ago
531b014
tools: bpf: make use of reallocarray
by Jakub Kicinski
· 7 years ago
8d13406
tools: libbpf: move library error code into a separate file
by Jakub Kicinski
· 7 years ago
07f2d4e
tools: libbpf: add extended attributes version of bpf_object__open()
by Jakub Kicinski
· 7 years ago
f83fb22
tools: libbpf: recognize offload neutral maps
by Jakub Kicinski
· 7 years ago
b60df2a
tools: libbpf: expose the prog type guessing from section name logic
by Jakub Kicinski
· 7 years ago
eac7d84
tools: libbpf: don't return '.text' as a program for multi-function programs
by Jakub Kicinski
· 7 years ago
9a94f27
tools: libbpf: restore the ability to load programs from .text section
by Jakub Kicinski
· 7 years ago
9aba361
tools: libbpf: allow setting ifindex for programs and maps
by Jakub Kicinski
· 7 years ago
d9b683d
tools: libbpf: add section names for missing program types
by Jakub Kicinski
· 7 years ago
5fb94e9
docs: Fix some broken references
by Mauro Carvalho Chehab
· 7 years ago
1c8c5a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
6bdd533
bpf: add selftest for lirc_mode2 type program
by Sean Young
· 7 years ago
72481f3
libbpf: Support guessing sendmsg{4,6} progs
by Andrey Ignatov
· 7 years ago
a493f5f
libbpf: Install btf.h with libbpf
by Andrey Ignatov
· 7 years ago
bd9c67a
Merge branch 'linus' into perf/core, to pick up fixes
by Ingo Molnar
· 7 years ago
90fed9c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
30687ad
tools/bpf: sync kernel header bpf.h and add bpf_task_fd_query in libbpf
by Yonghong Song
· 7 years ago
004d4b2
ipv6: sr: Add seg6local action End.BPF
by Mathieu Xhonneux
· 7 years ago
a1c8181
tools/lib/libbpf.c: fix string format to allow build on arm32
by Sirio Balmelli
· 7 years ago
61746db
bpf: btf: Add tests for the btf uapi changes
by Martin KaFai Lau
· 7 years ago
6f6e434
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
789e465
tools lib api fs tracing_path: Make tracing_events_path private
by Arnaldo Carvalho de Melo
· 7 years ago
7014e0e
tools lib api fs tracing_path: Introduce opendir() method
by Arnaldo Carvalho de Melo
· 7 years ago
40c3c0c
tools lib api fs tracing_path: Introduce get/put_events_file() helpers
by Arnaldo Carvalho de Melo
· 7 years ago
f0307a7
libbpf: add ifindex to enable offload support
by David Beckett
· 7 years ago
17c257e
tools lib api: Unexport 'tracing_path' variable
by Arnaldo Carvalho de Melo
· 7 years ago
00a6270
tools lib api: The tracing_mnt variable doesn't need to be global
by Arnaldo Carvalho de Melo
· 7 years ago
17387dd
tools: bpf: don't complain about no kernel version for networking code
by Jakub Kicinski
· 7 years ago
2eb57bb
tools: bpf: improve comments in libbpf.h
by Jakub Kicinski
· 7 years ago
d0cabbb
tools: bpf: move the event reading loop to libbpf
by Jakub Kicinski
· 7 years ago
3597683
tools: bpf: handle NULL return in bpf_prog_load_xattr()
by Jakub Kicinski
· 7 years ago
cd8b892
bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_ID
by Martin KaFai Lau
· 7 years ago
79741a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 7 years ago
494e31e
tools lib symbols: Introduce kallsyms__is_function()
by Arnaldo Carvalho de Melo
· 7 years ago
c749fa1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
16962b2
bpf: sockmap, add selftests
by John Fastabend
· 7 years ago
fbcf93e
bpf: btf: Clean up btf.h in uapi
by Martin KaFai Lau
· 7 years ago
878a4d3
libbpf: fixed build error for samples/bpf/
by Björn Töpel
· 7 years ago
8a138ae
bpf: btf: Add BTF support to libbpf
by Martin KaFai Lau
· 7 years ago
66f5a07
perf tools: Add '\n' at the end of parse-options error messages
by Ravi Bangoria
· 7 years ago
e14c93f
libbpf: Type functions for raw tracepoints
by Andrey Ignatov
· 7 years ago
81efee7
libbpf: Support guessing post_bind{4,6} progs
by Andrey Ignatov
· 7 years ago
5bb053b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
622adaf
selftests/bpf: Selftest for sys_connect hooks
by Andrey Ignatov
· 7 years ago
e50b0a6
selftests/bpf: Selftest for sys_bind hooks
by Andrey Ignatov
· 7 years ago
d7be143
libbpf: Support expected_attach_type at prog load
by Andrey Ignatov
· 7 years ago
a0fe3e5
libbpf: add bpf_raw_tracepoint_open helper
by Alexei Starovoitov
· 7 years ago
4c4c3c2
bpf: sockmap sample, add option to attach SK_MSG program
by John Fastabend
· 7 years ago
854e55a
objtool, perf: Fix GCC 8 -Wrestrict error
by Josh Poimboeuf
· 7 years ago
8af3136
Merge tag 'v4.16-rc4' into perf/core, to pick up fixes
by Ingo Molnar
· 7 years ago
b1a2ce8
tools/libbpf: Avoid possibly using uninitialized variable
by Jeremy Cline
· 7 years ago
c53b4bb
tools lib symbol: Skip non-address kallsyms line
by Jiri Olsa
· 7 years ago
d9c5f32
tools lib api fs: Add sysfs__read_xll function
by Jiri Olsa
· 7 years ago
6baddfc
tools lib api fs: Add filename__read_xll function
by Jiri Olsa
· 7 years ago
437a4db
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
e3d91b0
tools/libbpf: handle issues with bpf ELF objects containing .eh_frames
by Jesper Dangaard Brouer
· 7 years ago
077c066
tools/libbpf: improve the pr_debug statements to contain section numbers
by Jesper Dangaard Brouer
· 7 years ago
0badd33
libbpf: complete list of strings for guessing program type
by Quentin Monnet
· 7 years ago
a2e5790
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
0ade34c
lib: optimize cpumask_next_and()
by Clement Courbet
· 7 years ago
ad343a9
tools/lib/subcmd/pager.c: do not alias select() params
by Sergey Senozhatsky
· 7 years ago
6061a3d
libbpf: add missing SPDX-License-Identifier
by Eric Leblond
· 7 years ago
bbf48c1
libbpf: add error reporting in XDP
by Eric Leblond
· 7 years ago
949abbe
libbpf: add function to setup XDP
by Eric Leblond
· 7 years ago
dc2b9f1
tools: add netlink.h and if_link.h in tools uapi
by Eric Leblond
· 7 years ago
b2fe5fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
d777f8d
tools lib traceevent: Fix get_field_str() for dynamic strings
by Steven Rostedt (VMware)
· 7 years ago
806efae
tools lib traceevent: Fix missing break in FALSE case of pevent_filter_clear_trivial()
by Taeung Song
· 7 years ago
6d36ce2
tools lib traceevent: Add UL suffix to MISSING_EVENTS
by Michael Sartain
· 7 years ago
67dfc37
tools lib traceevent: Use asprintf when possible
by Federico Vaga
· 7 years ago
e877372
tools lib traceevent: Show contents (in hex) of data of unrecognized type records
by Steven Rostedt (VMware)
· 7 years ago
37db96b
tools lib traceevent: Handle new pointer processing of bprint strings
by Steven Rostedt (VMware)
· 7 years ago
38d70b7
tools lib traceevent: Simplify pointer print logic and fix %pF
by Steven Rostedt (VMware)
· 7 years ago
d634447
tools lib traceevent: Print value of unknown symbolic fields
by Jan Kiszka
· 7 years ago
3df76c9
tools lib traceevent: Show value of flags that have not been parsed
by Steven Rostedt (VMware)
· 7 years ago
952a99c
tools lib traceevent: Fix bad force_token escape sequence
by Michael Sartain
· 7 years ago
7110d80
libbpf: Makefile set specified permission mode
by Jesper Dangaard Brouer
· 7 years ago
63c8591
libbpf: cleanup Makefile, remove unused elements
by Jesper Dangaard Brouer
· 7 years ago
7d386c6
libbpf: install the header file libbpf.h
by Jesper Dangaard Brouer
· 7 years ago
d77be68
libbpf: fix string comparison for guessing eBPF program type
by Quentin Monnet
· 7 years ago
7d9890e
libbpf: Fix build errors.
by David Miller
· 7 years ago
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
Next »