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
/
peak_usb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: drivers: add len8_dlc support for various CAN adapters
Oliver Hartkopp
2020-11-20
2
-12
/
+21
*
can: rename CAN FD related can_len2dlc and can_dlc2len helpers
Oliver Hartkopp
2020-11-20
1
-2
/
+2
*
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
2020-11-20
3
-19
/
+19
*
can: remove obsolete get_canfd_dlc() macro
Oliver Hartkopp
2020-11-20
1
-1
/
+1
*
can: rename get_can_dlc() macro with can_cc_dlc2len()
Oliver Hartkopp
2020-11-20
2
-2
/
+2
*
can: peak_usb: fix potential integer overflow on shift of a int
Colin Ian King
2020-11-15
1
-2
/
+2
*
can: peak_usb: peak_usb_get_ts_time(): fix timestamp wrapping
Stephane Grosjean
2020-11-03
1
-5
/
+46
*
can: peak_usb: add range checking in decode operations
Dan Carpenter
2020-11-03
1
-11
/
+37
*
can: pcan_usb: add support of rxerr/txerr counters
Stephane Grosjean
2020-09-21
1
-16
/
+117
*
can: pcan_usb: Document the commands sent to the device
Stephane Grosjean
2020-09-21
1
-7
/
+26
*
can: peak_usb: convert to use le32_add_cpu()
Liu Shixin
2020-09-21
1
-1
/
+1
*
can: drivers: fix spelling mistakes
Marc Kleine-Budde
2020-09-21
2
-3
/
+3
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
3
-4
/
+4
*
can: peak_usb: report bus recovery as well
Jeroen Hofstee
2019-11-04
1
-5
/
+10
*
can: peak_usb: fix slab info leak
Johan Hovold
2019-11-04
1
-1
/
+1
*
can: peak_usb: fix a potential out-of-sync while decoding packets
Stephane Grosjean
2019-11-04
1
-5
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-08-07
3
-7
/
+7
|
\
|
*
can: peak_usb: pcan_usb_pro: Fix info-leaks to USB devices
Tomas Bortoli
2019-08-02
1
-1
/
+1
|
*
can: peak_usb: pcan_usb_fd: Fix info-leaks to USB devices
Tomas Bortoli
2019-08-02
1
-1
/
+1
|
*
can: peak_usb: force the string buffer NULL-terminated
Wang Xiayang
2019-08-02
1
-1
/
+1
|
*
can: peak_usb: fix potential double kfree_skb()
Stephane Grosjean
2019-07-24
1
-4
/
+4
*
|
can: mark expected switch fall-throughs
Gustavo A. R. Silva
2019-07-26
1
-1
/
+1
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285
Thomas Gleixner
2019-06-05
6
-54
/
+6
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
peak_usb: fix clang build warning
Arnd Bergmann
2019-03-07
1
-1
/
+1
*
can: peak_usb: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-07-27
3
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-20
1
-10
/
+11
|
\
|
*
can: peak: fix potential bug in packet fragmentation
Stephane Grosjean
2018-01-16
1
-10
/
+11
*
|
can: peak_usb: peak_usb_netif_rx(): remove unused parameter "u32 ts_high"
Marc Kleine-Budde
2018-01-05
3
-8
/
+5
*
|
can: peak_usb: use ktime_t consistently
Arnd Bergmann
2017-12-01
2
-33
/
+15
*
|
can: peak_usb: remove some 'struct timeval' users
Arnd Bergmann
2017-12-01
4
-22
/
+14
|
/
*
drivers/net: can: Convert timers to use timer_setup()
Kees Cook
2017-10-27
1
-4
/
+6
*
drivers: net: can: usb: use setup_timer() helper.
Allen Pais
2017-09-21
1
-3
/
+2
*
can: peak_usb: fix product-id endianness in error message
Johan Hovold
2017-06-09
1
-3
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-27
3
-0
/
+76
|
\
|
*
can: usb: Add support of PCAN-Chip USB stamp module
Stephane Grosjean
2017-04-25
3
-0
/
+76
*
|
can: peak: move header file to new can common subdir
Stephane Grosjean
2017-04-25
2
-244
/
+1
*
|
can: peak: fix usage of const qualifier in pointers args
Stephane Grosjean
2017-04-25
1
-8
/
+8
*
|
can: peak: fix usage of usb specific data type
Stephane Grosjean
2017-04-25
2
-14
/
+14
|
/
*
can: peak: fix bad memory access and free sequence
추지호
2016-12-08
1
-2
/
+4
*
can: peak: Add support for PCAN-USB X6 USB interface
Stephane Grosjean
2016-12-01
3
-0
/
+76
*
can: peak: Fix bittiming fields size in bits
Stephane Grosjean
2016-12-01
2
-24
/
+45
*
net: can: usb: peak_usb: pcan_usb_core: don't print error when allocating urb...
Wolfram Sang
2016-08-13
1
-5
/
+1
*
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-05-04
1
-2
/
+2
*
can: pcan_usb: don't provide CAN FD bittimings by non-FD adapters
Marc Kleine-Budde
2015-08-25
5
-70
/
+82
*
can: pcan_usb: don't touch skb after netif_rx()
Marc Kleine-Budde
2015-07-15
2
-6
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-04-02
2
-30
/
+58
|
\
|
*
can: peak_usb_fd: add support for ISO / non-ISO mode switching
Stephane Grosjean
2015-03-22
2
-2
/
+30
|
*
can: peak_usb: rename usb option cmds definition and structs
Stephane Grosjean
2015-03-22
2
-28
/
+28
*
|
can: pcan_usb: pcan_usb_fd_send_cmd(): silence compiler warning about uniniti...
Marc Kleine-Budde
2015-04-01
1
-1
/
+1
|
/
[next]