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.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_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
2023-06-22
selftests/bpf: Fix compilation failure for prog vrf_socket_lookup
Yonghong Song
2023-06-21
selftests/bpf: Add vrf_socket_lookup tests
Gilad Sever
2023-06-21
bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindings
Gilad Sever
2023-06-21
bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint
Gilad Sever
2023-06-21
bpf: Factor out socket lookup functions for the TC hookpoint.
Gilad Sever
2023-06-19
selftests/bpf: Set the default value of consumer_cnt as 0
Hou Tao
2023-06-19
selftests/bpf: Ensure that next_cpu() returns a valid CPU number
Hou Tao
2023-06-19
selftests/bpf: Output the correct error code for pthread APIs
Hou Tao
2023-06-19
selftests/bpf: Use producer_cnt to allocate local counter array
Hou Tao
2023-06-19
xsk: Remove unused inline function xsk_buff_discard()
YueHaibing
2023-06-19
bpf: Keep BPF_PROG_LOAD permission checks clear of validations
Andrii Nakryiko
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
2023-06-19
bpf: Inline map creation logic in map_create() function
Andrii Nakryiko
2023-06-19
bpf: Move unprivileged checks into map_create() and bpf_prog_load()
Andrii Nakryiko
2023-06-16
bpf: Remove in_atomic() from bpf_link_put().
Sebastian Andrzej Siewior
2023-06-13
Merge branch 'verify scalar ids mapping in regsafe()'
Andrii Nakryiko
2023-06-13
selftests/bpf: Verify that check_ids() is used for scalars in regsafe()
Eduard Zingerman
2023-06-13
bpf: Verify scalar ids mapping in regsafe() using check_ids()
Eduard Zingerman
2023-06-13
selftests/bpf: Check if mark_chain_precision() follows scalar ids
Eduard Zingerman
2023-06-13
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
2023-06-12
bpf/docs: Update documentation for new cpumask kfuncs
David Vernet
2023-06-12
selftests/bpf: Update bpf_cpumask_any* tests to use bpf_cpumask_any_distribute*
David Vernet
2023-06-12
bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*
David Vernet
2023-06-12
selftests/bpf: Add test for new bpf_cpumask_first_and() kfunc
David Vernet
2023-06-12
bpf: Add bpf_cpumask_first_and() kfunc
David Vernet
2023-06-12
bpf: Hide unused bpf_patch_call_args
Arnd Bergmann
2023-06-12
selftests/bpf: Fix invalid pointer check in get_xlated_program()
Eduard Zingerman
2023-06-08
selftests/bpf: Add missing prototypes for several test kfuncs
Jiri Olsa
2023-06-06
bpf: Factor out a common helper free_all()
Hou Tao
2023-06-06
selftests/bpf: Fix check_mtu using wrong variable type
Jesper Dangaard Brouer
2023-06-06
bpf: Cleanup unused function declaration
Ruiqi Gong
2023-06-05
selftests/bpf: Add missing selftests kconfig options
David Vernet
2023-06-05
tools/resolve_btfids: Fix setting HOSTCFLAGS
Viktor Malik
2023-06-05
selftests/bpf: Add test for non-NULLable PTR_TO_BTF_IDs
David Vernet
2023-06-05
bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULL
David Vernet
2023-06-05
bpf: Replace open code with for allocated object check
Daniel T. Lee
2023-06-05
bpf/xdp: optimize bpf_xdp_pointer to avoid reading sinfo
Jesper Dangaard Brouer
2023-06-05
bpf: Make bpf_refcount_acquire fallible for non-owning refs
Dave Marchevsky
2023-06-05
bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculation
Dave Marchevsky
2023-06-05
bpf: Set kptr_struct_meta for node param to list and rbtree insert funcs
Dave Marchevsky
2023-06-01
selftests/bpf: Test table ID fib lookup BPF helper
Louis DeLosSantos
2023-06-01
bpf: Add table ID to bpf_fib_lookup BPF helper
Louis DeLosSantos
2023-05-31
samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60
Jesper Dangaard Brouer
2023-05-31
net: Use umd_cleanup_helper()
Jarkko Sakkinen
2023-05-31
bpf: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-31
bpf/tests: Use struct_size()
Su Hui
2023-05-30
selftests/bpf: Add a test where map key_type_id with decl_tag type
Yonghong Song
2023-05-30
bpf: Silence a warning in btf_type_id_size()
Yonghong Song
2023-05-30
r8169: check for PCI read error in probe
Heiner Kallweit
2023-05-30
dsa: lan9303: Remove stray gpiod_unexport() call
Andy Shevchenko
[next]