index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.18-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_qcom-6.18.y
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-09-17
bpf: Add abnormal return checks.
Alexei Starovoitov
2020-09-17
bpf: allow for tailcalls in BPF subprograms for x64 JIT
Maciej Fijalkowski
2020-09-17
bpf, x64: rework pro/epilogue and tailcall handling in JIT
Maciej Fijalkowski
2020-09-17
bpf: Limit caller's stack depth 256 for subprogs with tailcalls
Maciej Fijalkowski
2020-09-17
bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
Maciej Fijalkowski
2020-09-17
bpf: propagate poke descriptors to subprograms
Maciej Fijalkowski
2020-09-17
bpf, x64: use %rcx instead of %rax for tail call retpolines
Maciej Fijalkowski
2020-09-15
selftests/bpf: Merge most of test_btf into test_progs
Andrii Nakryiko
2020-09-15
Merge branch 'bpf_metadata'
Alexei Starovoitov
2020-09-15
selftests/bpf: Test load and dump metadata with btftool and skel
YiFei Zhu
2020-09-15
bpftool: Support dumping metadata
YiFei Zhu
2020-09-15
libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section
YiFei Zhu
2020-09-15
bpf: Add BPF_PROG_BIND_MAP syscall
YiFei Zhu
2020-09-15
bpf: Mutex protect used_maps array and count
YiFei Zhu
2020-09-14
libbpf: Fix a compilation error with xsk.c for ubuntu 16.04
Yonghong Song
2020-09-14
bpftool: Fix build failure
Yonghong Song
2020-09-14
xsk: Fix refcount warning in xp_dma_map
Magnus Karlsson
2020-09-14
samples/bpf: Add quiet option to xdpsock
Magnus Karlsson
2020-09-14
samples/bpf: Fix possible deadlock in xdpsock
Magnus Karlsson
2020-09-14
samples/bpf: Fix one packet sending in xdpsock
Magnus Karlsson
2020-09-14
s390/bpf: Fix multiple tail calls
Ilya Leoshkevich
2020-09-10
Merge branch 'improve-bpf-tcp-cc-init'
Alexei Starovoitov
2020-09-10
tcp: Simplify tcp_set_congestion_control() load=false case
Neal Cardwell
2020-09-10
tcp: simplify _bpf_setsockopt(): Remove flags argument
Neal Cardwell
2020-09-10
tcp: simplify tcp_set_congestion_control(): Always reinitialize
Neal Cardwell
2020-09-10
tcp: Simplify EBPF TCP_CONGESTION to always init CC
Neal Cardwell
2020-09-10
tcp: Only init congestion control if not initialized already
Neal Cardwell
2020-09-10
tools: bpftool: Automate generation for "SEE ALSO" sections in man pages
Quentin Monnet
2020-09-10
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Song Liu
2020-09-10
selftests/bpf: Define string const as global for test_sysctl_prog.c
Yonghong Song
2020-09-10
selftests/bpf: Fix test_ksyms on non-SMP kernels
Ilya Leoshkevich
2020-09-10
bpf: Plug hole in struct bpf_sk_lookup_kern
Lorenz Bauer
2020-09-10
tools: bpftool: Add "inner_map" to "bpftool map create" outer maps
Quentin Monnet
2020-09-10
tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENT
Quentin Monnet
2020-09-10
tools: bpftool: Clean up function to dump map entry
Quentin Monnet
2020-09-10
selftests: bpf: Test iterating a sockmap
Lorenz Bauer
2020-09-10
net: Allow iterating sockmap and sockhash
Lorenz Bauer
2020-09-10
net: sockmap: Remove unnecessary sk_fullsock checks
Lorenz Bauer
2020-09-10
tools: bpftool: Include common options from separate file
Quentin Monnet
2020-09-10
tools: bpftool: Print optional built-in features along with version
Quentin Monnet
2020-09-10
selftests, bpftool: Add bpftool (and eBPF helpers) documentation build
Quentin Monnet
2020-09-10
tools: bpftool: Log info-level messages when building bpftool man pages
Quentin Monnet
2020-09-10
bpf: Remove duplicate headers
Chen Zhou
2020-09-09
perf: Stop using deprecated bpf_program__title()
Andrii Nakryiko
2020-09-09
selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang change
Yonghong Song
2020-09-08
selftests/bpf: Add test for map_ptr arithmetic
Yonghong Song
2020-09-08
bpf: Permit map_ptr arithmetic with opcode add and offset 0
Yonghong Song
2020-09-07
tools, bpf: Synchronise BPF UAPI header with tools
Quentin Monnet
2020-09-07
bpf: Fix formatting in documentation for BPF helpers
Quentin Monnet
2020-09-07
tools: bpftool: Fix formatting in bpftool-link documentation
Quentin Monnet
[next]