index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-28
perf build: Build error in libbpf missing initialization
Thomas Richter
1
-1
/
+1
2018-07-25
bpf: Introduce BPF_ANNOTATE_KV_PAIR
Martin KaFai Lau
3
-39
/
+45
2018-07-25
bpf: Replace [u]int32_t and [u]int64_t in libbpf
Martin KaFai Lau
4
-30
/
+28
2018-05-30
bpf: add selftest for lirc_mode2 type program
Sean Young
1
-0
/
+1
2018-05-28
libbpf: Support guessing sendmsg{4,6} progs
Andrey Ignatov
1
-0
/
+2
2018-05-28
libbpf: Install btf.h with libbpf
Andrey Ignatov
1
-0
/
+1
2018-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-30
/
+56
2018-05-25
tools/bpf: sync kernel header bpf.h and add bpf_task_fd_query in libbpf
Yonghong Song
2
-0
/
+26
2018-05-24
ipv6: sr: Add seg6local action End.BPF
Mathieu Xhonneux
1
-0
/
+1
2018-05-23
tools/lib/libbpf.c: fix string format to allow build on arm32
Sirio Balmelli
1
-4
/
+4
2018-05-23
bpf: btf: Add tests for the btf uapi changes
Martin KaFai Lau
5
-26
/
+25
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-05-17
libbpf: add ifindex to enable offload support
David Beckett
4
-3
/
+20
2018-05-11
tools: bpf: don't complain about no kernel version for networking code
Jakub Kicinski
1
-7
/
+39
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
3
-1
/
+75
2018-05-11
tools: bpf: handle NULL return in bpf_prog_load_xattr()
Jakub Kicinski
1
-1
/
+1
2018-05-09
bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_ID
Martin KaFai Lau
2
-0
/
+11
2018-04-25
bpf: sockmap, add selftests
John Fastabend
2
-2
/
+4
2018-04-23
bpf: btf: Clean up btf.h in uapi
Martin KaFai Lau
1
-1
/
+1
2018-04-20
libbpf: fixed build error for samples/bpf/
Björn Töpel
1
-0
/
+1
2018-04-19
bpf: btf: Add BTF support to libbpf
Martin KaFai Lau
7
-31
/
+626
2018-04-18
libbpf: Type functions for raw tracepoints
Andrey Ignatov
2
-0
/
+4
2018-04-18
libbpf: Support guessing post_bind{4,6} progs
Andrey Ignatov
1
-0
/
+6
2018-03-31
selftests/bpf: Selftest for sys_connect hooks
Andrey Ignatov
1
-0
/
+2
2018-03-31
selftests/bpf: Selftest for sys_bind hooks
Andrey Ignatov
1
-0
/
+6
2018-03-31
libbpf: Support expected_attach_type at prog load
Andrey Ignatov
4
-46
/
+128
2018-03-28
libbpf: add bpf_raw_tracepoint_open helper
Alexei Starovoitov
2
-0
/
+12
2018-03-19
bpf: sockmap sample, add option to attach SK_MSG program
John Fastabend
1
-0
/
+1
2018-02-20
tools/libbpf: Avoid possibly using uninitialized variable
Jeremy Cline
1
-2
/
+3
2018-02-09
tools/libbpf: handle issues with bpf ELF objects containing .eh_frames
Jesper Dangaard Brouer
1
-0
/
+26
2018-02-09
tools/libbpf: improve the pr_debug statements to contain section numbers
Jesper Dangaard Brouer
1
-12
/
+13
2018-02-08
libbpf: complete list of strings for guessing program type
Quentin Monnet
1
-0
/
+5
2018-02-03
libbpf: add missing SPDX-License-Identifier
Eric Leblond
4
-0
/
+8
2018-02-03
libbpf: add error reporting in XDP
Eric Leblond
4
-1
/
+271
2018-02-03
libbpf: add function to setup XDP
Eric Leblond
3
-0
/
+128
2018-02-03
tools: add netlink.h and if_link.h in tools uapi
Eric Leblond
1
-0
/
+6
2018-01-17
libbpf: Makefile set specified permission mode
Jesper Dangaard Brouer
1
-1
/
+1
2018-01-17
libbpf: cleanup Makefile, remove unused elements
Jesper Dangaard Brouer
1
-13
/
+2
2018-01-17
libbpf: install the header file libbpf.h
Jesper Dangaard Brouer
1
-1
/
+2
2018-01-17
libbpf: fix string comparison for guessing eBPF program type
Quentin Monnet
1
-1
/
+1
2017-12-20
libbpf: Fix build errors.
David Miller
1
-2
/
+3
2017-12-17
libbpf: fix Makefile exit code if libelf not found
Jakub Kicinski
1
-2
/
+2
2017-12-17
libbpf: add support for bpf_call
Alexei Starovoitov
2
-44
/
+128
2017-12-14
libbpf: prefer global symbols as bpf program name source
Roman Gushchin
1
-0
/
+2
2017-12-14
libbpf: add ability to guess program type based on section name
Roman Gushchin
1
-0
/
+51
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-06
libbpf: use map_flags when creating maps
Craig Gallek
2
-1
/
+2
2017-10-06
libbpf: parse maps sections of varying size
Craig Gallek
1
-29
/
+41
[next]