Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
24f65050276a4f82d5832e974dabfb5be5c07c39
24f6505
selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32
by Andrii Nakryiko
· 5 years ago
a0d7da2
libbpf: Fix call relocation offset calculation bug
by Andrii Nakryiko
· 5 years ago
3de88c9
net-af_xdp: Use correct number of channels from ethtool
by Luigi Rizzo
· 5 years ago
0424c5a
Merge branch 'remove-jited-size-limits'
by Alexei Starovoitov
· 5 years ago
d1242b1
s390/bpf: Remove JITed image size limitations
by Ilya Leoshkevich
· 5 years ago
b25c57b
s390/bpf: Use lg(f)rl when long displacement cannot be used
by Ilya Leoshkevich
· 5 years ago
451e448
s390/bpf: Use lgrl instead of lg where possible
by Ilya Leoshkevich
· 5 years ago
c1aff56
s390/bpf: Load literal pool register using larl
by Ilya Leoshkevich
· 5 years ago
e0491f6
s390/bpf: Align literal pool entries
by Ilya Leoshkevich
· 5 years ago
4e9b4a6
s390/bpf: Use relative long branches
by Ilya Leoshkevich
· 5 years ago
a25ecd9
bpf: Fix memory leak on object 'data'
by Colin Ian King
· 5 years ago
2ea2612
selftests, bpf: Workaround an alu32 sub-register spilling issue
by Yonghong Song
· 5 years ago
3b054b7
selftests, bpf: Fix test_tc_tunnel hanging
by Jiri Benc
· 5 years ago
56bf877
selftests, bpf: xdping is not meant to be run standalone
by Jiri Benc
· 5 years ago
b97e12e
Merge branch 'bpf-array-mmap'
by Daniel Borkmann
· 5 years ago
5051b384
selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() tests
by Andrii Nakryiko
· 5 years ago
7fe74b4
libbpf: Make global data internal arrays mmap()-able, if possible
by Andrii Nakryiko
· 5 years ago
fc97022
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
by Andrii Nakryiko
· 5 years ago
85192db
bpf: Convert bpf_prog refcnt to atomic64_t
by Andrii Nakryiko
· 5 years ago
1e0bd5a
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
by Andrii Nakryiko
· 5 years ago
2893c99
Merge branch 'bpf-trampoline'
by Daniel Borkmann
· 5 years ago
d6f3960
selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog
by Alexei Starovoitov
· 5 years ago
4c09632
selftests/bpf: Extend test_pkt_access test
by Alexei Starovoitov
· 5 years ago
e7bf94d
libbpf: Add support for attaching BPF programs to other BPF programs
by Alexei Starovoitov
· 5 years ago
5b92a28
bpf: Support attaching tracing BPF program to other BPF programs
by Alexei Starovoitov
· 5 years ago
8c1b6e6
bpf: Compare BTF types of functions arguments with actual types
by Alexei Starovoitov
· 5 years ago
91cc1a9
bpf: Annotate context types
by Alexei Starovoitov
· 5 years ago
9cc31b3
bpf: Fix race in btf_resolve_helper_id()
by Alexei Starovoitov
· 5 years ago
9fd4a39
bpf: Reserve space for BPF trampoline in BPF programs
by Alexei Starovoitov
· 5 years ago
e76d776
selftests/bpf: Add stress test for maximum number of progs
by Alexei Starovoitov
· 5 years ago
5103128
selftests/bpf: Add combined fentry/fexit test
by Alexei Starovoitov
· 5 years ago
d3b0856
selftests/bpf: Add fexit tests for BPF trampoline
by Alexei Starovoitov
· 5 years ago
11d1e2e
selftests/bpf: Add test for BPF trampoline
by Alexei Starovoitov
· 5 years ago
faeb2dc
bpf: Add kernel test functions for fentry testing
by Alexei Starovoitov
· 5 years ago
e41074d
selftest/bpf: Simple test for fentry/fexit
by Alexei Starovoitov
· 5 years ago
b8c54ea
libbpf: Add support to attach to fentry/fexit tracing progs
by Alexei Starovoitov
· 5 years ago
1442e28
libbpf: Introduce btf__find_by_name_kind()
by Alexei Starovoitov
· 5 years ago
fec56f5
bpf: Introduce BPF trampoline
by Alexei Starovoitov
· 5 years ago
5964b20
bpf: Add bpf_arch_text_poke() helper
by Alexei Starovoitov
· 5 years ago
3b2744e
bpf: Refactor x86 JIT into helpers
by Alexei Starovoitov
· 5 years ago
c3d6324
x86/alternatives: Teach text_poke_bp() to emulate instructions
by Peter Zijlstra
· 6 years ago
808c9f7
bpf, doc: Change right arguments for JIT example code
by Mao Wenan
· 5 years ago
b313332
samples/bpf: Add missing option to xdpsock usage
by Andre Guedes
· 5 years ago
110b226
samples/bpf: Remove duplicate option from xdpsock
by Andre Guedes
· 5 years ago
fcf3513
s390/bpf: Make sure JIT passes do not increase code size
by Ilya Leoshkevich
· 5 years ago
b7b3fc8
bpf: Support doubleword alignment in bpf_jit_binary_alloc
by Ilya Leoshkevich
· 5 years ago
e47a179
bpf, testing: Add missing object file to TEST_FILES
by Anders Roxell
· 5 years ago
b7a0d65
bpf, testing: Workaround a verifier failure for test_progs
by Yonghong Song
· 5 years ago
0d2ec5b
Merge branch 'share-umem'
by Alexei Starovoitov
· 5 years ago
57afa8b
xsk: Extend documentation for Rx|Tx-only sockets and shared umems
by Magnus Karlsson
· 5 years ago
661842c
samples/bpf: Use Rx-only and Tx-only sockets in xdpsock
by Magnus Karlsson
· 5 years ago
a68977d
libbpf: Allow for creating Rx or Tx only AF_XDP sockets
by Magnus Karlsson
· 5 years ago
2e5d72c
samples/bpf: Add XDP_SHARED_UMEM support to xdpsock
by Magnus Karlsson
· 5 years ago
cbf0740
libbpf: Support XDP_SHARED_UMEM with external XDP program
by Magnus Karlsson
· 5 years ago
472aeb3
Merge branch 'map-pinning'
by Alexei Starovoitov
· 5 years ago
1a734ef
libbpf: Add getter for program size
by Toke Høiland-Jørgensen
· 5 years ago
473f4e1
libbpf: Add bpf_get_link_xdp_info() function to get more XDP information
by Toke Høiland-Jørgensen
· 5 years ago
b6e99b0
libbpf: Use pr_warn() when printing netlink errors
by Toke Høiland-Jørgensen
· 5 years ago
4f33ddb
libbpf: Propagate EPERM to caller on program load
by Toke Høiland-Jørgensen
· 5 years ago
9c4e395
selftests/bpf: Add tests for automatic map unpinning on load failure
by Toke Høiland-Jørgensen
· 5 years ago
ec6d5f47
libbpf: Unpin auto-pinned maps if loading fails
by Toke Høiland-Jørgensen
· 5 years ago
451d1dc
samples: bpf: update map definition to new syntax BTF-defined map
by Daniel T. Lee
· 5 years ago
afbe3c2
samples: bpf: Update outdated error message
by Daniel T. Lee
· 5 years ago
ed5941a
bpf: Add cb access in kfree_skb test
by Martin KaFai Lau
· 5 years ago
7e3617a
bpf: Add array support to btf_struct_access
by Martin KaFai Lau
· 5 years ago
30ee348
Merge branch 'bpf-libbpf-fixes'
by Daniel Borkmann
· 5 years ago
98e527af
libbpf: Improve handling of corrupted ELF during map initialization
by Andrii Nakryiko
· 5 years ago
994021a
libbpf: Make btf__resolve_size logic always check size error condition
by Andrii Nakryiko
· 5 years ago
dd3ab12
libbpf: Fix another potential overflow issue in bpf_prog_linfo
by Andrii Nakryiko
· 5 years ago
4ee1135
libbpf: Fix potential overflow issue
by Andrii Nakryiko
· 5 years ago
3dc5e05
libbpf: Fix memory leak/double free issue
by Andrii Nakryiko
· 5 years ago
9656b34
libbpf: Fix negative FD close() in xsk_setup_xdp_prog()
by Andrii Nakryiko
· 5 years ago
dab2e9e
s390/bpf: Remove unused SEEN_RET0, SEEN_REG_AX and ret0_ip
by Ilya Leoshkevich
· 5 years ago
6ad2e1a
s390/bpf: Wrap JIT macro parameter usages in parentheses
by Ilya Leoshkevich
· 5 years ago
166f11d
s390/bpf: Use kvcalloc for addrs array
by Ilya Leoshkevich
· 5 years ago
7e22077
tools, bpf_asm: Warn when jumps are out of range
by Ilya Leoshkevich
· 5 years ago
85d31dd
bpf: Account for insn->off when doing bpf_probe_read_kernel
by Martin KaFai Lau
· 5 years ago
ed57802
libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usage
by Andrii Nakryiko
· 5 years ago
65a052d
selftests/bps: Clean up removed ints relocations negative tests
by Andrii Nakryiko
· 5 years ago
f23c7ce
Merge branch 'bpf-libbpf-bitfield-size-relo'
by Daniel Borkmann
· 5 years ago
0b16356
selftests/bpf: Add field size relocation tests
by Andrii Nakryiko
· 5 years ago
8b1cb1c
selftest/bpf: Add relocatable bitfield reading tests
by Andrii Nakryiko
· 5 years ago
94f060e
libbpf: Add support for field size relocations
by Andrii Nakryiko
· 5 years ago
ee26dad
libbpf: Add support for relocatable bitfields
by Andrii Nakryiko
· 5 years ago
42765ed
selftests/bpf: Remove too strict field offset relo test cases
by Andrii Nakryiko
· 5 years ago
1574cf8
Merge tag 'mlx5-updates-2019-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 5 years ago
a37ac8a
mISDN: remove unused variable 'faxmodulation_s'
by YueHaibing
· 5 years ago
3a6ba7d
ptp: Add a ptp clock driver for IDT ClockMatrix.
by Vincent Cheng
· 5 years ago
5c5e7aa
dt-bindings: ptp: Add device tree binding for IDT ClockMatrix based PTP clock
by Vincent Cheng
· 5 years ago
fac6fce
net: icmp6: provide input address for traceroute6
by Francesco Ruggeri
· 5 years ago
06e7c70
tipc: improve message bundling algorithm
by Tuong Lien
· 5 years ago
2adf81c
net: icmp: use input address in traceroute
by Francesco Ruggeri
· 5 years ago
c219a16
Merge branch 'optimize-openvswitch-flow-looking-up'
by David S. Miller
· 5 years ago
eec62ea
net: openvswitch: simplify the ovs_dp_cmd_new
by Tonghao Zhang
· 5 years ago
4c76bf6
net: openvswitch: don't unlock mutex when changing the user_features fails
by Tonghao Zhang
· 5 years ago
50b0e61
net: openvswitch: fix possible memleak on destroy flow-table
by Tonghao Zhang
· 5 years ago
0a3e013
net: openvswitch: add likely in flow_lookup
by Tonghao Zhang
· 5 years ago
515b65a
net: openvswitch: simplify the flow_hash
by Tonghao Zhang
· 5 years ago
57f7d7b
net: openvswitch: optimize flow-mask looking up
by Tonghao Zhang
· 5 years ago
a7f35e7
net: openvswitch: optimize flow mask cache hash collision
by Tonghao Zhang
· 5 years ago
Next »