summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-26Merge tag 'linux-can-next-for-5.15-20210725' of git://git.kernel.org/pub/scm/...David S. Miller
2021-07-26net: ixp4xx_hss: use dma_pool_zallocJason Wang
2021-07-26nfp: add support for coalesce adaptive featureYinjun Zhang
2021-07-26net: mhi: Improve MBIM packet countingRichard Laing
2021-07-26nfc: s3fwrn5: remove unnecessary labelwengjianfeng
2021-07-26Merge branch 'hns3-devlink'David S. Miller
2021-07-26net: hns3: add devlink reload support for VFHao Chen
2021-07-26net: hns3: add devlink reload support for PFHao Chen
2021-07-26net: hns3: add support for devlink get info for VFYufeng Mo
2021-07-26net: hns3: add support for devlink get info for PFYufeng Mo
2021-07-26net: hns3: add support for registering devlink for VFYufeng Mo
2021-07-26net: hns3: add support for registering devlink for PFYufeng Mo
2021-07-26devlink: add documentation for hns3 driverHao Chen
2021-07-25tipc: fix an use-after-free issue in tipc_recvmsgXin Long
2021-07-25can: flexcan: update Kconfig to enable coldfireAngelo Dureghello
2021-07-25can: flexcan: add mcf5441x supportAngelo Dureghello
2021-07-25can: flexcan: add platform data headerAngelo Dureghello
2021-07-25can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increa...Vincent Mailhol
2021-07-25can: etas_es58x: use sizeof and sizeof_field macros instead of constant valuesVincent Mailhol
2021-07-25can: etas_es58x: add es58x_free_netdevs() to factorize codeVincent Mailhol
2021-07-25can: etas_es58x: use devm_kzalloc() to allocate device resourcesVincent Mailhol
2021-07-25can: etas_es58x: use error pointer during device probingVincent Mailhol
2021-07-25can: etas_es58x: fix three typos in author name and documentationVincent Mailhol
2021-07-25can: peak_usb: pcan_usb_decode_error(): upgrade handling of bus state changesStephane Grosjean
2021-07-25can: peak_usb: pcan_usb_encode_msg(): add informationStephane Grosjean
2021-07-25can: peak_usb: PCAN-USB: add support of loopback and one-shot modeStephane Grosjean
2021-07-25can: peak_usb: pcan_usb_get_device_id(): read value only in case of successStephane Grosjean
2021-07-25can: peak_pci: Add name and FW version of the card in kernel bufferStephane Grosjean
2021-07-25can: peak_pci: fix checkpatch warningsMarc Kleine-Budde
2021-07-25can: peak_pci: convert comments to network style commentsMarc Kleine-Budde
2021-07-25net: at91_can: fix the comments style issuePeng Li
2021-07-25net: at91_can: remove redundant spacePeng Li
2021-07-25net: at91_can: add braces {} to all arms of the statementPeng Li
2021-07-25net: at91_can: fix the alignment issuePeng Li
2021-07-25net: at91_can: use BIT macroPeng Li
2021-07-25net: at91_can: fix the code style issue about macroPeng Li
2021-07-25net: at91_can: add blank line after declarationsPeng Li
2021-07-25net: at91_can: remove redundant blank linesPeng Li
2021-07-25can: at91_can: use DEVICE_ATTR_RW() helper macroZhen Lei
2021-07-25can: janz-ican3: use DEVICE_ATTR_RO/RW() helper macroZhen Lei
2021-07-25can: esd_usb2: use DEVICE_ATTR_RO() helper macroZhen Lei
2021-07-25can: mcp251xfd: mcp251xfd_open(): request IRQ as sharedMarc Kleine-Budde
2021-07-25can: mcp251xfd: Fix header block to clarify independence from OFAndy Shevchenko
2021-07-25can: mcp251xfd: mcp251xfd_probe(): try to get crystal clock rate from propertyAndy Shevchenko
2021-07-25can: m_can: remove support for custom bit timingMarc Kleine-Budde
2021-07-25can: m_can: use devm_platform_ioremap_resource_bynameYang Yingliang
2021-07-25can: m_can: Add support for transceiver as phyFaiz Abbas
2021-07-25dt-bindings: net: can: Document transceiver implementation as phyFaiz Abbas
2021-07-25can: netlink: remove redundant check in can_validate()Vincent Mailhol
2021-07-25can: netlink: clear data_bittiming if FD is turned offVincent Mailhol