index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-04
can: gs_usb: gs_cmd_reset(): use cpu_to_le32() to assign mode
Marc Kleine-Budde
1
-1
/
+1
2024-03-04
can: kvaser_usb: Add support for Leaf v3
Jimmy Assarsson
2
-0
/
+4
2024-01-04
USB: core: Use device_driver directly in struct usb_driver and usb_device_driver
Yajun Deng
1
-1
/
+1
2023-10-04
can: etas_es58x: add missing a blank line after declaration
Vincent Mailhol
1
-0
/
+1
2023-10-04
can: etas_es58x: rework the version check logic to silence -Wformat-truncation
Vincent Mailhol
2
-21
/
+42
2023-08-03
can: esd_usb: Add support for esd CAN-USB/3
Frank Jungclaus
1
-31
/
+244
2023-07-28
can: gs_usb: convert to NAPI/rx-offload to avoid OoO reception
Marc Kleine-Budde
2
-19
/
+67
2023-07-28
can: gs_usb: gs_usb_disconnect(): remove not needed usb_kill_anchored_urbs()
Marc Kleine-Budde
1
-1
/
+0
2023-07-28
can: gs_usb: gs_destroy_candev(): remove not needed usb_kill_anchored_urbs()
Marc Kleine-Budde
1
-1
/
+0
2023-07-28
can: gs_usb: gs_can_close(): don't complain about failed device reset during ...
Marc Kleine-Budde
1
-3
/
+1
2023-07-28
can: gs_usb: gs_can_start_xmit(), gs_can_open(): clean up printouts in error ...
Marc Kleine-Budde
1
-6
/
+3
2023-07-28
can: gs_usb: gs_usb_receive_bulk_callback(): count RX overflow errors also in...
Marc Kleine-Budde
1
-2
/
+3
2023-07-28
can: gs_usb: gs_usb_receive_bulk_callback(): make use of stats
Marc Kleine-Budde
1
-5
/
+5
2023-07-28
can: gs_usb: gs_usb_receive_bulk_callback(): make use of netdev
Marc Kleine-Budde
1
-2
/
+2
2023-07-28
can: gs_usb: uniformly use "parent" as variable name for struct gs_usb
Marc Kleine-Budde
1
-31
/
+31
2023-07-28
can: gs_usb: gs_usb_set_timestamp(): remove return statements form void function
Marc Kleine-Budde
1
-2
/
+0
2023-07-28
can: gs_usb: gs_usb_probe(): align block comment
Marc Kleine-Budde
1
-2
/
+2
2023-07-28
can: gs_usb: remove leading space from goto labels
Marc Kleine-Budde
1
-6
/
+6
2023-07-28
can: peak_usb: remove unused/legacy peak_usb_netif_rx() function
Peter Seiderer
2
-15
/
+0
2023-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2023-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-56
/
+74
2023-07-20
can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPED
Marc Kleine-Budde
1
-0
/
+2
2023-07-19
can: ucan: Remove repeated word
Mao Zhu
1
-1
/
+1
2023-07-17
can: gs_usb: fix time stamp counter initialization
Marc Kleine-Budde
1
-48
/
+53
2023-07-17
can: gs_usb: gs_can_open(): improve error handling
Marc Kleine-Budde
1
-9
/
+22
2023-06-22
can: esd_usb: Use consistent prefix ESD_USB_ for macros
Frank Jungclaus
1
-7
/
+6
2023-06-22
can: esd_usb: Make use of kernel macros BIT() and GENMASK()
Frank Jungclaus
1
-14
/
+14
2023-06-22
can: esd_usb: Don't bother the user with nonessential log message
Frank Jungclaus
1
-1
/
+1
2023-06-22
can: esd_usb: Replace hardcoded message length given to USB commands
Frank Jungclaus
1
-19
/
+21
2023-06-22
can: esd_usb: Prefix all structures with the device name
Frank Jungclaus
1
-22
/
+22
2023-06-22
can: esd_usb: Use consistent prefixes for macros
Frank Jungclaus
1
-99
/
+99
2023-06-22
can: esd_usb: Replace initializer macros used for struct can_bittiming_const
Frank Jungclaus
1
-20
/
+13
2023-05-22
can: esd_usb: Make use of existing kernel macros
Frank Jungclaus
1
-19
/
+21
2023-05-22
can: kvaser_usb: Add len8_dlc support
Carsten Schmidt
3
-8
/
+13
2023-05-15
can: usb: f81604: add Fintek F81604 support
Ji-Ze Hong
3
-0
/
+1214
2023-04-04
kvaser_usb: convert USB IDs to hexadecimal values
Oliver Hartkopp
1
-51
/
+51
2023-04-04
can: esd_usb: Add support for CAN_CTRLMODE_BERR_REPORTING
Frank Jungclaus
1
-15
/
+20
2023-03-24
can: esd_usb: Improve code readability by means of replacing struct esd_usb_m...
Frank Jungclaus
1
-84
/
+82
2023-02-16
can: esd_usb: Improve readability on decoding ESD_EV_CAN_ERROR_EXT messages
Frank Jungclaus
1
-5
/
+13
2023-02-16
can: esd_usb: Make use of can_change_state() and relocate checking skb for NULL
Frank Jungclaus
1
-25
/
+25
2023-02-16
can: esd_usb: Move mislocated storage of SJA1000_ECC_SEG bits in case of a bu...
Frank Jungclaus
1
-1
/
+3
2023-02-02
can: peak_usb: Reorder include directives alphabetically
Lukas Magel
4
-11
/
+12
2023-02-02
can: peak_usb: align CAN channel ID format in log with sysfs attribute
Lukas Magel
1
-2
/
+2
2023-02-02
can: peak_usb: export PCAN CAN channel ID as sysfs device attribute
Lukas Magel
1
-0
/
+25
2023-02-02
can: peak_usb: add ethtool interface to user-configurable CAN channel identifier
Stephane Grosjean
5
-0
/
+101
2023-02-02
can: peak_usb: replace unregister_netdev() with unregister_candev()
Stephane Grosjean
1
-1
/
+1
2023-02-02
can: peak_usb: allow flashing of the CAN channel ID
Stephane Grosjean
5
-0
/
+63
2023-02-02
can: peak_usb: add callback to read CAN channel ID of PEAK CAN-FD devices
Stephane Grosjean
2
-6
/
+30
2023-02-02
can: peak_usb: rename device_id to CAN channel ID
Stephane Grosjean
5
-16
/
+17
2022-12-19
can: kvaser_usb: hydra: help gcc-13 to figure out cmd_len
Marc Kleine-Budde
1
-9
/
+24
[next]