Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
399dc65e9ca0c35c8ceea7130b25e7be8f229a52
399dc65
libbpf: reduce unnecessary line wrapping
by Andrii Nakryiko
· 6 years ago
76e1022
libbpf: typo and formatting fixes
by Andrii Nakryiko
· 6 years ago
7e8c328
libbpf: simplify two pieces of logic
by Andrii Nakryiko
· 6 years ago
fba01a0
libbpf: use negative fd to specify missing BTF
by Andrii Nakryiko
· 6 years ago
f102154
libbpf: fix error code returned on corrupted ELF
by Andrii Nakryiko
· 6 years ago
c51829b
libbpf: check map name retrieved from ELF
by Andrii Nakryiko
· 6 years ago
12ef563
libbpf: simplify endianness check
by Andrii Nakryiko
· 6 years ago
be5c5d4
libbpf: preserve errno before calling into user callback
by Andrii Nakryiko
· 6 years ago
8ca990c
libbpf: fix detection of corrupted BPF instructions section
by Andrii Nakryiko
· 6 years ago
501b125
libbpf: prevent overwriting of log_level in bpf_object__load_progs()
by Quentin Monnet
· 6 years ago
e672db0
bpf: tracing: properly use bpf_prog_array api
by Stanislav Fomichev
· 6 years ago
dbcc1ba
bpf: cgroup: properly use bpf_prog_array api
by Stanislav Fomichev
· 6 years ago
02205d2
bpf: media: properly use bpf_prog_array api
by Stanislav Fomichev
· 6 years ago
54e9c9d
bpf: remove __rcu annotations from bpf_prog_array
by Stanislav Fomichev
· 6 years ago
fe937ea
selftests/bpf: fix compilation error for flow_dissector.c
by Alan Maguire
· 6 years ago
d0a3a4b
Merge branch 'cgroup-auto-detach'
by Alexei Starovoitov
· 6 years ago
d550659
selftests/bpf: add auto-detach test
by Roman Gushchin
· 6 years ago
596092e
selftests/bpf: enable all available cgroup v2 controllers
by Roman Gushchin
· 6 years ago
ba0c0cc
selftests/bpf: convert test_cgrp2_attach2 example into kselftest
by Roman Gushchin
· 6 years ago
4bfc0bb
bpf: decouple the lifetime of cgroup_bpf from cgroup itself
by Roman Gushchin
· 6 years ago
37b54aed
samples/bpf: fix a couple of style issues in bpf_load
by Daniel T. Lee
· 6 years ago
486d3f2
selftests/bpf: fail test_tunnel.sh if subtests fail
by Stanislav Fomichev
· 6 years ago
463910a
Merge branch 'bpf-bpftool-dbg-output'
by Daniel Borkmann
· 6 years ago
55d7780
tools: bpftool: make -d option print debug output from verifier
by Quentin Monnet
· 6 years ago
60276f9
libbpf: add bpf_object__load_xattr() API function to pass log_level
by Quentin Monnet
· 6 years ago
775bc8a
tools: bpftool: add -d option to get debug output from libbpf
by Quentin Monnet
· 6 years ago
d98363b
libbpf: fix warning that PTR_ERR_OR_ZERO can be used
by Hariprasad Kelam
· 6 years ago
92bd682
bpf: style fix in while(!feof()) loop
by Chang-Hsien Tsai
· 6 years ago
e1afb702
bpf: check signal validity in nmi for bpf_send_signal() helper
by Yonghong Song
· 6 years ago
0d97dac
bpftool: auto-complete BTF IDs for btf dump
by Andrii Nakryiko
· 6 years ago
d9a6f41
samples: bpf: add ibumad sample to .gitignore
by Matteo Croce
· 6 years ago
198ae93
Merge branch 'optimize-zext'
by Alexei Starovoitov
· 6 years ago
0b4de1f
nfp: bpf: eliminate zero extension code-gen
by Jiong Wang
· 6 years ago
66d0d5a
riscv: bpf: eliminate zero extension code-gen
by Jiong Wang
· 6 years ago
836256b
x32: bpf: eliminate zero extension code-gen
by Jiong Wang
· 6 years ago
3e2a33c
sparc: bpf: eliminate zero extension code-gen
by Jiong Wang
· 6 years ago
591006b
s390: bpf: eliminate zero extension code-gen
by Jiong Wang
· 6 years ago
a4c9277
powerpc: bpf: eliminate zero extension code-gen
by Jiong Wang
· 6 years ago
163541e
arm: bpf: eliminate zero extension code-gen
by Jiong Wang
· 6 years ago
9d120b4
selftests: bpf: enable hi32 randomization for all tests
by Jiong Wang
· 6 years ago
f3b55ab
selftests: bpf: adjust several test_verifier helpers for insn insertion
by Jiong Wang
· 6 years ago
0465619
libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
by Jiong Wang
· 6 years ago
d6c2308
bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
by Jiong Wang
· 6 years ago
9ce33e3
tools: bpf: sync uapi header bpf.h
by Jiong Wang
· 6 years ago
c240eff
bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
by Jiong Wang
· 6 years ago
a4b1d3c
bpf: verifier: insert zero extension according to analysis result
by Jiong Wang
· 6 years ago
7d13404
bpf: introduce new mov32 variant for doing explicit zero extension
by Jiong Wang
· 6 years ago
b325fbc
bpf: verifier: mark patched-insn with sub-register zext flag
by Jiong Wang
· 6 years ago
5327ed3
bpf: verifier: mark verified-insn with sub-register zext flag
by Jiong Wang
· 6 years ago
a08acd1
Merge branch 'bpf-send-sig'
by Daniel Borkmann
· 6 years ago
16f0efc
tools/bpf: add selftest in test_progs for bpf_send_signal() helper
by Yonghong Song
· 6 years ago
edaccf8
tools/bpf: sync bpf uapi header bpf.h to tools directory
by Yonghong Song
· 6 years ago
8b401f9
bpf: implement bpf_send_signal() helper
by Yonghong Song
· 6 years ago
5420f32
Merge branch 'btf2c-converter'
by Alexei Starovoitov
· 6 years ago
90eea40
bpftool: update bash-completion w/ new c option for btf dump
by Andrii Nakryiko
· 6 years ago
220ba45
bpftool/docs: add description of btf dump C option
by Andrii Nakryiko
· 6 years ago
2119f21
bpftool: add C output format option to btf dump subcommand
by Andrii Nakryiko
· 6 years ago
2d2a3ad
selftests/bpf: add btf_dump BTF-to-C conversion tests
by Andrii Nakryiko
· 6 years ago
351131b
libbpf: add btf_dump API for BTF-to-C conversion
by Andrii Nakryiko
· 6 years ago
2fc3fc0
libbpf: switch btf_dedup() to hashmap for dedup table
by Andrii Nakryiko
· 6 years ago
5d04ec6
selftests/bpf: add tests for libbpf's hashmap
by Andrii Nakryiko
· 6 years ago
e3b9242
libbpf: add resizable non-thread safe internal hashmap
by Andrii Nakryiko
· 6 years ago
9db3243
selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.ext
by Andrii Nakryiko
· 6 years ago
58650cc
bpftool: use libbpf's btf__parse_elf API
by Andrii Nakryiko
· 6 years ago
e6c6485
libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
by Andrii Nakryiko
· 6 years ago
1d7a08b
libbpf: ensure libbpf.h is included along libbpf_internal.h
by Andrii Nakryiko
· 6 years ago
c87f60a
samples: bpf: Do not define bpf_printk macro
by Michal Rostecki
· 6 years ago
37739d1
selftests: bpf: Move bpf_printk to bpf_helpers.h
by Michal Rostecki
· 6 years ago
5762a20
Merge branch 'bpf-explored-states'
by Daniel Borkmann
· 6 years ago
dc2a4eb
bpf: convert explored_states to hash table
by Alexei Starovoitov
· 6 years ago
a8f500a
bpf: split explored_states
by Alexei Starovoitov
· 6 years ago
5d83902
bpf: cleanup explored_states
by Alexei Starovoitov
· 6 years ago
29c677c
Merge branch 'bpf-jmp-seq-limit'
by Daniel Borkmann
· 6 years ago
7c94410
selftests/bpf: add pyperf scale test
by Alexei Starovoitov
· 6 years ago
7c0c609
selftests/bpf: adjust verifier scale test
by Alexei Starovoitov
· 6 years ago
b285fcb
bpf: bump jmp sequence limit
by Alexei Starovoitov
· 6 years ago
9efc779
libbpf: emit diff of mismatched public API, if any
by Andrii Nakryiko
· 6 years ago
14a1eaa
hv_sock: perf: loop in send() to maximize bandwidth
by Sunil Muthuswamy
· 6 years ago
ac383f5
hv_sock: perf: Allow the socket buffer size options to influence the actual socket buffers
by Sunil Muthuswamy
· 6 years ago
0db355d
ipv4/igmp: shrink struct ip_sf_list
by Eric Dumazet
· 6 years ago
fc65100
neighbor: Add tracepoint to __neigh_create
by David Ahern
· 6 years ago
a92a0a7
selftests: pmtu: Simplify cleanup and namespace names
by David Ahern
· 6 years ago
9b7e94e
selftests: fib-onlink: Make quiet by default
by David Ahern
· 6 years ago
7542565
net: Set strict_start_type for routes and rules
by David Ahern
· 6 years ago
e38f7cb
Merge branch 'net-Export-functions-for-nexthop-code'
by David S. Miller
· 6 years ago
06c77c3
ipv4: Rename and export nh_update_mtu
by David Ahern
· 6 years ago
c366948
ipv4: export fib_info_update_nh_saddr
by David Ahern
· 6 years ago
9bd8366
ipv4: export fib_flush
by David Ahern
· 6 years ago
ac1fab2
ipv4: export fib_check_nh
by David Ahern
· 6 years ago
1bff1a0
ipv4: Add function to send route updates
by David Ahern
· 6 years ago
19a3b7e
ipv6: export function to send route updates
by David Ahern
· 6 years ago
cdaa16a
ipv6: Add hook to bump sernum for a route to stubs
by David Ahern
· 6 years ago
68a9b13
ipv6: Add delete route hook to stubs
by David Ahern
· 6 years ago
26b1b8d
Merge branch 'net-phy-T1-support'
by David S. Miller
· 6 years ago
e5fb32c
net: phy: Make phy_basic_t1_features use base100t1.
by Andrew Lunn
· 6 years ago
b255776
net: phy: Add support for 100BaseT1 and 1000BaseT1
by Andrew Lunn
· 6 years ago
565d9d2
net: phy: dp83867: Allocate state struct in probe
by Trent Piepho
· 6 years ago
f8bbf41
net: phy: dp83867: Validate FIFO depth property
by Trent Piepho
· 6 years ago
27708eb
net: phy: dp83867: IO impedance is not dependent on RGMII delay
by Trent Piepho
· 6 years ago
1b9b295
net: phy: dp83867: Use unsigned variables to store unsigned properties
by Trent Piepho
· 6 years ago
Next »