Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_system_bpf
/
c3a640db9499f37592a1e31f70185df67327c68c
c3a640d
introduce isBpfSupported() helper
by Maciej Żenczykowski
· 5 years ago
8bd5f39
fix getBpfSupportLevel() cache wrt. multi-threading
by Maciej Żenczykowski
· 5 years ago
61588e0
Merge "make getBpfSupportLevel() cached"
by Maciej Żenczykowski
· 5 years ago
fd90bc8
make getBpfSupportLevel() cached
by Maciej Żenczykowski
· 5 years ago
43d2538
More missing calls to Result::ok() in libbpf_android tests
by Bernie Innocenti
· 5 years ago
2cc5aeb
Merge "Drop base:: in front of ErrnoErrorf"
by Tom Cherry
· 5 years ago
4a480c0
Merge "Convert system/bpf to Result::ok()"
by Treehugger Robot
· 5 years ago
5953dee
Convert system/bpf to Result::ok()
by Bernie Innocenti
· 5 years ago
51b7123
bpfloader - add dependency on offload.o
by Maciej Żenczykowski
· 5 years ago
a7146db
Drop base:: in front of ErrnoErrorf
by Tom Cherry
· 5 years ago
089fb87
Merge "Set /proc/sys/net/core/bpf_jit_{enable,kallsyms} to 1"
by Maciej Żenczykowski
· 6 years ago
ef2dc8e
Merge changes from topic "b129773125"
by Maciej Żenczykowski
· 6 years ago
7ddcfb5
Merge "BpfMapTest.cpp - construct BpfMap from type/size/flags and not from fd"
by Treehugger Robot
· 6 years ago
4f65739
make BpfMap.reset() harder to use
by Maciej Żenczykowski
· 6 years ago
cd5c302
BpfLoadTest.cpp - construct BpfMap from path not fd
by Maciej Żenczykowski
· 6 years ago
dfd941f
BpfMap - add pinned path based constructors
by Maciej Żenczykowski
· 6 years ago
7c9a984
BpfMapTest.cpp - construct BpfMap from type/size/flags and not from fd
by Maciej Żenczykowski
· 6 years ago
a391148
Set /proc/sys/net/core/bpf_jit_{enable,kallsyms} to 1
by Maciej Żenczykowski
· 6 years ago
083c077
Merge "bpfloader - bump memlock rlimit to 1GiB"
by Treehugger Robot
· 6 years ago
730a386
refactor bpf_map_def into a single header file
by Maciej Żenczykowski
· 6 years ago
e1deaec
bpfloader - bump memlock rlimit to 1GiB
by Maciej Żenczykowski
· 6 years ago
3c057e6
Revert "Grant IPC_LOCK capability to bpfloader"
by Maciej Żenczykowski
· 6 years ago
77494d2
Grant IPC_LOCK capability to bpfloader
by Maciej Żenczykowski
· 6 years ago
0bfbf66
bpf_helpers - add more const annotations
by Maciej Żenczykowski
· 6 years ago
974e0ed
BpfUtils - remove some spurious things
by Maciej Żenczykowski
· 6 years ago
e7cd2a7
libbpf_android: remove libnetdutils dep
by Steven Moreland
· 6 years ago
289742f
BpfUtils - pass file descriptors as 'const unique_fd&'s not raw ints.
by Maciej Żenczykowski
· 6 years ago
79365da
BpfMap/Utils - fix const-ness of key & value
by Maciej Żenczykowski
· 6 years ago
b479fd6
BpfUtils - move trivial functions from .cpp to static inline's in .h
by Maciej Żenczykowski
· 6 years ago
2a1be9c
BpfUtils - use aggregate initializers for bpf()
by Maciej Żenczykowski
· 6 years ago
b572378
TEST_MAPPING += libbpf_android_test
by Steven Moreland
· 6 years ago
bc32ac6
BpfUtils - replace memset() with = {}
by Maciej Żenczykowski
· 6 years ago
c827aaa
get rid of netdutils::Slice in BpfUtils.cpp
by Maciej Żenczykowski
· 6 years ago
0cb8b5c
Merge "libbpf_load_test: fix map location"
by Maciej Żenczykowski
· 6 years ago
cd6f89b
Merge "libbpf_android/BpfUtils - remove unused bpfProgLoad"
by Maciej Żenczykowski
· 6 years ago
22b82c4
Merge "libbpf_android: allow bpf w/o maps section"
by Treehugger Robot
· 6 years ago
cdeb920
libbpf_load_test: fix map location
by Steven Moreland
· 6 years ago
c66f5c6
libbpf_android/BpfUtils - remove unused bpfProgLoad
by Maciej Żenczykowski
· 6 years ago
d5f6cf5
Merge "remove network specific struct definitions from BpfUtils.h"
by Maciej Żenczykowski
· 6 years ago
1362229
Merge "libbpf_android: waitForProgsLoaded"
by Steven Moreland
· 6 years ago
87a1b19
OWNERS: +smoreland +connoro -fengc -joelaf
by Steven Moreland
· 6 years ago
4891e61
libbpf_android: waitForProgsLoaded
by Steven Moreland
· 6 years ago
c0905b4
libbpf_android: allow bpf w/o maps section
by Steven Moreland
· 6 years ago
841dd44
remove network specific struct definitions from BpfUtils.h
by Maciej Żenczykowski
· 6 years ago
be15fa1
remove spurious equals comparators
by Maciej Żenczykowski
· 6 years ago
480c70a
bpfloader - remove dead code
by Maciej Żenczykowski
· 6 years ago
804bca0
libbpf_android: bpf_prog_load no log success error
by Steven Moreland
· 6 years ago
8ccd5f6
Merge "Revert "bpf: change how we detect device bpf support level""
by Maciej Żenczykowski
· 6 years ago
26dbcb7
Merge "Revert "bpf: change how we detect device bpf support level""
by Maciej Żenczykowski
· 6 years ago
1b5491d
Revert "bpf: change how we detect device bpf support level"
by Maciej Żenczykowski
· 6 years ago
4731c91
bpfloader: use unique_fd am: 8d49fc7434
by Connor O'Brien
· 6 years ago
5817534
bpf: move time in state struct definitions into a single shared header
by Connor O'Brien
· 6 years ago
8d49fc7
bpfloader: use unique_fd
by Connor O'Brien
· 6 years ago
85087ae
bpf: move time in state struct definitions into a single shared header
by Connor O'Brien
· 6 years ago
343e679
libbpf: Add errno string to loader debug messages am: 88eef6ad55
by Joel Fernandes (Google)
· 6 years ago
88eef6a
libbpf: Add errno string to loader debug messages
by Joel Fernandes (Google)
· 6 years ago
dd60c10
move networking bpf helpers to system/netd am: 2ff3b5c0f4
by Maciej enczykowski
· 6 years ago
2ff3b5c
move networking bpf helpers to system/netd
by Maciej Żenczykowski
· 6 years ago
47086e9
DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-master
by Xin Li
· 6 years ago
cd3a04e
Merge "Skip QD1A.190821.011 in stage-aosp-master" into stage-aosp-master
by TreeHugger Robot
· 6 years ago
0ac670a
bpf: change how we detect device bpf support level am: 8daa0b6070
by Maciej enczykowski
· 6 years ago
8daa0b6
bpf: change how we detect device bpf support level
by Maciej Żenczykowski
· 6 years ago
c5699fd
Skip QD1A.190821.011 in stage-aosp-master
by Xin Li
· 6 years ago
ac70a88
libbpf_android_test - add 'require_root: true' am: 1a4659c1ba am: 2b79aca859
by Maciej enczykowski
· 6 years ago
b90500c
libbpf_android_test - add 'require_root: true' am: 1a4659c1ba am: 2b79aca859
by Maciej enczykowski
· 6 years ago
2b79aca
libbpf_android_test - add 'require_root: true' am: 1a4659c1ba
by Maciej enczykowski
· 6 years ago
1a4659c
libbpf_android_test - add 'require_root: true'
by Maciej Żenczykowski
· 6 years ago
c800757
fix broken double close in BpfMapTest.cpp am: e6cbd40468 am: e756a927e7 am: 3b959063ef
by Maciej enczykowski
· 6 years ago
d8f21f0
fix broken double close in BpfMapTest.cpp am: e6cbd40468 am: e756a927e7
by Maciej enczykowski
· 6 years ago
3b95906
fix broken double close in BpfMapTest.cpp am: e6cbd40468 am: e756a927e7
by Maciej enczykowski
· 6 years ago
e756a92
fix broken double close in BpfMapTest.cpp am: e6cbd40468
by Maciej enczykowski
· 6 years ago
e6cbd40
fix broken double close in BpfMapTest.cpp
by Maciej Żenczykowski
· 6 years ago
667b5fa
Snap for 5674532 from efae2596a8880c95811a5301d89c7aa195bdda1e to qt-c2f2-release
by android-build-team Robot
· 6 years ago
1e00c83
Merge "Revert "libprocessgroup users use libcutils" am: 855cf18f8b am: 5f3b546b33" into qt-r1-dev-plus-aosp
by Android Build Merger (Role)
· 6 years ago
ae8e5fc
Revert "libprocessgroup users use libcutils" am: 855cf18f8b am: efae2596a8
by Zhijun He
· 6 years ago
a6f2a26
Revert "libprocessgroup users use libcutils" am: 855cf18f8b am: 5f3b546b33
by Zhijun He
· 6 years ago
efae259
Revert "libprocessgroup users use libcutils" am: 855cf18f8b
by Zhijun He
· 6 years ago
5f3b546
Revert "libprocessgroup users use libcutils" am: 855cf18f8b
by Zhijun He
· 6 years ago
855cf18
Revert "libprocessgroup users use libcutils"
by Zhijun He
· 6 years ago
4e2e9d3
libprocessgroup users use libcutils am: f0336cb586 am: dde3f0f74c
by Steven Moreland
· 6 years ago
ac40993
libprocessgroup users use libcutils am: f0336cb586 am: 5bdf785f63
by Steven Moreland
· 6 years ago
5bdf785
libprocessgroup users use libcutils am: f0336cb586
by Steven Moreland
· 6 years ago
dde3f0f
libprocessgroup users use libcutils am: f0336cb586
by Steven Moreland
· 6 years ago
f0336cb
libprocessgroup users use libcutils
by Steven Moreland
· 6 years ago
56b8a95
Snap for 5663715 from d9787c2aa4668f26c71745a6ded109e2bd8f9836 to qt-c2f2-release
by android-build-team Robot
· 6 years ago
72bcc27
Merge "[automerger skipped] bpfloader: Increase rlimit to 64MB am: 3a7c45efca -s ours am: fc22bdcddb -s ours am skip reason: change_id Iabb2e6c7d9ea3843ae28f2c465756e5aacdf1904 with SHA1 2d8176917f is in history" into qt-r1-dev-plus-aosp
by Android Build Merger (Role)
· 6 years ago
c7b2ea5
[automerger skipped] bpfloader: Increase rlimit to 64MB am: 3a7c45efca -s ours
by Joel Fernandes
· 6 years ago
b3bfccf
[automerger skipped] bpfloader: Increase rlimit to 64MB am: 3a7c45efca
by Joel Fernandes
· 6 years ago
d9787c2
bpfloader: Increase rlimit to 64MB am: 3a7c45efca
by Joel Fernandes
· 6 years ago
fc22bdc
[automerger skipped] bpfloader: Increase rlimit to 64MB
by Joel Fernandes
· 6 years ago
b9beb40
Merge "bpfloader: Try to load even if bpf.progs_loaded is set" am: 4389649d8a am: 86a54a9ac0
by Joel Fernandes
· 6 years ago
c8d3143
bpfloader: Increase rlimit to 64MB am: 2d8176917f am: 9b426494c3 am: b5bd00db62
by Joel Fernandes
· 6 years ago
b68c655
Merge "bpfloader: Try to load even if bpf.progs_loaded is set" am: 4389649d8a
by Joel Fernandes
· 6 years ago
b5bd00d
bpfloader: Increase rlimit to 64MB am: 2d8176917f am: 9b426494c3
by Joel Fernandes
· 6 years ago
86a54a9
Merge "bpfloader: Try to load even if bpf.progs_loaded is set" am: 4389649d8a
by Joel Fernandes
· 6 years ago
3a7c45e
bpfloader: Increase rlimit to 64MB
by Joel Fernandes
· 6 years ago
4389649
Merge "bpfloader: Try to load even if bpf.progs_loaded is set"
by Treehugger Robot
· 6 years ago
9b42649
bpfloader: Increase rlimit to 64MB am: 2d8176917f
by Joel Fernandes
· 6 years ago
2d81769
bpfloader: Increase rlimit to 64MB
by Joel Fernandes
· 6 years ago
2409604
bpfloader: Try to load even if bpf.progs_loaded is set
by Joel Fernandes
· 6 years ago
Next »