index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: m_can: m_can_tx_work_queue(): fix tx_skb race condition
Marc Kleine-Budde
2021-05-06
1
-1
/
+2
*
can: mcp251x: fix resume from sleep before interface was brought up
Frieder Schrempf
2021-05-06
1
-17
/
+18
*
can: mcp251xfd: mcp251xfd_probe(): add missing can_rx_offload_del() in error ...
Marc Kleine-Budde
2021-05-06
1
-1
/
+3
*
can: mcp251xfd: mcp251xfd_probe(): fix an error pointer dereference in probe
Dan Carpenter
2021-05-06
1
-2
/
+2
*
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2021-04-29
48
-378
/
+5682
|
\
|
*
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
2
-7
/
+23
|
|
\
|
*
|
can: mcp251xfd: mcp251xfd_regmap_crc_read(): work around broken CRC on TBC re...
Marc Kleine-Budde
2021-04-07
1
-0
/
+34
|
*
|
can: mcp251xfd: mcp251xfd_regmap_crc_read_one(): Factor out crc check into se...
Marc Kleine-Budde
2021-04-07
1
-10
/
+20
|
*
|
can: mcp251xfd: add BQL support
Marc Kleine-Budde
2021-04-07
1
-5
/
+18
|
*
|
can: c_can: remove unused enum BOSCH_C_CAN_PLATFORM
Marc Kleine-Budde
2021-04-07
1
-1
/
+0
|
*
|
can: m_can: m_can_receive_skb(): add missing error handling to can_rx_offload...
Marc Kleine-Budde
2021-04-07
1
-3
/
+10
|
*
|
can: skb: alloc_can{,fd}_skb(): set "cf" to NULL if skb allocation fails
Marc Kleine-Budde
2021-04-07
1
-2
/
+8
|
*
|
can: c_can: add support to 64 message objects
Dario Binacchi
2021-03-30
4
-16
/
+28
|
*
|
can: c_can: prepare to up the message objects number
Dario Binacchi
2021-03-30
4
-34
/
+43
|
*
|
can: c_can: use 32-bit write to set arbitration register
Dario Binacchi
2021-03-30
1
-2
/
+1
|
*
|
can: c_can: add a comment about IF_RX interface's use
Dario Binacchi
2021-03-30
1
-0
/
+5
|
*
|
can: c_can: fix indentation
Dario Binacchi
2021-03-30
1
-1
/
+1
|
*
|
can: c_can: remove unused code
Dario Binacchi
2021-03-30
2
-6
/
+1
|
*
|
can: c_can: fix remaining checkpatch warnings
Marc Kleine-Budde
2021-03-30
2
-2
/
+3
|
*
|
can: c_can: replace double assignments by two single ones
Marc Kleine-Budde
2021-03-30
1
-2
/
+4
|
*
|
can: c_can: fix print formating string
Marc Kleine-Budde
2021-03-30
1
-2
/
+1
|
*
|
can: c_can: fix indention
Marc Kleine-Budde
2021-03-30
3
-19
/
+19
|
*
|
can: c_can: remove unnecessary blank lines and add suggested ones
Marc Kleine-Budde
2021-03-30
2
-2
/
+1
|
*
|
can: c_can: convert block comments to network style comments
Marc Kleine-Budde
2021-03-30
2
-37
/
+18
|
*
|
can: mcp251xfd: add HW timestamp to RX, TX and error CAN frames
Marc Kleine-Budde
2021-03-30
1
-5
/
+18
|
*
|
can: mcp251xfd: add HW timestamp infrastructure
Marc Kleine-Budde
2021-03-30
4
-0
/
+88
|
*
|
can: mcp251xfd: mcp251xfd_get_timestamp(): move to mcp251xfd.h
Marc Kleine-Budde
2021-03-30
2
-6
/
+6
|
*
|
can: mcp251xfd: move netdevice.h to mcp251xfd.h
Marc Kleine-Budde
2021-03-30
2
-1
/
+1
|
*
|
can: mcp251xfd: simplify UINC handling
Marc Kleine-Budde
2021-03-30
1
-32
/
+37
|
*
|
can: mcp251xfd: add dev coredump support
Marc Kleine-Budde
2021-03-30
6
-0
/
+343
|
*
|
can: tcan4x5x: remove duplicate include of regmap.h
Wan Jiabing
2021-03-30
1
-1
/
+0
|
*
|
can: m_can: fix periph RX path: use rx-offload to ensure skbs are sent from s...
Torin Cooper-Bennun
2021-03-30
2
-16
/
+107
|
*
|
can: m_can: m_can_chip_config(): enable and configure internal timestamps
Torin Cooper-Bennun
2021-03-30
1
-0
/
+5
|
*
|
can: m_can: add infrastructure for internal timestamps
Torin Cooper-Bennun
2021-03-30
1
-0
/
+27
[next]