index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
usb
/
gs_usb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: gs_usb: remove gs_can::iface
Vincent Mailhol
2022-12-12
1
-20
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-10
1
-1
/
+1
|
\
|
*
can: dev: fix skb drop check
Oliver Hartkopp
2022-11-07
1
-1
/
+1
*
|
can: gs_usb: add support for reading error counters
Jeroen Hofstee
2022-10-20
1
-0
/
+39
*
|
can: gs_usb: document GS_CAN_FEATURE_GET_STATE
Jeroen Hofstee
2022-10-20
1
-1
/
+4
*
|
can: gs_usb: add ability to enable / disable berr reporting
Jeroen Hofstee
2022-10-20
1
-0
/
+6
*
|
can: gs_usb: document GS_CAN_FEATURE_BERR_REPORTING
Jeroen Hofstee
2022-10-20
1
-1
/
+3
*
|
can: gs_usb: gs_can_open(): merge setting of timestamp flags and init
Marc Kleine-Budde
2022-10-20
1
-3
/
+3
*
|
can: gs_usb: gs_can_open(): sort checks for ctrlmode
Marc Kleine-Budde
2022-10-20
1
-7
/
+5
*
|
can: gs_usb: gs_can_open(): allow loopback and listen only at the same time
Marc Kleine-Budde
2022-10-20
1
-1
/
+2
*
|
can: gs_usb: gs_make_candev(): set netdev->dev_id
Marc Kleine-Budde
2022-10-20
1
-0
/
+1
|
/
*
can: gs_usb: remove dma allocations
Vasanth Sadhasivan
2022-09-23
1
-33
/
+6
*
can: gs_usb: add switchable termination support
Marc Kleine-Budde
2022-09-23
1
-1
/
+78
*
can: gs_usb: gs_make_candev(): clean up error handling
Marc Kleine-Budde
2022-09-23
1
-8
/
+13
*
can: gs_usb: convert from usb_control_msg() to usb_control_msg_{send,recv}()
Marc Kleine-Budde
2022-09-23
1
-194
/
+107
*
can: gs_usb: gs_cmd_reset(): rename variable holding struct gs_can pointer to...
Marc Kleine-Budde
2022-09-23
1
-3
/
+3
*
can: gs_usb: gs_can_open(): initialize time counter before starting device
Marc Kleine-Budde
2022-09-23
1
-4
/
+6
*
can: gs_usb: add missing lock to protect struct timecounter::cycle_last
Marc Kleine-Budde
2022-09-23
1
-5
/
+18
*
can: gs_usb: gs_usb_get_timestamp(): fix endpoint parameter for usb_control_m...
Marc Kleine-Budde
2022-09-23
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-22
1
-8
/
+13
|
\
|
*
can: gs_usb: gs_usb_set_phys_id(): return with error if identify is not suppo...
Marc Kleine-Budde
2022-09-21
1
-6
/
+11
|
*
can: gs_usb: gs_can_open(): fix race dev->can.state condition
Marc Kleine-Budde
2022-09-21
1
-2
/
+2
*
|
can: gs_usb: add RX and TX hardware timestamp support
John Whittington
2022-09-06
1
-7
/
+186
*
|
can: gs_usb: use common spelling of GS_USB in macros
Marc Kleine-Budde
2022-09-06
1
-11
/
+11
|
/
*
can: tree-wide: advertise software timestamping capabilities
Vincent Mailhol
2022-07-28
1
-0
/
+2
*
can: gs_ubs: use KBUILD_MODNAME instead of hard coded names
Vincent Mailhol
2022-07-26
1
-3
/
+3
*
can: gs_usb: gs_usb_open/close(): fix memory leak
Rhett Aultman
2022-07-04
1
-2
/
+21
*
can: gs_usb: gs_make_candev(): fix memory leak for devices with extended bit ...
Marc Kleine-Budde
2022-03-31
1
-0
/
+2
*
can: gs_usb: add VID/PID for ABE CAN Debugger devices
Ben Evans
2022-03-10
1
-0
/
+5
*
can: gs_usb: add VID/PID for CES CANext FD devices
Peter Fink
2022-03-10
1
-0
/
+5
*
can: gs_usb: add extended bt_const feature
Peter Fink
2022-03-10
1
-2
/
+68
*
can: gs_usb: activate quirks for CANtact Pro unconditionally
Peter Fink
2022-03-10
1
-0
/
+23
*
can: gs_usb: add quirk for CANtact Pro overlapping GS_USB_BREQ value
Marc Kleine-Budde
2022-03-10
1
-1
/
+13
*
can: gs_usb: add usb quirk for NXP LPC546xx controllers
Peter Fink
2022-03-10
1
-2
/
+27
*
can: gs_usb: add CAN-FD support
Peter Fink
2022-03-10
1
-16
/
+108
*
can: gs_usb: use union and FLEX_ARRAY for data in struct gs_host_frame
Peter Fink
2022-03-10
1
-11
/
+26
*
can: gs_usb: support up to 3 channels per device
Marc Kleine-Budde
2022-03-10
1
-2
/
+2
*
can: gs_usb: gs_usb_probe(): introduce udev and make use of it
Marc Kleine-Budde
2022-03-10
1
-5
/
+4
*
can: gs_usb: document the PAD_PKTS_TO_MAX_PKT_SIZE feature
Marc Kleine-Budde
2022-03-10
1
-0
/
+2
*
can: gs_usb: document the USER_ID feature
Marc Kleine-Budde
2022-03-10
1
-0
/
+4
*
can: gs_usb: update GS_CAN_FEATURE_IDENTIFY documentation
Marc Kleine-Budde
2022-03-10
1
-0
/
+1
*
can: gs_usb: add HW timestamp mode bit
Marc Kleine-Budde
2022-03-10
1
-0
/
+1
*
can: gs_usb: gs_make_candev(): call SET_NETDEV_DEV() after handling all bt_co...
Marc Kleine-Budde
2022-03-10
1
-2
/
+2
*
can: gs_usb: rewrap usb_control_msg() and usb_fill_bulk_urb()
Marc Kleine-Budde
2022-03-10
1
-65
/
+22
*
can: gs_usb: rewrap error messages
Marc Kleine-Budde
2022-03-10
1
-4
/
+2
*
can: gs_usb: GS_CAN_FLAG_OVERFLOW: make use of BIT()
Marc Kleine-Budde
2022-03-10
1
-1
/
+1
*
can: gs_usb: sort include files alphabetically
Marc Kleine-Budde
2022-03-10
1
-1
/
+1
*
can: gs_usb: fix checkpatch warning
Marc Kleine-Budde
2022-03-10
1
-1
/
+2
*
can: gs_usb: use consistent one space indention
Marc Kleine-Budde
2022-03-10
1
-19
/
+19
*
can: gs_usb: change active_channels's type from atomic_t to u8
Vincent Mailhol
2022-02-25
1
-5
/
+5
[next]