index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-08
can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8
Vincent Mailhol
2
-7
/
+10
2022-03-08
can: gs_usb: change active_channels's type from atomic_t to u8
Vincent Mailhol
1
-5
/
+5
2022-01-16
can: gs_usb: gs_can_start_xmit(): zero-initialize hf->{flags,reserved}
Brian Silverman
1
-0
/
+2
2022-01-16
can: gs_usb: fix use of uninitialized variable, detach device on reception of...
Marc Kleine-Budde
1
-1
/
+2
2021-12-14
can: kvaser_usb: get CAN clock frequency from device
Jimmy Assarsson
1
-28
/
+73
2021-11-18
can: etas_es58x: es58x_rx_err_msg(): fix memory leak in error path
Vincent Mailhol
1
-4
/
+2
2021-11-18
can: peak_usb: always ask for BERR reporting for PCAN-USB devices
Stephane Grosjean
1
-9
/
+8
2021-10-17
can: peak_usb: pcan_usb_fd_decode_status(): remove unnecessary test on the nu...
Stephane Grosjean
1
-2
/
+1
2021-10-17
can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no...
Stephane Grosjean
1
-3
/
+2
2021-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-08-26
can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...
Stefan Mätje
1
-2
/
+2
2021-08-19
can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msg
Vincent Mailhol
1
-16
/
+7
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-8
/
+49
2021-07-30
can: esd_usb2: fix memory leak
Pavel Skripkin
1
-1
/
+15
2021-07-30
can: ems_usb: fix memory leak
Pavel Skripkin
1
-1
/
+13
2021-07-30
can: usb_8dev: fix memory leak
Pavel Skripkin
1
-2
/
+13
2021-07-30
can: mcba_usb_start(): add missing urb->transfer_dma initialization
Pavel Skripkin
1
-0
/
+2
2021-07-25
can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increa...
Vincent Mailhol
2
-4
/
+2
2021-07-25
can: etas_es58x: use sizeof and sizeof_field macros instead of constant values
Vincent Mailhol
2
-2
/
+2
2021-07-25
can: etas_es58x: add es58x_free_netdevs() to factorize code
Vincent Mailhol
1
-22
/
+24
2021-07-25
can: etas_es58x: use devm_kzalloc() to allocate device resources
Vincent Mailhol
1
-6
/
+3
2021-07-25
can: etas_es58x: use error pointer during device probing
Vincent Mailhol
1
-13
/
+10
2021-07-25
can: etas_es58x: fix three typos in author name and documentation
Vincent Mailhol
3
-10
/
+10
2021-07-25
can: peak_usb: pcan_usb_decode_error(): upgrade handling of bus state changes
Stephane Grosjean
1
-123
/
+43
2021-07-25
can: peak_usb: pcan_usb_encode_msg(): add information
Stephane Grosjean
1
-2
/
+4
2021-07-25
can: peak_usb: PCAN-USB: add support of loopback and one-shot mode
Stephane Grosjean
1
-4
/
+49
2021-07-25
can: peak_usb: pcan_usb_get_device_id(): read value only in case of success
Stephane Grosjean
1
-1
/
+2
2021-07-25
can: esd_usb2: use DEVICE_ATTR_RO() helper macro
Zhen Lei
1
-6
/
+6
2021-07-24
can: peak_usb: pcan_usb_handle_bus_evt(): fix reading rxerr/txerr values
Stephane Grosjean
1
-4
/
+6
2021-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-06-20
net: can: ems_usb: fix use-after-free in ems_usb_disconnect()
Pavel Skripkin
1
-1
/
+2
2021-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+15
2021-06-16
can: mcba_usb: fix memory leak in mcba_usb
Pavel Skripkin
1
-2
/
+15
2021-05-27
can: kvaser_usb: Add new Kvaser hydra devices
Jimmy Assarsson
2
-1
/
+7
2021-05-27
can: kvaser_usb: Rename define USB_HYBRID_{,PRO_}CANLIN_PRODUCT_ID
Jimmy Assarsson
1
-4
/
+4
2021-04-24
can: etas_es58x: Fix a couple of spelling mistakes
Colin Ian King
1
-2
/
+2
2021-04-24
can: etas_es58x: Fix missing null check on netdev pointer
Colin Ian King
1
-1
/
+1
2021-04-14
can: etas_es58x: fix null pointer dereference when handling error frames
Vincent Mailhol
1
-1
/
+1
2021-04-13
can: peak_usb: pcan_usb: replace open coded endianness conversion of unaligne...
Marc Kleine-Budde
1
-26
/
+11
2021-04-13
can: peak_usb: pcan_usb_get_serial(): unconditionally assign serial_number
Marc Kleine-Budde
1
-3
/
+1
2021-04-13
can: peak_usb: pcan_usb_get_serial(): make use of le32_to_cpup()
Marc Kleine-Budde
1
-6
/
+2
2021-04-13
can: peak_usb: pcan_usb_get_serial(): remove error message from error path
Marc Kleine-Budde
1
-4
/
+5
2021-04-13
can: peak_usb: pcan_usb_{,pro}_get_device_id(): remove unneeded check for dev...
Marc Kleine-Budde
2
-4
/
+3
2021-04-13
can: peak_usb: peak_usb_probe(): make use of driver_info
Marc Kleine-Budde
1
-33
/
+24
2021-04-13
can: peak_usb: remove write only variable struct peak_usb_adapter::ts_period
Marc Kleine-Budde
4
-7
/
+0
2021-04-13
can: peak_usb: remove unused variables from struct peak_usb_device
Marc Kleine-Budde
1
-4
/
+0
2021-04-13
can: peak_usb: pcan_usb_pro.h: remove double space in indention
Marc Kleine-Budde
1
-38
/
+38
2021-04-13
can: peak_usb: fix checkpatch warnings
Marc Kleine-Budde
4
-4
/
+5
2021-04-13
can: etas_es58x: add support for the ETAS ES58X_FD CAN USB interfaces
Vincent Mailhol
5
-4
/
+828
2021-04-13
can: etas_es58x: add support for ETAS ES581.4 CAN USB interface
Vincent Mailhol
5
-4
/
+726
[next]