Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
a9ed34c0b7a537e38564d92eb4ff9eee91c84544
a9ed34c
tools/runqslower: Remove tools/lib/bpf from include path
by Toke Høiland-Jørgensen
· 5 years ago
7cf245a
samples/bpf: Use consistent include paths for libbpf
by Toke Høiland-Jørgensen
· 5 years ago
521fe8b
perf: Use consistent include paths for libbpf
by Toke Høiland-Jørgensen
· 5 years ago
229c3b4
bpftool: Use consistent include paths for libbpf
by Toke Høiland-Jørgensen
· 5 years ago
3e68914
selftests: Use consistent include paths for libbpf
by Toke Høiland-Jørgensen
· 5 years ago
5b554ce
tools/runqslower: Use consistent include paths for libbpf
by Toke Høiland-Jørgensen
· 5 years ago
bfe4279
selftests: Pass VMLINUX_BTF to runqslower Makefile
by Toke Høiland-Jørgensen
· 5 years ago
a835d38
tools/bpf/runqslower: Fix override option for VMLINUX_BTF
by Toke Høiland-Jørgensen
· 5 years ago
b2e5e93
samples/bpf: Don't try to remove user's homedir on clean
by Toke Høiland-Jørgensen
· 5 years ago
f1c3656
selftests/bpf: Skip perf hw events test if the setup disabled it
by Hangbin Liu
· 5 years ago
396b83f
selftests/bpf: Don't check for btf fd in test_btf
by Stanislav Fomichev
· 5 years ago
2e3a94a
bpf: Fix memory leaks in generic update/delete batch ops
by Brian Vazquez
· 5 years ago
a6ed02c
libbpf: Load btf_vmlinux only once per object.
by KP Singh
· 5 years ago
c701917
libbpf: Fix potential multiplication overflow in mmap() size calculation
by Andrii Nakryiko
· 5 years ago
b7d7f3e
libbpf: Simplify BTF initialization logic
by Andrii Nakryiko
· 5 years ago
bc0eb9a
libbpf: Fix error handling bug in btf_dump__new
by Andrii Nakryiko
· 5 years ago
81f2b57
bpf: Remove set but not used variable 'first_key'
by YueHaibing
· 5 years ago
ba92660
Merge branch 'xdp_redirect-bulking'
by Alexei Starovoitov
· 5 years ago
58aa94f
devmap: Adjust tracepoint for map-less queue flush
by Jesper Dangaard Brouer
· 5 years ago
1d23388
xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths
by Toke Høiland-Jørgensen
· 5 years ago
75ccae6
xdp: Move devmap bulk queue into struct net_device
by Toke Høiland-Jørgensen
· 5 years ago
20f21d9
libbpf: Revert bpf_helper_defs.h inclusion regression
by Andrii Nakryiko
· 5 years ago
35697c12
selftests/bpf: Fix test_progs send_signal flakiness with nmi mode
by Yonghong Song
· 5 years ago
858e284
libbpf: Fix unneeded extra initialization in bpf_map_batch_common
by Brian Vazquez
· 5 years ago
b65053c
selftests/bpf: Add whitelist/blacklist of test names to test_progs
by Andrii Nakryiko
· 5 years ago
7bcfea9
Merge branch 'bpftool-improvements'
by Alexei Starovoitov
· 5 years ago
4e1ea33
bpftool: Support dumping a map with btf_vmlinux_value_type_id
by Martin KaFai Lau
· 5 years ago
84c72ce
bpftool: Add struct_ops map name
by Martin KaFai Lau
· 5 years ago
fb2426a
libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API
by Martin KaFai Lau
· 5 years ago
188a486
bpftool: Fix missing BTF output for json during map dump
by Martin KaFai Lau
· 5 years ago
d7de726
bpftool: Fix a leak of btf object
by Martin KaFai Lau
· 5 years ago
990bca1
Merge branch 'bpf-batch-ops'
by Alexei Starovoitov
· 5 years ago
f0fac2c
selftests/bpf: Add batch ops testing to array bpf map
by Brian Vazquez
· 5 years ago
30ff3c5
selftests/bpf: Add batch ops testing for htab and htab_percpu map
by Yonghong Song
· 5 years ago
2ab3d86
libbpf: Add libbpf support to batch ops
by Yonghong Song
· 5 years ago
a1e3a3b
tools/bpf: Sync uapi header bpf.h
by Yonghong Song
· 5 years ago
0579963
bpf: Add batch ops to all htab bpf map
by Yonghong Song
· 5 years ago
c60f2d2
bpf: Add lookup and update batch ops to arraymap
by Brian Vazquez
· 5 years ago
aa2e93b
bpf: Add generic support for update and delete batch ops
by Brian Vazquez
· 5 years ago
cb4d03a
bpf: Add generic support for lookup batch op
by Brian Vazquez
· 5 years ago
15c14a3
bpf: Add bpf_map_{value_size, update_value, map_copy_value} functions
by Brian Vazquez
· 5 years ago
83e4b88
selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP program
by Eelco Chaudron
· 5 years ago
9173cac
libbpf: Support .text sub-calls relocations
by Andrii Nakryiko
· 5 years ago
5640a77
Merge branch 'bpf_send_signal_thread'
by Alexei Starovoitov
· 5 years ago
ab8b7f0
tools/bpf: Add self tests for bpf_send_signal_thread()
by Yonghong Song
· 5 years ago
8482941
bpf: Add bpf_send_signal_thread() helper
by Yonghong Song
· 5 years ago
d3a5693
xsk: Support allocations of large umems
by Magnus Karlsson
· 5 years ago
0a29275
bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map
by Li RongQing
· 5 years ago
3b41304
bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPS
by Martin KaFai Lau
· 5 years ago
6dd42aa
Merge branch 'runqslower'
by Alexei Starovoitov
· 5 years ago
3a0d309
selftests/bpf: Build runqslower from selftests
by Andrii Nakryiko
· 5 years ago
9c01546
tools/bpf: Add runqslower tool to tools/bpf
by Andrii Nakryiko
· 5 years ago
1cf5b23
bpftool: Apply preserve_access_index attribute to all types in BTF dump
by Andrii Nakryiko
· 5 years ago
2cc51d3
selftests/bpf: Conform selftests/bpf Makefile output to libbpf and bpftool
by Andrii Nakryiko
· 5 years ago
292e1d7
libbpf: Clean up bpf_helper_defs.h generation output
by Andrii Nakryiko
· 5 years ago
533420a
tools: Sync uapi/linux/if_link.h
by Andrii Nakryiko
· 5 years ago
ac06587
selftests/bpf: Add BPF_PROG, BPF_KPROBE, and BPF_KRETPROBE macros
by Andrii Nakryiko
· 5 years ago
1d1a3bc
libbpf: Poison kernel-only integer types
by Andrii Nakryiko
· 5 years ago
7a2d070
Merge branch 'bpf-global-funcs'
by Daniel Borkmann
· 5 years ago
360301a
selftests/bpf: Add unit tests for global functions
by Alexei Starovoitov
· 5 years ago
e528d1c
selftests/bpf: Modify a test to check global functions
by Alexei Starovoitov
· 5 years ago
6db2d81
selftests/bpf: Add a test for a large global function
by Alexei Starovoitov
· 5 years ago
7608e4d
selftests/bpf: Add fexit-to-skb test for global funcs
by Alexei Starovoitov
· 5 years ago
51c39bb
bpf: Introduce function-by-function verification
by Alexei Starovoitov
· 5 years ago
2d3eb67
libbpf: Sanitize global functions
by Alexei Starovoitov
· 5 years ago
f41aa38
Merge branch 'selftest-makefile-cleanup'
by Alexei Starovoitov
· 5 years ago
965b9fe
selftests/bpf: Further clean up Makefile output
by Andrii Nakryiko
· 5 years ago
6910d7d
selftests/bpf: Ensure bpf_helper_defs.h are taken from selftests dir
by Andrii Nakryiko
· 5 years ago
2031af2
libbpf,selftests/bpf: Fix clean targets
by Andrii Nakryiko
· 5 years ago
492ab02
libbpf: Make bpf_map order and indices stable
by Andrii Nakryiko
· 5 years ago
f5bfcd9
bpf: Document BPF_F_QUERY_EFFECTIVE flag
by Andrey Ignatov
· 5 years ago
417759f
Merge branch 'tcp-bpf-cc'
by Alexei Starovoitov
· 5 years ago
0990386
bpf: Add bpf_dctcp example
by Martin KaFai Lau
· 5 years ago
590a008
bpf: libbpf: Add STRUCT_OPS support
by Martin KaFai Lau
· 5 years ago
17328d6
bpf: Synch uapi bpf.h to tools/
by Martin KaFai Lau
· 5 years ago
206057f
bpf: Add BPF_FUNC_tcp_send_ack helper
by Martin KaFai Lau
· 5 years ago
0baf26b
bpf: tcp: Support tcp_congestion_ops in bpf
by Martin KaFai Lau
· 5 years ago
85d33df
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
by Martin KaFai Lau
· 5 years ago
27ae7997
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
by Martin KaFai Lau
· 5 years ago
976aba0
bpf: Support bitfield read access in btf_struct_access
by Martin KaFai Lau
· 5 years ago
218b3f6
bpf: Add enum support to btf_ctx_access()
by Martin KaFai Lau
· 5 years ago
275517f
bpf: Avoid storing modifier to info->btf_id
by Martin KaFai Lau
· 5 years ago
65726b5
bpf: Save PTR_TO_BTF_ID register state when spilling to stack
by Martin KaFai Lau
· 5 years ago
e430022
selftests/bpf: Restore original comm in test_overhead
by Stanislav Fomichev
· 5 years ago
2faef64
bpftool: Add misc section and probe for large INSN limit
by Michal Rostecki
· 5 years ago
5ff0512
libbpf: Add probe for large INSN limit
by Michal Rostecki
· 5 years ago
1ece2fb
ptp: clockmatrix: Rework clockmatrix version information.
by Vincent Cheng
· 5 years ago
4addbcb
enetc: Fix inconsistent IS_ERR and PTR_ERR
by YueHaibing
· 5 years ago
0d6e5bf
enetc: Fix an off by one in enetc_setup_tc_txtime()
by Dan Carpenter
· 5 years ago
cbefe2c
Merge branch 'Documentation-stmmac-documentation-improvements'
by David S. Miller
· 5 years ago
b053b28
Documentation: networking: Add stmmac to device drivers list
by Jose Abreu
· 5 years ago
2ffebff
Documentation: networking: Convert stmmac documentation to RST format
by Jose Abreu
· 5 years ago
1501125
MAINTAINERS: Add stmmac Ethernet driver documentation entry
by Jose Abreu
· 5 years ago
c68d724
drivers: net: cisco_hdlc: use __func__ in debug message
by Chen Zhou
· 5 years ago
10332dc
Merge branch 'net-ch9200-code-cleanup'
by David S. Miller
· 5 years ago
195234b
net: ch9200: remove unnecessary return
by Chen Zhou
· 5 years ago
e64dec8
net: ch9200: use __func__ in debug message
by Chen Zhou
· 5 years ago
58cf542
Merge branch 'ionic-driver-updates'
by David S. Miller
· 5 years ago
6be1a5c
ionic: clear compiler warning on hb use before set
by Shannon Nelson
· 5 years ago
c37d6e3
ionic: restrict received packets to mtu size
by Shannon Nelson
· 5 years ago
Next »