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.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
path:
root
/
drivers
/
net
/
can
/
usb
/
etas_es58x
Age
Commit message (
Expand
)
Author
2026-03-02
can: usb: etas_es58x: correctly anchor the urb in the read bulk callback
Greg Kroah-Hartman
2026-01-09
can: etas_es58x: allow partial RX URB allocation to succeed
Szymon Wilczek
2025-10-31
can: convert generic HW timestamp ioctl to ndo_hwtstamp callbacks
Vadim Fedorenko
2025-10-17
can: treewide: remove can_change_mtu()
Vincent Mailhol
2025-09-19
can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflow
Vincent Mailhol
2025-06-10
can: bittiming: rename can_tdc_is_enabled() into can_fd_tdc_is_enabled()
Vincent Mailhol
2025-05-21
can: dev: add struct data_bittiming_params to group FD parameters
Vincent Mailhol
2025-02-08
can: etas_es58x: fix potential NULL pointer dereference on udev->serial
Vincent Mailhol
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-07-28
minmax: don't use max() in situations that want a C constant expression
Linus Torvalds
2023-10-04
can: etas_es58x: add missing a blank line after declaration
Vincent Mailhol
2023-10-04
can: etas_es58x: rework the version check logic to silence -Wformat-truncation
Vincent Mailhol
2022-12-12
can: etas_es58x: remove es58x_get_product_info()
Vincent Mailhol
2022-12-12
can: etas_es58x: export product information through devlink_ops::info_get()
Vincent Mailhol
2022-12-12
can: etas_es58x: add devlink port support
Vincent Mailhol
2022-12-12
can: etas_es58x: add devlink support
Vincent Mailhol
2022-12-12
can: etas_es58x: sort the includes by alphabetic order
Vincent Mailhol
2022-11-24
can: etas_es58x: es58x_init_netdev(): free netdev when register_candev()
Zhang Changzhong
2022-11-07
can: dev: fix skb drop check
Oliver Hartkopp
2022-09-06
can: etas_es58x: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
2022-07-29
can: etas_es58x: remove useless calls to usb_fill_bulk_urb()
Vincent Mailhol
2022-07-28
can: etas_es58x: advertise timestamping capabilities and add ioctl support
Vincent Mailhol
2022-07-26
can: etas_es58x: remove DRV_VERSION
Vincent Mailhol
2022-07-26
can: etas_es58x: replace ES58X_MODULE_NAME with KBUILD_MODNAME
Vincent Mailhol
2022-06-11
can: etas_es58x: fix signedness of USB RX and TX pipes
Vincent Mailhol
2022-06-11
can: etas_es58x: replace es58x_device::rx_max_packet_size by usb_maxpacket()
Vincent Mailhol
2022-03-10
can: etas_es58x: es58x_fd_rx_event_msg(): initialize rx_event_msg before call...
Vincent Mailhol
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-25
can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8
Vincent Mailhol
2022-02-24
can: etas_es58x: use BITS_PER_TYPE() instead of manual calculation
Vincent Mailhol
2022-01-05
can: do not increase rx statistics when generating a CAN rx error message frame
Vincent Mailhol
2022-01-05
can: etas_es58x: es58x_init_netdev: populate net_device::dev_port
Vincent Mailhol
2021-12-08
can: bittiming: replace CAN units with the generic ones from linux/units.h
Vincent Mailhol
2021-11-06
can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path
Vincent Mailhol
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-10-24
can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min
Vincent Mailhol
2021-10-18
treewide: Replace open-coded flex arrays in unions
Kees Cook
2021-08-19
can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msg
Vincent Mailhol
2021-07-25
can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increa...
Vincent Mailhol
2021-07-25
can: etas_es58x: use sizeof and sizeof_field macros instead of constant values
Vincent Mailhol
2021-07-25
can: etas_es58x: add es58x_free_netdevs() to factorize code
Vincent Mailhol
2021-07-25
can: etas_es58x: use devm_kzalloc() to allocate device resources
Vincent Mailhol
2021-07-25
can: etas_es58x: use error pointer during device probing
Vincent Mailhol
2021-07-25
can: etas_es58x: fix three typos in author name and documentation
Vincent Mailhol
2021-04-24
can: etas_es58x: Fix a couple of spelling mistakes
Colin Ian King
2021-04-24
can: etas_es58x: Fix missing null check on netdev pointer
Colin Ian King
2021-04-14
can: etas_es58x: fix null pointer dereference when handling error frames
Vincent Mailhol
2021-04-13
can: etas_es58x: add support for the ETAS ES58X_FD CAN USB interfaces
Vincent Mailhol
2021-04-13
can: etas_es58x: add support for ETAS ES581.4 CAN USB interface
Vincent Mailhol
2021-04-13
can: etas_es58x: add core support for ETAS ES58X CAN USB interfaces
Vincent Mailhol