summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2021-03-30can: mcp251xfd: add dev coredump supportMarc Kleine-Budde
2021-03-30can: tcan4x5x: remove duplicate include of regmap.hWan Jiabing
2021-03-30can: m_can: fix periph RX path: use rx-offload to ensure skbs are sent from s...Torin Cooper-Bennun
2021-03-30can: m_can: m_can_chip_config(): enable and configure internal timestampsTorin Cooper-Bennun
2021-03-30can: m_can: add infrastructure for internal timestampsTorin Cooper-Bennun
2021-03-30can: m_can: m_can_class_allocate_dev(): remove impossible error return judgmentXulin Sun
2021-03-30can: peak_usb: add support of ONE_SHOT modeStephane Grosjean
2021-03-30can: peak_usb: add support of ethtool set_phys_id()Stephane Grosjean
2021-03-30can: peak_usb: pcan_usb_pro_encode_msg(): use macros for flags instead of pla...Stephane Grosjean
2021-03-30can: ucan: fix alignment constraintsArnd Bergmann
2021-03-30can: xilinx_can: Simplify code by using dev_err_probe()Michal Simek
2021-03-30can: grcan: add missing Kconfig dependency to HAS_IOMEMMarc Kleine-Budde
2021-03-30can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macrosVincent Mailhol
2021-03-30can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)Vincent Mailhol
2021-03-30can: netlink: move '=' operators back to previous line (checkpatch fix)Vincent Mailhol
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-03-30can: dev: can_free_echo_skb(): don't crash the kernel if can_priv::echo_skb i...Marc Kleine-Budde
2021-03-30can: dev: always create TX echo skbMarc Kleine-Budde
2021-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-20can: peak_usb: Revert "can: peak_usb: add forgotten supported devices"Marc Kleine-Budde
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-03-16can: m_can: m_can_rx_peripheral(): fix RX being blocked by errorsTorin Cooper-Bennun
2021-03-16can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warningTorin Cooper-Bennun
2021-03-16can: c_can: move runtime PM enable/disable to c_can_platformTong Zhang
2021-03-16can: c_can_pci: c_can_pci_remove(): fix use-after-freeTong Zhang
2021-03-16can: kvaser_usb: Add support for USBcan Pro 4xHSJimmy Assarsson
2021-03-16can: kvaser_pciefd: Always disable bus load reportingJimmy Assarsson
2021-03-16can: flexcan: flexcan_chip_freeze(): fix chip freeze for missing bitrateAngelo Dureghello
2021-03-16can: peak_usb: add forgotten supported devicesStephane Grosjean
2021-03-16can: dev: Move device back to init netns on owning netns deleteMartin Willi
2021-03-15Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby
2021-03-01can: tcan4x5x: tcan4x5x_init(): fix initialization - clear MRAM before enteri...Torin Cooper-Bennun
2021-03-01can: mcp251xfd: revert "can: mcp251xfd: add BQL support"Marc Kleine-Budde
2021-03-01can: flexcan: invoke flexcan_chip_freeze() to enter freeze modeJoakim Zhang
2021-03-01can: flexcan: enable RX FIFO after FRZ/HALT validJoakim Zhang
2021-03-01can: flexcan: assert FRZ bit in flexcan_chip_freeze()Joakim Zhang
2021-02-25Merge tag 'net-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-02-24net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel
2021-02-21Merge tag 'sound-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-02-17Merge tag 'asoc-v5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2021-01-29can: mcp251xfd: mcp251xfd_probe(): use dev_err_probe() to simplify error hand...Marc Kleine-Budde
2021-01-29can: mcp251xfd: mcp251xfd_chip_clock_enable(): simplify returnMarc Kleine-Budde
2021-01-29can: mcp251xfd: add missing _MASK postfix to MCP251XFD_OBJ_FLAGS_DLCMarc Kleine-Budde
2021-01-29can: mcp251xfd: unify error messages and commetsMarc Kleine-Budde
2021-01-29can: mcp251xfd: mcp251xfd_probe(): add imx6 to errata tableMarc Kleine-Budde
2021-01-29can: mcp251xfd: mcp251xfd_probe(): remove known bad combinations from errata ...Marc Kleine-Budde
2021-01-29can: mcp251xfd: mcp251xfd_probe(): sort errata table alphabetically, fix inde...Marc Kleine-Budde
2021-01-29can: mcp251xfd: mcp251xfd_probe(): fix errata referenceMarc Kleine-Budde
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski