summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/etas_es58x
Commit message (Expand)AuthorAgeFilesLines
* can: etas_es58x: es58x_fd_rx_event_msg(): initialize rx_event_msg before call...Vincent Mailhol2022-03-101-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-032-7/+10
|\
| * can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8Vincent Mailhol2022-02-252-7/+10
* | can: etas_es58x: use BITS_PER_TYPE() instead of manual calculationVincent Mailhol2022-02-241-1/+2
|/
* can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-051-7/+0
* can: etas_es58x: es58x_init_netdev: populate net_device::dev_portVincent Mailhol2022-01-051-0/+1
* can: bittiming: replace CAN units with the generic ones from linux/units.hVincent Mailhol2021-12-082-4/+6
* can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error pathVincent Mailhol2021-11-061-4/+2
* Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-2/+5
|\
| * can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol2021-10-241-2/+5
* | treewide: Replace open-coded flex arrays in unionsKees Cook2021-10-182-2/+2
|/
* can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msgVincent Mailhol2021-08-191-16/+7
* can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increa...Vincent Mailhol2021-07-252-4/+2
* can: etas_es58x: use sizeof and sizeof_field macros instead of constant valuesVincent Mailhol2021-07-252-2/+2
* can: etas_es58x: add es58x_free_netdevs() to factorize codeVincent Mailhol2021-07-251-22/+24
* can: etas_es58x: use devm_kzalloc() to allocate device resourcesVincent Mailhol2021-07-251-6/+3
* can: etas_es58x: use error pointer during device probingVincent Mailhol2021-07-251-13/+10
* can: etas_es58x: fix three typos in author name and documentationVincent Mailhol2021-07-253-10/+10
* can: etas_es58x: Fix a couple of spelling mistakesColin Ian King2021-04-241-2/+2
* can: etas_es58x: Fix missing null check on netdev pointerColin Ian King2021-04-241-1/+1
* can: etas_es58x: fix null pointer dereference when handling error framesVincent Mailhol2021-04-141-1/+1
* can: etas_es58x: add support for the ETAS ES58X_FD CAN USB interfacesVincent Mailhol2021-04-135-4/+828
* can: etas_es58x: add support for ETAS ES581.4 CAN USB interfaceVincent Mailhol2021-04-135-4/+726
* can: etas_es58x: add core support for ETAS ES58X CAN USB interfacesVincent Mailhol2021-04-133-0/+2977