summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/etas_es58x
Commit message (Expand)AuthorAgeFilesLines
* can: etas_es58x: add missing a blank line after declarationVincent Mailhol2023-10-041-0/+1
* can: etas_es58x: rework the version check logic to silence -Wformat-truncationVincent Mailhol2023-10-042-21/+42
* can: etas_es58x: remove es58x_get_product_info()Vincent Mailhol2022-12-121-49/+3
* can: etas_es58x: export product information through devlink_ops::info_get()Vincent Mailhol2022-12-123-0/+264
* can: etas_es58x: add devlink port supportVincent Mailhol2022-12-122-8/+29
* can: etas_es58x: add devlink supportVincent Mailhol2022-12-124-4/+30
* can: etas_es58x: sort the includes by alphabetic orderVincent Mailhol2022-12-124-11/+11
* can: etas_es58x: es58x_init_netdev(): free netdev when register_candev()Zhang Changzhong2022-11-241-1/+4
* can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* can: etas_es58x: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-061-1/+1
* can: etas_es58x: remove useless calls to usb_fill_bulk_urb()Vincent Mailhol2022-07-291-8/+3
* can: etas_es58x: advertise timestamping capabilities and add ioctl supportVincent Mailhol2022-07-281-1/+8
* can: etas_es58x: remove DRV_VERSIONVincent Mailhol2022-07-261-5/+2
* can: etas_es58x: replace ES58X_MODULE_NAME with KBUILD_MODNAMEVincent Mailhol2022-07-261-4/+3
* can: etas_es58x: fix signedness of USB RX and TX pipesVincent Mailhol2022-06-111-2/+2
* can: etas_es58x: replace es58x_device::rx_max_packet_size by usb_maxpacket()Vincent Mailhol2022-06-112-5/+2
* 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