index
:
linux
master
Torvalds' mirror for benchmark reasons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
Age
Commit message (
Expand
)
Author
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-20
can: rcar_canfd: Add missing of_node_put() in rcar_canfd_probe()
Liang He
2022-07-20
can: mcp251xfd: fix detection of mcp251863
Marc Kleine-Budde
2022-07-20
can: add CAN_ERR_CNT flag to notify availability of error counter
Vincent Mailhol
2022-07-20
can: usb_8dev: do not report txerr and rxerr during bus-off
Vincent Mailhol
2022-07-20
can: kvaser_usb_leaf: do not report txerr and rxerr during bus-off
Vincent Mailhol
2022-07-20
can: kvaser_usb_hydra: do not report txerr and rxerr during bus-off
Vincent Mailhol
2022-07-20
can: sun4i_can: do not report txerr and rxerr during bus-off
Vincent Mailhol
2022-07-20
can: hi311x: do not report txerr and rxerr during bus-off
Vincent Mailhol
2022-07-20
can: slcan: do not report txerr and rxerr during bus-off
Vincent Mailhol
2022-07-20
can: sja1000: do not report txerr and rxerr during bus-off
Vincent Mailhol
2022-07-20
can: rcar_can: do not report txerr and rxerr during bus-off
Vincent Mailhol
2022-07-20
can: pch_can: do not report txerr and rxerr during bus-off
Vincent Mailhol
2022-07-19
can: peak_usb: include support for a new MCU
Stephane Grosjean
2022-07-19
can: peak_usb: correction of an initially misnamed field name
Stephane Grosjean
2022-07-19
can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as const
Stephane Grosjean
2022-07-19
can: ctucanfd: Update CTU CAN FD IP core registers to match version 3.x.
Pavel Pisa
2022-07-19
can: c_can: remove wrong comment
Dario Binacchi
2022-07-19
can: slcan: do not sleep with a spin lock held
Dario Binacchi
2022-07-19
can: sja1000: Change the return type as void for SoC specific init
Biju Das
2022-07-19
can: sja1000: Use device_get_match_data to get device data
Biju Das
2022-07-19
can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controller
Biju Das
2022-07-19
can: slcan: clean up if/else
Marc Kleine-Budde
2022-07-19
can: slcan: convert comparison to NULL into !val
Marc Kleine-Budde
2022-07-19
can: slcan: fix whitespace issues
Marc Kleine-Budde
2022-07-19
can: slcan: slcan_init() convert printk(LEVEL ...) to pr_level()
Marc Kleine-Budde
2022-07-19
can: slcan: convert comments to network style comments
Marc Kleine-Budde
2022-07-19
can: slcan: use scnprintf() as a hardening measure
Dan Carpenter
2022-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-04
can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix endianness conversion
Marc Kleine-Budde
2022-07-04
can: mcp251xfd: mcp251xfd_register_get_dev_id(): use correct length to read d...
Marc Kleine-Budde
2022-07-04
can: mcp251xfd: mcp251xfd_stop(): add missing hrtimer_cancel()
Marc Kleine-Budde
2022-07-04
can: mcp251xfd: mcp251xfd_regmap_crc_read(): update workaround broken CRC on ...
Thomas Kopp
2022-07-04
can: mcp251xfd: mcp251xfd_regmap_crc_read(): improve workaround handling for ...
Thomas Kopp
2022-07-04
can: kvaser_usb: kvaser_usb_leaf: fix bittiming limits
Jimmy Assarsson
2022-07-04
can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regression
Jimmy Assarsson
2022-07-04
can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_info
Jimmy Assarsson
2022-07-04
can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bits
Marc Kleine-Budde
2022-07-04
can: m_can: m_can_chip_config(): actually enable internal timestamping
Marc Kleine-Budde
2022-07-04
can: grcan: grcan_probe(): remove extra of_node_get()
Liang He
2022-07-04
can: gs_usb: gs_usb_open/close(): fix memory leak
Rhett Aultman
2022-07-04
can: rcar_canfd: Fix data transmission failed on R-Car V3U
Duy Nguyen
2022-07-04
Revert "can: xilinx_can: Limit CANFD brp to 2"
Srinivas Neeli
2022-07-03
can: slcan: extend the protocol with CAN state info
Dario Binacchi
2022-07-03
can: slcan: extend the protocol with error info
Dario Binacchi
2022-07-03
can: slcan: add ethtool support to reset adapter errors
Dario Binacchi
2022-07-03
can: slcan: move driver into separate sub directory
Dario Binacchi
2022-07-03
can: slcan: send the open/close commands to the adapter
Dario Binacchi
2022-07-03
can: slcan: set bitrate by CAN device driver API
Dario Binacchi
2022-07-03
can: slcan: allow to send commands to the adapter
Dario Binacchi
[next]