index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+3
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2018-07-27
tools: libbpf: add bpf_object__find_program_by_title()
Jakub Kicinski
1
-0
/
+3
2018-07-25
bpf: Replace [u]int32_t and [u]int64_t in libbpf
Martin KaFai Lau
1
-2
/
+2
2018-07-11
tools: libbpf: allow map reuse
Jakub Kicinski
1
-0
/
+1
2018-07-11
tools: libbpf: add extended attributes version of bpf_object__open()
Jakub Kicinski
1
-0
/
+6
2018-07-11
tools: libbpf: recognize offload neutral maps
Jakub Kicinski
1
-0
/
+1
2018-07-11
tools: libbpf: expose the prog type guessing from section name logic
Jakub Kicinski
1
-0
/
+3
2018-07-01
tools: libbpf: allow setting ifindex for programs and maps
Jakub Kicinski
1
-0
/
+2
2018-05-23
bpf: btf: Add tests for the btf uapi changes
Martin KaFai Lau
1
-2
/
+2
2018-05-17
libbpf: add ifindex to enable offload support
David Beckett
1
-0
/
+1
2018-05-11
tools: bpf: improve comments in libbpf.h
Jakub Kicinski
1
-24
/
+24
2018-05-11
tools: bpf: move the event reading loop to libbpf
Jakub Kicinski
1
-0
/
+13
2018-04-25
bpf: sockmap, add selftests
John Fastabend
1
-0
/
+2
2018-04-19
bpf: btf: Add BTF support to libbpf
Martin KaFai Lau
1
-0
/
+3
2018-04-18
libbpf: Type functions for raw tracepoints
Andrey Ignatov
1
-0
/
+2
2018-03-31
libbpf: Support expected_attach_type at prog load
Andrey Ignatov
1
-0
/
+8
2018-02-02
libbpf: add missing SPDX-License-Identifier
Eric Leblond
1
-0
/
+2
2018-02-02
libbpf: add function to setup XDP
Eric Leblond
1
-0
/
+4
2017-10-05
libbpf: use map_flags when creating maps
Craig Gallek
1
-0
/
+1
2017-08-16
bpf: selftests add sockmap tests
John Fastabend
1
-0
/
+2
2017-04-01
tools/lib/bpf: expose bpf_program__set_type()
Alexei Starovoitov
1
-0
/
+2
2017-01-31
tools lib bpf: Add bpf_object__pin()
Joe Stringer
1
-0
/
+1
2017-01-31
tools lib bpf: Add bpf_map__pin()
Joe Stringer
1
-0
/
+1
2017-01-31
tools lib bpf: Add BPF program pinning APIs
Joe Stringer
1
-0
/
+3
2017-01-26
tools lib bpf: Add libbpf_get_error()
Joe Stringer
1
-1
/
+3
2017-01-26
tools lib bpf: Add set/is helpers for all prog types
Joe Stringer
1
-0
/
+10
2016-11-29
tools lib bpf: Retrive bpf_map through offset of bpf_map_def
Wang Nan
1
-0
/
+8
2016-11-29
tools lib bpf: Add private field for bpf_object
Wang Nan
1
-0
/
+5
2016-07-13
tools lib bpf: Report error when kernel doesn't support program type
Wang Nan
1
-0
/
+1
2016-07-13
tools lib bpf: New API to adjust type of a BPF program
Wang Nan
1
-0
/
+9
2016-07-04
tools lib bpf: Add license header
Wang Nan
1
-0
/
+13
2016-06-29
tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"
Colin Ian King
1
-1
/
+1
2016-06-06
tools lib bpf: Rename set_private() to set_priv()
Arnaldo Carvalho de Melo
1
-4
/
+4
2016-06-06
tools lib bpf: Make bpf_program__get_private() use IS_ERR()
Arnaldo Carvalho de Melo
1
-2
/
+1
2016-06-06
tools lib bpf: Remove _get_ from non-refcount method names
Arnaldo Carvalho de Melo
1
-3
/
+3
2016-06-06
tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-06-06
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-06-06
tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-06-06
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-11-27
tools lib bpf: Extract and collect map names from BPF object file
Wang Nan
1
-0
/
+3
2015-11-27
tools lib bpf: Collect map definition in bpf_object
Wang Nan
1
-0
/
+21
2015-11-18
bpf tools: Load a program with different instances using preprocessor
Wang Nan
1
-0
/
+64
2015-11-06
bpf tools: Add new API bpf_object__get_kversion()
Wang Nan
1
-0
/
+1
2015-11-06
bpf tools: Improve libbpf error reporting
Wang Nan
1
-0
/
+20
2015-11-03
tools lib bpf: Fix compiler warning on CentOS 6
Namhyung Kim
1
-1
/
+1
2015-08-31
bpf tools: New API to get name from a BPF object
Wang Nan
1
-1
/
+3
2015-08-07
bpf tools: Link all bpf objects onto a list
Wang Nan
1
-0
/
+7
2015-08-07
bpf tools: Introduce accessors for struct bpf_program
Wang Nan
1
-0
/
+24
2015-08-07
bpf tools: Create eBPF maps defined in an object file
Wang Nan
1
-0
/
+4
[next]