summaryrefslogtreecommitdiffstats
path: root/drivers/net/can
Commit message (Expand)AuthorAgeFilesLines
* can: m_can: fix whitespace in a few commentsTorin Cooper-Bennun2021-05-271-5/+5
* can: m_can: make TXESC, RXESC config more explicitTorin Cooper-Bennun2021-05-271-6/+12
* can: m_can: clean up CCCR reg defs, order by revsTorin Cooper-Bennun2021-05-271-10/+13
* can: m_can: use bits.h macros for all regmasksTorin Cooper-Bennun2021-05-271-113/+86
* can: c_can: add ethtool supportDario Binacchi2021-05-274-0/+51
* can: c_can: remove unused variable struct c_can_priv::rxmaskedDario Binacchi2021-05-272-2/+0
* can: kvaser_usb: Add new Kvaser hydra devicesJimmy Assarsson2021-05-272-1/+7
* can: kvaser_usb: Rename define USB_HYBRID_{,PRO_}CANLIN_PRODUCT_IDJimmy Assarsson2021-05-271-4/+4
* can: at91_can: silence clang warningMarc Kleine-Budde2021-05-271-1/+1
* can: mcp251xfd: silence clang warningMarc Kleine-Budde2021-05-271-1/+1
* can: mcp251x: mcp251x_can_probe(): silence clang warningMarc Kleine-Budde2021-05-271-1/+1
* can: hi311x: hi3110_can_probe(): silence clang warningMarc Kleine-Budde2021-05-271-1/+1
* can: softing: Remove redundant variable ptrJiapeng Chong2021-05-271-2/+0
* can: m_can: m_can_tx_work_queue(): fix tx_skb race conditionMarc Kleine-Budde2021-05-061-1/+2
* can: mcp251x: fix resume from sleep before interface was brought upFrieder Schrempf2021-05-061-17/+18
* can: mcp251xfd: mcp251xfd_probe(): add missing can_rx_offload_del() in error ...Marc Kleine-Budde2021-05-061-1/+3
* can: mcp251xfd: mcp251xfd_probe(): fix an error pointer dereference in probeDan Carpenter2021-05-061-2/+2
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-2948-378/+5682
|\
| * can: etas_es58x: Fix a couple of spelling mistakesColin Ian King2021-04-241-2/+2
| * can: etas_es58x: Fix missing null check on netdev pointerColin Ian King2021-04-241-1/+1
| * can: etas_es58x: fix null pointer dereference when handling error framesVincent Mailhol2021-04-141-1/+1
| * can: peak_usb: pcan_usb: replace open coded endianness conversion of unaligne...Marc Kleine-Budde2021-04-131-26/+11
| * can: peak_usb: pcan_usb_get_serial(): unconditionally assign serial_numberMarc Kleine-Budde2021-04-131-3/+1
| * can: peak_usb: pcan_usb_get_serial(): make use of le32_to_cpup()Marc Kleine-Budde2021-04-131-6/+2
| * can: peak_usb: pcan_usb_get_serial(): remove error message from error pathMarc Kleine-Budde2021-04-131-4/+5
| * can: peak_usb: pcan_usb_{,pro}_get_device_id(): remove unneeded check for dev...Marc Kleine-Budde2021-04-132-4/+3
| * can: peak_usb: peak_usb_probe(): make use of driver_infoMarc Kleine-Budde2021-04-131-33/+24
| * can: peak_usb: remove write only variable struct peak_usb_adapter::ts_periodMarc Kleine-Budde2021-04-134-7/+0
| * can: peak_usb: remove unused variables from struct peak_usb_deviceMarc Kleine-Budde2021-04-131-4/+0
| * can: peak_usb: pcan_usb_pro.h: remove double space in indentionMarc Kleine-Budde2021-04-131-38/+38
| * can: peak_usb: fix checkpatch warningsMarc Kleine-Budde2021-04-134-4/+5
| * can: etas_es58x: add support for the ETAS ES58X_FD CAN USB interfacesVincent Mailhol2021-04-135-4/+828
| * can: etas_es58x: add support for ETAS ES581.4 CAN USB interfaceVincent Mailhol2021-04-135-4/+726
| * can: etas_es58x: add core support for ETAS ES58X CAN USB interfacesVincent Mailhol2021-04-135-0/+2988
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-092-7/+23
| |\
| * | can: mcp251xfd: mcp251xfd_regmap_crc_read(): work around broken CRC on TBC re...Marc Kleine-Budde2021-04-071-0/+34
| * | can: mcp251xfd: mcp251xfd_regmap_crc_read_one(): Factor out crc check into se...Marc Kleine-Budde2021-04-071-10/+20
| * | can: mcp251xfd: add BQL supportMarc Kleine-Budde2021-04-071-5/+18
| * | can: c_can: remove unused enum BOSCH_C_CAN_PLATFORMMarc Kleine-Budde2021-04-071-1/+0
| * | can: m_can: m_can_receive_skb(): add missing error handling to can_rx_offload...Marc Kleine-Budde2021-04-071-3/+10
| * | can: skb: alloc_can{,fd}_skb(): set "cf" to NULL if skb allocation failsMarc Kleine-Budde2021-04-071-2/+8
| * | can: c_can: add support to 64 message objectsDario Binacchi2021-03-304-16/+28
| * | can: c_can: prepare to up the message objects numberDario Binacchi2021-03-304-34/+43
| * | can: c_can: use 32-bit write to set arbitration registerDario Binacchi2021-03-301-2/+1
| * | can: c_can: add a comment about IF_RX interface's useDario Binacchi2021-03-301-0/+5
| * | can: c_can: fix indentationDario Binacchi2021-03-301-1/+1
| * | can: c_can: remove unused codeDario Binacchi2021-03-302-6/+1
| * | can: c_can: fix remaining checkpatch warningsMarc Kleine-Budde2021-03-302-2/+3
| * | can: c_can: replace double assignments by two single onesMarc Kleine-Budde2021-03-301-2/+4
| * | can: c_can: fix print formating stringMarc Kleine-Budde2021-03-301-2/+1