index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: kvaser_usb: kvaser_usb_leaf: fix bittiming limits
Jimmy Assarsson
2022-07-04
3
-35
/
+47
*
can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regression
Jimmy Assarsson
2022-07-04
3
-21
/
+38
*
can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_info
Jimmy Assarsson
2022-07-04
3
-148
/
+172
*
can: gs_usb: gs_usb_open/close(): fix memory leak
Rhett Aultman
2022-07-04
1
-2
/
+21
*
can: kvaser_usb: silence a GCC 12 -Warray-bounds warning
Jakub Kicinski
2022-05-23
1
-0
/
+5
*
can: peak_usb: fix typo in comment
Julia Lawall
2022-05-23
1
-1
/
+1
*
can: can-dev: remove obsolete CAN LED support
Oliver Hartkopp
2022-05-19
2
-19
/
+0
*
can: gs_usb: gs_make_candev(): fix memory leak for devices with extended bit ...
Marc Kleine-Budde
2022-03-31
1
-0
/
+2
*
can: mcba_usb: properly check endpoint type
Pavel Skripkin
2022-03-31
1
-10
/
+16
*
can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error path
Hangyu Hua
2022-03-31
1
-1
/
+0
*
can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error path
Hangyu Hua
2022-03-31
1
-16
/
+14
*
can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error path
Hangyu Hua
2022-03-31
1
-1
/
+0
*
can: ucan: fix typos in comments
Julia Lawall
2022-03-16
1
-2
/
+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: etas_es58x: es58x_fd_rx_event_msg(): initialize rx_event_msg before call...
Vincent Mailhol
2022-03-10
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-03
3
-12
/
+15
|
\
|
*
can: gs_usb: change active_channels's type from atomic_t to u8
Vincent Mailhol
2022-02-25
1
-5
/
+5
|
*
can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8
Vincent Mailhol
2022-02-25
2
-7
/
+10
*
|
can: etas_es58x: use BITS_PER_TYPE() instead of manual calculation
Vincent Mailhol
2022-02-24
1
-1
/
+2
*
|
can: kvaser_usb: kvaser_usb_send_cmd(): remove redundant variable actual_len
Marc Kleine-Budde
2022-02-24
1
-3
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-09
1
-1
/
+4
|
\
|
*
can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}
Brian Silverman
2022-01-09
1
-0
/
+2
|
*
can: gs_usb: fix use of uninitialized variable, detach device on reception of...
Marc Kleine-Budde
2022-01-05
1
-1
/
+2
*
|
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
12
-79
/
+52
*
|
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
2022-01-05
10
-30
/
+43
*
|
can: do not copy the payload of RTR frames
Vincent Mailhol
2022-01-05
1
-4
/
+4
*
|
can: kvaser_usb: do not increase tx statistics when sending error message frames
Vincent Mailhol
2022-01-05
1
-1
/
+6
*
|
can: do not increase rx statistics when generating a CAN rx error message frame
Vincent Mailhol
2022-01-05
11
-36
/
+4
*
|
can: etas_es58x: es58x_init_netdev: populate net_device::dev_port
Vincent Mailhol
2022-01-05
1
-0
/
+1
*
|
can: kvaser_usb: make use of units.h in assignment of frequency
Jimmy Assarsson
2022-01-05
2
-7
/
+9
[next]