index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
2016-12-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-7
/
+35
2016-12-20
tools lib bpf: Add bpf_prog_{attach,detach}
Joe Stringer
2
-0
/
+26
2016-12-18
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
1
-1
/
+1
2016-12-15
tools lib bpf: Add flags to bpf_create_map()
Joe Stringer
3
-3
/
+5
2016-12-15
tools lib bpf: use __u32 from linux/types.h
Joe Stringer
2
-4
/
+4
2016-12-11
make use of make variable CURDIR instead of calling pwd
Uwe Kleine-König
1
-1
/
+1
2016-11-29
tools lib bpf: Retrive bpf_map through offset of bpf_map_def
Wang Nan
2
-0
/
+20
2016-11-29
tools lib bpf: Add private field for bpf_object
Wang Nan
2
-0
/
+28
2016-11-29
tools lib bpf: Add missing BPF functions
Wang Nan
2
-0
/
+63
2016-11-25
tools lib bpf: Fix maps resolution
Eric Leblond
1
-44
/
+98
2016-07-26
tools lib bpf: Use official ELF e_machine value
Wang Nan
1
-1
/
+6
2016-07-14
tools lib bpf: Report error when kernel doesn't support program type
Wang Nan
2
-7
/
+21
2016-07-14
tools lib bpf: New API to adjust type of a BPF program
Wang Nan
2
-7
/
+55
2016-07-12
tools lib bpf: Copy bpf.h and bpf_common.h from the kernel
Arnaldo Carvalho de Melo
1
-1
/
+7
2016-07-05
tools lib bpf: Add license header
Wang Nan
4
-0
/
+52
2016-06-29
tools lib bpf: Fix spelling mistake: "missmatch" -> "mismatch"
Colin Ian King
2
-2
/
+2
2016-06-07
tools lib bpf: Rename set_private() to set_priv()
Arnaldo Carvalho de Melo
2
-9
/
+8
2016-06-07
tools lib bpf: Make bpf_program__get_private() use IS_ERR()
Arnaldo Carvalho de Melo
2
-5
/
+3
2016-06-07
tools lib bpf: Remove _get_ from non-refcount method names
Arnaldo Carvalho de Melo
2
-14
/
+8
2016-06-07
tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()
Arnaldo Carvalho de Melo
2
-6
/
+3
2016-06-07
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()
Arnaldo Carvalho de Melo
2
-7
/
+3
2016-06-07
tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()
Arnaldo Carvalho de Melo
2
-5
/
+3
2016-06-07
tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()
Arnaldo Carvalho de Melo
2
-8
/
+3
2016-01-26
perf bpf: Check relocation target section
Wang Nan
1
-12
/
+22
2016-01-12
perf bpf: Fix build breakage due to libbpf
Naveen N. Rao
1
-8
/
+8
2016-01-12
perf tools: Fix PowerPC native building
Wang Nan
1
-2
/
+2
2016-01-11
tools bpf: Add *.cmd files clean up
Jiri Olsa
1
-1
/
+1
2016-01-07
perf build: Use FEATURE-DUMP in bpf subproject
Jiri Olsa
1
-0
/
+4
2015-12-11
tools lib bpf: Fetch map names from correct strtab
Wang Nan
1
-2
/
+9
2015-12-11
tools lib bpf: Check return value of strdup when reading map names
Wang Nan
1
-4
/
+9
2015-11-28
tools lib bpf: Extract and collect map names from BPF object file
Wang Nan
2
-3
/
+65
2015-11-28
tools lib bpf: Collect map definition in bpf_object
Wang Nan
2
-60
/
+148
2015-11-26
bpf tools: Add helper function for updating bpf maps elements
He Kuang
2
-0
/
+16
2015-11-25
tools lib bpf: Don't do a feature check when cleaning
Wang Nan
1
-0
/
+10
2015-11-18
bpf tools: Load a program with different instances using preprocessor
Wang Nan
2
-9
/
+201
2015-11-06
bpf tools: Add new API bpf_object__get_kversion()
Wang Nan
2
-0
/
+9
2015-11-06
bpf tools: Improve libbpf error reporting
Wang Nan
2
-49
/
+130
2015-11-05
tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpf
Yunlong Song
2
-2
/
+2
2015-11-03
tools lib bpf: Fix compiler warning on CentOS 6
Namhyung Kim
2
-3
/
+3
2015-09-28
tools build: Build fixdep helper from perf and basic libs
Jiri Olsa
1
-1
/
+3
2015-09-28
tools build: Add Makefile.include
Jiri Olsa
1
-1
/
+1
2015-09-22
tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf
Arnaldo Carvalho de Melo
1
-0
/
+1
2015-09-22
tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usage
Arnaldo Carvalho de Melo
1
-2
/
+2
2015-08-31
bpf tools: New API to get name from a BPF object
Wang Nan
2
-4
/
+25
2015-08-07
bpf tools: Link all bpf objects onto a list
Wang Nan
2
-0
/
+39
2015-08-07
bpf tools: Introduce accessors for struct bpf_program
Wang Nan
2
-0
/
+96
2015-08-07
bpf tools: Load eBPF programs in object files into kernel
Wang Nan
1
-0
/
+90
2015-08-07
bpf tools: Introduce bpf_load_program() to bpf.c
Wang Nan
2
-0
/
+41
2015-08-07
bpf tools: Relocate eBPF programs
Wang Nan
1
-0
/
+52
2015-08-07
bpf tools: Create eBPF maps defined in an object file
Wang Nan
2
-0
/
+106
[next]