Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
60276f9849988d3d3a54943c9ec27222c5819dae
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
c11669a
net: phy: dp83867: Rework delay rgmii delay handling
by Trent Piepho
· 6 years ago
13c83cf
net: phy: dp83867: Add ability to disable output clock
by Trent Piepho
· 6 years ago
980066e
dt-bindings: phy: dp83867: Add documentation for disabling clock output
by Trent Piepho
· 6 years ago
9c3f341
dt-bindings: phy: dp83867: Describe how driver behaves w.r.t rgmii delay
by Trent Piepho
· 6 years ago
74dd5aa
cxgb4: Enable hash filter with offload
by Vishal Kulkarni
· 6 years ago
2bb0f3b4
net: fec: remove redundant ipg clock disable
by Baruch Siach
· 6 years ago
cae9910
net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.
by Felipe Gasper
· 6 years ago
54dee40
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
651bae9
Merge tag 'gfs2-5.1.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 6 years ago
f75b6f3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
86f9e56
Merge tag 'for-5.2/dm-fix-1' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 6 years ago
5a5ec83
gfs2: Fix sign extension bug in gfs2_update_stats
by Andreas Gruenbacher
· 6 years ago
51b86f9
dm: make sure to obey max_io_len_target_boundary
by Michael Lass
· 6 years ago
ad70411
usbnet: fix kernel crash after disconnect
by Kloetzke Jan
· 6 years ago
3463297
selftests: fib_rule_tests: use pre-defined DEV_ADDR
by Hangbin Liu
· 6 years ago
2bcd9d8
net-next: net: Fix typos in ip-sysctl.txt
by Masanari Iida
· 6 years ago
72f7cfa
ipv6: Consider sk_bound_dev_if when binding a raw socket to an address
by Mike Manning
· 6 years ago
406cb0c
net: phylink: ensure inband AN works correctly
by Russell King
· 6 years ago
94d250f
usbnet: ipheth: fix racing condition
by Bernd Eckstein
· 6 years ago
9c7db50
Merge tag 'selinux-pr-20190521' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
by Linus Torvalds
· 6 years ago
2c1212d
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
d53e860
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
7170066
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 25
by Thomas Gleixner
· 6 years ago
fd9871f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24
by Thomas Gleixner
· 6 years ago
Next »