summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)Author
2022-07-04can: kvaser_usb: kvaser_usb_leaf: fix bittiming limitsJimmy Assarsson
2022-07-04can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regressionJimmy Assarsson
2022-07-04can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_infoJimmy Assarsson
2022-07-04can: gs_usb: gs_usb_open/close(): fix memory leakRhett Aultman
2022-05-23can: kvaser_usb: silence a GCC 12 -Warray-bounds warningJakub Kicinski
2022-05-23can: peak_usb: fix typo in commentJulia Lawall
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp
2022-03-31can: gs_usb: gs_make_candev(): fix memory leak for devices with extended bit ...Marc Kleine-Budde
2022-03-31can: mcba_usb: properly check endpoint typePavel Skripkin
2022-03-31can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error pathHangyu Hua
2022-03-31can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua
2022-03-31can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua
2022-03-16can: ucan: fix typos in commentsJulia Lawall
2022-03-10can: gs_usb: add VID/PID for ABE CAN Debugger devicesBen Evans
2022-03-10can: gs_usb: add VID/PID for CES CANext FD devicesPeter Fink
2022-03-10can: gs_usb: add extended bt_const featurePeter Fink
2022-03-10can: gs_usb: activate quirks for CANtact Pro unconditionallyPeter Fink
2022-03-10can: gs_usb: add quirk for CANtact Pro overlapping GS_USB_BREQ valueMarc Kleine-Budde
2022-03-10can: gs_usb: add usb quirk for NXP LPC546xx controllersPeter Fink
2022-03-10can: gs_usb: add CAN-FD supportPeter Fink
2022-03-10can: gs_usb: use union and FLEX_ARRAY for data in struct gs_host_framePeter Fink
2022-03-10can: gs_usb: support up to 3 channels per deviceMarc Kleine-Budde
2022-03-10can: gs_usb: gs_usb_probe(): introduce udev and make use of itMarc Kleine-Budde
2022-03-10can: gs_usb: document the PAD_PKTS_TO_MAX_PKT_SIZE featureMarc Kleine-Budde
2022-03-10can: gs_usb: document the USER_ID featureMarc Kleine-Budde
2022-03-10can: gs_usb: update GS_CAN_FEATURE_IDENTIFY documentationMarc Kleine-Budde
2022-03-10can: gs_usb: add HW timestamp mode bitMarc Kleine-Budde
2022-03-10can: gs_usb: gs_make_candev(): call SET_NETDEV_DEV() after handling all bt_co...Marc Kleine-Budde
2022-03-10can: gs_usb: rewrap usb_control_msg() and usb_fill_bulk_urb()Marc Kleine-Budde
2022-03-10can: gs_usb: rewrap error messagesMarc Kleine-Budde
2022-03-10can: gs_usb: GS_CAN_FLAG_OVERFLOW: make use of BIT()Marc Kleine-Budde
2022-03-10can: gs_usb: sort include files alphabeticallyMarc Kleine-Budde
2022-03-10can: gs_usb: fix checkpatch warningMarc Kleine-Budde
2022-03-10can: gs_usb: use consistent one space indentionMarc Kleine-Budde
2022-03-10can: etas_es58x: es58x_fd_rx_event_msg(): initialize rx_event_msg before call...Vincent Mailhol
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-25can: gs_usb: change active_channels's type from atomic_t to u8Vincent Mailhol
2022-02-25can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8Vincent Mailhol
2022-02-24can: etas_es58x: use BITS_PER_TYPE() instead of manual calculationVincent Mailhol
2022-02-24can: kvaser_usb: kvaser_usb_send_cmd(): remove redundant variable actual_lenMarc Kleine-Budde
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-09can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman
2022-01-05can: gs_usb: fix use of uninitialized variable, detach device on reception of...Marc Kleine-Budde
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol
2022-01-05can: do not copy the payload of RTR framesVincent Mailhol
2022-01-05can: kvaser_usb: do not increase tx statistics when sending error message framesVincent Mailhol
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol
2022-01-05can: etas_es58x: es58x_init_netdev: populate net_device::dev_portVincent Mailhol
2022-01-05can: kvaser_usb: make use of units.h in assignment of frequencyJimmy Assarsson