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.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
/
peak_usb
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-05
can: do not increase tx_bytes statistics for RTR frames
Vincent Mailhol
2
-12
/
+9
2022-01-05
can: do not increase rx_bytes statistics for RTR frames
Vincent Mailhol
3
-11
/
+14
2022-01-05
can: do not increase rx statistics when generating a CAN rx error message frame
Vincent Mailhol
3
-7
/
+0
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-0
/
+1
2021-11-06
can: peak_usb: exchange the order of information messages
Stephane Grosjean
1
-5
/
+5
2021-11-06
can: peak_usb: always ask for BERR reporting for PCAN-USB devices
Stephane Grosjean
1
-9
/
+8
2021-10-24
can: peak_usb: CANFD: store 64-bits hw timestamps
Stephane Grosjean
3
-3
/
+20
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-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+6
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-24
can: peak_usb: pcan_usb_handle_bus_evt(): fix reading rxerr/txerr values
Stephane Grosjean
1
-4
/
+6
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-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+5
2021-04-02
drivers: net: fix memory leak in peak_usb_create_dev
Pavel Skripkin
1
-1
/
+5
2021-03-30
can: peak_usb: add support of ONE_SHOT mode
Stephane Grosjean
2
-5
/
+15
2021-03-30
can: peak_usb: add support of ethtool set_phys_id()
Stephane Grosjean
6
-1
/
+126
2021-03-30
can: peak_usb: pcan_usb_pro_encode_msg(): use macros for flags instead of pla...
Stephane Grosjean
1
-2
/
+2
2021-03-30
can: dev: can_free_echo_skb(): extend to return can frame length
Marc Kleine-Budde
1
-1
/
+1
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
3
-7
/
+0
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2021-01-20
can: peak_usb: fix use after free bugs
Vincent Mailhol
1
-4
/
+4
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-29
can: pcan_usb_core: fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-4
/
+5
2020-11-20
can: drivers: add len8_dlc support for various CAN adapters
Oliver Hartkopp
2
-12
/
+21
2020-11-20
can: rename CAN FD related can_len2dlc and can_dlc2len helpers
Oliver Hartkopp
1
-2
/
+2
2020-11-20
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
3
-19
/
+19
2020-11-20
can: remove obsolete get_canfd_dlc() macro
Oliver Hartkopp
1
-1
/
+1
2020-11-20
can: rename get_can_dlc() macro with can_cc_dlc2len()
Oliver Hartkopp
2
-2
/
+2
2020-11-15
can: peak_usb: fix potential integer overflow on shift of a int
Colin Ian King
1
-2
/
+2
2020-11-04
can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
Stephane Grosjean
1
-5
/
+46
2020-11-04
can: peak_usb: add range checking in decode operations
Dan Carpenter
1
-11
/
+37
2020-09-21
can: pcan_usb: add support of rxerr/txerr counters
Stephane Grosjean
1
-16
/
+117
2020-09-21
can: pcan_usb: Document the commands sent to the device
Stephane Grosjean
1
-7
/
+26
2020-09-21
can: peak_usb: convert to use le32_add_cpu()
Liu Shixin
1
-1
/
+1
2020-09-21
can: drivers: fix spelling mistakes
Marc Kleine-Budde
2
-3
/
+3
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
3
-4
/
+4
[next]