summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)AuthorFilesLines
2021-07-25can: flexcan: update Kconfig to enable coldfireAngelo Dureghello1-1/+2
2021-07-25can: flexcan: add mcf5441x supportAngelo Dureghello1-20/+104
2021-07-25can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increa...Vincent Mailhol2-4/+2
2021-07-25can: etas_es58x: use sizeof and sizeof_field macros instead of constant valuesVincent Mailhol2-2/+2
2021-07-25can: etas_es58x: add es58x_free_netdevs() to factorize codeVincent Mailhol1-22/+24
2021-07-25can: etas_es58x: use devm_kzalloc() to allocate device resourcesVincent Mailhol1-6/+3
2021-07-25can: etas_es58x: use error pointer during device probingVincent Mailhol1-13/+10
2021-07-25can: etas_es58x: fix three typos in author name and documentationVincent Mailhol3-10/+10
2021-07-25can: peak_usb: pcan_usb_decode_error(): upgrade handling of bus state changesStephane Grosjean1-123/+43
2021-07-25can: peak_usb: pcan_usb_encode_msg(): add informationStephane Grosjean1-2/+4
2021-07-25can: peak_usb: PCAN-USB: add support of loopback and one-shot modeStephane Grosjean1-4/+49
2021-07-25can: peak_usb: pcan_usb_get_device_id(): read value only in case of successStephane Grosjean1-1/+2
2021-07-25can: peak_pci: Add name and FW version of the card in kernel bufferStephane Grosjean1-11/+53
2021-07-25can: peak_pci: fix checkpatch warningsMarc Kleine-Budde1-2/+4
2021-07-25can: peak_pci: convert comments to network style commentsMarc Kleine-Budde1-35/+14
2021-07-25net: at91_can: fix the comments style issuePeng Li1-28/+14
2021-07-25net: at91_can: remove redundant spacePeng Li1-1/+1
2021-07-25net: at91_can: add braces {} to all arms of the statementPeng Li1-7/+7
2021-07-25net: at91_can: fix the alignment issuePeng Li1-11/+13
2021-07-25net: at91_can: use BIT macroPeng Li1-13/+13
2021-07-25net: at91_can: fix the code style issue about macroPeng Li1-8/+8
2021-07-25net: at91_can: add blank line after declarationsPeng Li1-0/+3
2021-07-25net: at91_can: remove redundant blank linesPeng Li1-2/+0
2021-07-25can: at91_can: use DEVICE_ATTR_RW() helper macroZhen Lei1-5/+5
2021-07-25can: janz-ican3: use DEVICE_ATTR_RO/RW() helper macroZhen Lei1-12/+11
2021-07-25can: esd_usb2: use DEVICE_ATTR_RO() helper macroZhen Lei1-6/+6
2021-07-25can: mcp251xfd: mcp251xfd_open(): request IRQ as sharedMarc Kleine-Budde1-2/+2
2021-07-25can: mcp251xfd: Fix header block to clarify independence from OFAndy Shevchenko1-2/+2
2021-07-25can: mcp251xfd: mcp251xfd_probe(): try to get crystal clock rate from propertyAndy Shevchenko1-3/+11
2021-07-25can: m_can: remove support for custom bit timingMarc Kleine-Budde2-21/+6
2021-07-25can: m_can: use devm_platform_ioremap_resource_bynameYang Yingliang1-2/+1
2021-07-25can: m_can: Add support for transceiver as phyFaiz Abbas3-1/+25
2021-07-25can: netlink: remove redundant check in can_validate()Vincent Mailhol1-1/+1
2021-07-25can: netlink: clear data_bittiming if FD is turned offVincent Mailhol1-2/+5
2021-07-25can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be...Marc Kleine-Budde3-3/+26
2021-07-25can: rx-offload: can_rx_offload_irq_finish(): directly call napi_schedule()Marc Kleine-Budde1-1/+1
2021-07-25can: rx-offload: add skb queue for use during ISRMarc Kleine-Budde5-35/+46
2021-07-06Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-5/+5
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+4
2021-06-24can: peak_pciefd: pucan_handle_status(): fix a potential starvation issue in ...Stephane Grosjean1-2/+2
2021-06-20net: can: ems_usb: fix use-after-free in ems_usb_disconnect()Pavel Skripkin1-1/+2
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+15
2021-06-16can: mcba_usb: fix memory leak in mcba_usbPavel Skripkin1-2/+15
2021-05-27can: m_can: fix whitespace in a few commentsTorin Cooper-Bennun1-5/+5
2021-05-27can: m_can: make TXESC, RXESC config more explicitTorin Cooper-Bennun1-6/+12
2021-05-27can: m_can: clean up CCCR reg defs, order by revsTorin Cooper-Bennun1-10/+13
2021-05-27can: m_can: use bits.h macros for all regmasksTorin Cooper-Bennun1-113/+86
2021-05-27can: c_can: add ethtool supportDario Binacchi4-0/+51
2021-05-27can: c_can: remove unused variable struct c_can_priv::rxmaskedDario Binacchi2-2/+0
2021-05-27can: kvaser_usb: Add new Kvaser hydra devicesJimmy Assarsson2-1/+7