index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
usb
/
gs_usb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-1
/
+1
2024-06-28
can: gs_usb: add VID/PID for Xylanta SAINT3 product family
Marc Kleine-Budde
1
-0
/
+5
2024-03-04
can: gs_usb: gs_cmd_reset(): use cpu_to_le32() to assign mode
Marc Kleine-Budde
1
-1
/
+1
2023-07-28
can: gs_usb: convert to NAPI/rx-offload to avoid OoO reception
Marc Kleine-Budde
1
-19
/
+66
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-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-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
2022-12-12
can: gs_usb: remove gs_can::iface
Vincent Mailhol
1
-20
/
+9
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-11-07
can: dev: fix skb drop check
Oliver Hartkopp
1
-1
/
+1
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-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: 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-07-28
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
1
-0
/
+2
2022-07-26
can: gs_ubs: use KBUILD_MODNAME instead of hard coded names
Vincent Mailhol
1
-3
/
+3
2022-07-04
can: gs_usb: gs_usb_open/close(): fix memory leak
Rhett Aultman
1
-2
/
+21
2022-03-31
can: gs_usb: gs_make_candev(): fix memory leak for devices with extended bit ...
Marc Kleine-Budde
1
-0
/
+2
2022-03-10
can: gs_usb: add VID/PID for ABE CAN Debugger devices
Ben Evans
1
-0
/
+5
2022-03-10
can: gs_usb: add VID/PID for CES CANext FD devices
Peter Fink
1
-0
/
+5
2022-03-10
can: gs_usb: add extended bt_const feature
Peter Fink
1
-2
/
+68
2022-03-10
can: gs_usb: activate quirks for CANtact Pro unconditionally
Peter Fink
1
-0
/
+23
[next]