summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)AuthorFilesLines
2026-01-02can: gs_usb: gs_can_open(): fix error handlingMarc Kleine-Budde1-1/+1
2025-11-17can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before acces...Marc Kleine-Budde1-5/+54
2025-11-16can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before acces...Marc Kleine-Budde1-7/+19
2025-11-16can: gs_usb: gs_usb_xmit_callback(): fix handling of failed transmitted URBsMarc Kleine-Budde1-2/+15
2025-11-16can: kvaser_usb: leaf: Fix potential infinite loop in command parsersSeungjin Bae1-2/+2
2025-10-08can: gs_usb: gs_make_candev(): populate net_device->dev_portCeleste Liu1-0/+1
2025-10-08can: gs_usb: increase max interface to U8_MAXCeleste Liu1-12/+10
2025-10-03Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds7-34/+57
2025-10-01Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-0/+844
2025-09-27Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/...Jakub Kicinski7-34/+57
2025-09-19can: esd_usb: Avoid errors triggered from USB disconnectStefan Mätje1-8/+26
2025-09-19can: esd_usb: Rework display of error messagesStefan Mätje1-16/+20
2025-09-19can: peak_usb: fix shift-out-of-bounds issueStéphane Grosjean1-1/+1
2025-09-19can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-09-19can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-1/+2
2025-09-16can: Add Nuvoton NCT6694 CANFD supportMing Yu3-0/+844
2025-09-13can: peak: Modification of references to email accounts being deletedStéphane Grosjean6-13/+14
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds9-57/+364
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+9
2025-07-25can: kvaser_usb: Add devlink port supportJimmy Assarsson3-3/+41
2025-07-25can: kvaser_usb: Expose device information via devlink info_get()Jimmy Assarsson1-0/+51
2025-07-25can: kvaser_usb: Add devlink supportJimmy Assarsson5-26/+63
2025-07-25can: kvaser_usb: Store additional device informationJimmy Assarsson3-2/+13
2025-07-25can: kvaser_usb: Store the different firmware version components in a structJimmy Assarsson4-9/+29
2025-07-25can: kvaser_usb: Move comment regarding max_tx_urbsJimmy Assarsson1-2/+2
2025-07-25can: kvaser_usb: Add intermediate variablesJimmy Assarsson1-7/+13
2025-07-25can: kvaser_usb: Assign netdev.dev_port based on device channel indexJimmy Assarsson1-0/+1
2025-07-25can: kvaser_usb: Add support for ethtool set_phys_id()Jimmy Assarsson1-0/+26
2025-07-25can: kvaser_usb: Add support to control CAN LEDs on deviceJimmy Assarsson3-0/+116
2025-07-25can: peak_usb: fix USB FD devices potential malfunctionStephane Grosjean1-8/+9
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman1-1/+1
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-06-10can: bittiming: rename can_tdc_is_enabled() into can_fd_tdc_is_enabled()Vincent Mailhol1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-21can: dev: add struct data_bittiming_params to group FD parametersVincent Mailhol7-19/+19
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-25/+18
2025-03-14can: ucan: fix out of bound read in strscpy() sourceVincent Mailhol1-25/+18
2025-02-19can: gs_usb: add VID/PID for the CANnectivity firmwareHenrik Brix Andersen1-0/+5
2025-02-08can: etas_es58x: fix potential NULL pointer dereference on udev->serialVincent Mailhol1-1/+5
2025-01-11Merge tag 'linux-can-next-for-6.14-20250110' of git://git.kernel.org/pub/scm/...Jakub Kicinski3-101/+73
2025-01-10can: kvaser_usb: Add support for CAN_CTRLMODE_BERR_REPORTINGJimmy Assarsson3-19/+26
2025-01-10can: kvaser_usb: Update stats and state even if alloc_can_err_skb() failsJimmy Assarsson2-95/+60
2024-11-26can: f81604: f81604_handle_can_bus_errors(): fix {rx,tx}_errors statisticsDario Binacchi1-3/+7
2024-11-26can: ems_usb: ems_usb_rx_err(): fix {rx,tx}_errors statisticsDario Binacchi1-25/+33
2024-11-26can: gs_usb: add usb endpoint address detection at driver probe stepAlexander Kozhinov1-7/+18
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro6-6/+6
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+1
2024-09-12can: esd_usb: Remove CAN_CTRLMODE_3_SAMPLES for CAN-USB/3-FDStefan Mätje1-5/+1
2024-09-11can: usb: Kconfig: Fix list of devices for esd_usb driverStefan Mätje1-1/+2
2024-09-04can: peak_usb: Remove setting of RX software timestampGal Pressman1-3/+0