index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2022-11-07
can: dev: fix skb drop check
Oliver Hartkopp
1
-1
/
+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
2022-03-10
can: gs_usb: add quirk for CANtact Pro overlapping GS_USB_BREQ value
Marc Kleine-Budde
1
-1
/
+13
2022-03-10
can: gs_usb: add usb quirk for NXP LPC546xx controllers
Peter Fink
1
-2
/
+27
2022-03-10
can: gs_usb: add CAN-FD support
Peter Fink
1
-16
/
+108
2022-03-10
can: gs_usb: use union and FLEX_ARRAY for data in struct gs_host_frame
Peter Fink
1
-11
/
+26
2022-03-10
can: gs_usb: support up to 3 channels per device
Marc Kleine-Budde
1
-2
/
+2
2022-03-10
can: gs_usb: gs_usb_probe(): introduce udev and make use of it
Marc Kleine-Budde
1
-5
/
+4
2022-03-10
can: gs_usb: document the PAD_PKTS_TO_MAX_PKT_SIZE feature
Marc Kleine-Budde
1
-0
/
+2
2022-03-10
can: gs_usb: document the USER_ID feature
Marc Kleine-Budde
1
-0
/
+4
2022-03-10
can: gs_usb: update GS_CAN_FEATURE_IDENTIFY documentation
Marc Kleine-Budde
1
-0
/
+1
2022-03-10
can: gs_usb: add HW timestamp mode bit
Marc Kleine-Budde
1
-0
/
+1
2022-03-10
can: gs_usb: gs_make_candev(): call SET_NETDEV_DEV() after handling all bt_co...
Marc Kleine-Budde
1
-2
/
+2
2022-03-10
can: gs_usb: rewrap usb_control_msg() and usb_fill_bulk_urb()
Marc Kleine-Budde
1
-65
/
+22
2022-03-10
can: gs_usb: rewrap error messages
Marc Kleine-Budde
1
-4
/
+2
2022-03-10
can: gs_usb: GS_CAN_FLAG_OVERFLOW: make use of BIT()
Marc Kleine-Budde
1
-1
/
+1
2022-03-10
can: gs_usb: sort include files alphabetically
Marc Kleine-Budde
1
-1
/
+1
2022-03-10
can: gs_usb: fix checkpatch warning
Marc Kleine-Budde
1
-1
/
+2
2022-03-10
can: gs_usb: use consistent one space indention
Marc Kleine-Budde
1
-19
/
+19
2022-02-25
can: gs_usb: change active_channels's type from atomic_t to u8
Vincent Mailhol
1
-5
/
+5
2022-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2022-01-09
can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}
Brian Silverman
1
-0
/
+2
2022-01-05
can: gs_usb: fix use of uninitialized variable, detach device on reception of...
Marc Kleine-Budde
1
-1
/
+2
2022-01-05
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
1
-4
/
+3
2021-10-24
can: gs_usb: use %u to print unsigned values
Marc Kleine-Budde
1
-6
/
+6
2021-03-30
can: dev: can_free_echo_skb(): extend to return can frame length
Marc Kleine-Budde
1
-1
/
+1
2021-01-14
can: dev: can_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
1
-1
/
+1
2021-01-14
can: dev: can_put_echo_skb(): extend to handle frame_len
Vincent Mailhol
1
-1
/
+1
2020-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-61
/
+70
2020-11-26
can: gs_usb: fix endianess problem with candleLight firmware
Marc Kleine-Budde
1
-61
/
+70
[next]