summaryrefslogtreecommitdiff
path: root/drivers/net/can/usb
AgeCommit message (Expand)Author
2025-12-10can: gs_usb: gs_can_open(): fix error handlingMarc Kleine-Budde
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-17can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before acces...Marc Kleine-Budde
2025-11-16can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before acces...Marc Kleine-Budde
2025-11-16can: gs_usb: gs_usb_xmit_callback(): fix handling of failed transmitted URBsMarc Kleine-Budde
2025-11-16can: kvaser_usb: leaf: Fix potential infinite loop in command parsersSeungjin Bae
2025-10-31can: peak_usb: convert to use ndo_hwtstamp callbacksVadim Fedorenko
2025-10-31can: convert generic HW timestamp ioctl to ndo_hwtstamp callbacksVadim Fedorenko
2025-10-17can: treewide: remove can_change_mtu()Vincent Mailhol
2025-10-08can: gs_usb: gs_make_candev(): populate net_device->dev_portCeleste Liu
2025-10-08can: gs_usb: increase max interface to U8_MAXCeleste Liu
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-10-01Merge tag 'gpio-updates-for-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-26Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2025-09-19can: esd_usb: Avoid errors triggered from USB disconnectStefan Mätje
2025-09-19can: esd_usb: Rework display of error messagesStefan Mätje
2025-09-19can: peak_usb: fix shift-out-of-bounds issueStéphane Grosjean
2025-09-19can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol
2025-09-19can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol
2025-09-16can: Add Nuvoton NCT6694 CANFD supportMing Yu
2025-09-13can: peak: Modification of references to email accounts being deletedStéphane Grosjean
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-25can: kvaser_usb: Add devlink port supportJimmy Assarsson
2025-07-25can: kvaser_usb: Expose device information via devlink info_get()Jimmy Assarsson
2025-07-25can: kvaser_usb: Add devlink supportJimmy Assarsson
2025-07-25can: kvaser_usb: Store additional device informationJimmy Assarsson
2025-07-25can: kvaser_usb: Store the different firmware version components in a structJimmy Assarsson
2025-07-25can: kvaser_usb: Move comment regarding max_tx_urbsJimmy Assarsson
2025-07-25can: kvaser_usb: Add intermediate variablesJimmy Assarsson
2025-07-25can: kvaser_usb: Assign netdev.dev_port based on device channel indexJimmy Assarsson
2025-07-25can: kvaser_usb: Add support for ethtool set_phys_id()Jimmy Assarsson
2025-07-25can: kvaser_usb: Add support to control CAN LEDs on deviceJimmy Assarsson
2025-07-25can: peak_usb: fix USB FD devices potential malfunctionStephane Grosjean
2025-07-01time/timecounter: Fix the lie that struct cyclecounter is constGreg Kroah-Hartman
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-10can: bittiming: rename can_tdc_is_enabled() into can_fd_tdc_is_enabled()Vincent Mailhol
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-21can: dev: add struct data_bittiming_params to group FD parametersVincent Mailhol
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-14can: ucan: fix out of bound read in strscpy() sourceVincent Mailhol
2025-02-19can: gs_usb: add VID/PID for the CANnectivity firmwareHenrik Brix Andersen
2025-02-08can: etas_es58x: fix potential NULL pointer dereference on udev->serialVincent Mailhol
2025-01-10Merge tag 'linux-can-next-for-6.14-20250110' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2025-01-10can: kvaser_usb: Add support for CAN_CTRLMODE_BERR_REPORTINGJimmy Assarsson
2025-01-10can: kvaser_usb: Update stats and state even if alloc_can_err_skb() failsJimmy Assarsson
2024-11-26can: f81604: f81604_handle_can_bus_errors(): fix {rx,tx}_errors statisticsDario Binacchi
2024-11-26can: ems_usb: ems_usb_rx_err(): fix {rx,tx}_errors statisticsDario Binacchi
2024-11-26can: gs_usb: add usb endpoint address detection at driver probe stepAlexander Kozhinov
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro