index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
usb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-27
1
-2
/
+2
|
\
|
*
can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...
Stefan Mätje
2021-08-26
1
-2
/
+2
*
|
can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msg
Vincent Mailhol
2021-08-19
1
-16
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-31
5
-8
/
+49
|
\
|
|
*
can: esd_usb2: fix memory leak
Pavel Skripkin
2021-07-30
1
-1
/
+15
|
*
can: ems_usb: fix memory leak
Pavel Skripkin
2021-07-30
1
-1
/
+13
|
*
can: usb_8dev: fix memory leak
Pavel Skripkin
2021-07-30
1
-2
/
+13
|
*
can: mcba_usb_start(): add missing urb->transfer_dma initialization
Pavel Skripkin
2021-07-30
1
-0
/
+2
|
*
can: peak_usb: pcan_usb_handle_bus_evt(): fix reading rxerr/txerr values
Stephane Grosjean
2021-07-24
1
-4
/
+6
*
|
can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increa...
Vincent Mailhol
2021-07-25
2
-4
/
+2
*
|
can: etas_es58x: use sizeof and sizeof_field macros instead of constant values
Vincent Mailhol
2021-07-25
2
-2
/
+2
*
|
can: etas_es58x: add es58x_free_netdevs() to factorize code
Vincent Mailhol
2021-07-25
1
-22
/
+24
*
|
can: etas_es58x: use devm_kzalloc() to allocate device resources
Vincent Mailhol
2021-07-25
1
-6
/
+3
*
|
can: etas_es58x: use error pointer during device probing
Vincent Mailhol
2021-07-25
1
-13
/
+10
*
|
can: etas_es58x: fix three typos in author name and documentation
Vincent Mailhol
2021-07-25
3
-10
/
+10
*
|
can: peak_usb: pcan_usb_decode_error(): upgrade handling of bus state changes
Stephane Grosjean
2021-07-25
1
-123
/
+43
*
|
can: peak_usb: pcan_usb_encode_msg(): add information
Stephane Grosjean
2021-07-25
1
-2
/
+4
*
|
can: peak_usb: PCAN-USB: add support of loopback and one-shot mode
Stephane Grosjean
2021-07-25
1
-4
/
+49
*
|
can: peak_usb: pcan_usb_get_device_id(): read value only in case of success
Stephane Grosjean
2021-07-25
1
-1
/
+2
*
|
can: esd_usb2: use DEVICE_ATTR_RO() helper macro
Zhen Lei
2021-07-25
1
-6
/
+6
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-30
1
-1
/
+2
|
\
|
*
net: can: ems_usb: fix use-after-free in ems_usb_disconnect()
Pavel Skripkin
2021-06-19
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-19
1
-2
/
+15
|
\
|
|
*
can: mcba_usb: fix memory leak in mcba_usb
Pavel Skripkin
2021-06-16
1
-2
/
+15
*
|
can: kvaser_usb: Add new Kvaser hydra devices
Jimmy Assarsson
2021-05-27
2
-1
/
+7
*
|
can: kvaser_usb: Rename define USB_HYBRID_{,PRO_}CANLIN_PRODUCT_ID
Jimmy Assarsson
2021-05-27
1
-4
/
+4
|
/
*
can: etas_es58x: Fix a couple of spelling mistakes
Colin Ian King
2021-04-24
1
-2
/
+2
*
can: etas_es58x: Fix missing null check on netdev pointer
Colin Ian King
2021-04-24
1
-1
/
+1
*
can: etas_es58x: fix null pointer dereference when handling error frames
Vincent Mailhol
2021-04-14
1
-1
/
+1
*
can: peak_usb: pcan_usb: replace open coded endianness conversion of unaligne...
Marc Kleine-Budde
2021-04-13
1
-26
/
+11
*
can: peak_usb: pcan_usb_get_serial(): unconditionally assign serial_number
Marc Kleine-Budde
2021-04-13
1
-3
/
+1
*
can: peak_usb: pcan_usb_get_serial(): make use of le32_to_cpup()
Marc Kleine-Budde
2021-04-13
1
-6
/
+2
*
can: peak_usb: pcan_usb_get_serial(): remove error message from error path
Marc Kleine-Budde
2021-04-13
1
-4
/
+5
*
can: peak_usb: pcan_usb_{,pro}_get_device_id(): remove unneeded check for dev...
Marc Kleine-Budde
2021-04-13
2
-4
/
+3
*
can: peak_usb: peak_usb_probe(): make use of driver_info
Marc Kleine-Budde
2021-04-13
1
-33
/
+24
*
can: peak_usb: remove write only variable struct peak_usb_adapter::ts_period
Marc Kleine-Budde
2021-04-13
4
-7
/
+0
*
can: peak_usb: remove unused variables from struct peak_usb_device
Marc Kleine-Budde
2021-04-13
1
-4
/
+0
*
can: peak_usb: pcan_usb_pro.h: remove double space in indention
Marc Kleine-Budde
2021-04-13
1
-38
/
+38
*
can: peak_usb: fix checkpatch warnings
Marc Kleine-Budde
2021-04-13
4
-4
/
+5
*
can: etas_es58x: add support for the ETAS ES58X_FD CAN USB interfaces
Vincent Mailhol
2021-04-13
5
-4
/
+828
*
can: etas_es58x: add support for ETAS ES581.4 CAN USB interface
Vincent Mailhol
2021-04-13
5
-4
/
+726
*
can: etas_es58x: add core support for ETAS ES58X CAN USB interfaces
Vincent Mailhol
2021-04-13
5
-0
/
+2988
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-10
1
-1
/
+5
|
\
|
*
drivers: net: fix memory leak in peak_usb_create_dev
Pavel Skripkin
2021-04-02
1
-1
/
+5
*
|
can: peak_usb: add support of ONE_SHOT mode
Stephane Grosjean
2021-03-30
2
-5
/
+15
*
|
can: peak_usb: add support of ethtool set_phys_id()
Stephane Grosjean
2021-03-30
6
-1
/
+126
*
|
can: peak_usb: pcan_usb_pro_encode_msg(): use macros for flags instead of pla...
Stephane Grosjean
2021-03-30
1
-2
/
+2
*
|
can: ucan: fix alignment constraints
Arnd Bergmann
2021-03-30
1
-1
/
+1
*
|
can: dev: can_free_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2021-03-30
8
-11
/
+11
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2021-03-25
2
-1
/
+4
|
\
[next]