summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)AuthorFilesLines
2022-03-10can: gs_usb: document the USER_ID featureMarc Kleine-Budde1-0/+4
2022-03-10can: gs_usb: update GS_CAN_FEATURE_IDENTIFY documentationMarc Kleine-Budde1-0/+1
2022-03-10can: gs_usb: add HW timestamp mode bitMarc Kleine-Budde1-0/+1
2022-03-10can: gs_usb: gs_make_candev(): call SET_NETDEV_DEV() after handling all bt_co...Marc Kleine-Budde1-2/+2
2022-03-10can: gs_usb: rewrap usb_control_msg() and usb_fill_bulk_urb()Marc Kleine-Budde1-65/+22
2022-03-10can: gs_usb: rewrap error messagesMarc Kleine-Budde1-4/+2
2022-03-10can: gs_usb: GS_CAN_FLAG_OVERFLOW: make use of BIT()Marc Kleine-Budde1-1/+1
2022-03-10can: gs_usb: sort include files alphabeticallyMarc Kleine-Budde1-1/+1
2022-03-10can: gs_usb: fix checkpatch warningMarc Kleine-Budde1-1/+2
2022-03-10can: gs_usb: use consistent one space indentionMarc Kleine-Budde1-19/+19
2022-03-10can: etas_es58x: es58x_fd_rx_event_msg(): initialize rx_event_msg before call...Vincent Mailhol1-2/+1
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-12/+15
2022-02-25can: gs_usb: change active_channels's type from atomic_t to u8Vincent Mailhol1-5/+5
2022-02-25can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8Vincent Mailhol2-7/+10
2022-02-24can: etas_es58x: use BITS_PER_TYPE() instead of manual calculationVincent Mailhol1-1/+2
2022-02-24can: kvaser_usb: kvaser_usb_send_cmd(): remove redundant variable actual_lenMarc Kleine-Budde1-3/+1
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-01-09can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}Brian Silverman1-0/+2
2022-01-05can: gs_usb: fix use of uninitialized variable, detach device on reception of...Marc Kleine-Budde1-1/+2
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol12-79/+52
2022-01-05can: do not increase rx_bytes statistics for RTR framesVincent Mailhol10-30/+43
2022-01-05can: do not copy the payload of RTR framesVincent Mailhol1-4/+4
2022-01-05can: kvaser_usb: do not increase tx statistics when sending error message framesVincent Mailhol1-1/+6
2022-01-05can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol11-36/+4
2022-01-05can: etas_es58x: es58x_init_netdev: populate net_device::dev_portVincent Mailhol1-0/+1
2022-01-05can: kvaser_usb: make use of units.h in assignment of frequencyJimmy Assarsson2-7/+9
2022-01-05can: usb_8dev: remove unused member echo_skb from struct usb_8dev_privMarc Kleine-Budde1-2/+0
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-28/+73
2021-12-09can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson1-28/+73
2021-12-08can: bittiming: replace CAN units with the generic ones from linux/units.hVincent Mailhol2-4/+6
2021-11-06can: peak_usb: exchange the order of information messagesStephane Grosjean1-5/+5
2021-11-06can: peak_usb: always ask for BERR reporting for PCAN-USB devicesStephane Grosjean1-9/+8
2021-11-06can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error pathVincent Mailhol1-4/+2
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-11/+31
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2021-10-24can: peak_usb: CANFD: store 64-bits hw timestampsStephane Grosjean3-3/+20
2021-10-24can: gs_usb: use %u to print unsigned valuesMarc Kleine-Budde1-6/+6
2021-10-24can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol1-2/+5
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook2-2/+2
2021-10-17can: peak_usb: pcan_usb_fd_decode_status(): remove unnecessary test on the nu...Stephane Grosjean1-2/+1
2021-10-17can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no...Stephane Grosjean1-3/+2
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-08-26can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...Stefan Mätje1-2/+2
2021-08-19can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msgVincent Mailhol1-16/+7
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-8/+49
2021-07-30can: esd_usb2: fix memory leakPavel Skripkin1-1/+15
2021-07-30can: ems_usb: fix memory leakPavel Skripkin1-1/+13
2021-07-30can: usb_8dev: fix memory leakPavel Skripkin1-2/+13
2021-07-30can: mcba_usb_start(): add missing urb->transfer_dma initializationPavel Skripkin1-0/+2