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
2022-10-27
can: kvaser_usb: Fix possible completions during init_completion
Anssi Hannula
2
-4
/
+4
2022-10-11
can: kvaser_usb_leaf: Fix CAN state after restart
Anssi Hannula
1
-0
/
+2
2022-10-11
can: kvaser_usb_leaf: Fix TX queue out of sync after restart
Anssi Hannula
3
-1
/
+5
2022-10-11
can: kvaser_usb: Fix use of uninitialized completion
Anssi Hannula
2
-1
/
+2
2022-10-11
can: kvaser_usb_leaf: Fix overread with an invalid command
Anssi Hannula
1
-0
/
+75
2022-09-23
can: gs_usb: remove dma allocations
Vasanth Sadhasivan
1
-33
/
+6
2022-09-23
can: gs_usb: add switchable termination support
Marc Kleine-Budde
1
-1
/
+78
2022-09-23
can: gs_usb: gs_make_candev(): clean up error handling
Marc Kleine-Budde
1
-8
/
+13
2022-09-23
can: gs_usb: convert from usb_control_msg() to usb_control_msg_{send,recv}()
Marc Kleine-Budde
1
-194
/
+107
2022-09-23
can: gs_usb: gs_cmd_reset(): rename variable holding struct gs_can pointer to...
Marc Kleine-Budde
1
-3
/
+3
2022-09-23
can: gs_usb: gs_can_open(): initialize time counter before starting device
Marc Kleine-Budde
1
-4
/
+6
2022-09-23
can: gs_usb: add missing lock to protect struct timecounter::cycle_last
Marc Kleine-Budde
1
-5
/
+18
2022-09-23
can: gs_usb: gs_usb_get_timestamp(): fix endpoint parameter for usb_control_m...
Marc Kleine-Budde
1
-2
/
+1
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+13
2022-09-21
can: gs_usb: gs_usb_set_phys_id(): return with error if identify is not suppo...
Marc Kleine-Budde
1
-6
/
+11
2022-09-21
can: gs_usb: gs_can_open(): fix race dev->can.state condition
Marc Kleine-Budde
1
-2
/
+2
2022-09-06
can: etas_es58x: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
1
-1
/
+1
2022-09-06
can: gs_usb: add RX and TX hardware timestamp support
John Whittington
1
-7
/
+186
2022-09-06
can: gs_usb: use common spelling of GS_USB in macros
Marc Kleine-Budde
1
-11
/
+11
2022-09-05
can: kvaser_usb: kvaser_usb_hydra: Use kzalloc for allocating only one element
Kenneth Lee
1
-10
/
+10
2022-09-01
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-09
can: ems_usb: fix clang's -Wunaligned-access warning
Marc Kleine-Budde
1
-1
/
+1
2022-07-29
can: etas_es58x: remove useless calls to usb_fill_bulk_urb()
Vincent Mailhol
1
-8
/
+3
2022-07-28
can: peak_usb: advertise timestamping capabilities and add ioctl support
Vincent Mailhol
5
-0
/
+45
2022-07-28
can: kvaser_usb: advertise timestamping capabilities and add ioctl support
Vincent Mailhol
2
-2
/
+26
2022-07-28
can: etas_es58x: advertise timestamping capabilities and add ioctl support
Vincent Mailhol
1
-1
/
+8
2022-07-28
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
6
-0
/
+32
2022-07-26
can: etas_es58x: remove DRV_VERSION
Vincent Mailhol
1
-5
/
+2
2022-07-26
can: etas_es58x: replace ES58X_MODULE_NAME with KBUILD_MODNAME
Vincent Mailhol
1
-4
/
+3
2022-07-26
can: ubs_8dev: use KBUILD_MODNAME instead of hard coded names
Vincent Mailhol
1
-2
/
+2
2022-07-26
can: kvaser_usb: use KBUILD_MODNAME instead of hard coded names
Vincent Mailhol
1
-1
/
+1
2022-07-26
can: gs_ubs: use KBUILD_MODNAME instead of hard coded names
Vincent Mailhol
1
-3
/
+3
2022-07-26
can: esd_usb: use KBUILD_MODNAME instead of hard coded names
Vincent Mailhol
1
-1
/
+1
2022-07-26
can: ems_usb: use KBUILD_MODNAME instead of hard coded names
Vincent Mailhol
1
-2
/
+2
2022-07-20
can: add CAN_ERR_CNT flag to notify availability of error counter
Vincent Mailhol
5
-1
/
+7
2022-07-20
can: usb_8dev: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-3
/
+4
2022-07-20
can: kvaser_usb_leaf: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-2
/
+4
2022-07-20
can: kvaser_usb_hydra: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-4
/
+8
2022-07-19
can: peak_usb: include support for a new MCU
Stephane Grosjean
1
-10
/
+58
2022-07-19
can: peak_usb: correction of an initially misnamed field name
Stephane Grosjean
2
-2
/
+2
2022-07-19
can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as const
Stephane Grosjean
2
-2
/
+2
2022-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-192
/
+264
2022-07-04
can: kvaser_usb: kvaser_usb_leaf: fix bittiming limits
Jimmy Assarsson
3
-35
/
+47
2022-07-04
can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regression
Jimmy Assarsson
3
-21
/
+38
2022-07-04
can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_info
Jimmy Assarsson
3
-148
/
+172
2022-07-04
can: gs_usb: gs_usb_open/close(): fix memory leak
Rhett Aultman
1
-2
/
+21
2022-06-25
can/esd_usb: Update to copyright, M_AUTHOR and M_DESCRIPTION
Frank Jungclaus
1
-4
/
+6
2022-06-25
can/esd_usb: Fixed some checkpatch.pl warnings
Frank Jungclaus
1
-23
/
+8
2022-06-25
can/esd_usb: Rename all terms USB2 to USB
Frank Jungclaus
1
-104
/
+109
2022-06-25
can/esd_usb2: Rename esd_usb2.c to esd_usb.c
Frank Jungclaus
3
-5
/
+12
[next]