index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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-26
can: ucan: ucan_disconnect(): change unregister_netdev() to unregister_candev()
Dongliang Mu
1
-1
/
+1
2022-10-26
can: kvaser_usb: Compare requested bittiming parameters with actual parameter...
Jimmy Assarsson
4
-41
/
+284
2022-10-26
can: kvaser_usb: Add struct kvaser_usb_busparams
Jimmy Assarsson
3
-31
/
+27
2022-10-26
can: kvaser_usb_leaf: Fix bogus restart events
Anssi Hannula
1
-3
/
+3
2022-10-26
can: kvaser_usb_leaf: Ignore stale bus-off after start
Anssi Hannula
1
-1
/
+30
2022-10-26
can: kvaser_usb_leaf: Fix wrong CAN state after stopping
Anssi Hannula
1
-0
/
+4
2022-10-26
can: kvaser_usb_leaf: Fix improved state not being reported
Anssi Hannula
3
-3
/
+81
2022-10-26
can: kvaser_usb_leaf: Set Warning state even without bus errors
Anssi Hannula
1
-12
/
+8
2022-10-26
can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENT
Jimmy Assarsson
1
-0
/
+99
2022-10-26
can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {le...
Jimmy Assarsson
1
-19
/
+19
2022-10-26
can: kvaser_usb: kvaser_usb_leaf: Get capabilities from device
Jimmy Assarsson
1
-1
/
+143
2022-10-20
can: gs_usb: add support for reading error counters
Jeroen Hofstee
1
-0
/
+39
2022-10-20
can: gs_usb: document GS_CAN_FEATURE_GET_STATE
Jeroen Hofstee
1
-1
/
+4
2022-10-20
can: gs_usb: add ability to enable / disable berr reporting
Jeroen Hofstee
1
-0
/
+6
2022-10-20
can: gs_usb: document GS_CAN_FEATURE_BERR_REPORTING
Jeroen Hofstee
1
-1
/
+3
2022-10-20
can: gs_usb: gs_can_open(): merge setting of timestamp flags and init
Marc Kleine-Budde
1
-3
/
+3
2022-10-20
can: gs_usb: gs_can_open(): sort checks for ctrlmode
Marc Kleine-Budde
1
-7
/
+5
2022-10-20
can: gs_usb: gs_can_open(): allow loopback and listen only at the same time
Marc Kleine-Budde
1
-1
/
+2
2022-10-20
can: gs_usb: gs_make_candev(): set netdev->dev_id
Marc Kleine-Budde
1
-0
/
+1
2022-10-20
can: gs_usb: mention candleLight as supported device
Marc Kleine-Budde
1
-3
/
+6
2022-10-19
can: kvaser_usb: Remove -Warray-bounds exception
Kees Cook
1
-5
/
+0
2022-10-19
can: ucan: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
1
-1
/
+2
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-08-31
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
[prev]
[next]