summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2022-06-11can: etas_es58x: replace es58x_device::rx_max_packet_size by usb_maxpacket()Vincent Mailhol
2022-06-11can: skb: drop tx skb if in listen only modeVincent Mailhol
2022-06-11can: skb: move can_dropped_invalid_skb() and can_skb_headroom_valid() to skb.cVincent Mailhol
2022-06-11net: Kconfig: move the CAN device menu to the "Device Drivers" sectionVincent Mailhol
2022-06-11can: Kconfig: add CONFIG_CAN_RX_OFFLOADVincent Mailhol
2022-06-11can: bittiming: move bittiming calculation functions to calc_bittiming.cVincent Mailhol
2022-06-11can: Kconfig: turn menu "CAN Device Drivers" into a menuconfig using CAN_DEVVincent Mailhol
2022-06-11can: Kconfig: rename config symbol CAN_DEV into CAN_NETLINKVincent Mailhol
2022-06-11can: netlink: allow configuring of fixed bit rates without need for do_set_bi...Marc Kleine-Budde
2022-06-11can: m_can: fix typo prescalar -> prescalerMarc Kleine-Budde
2022-06-11can: xilinx_can: fix typo prescalar -> prescalerMarc Kleine-Budde
2022-06-11can: xilinx_can: add Transmitter Delay Compensation (TDC) feature supportSrinivas Neeli
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner
2022-05-23can: ctucanfd: platform: add missing dependency to HAS_IOMEMMarc Kleine-Budde
2022-05-23can: kvaser_usb: silence a GCC 12 -Warray-bounds warningJakub Kicinski
2022-05-23can: peak_usb: fix typo in commentJulia Lawall
2022-05-19can: mcp251xfd: silence clang's -Wunaligned-access warningVincent Mailhol
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp
2022-05-19can: can-dev: move to netif_napi_add_weight()Jakub Kicinski
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-16can: slcan: slc_xmit(): use can_dropped_invalid_skb() instead of manual checkVincent Mailhol
2022-05-16can: ctucanfd: Let users select instead of depend on CAN_CTUCANFDGeert Uytterhoeven
2022-05-14can: m_can: remove support for custom bit timing, take #2Jarkko Nikula
2022-05-14Revert "can: m_can: pci: use custom bit timings for Elkhart Lake"Jarkko Nikula
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-02can: ctucanfd: remove PCI module debug parametersPavel Pisa
2022-05-02can: ctucanfd: remove debug statementsPavel Pisa
2022-05-02can: ctucanfd: remove inline keyword from local static functionsPavel Pisa
2022-05-02can: ctucanfd: ctucan_platform_probe(): remove unnecessary print function dev...Jiapeng Chong
2022-05-02can: ctucanfd: remove unused including <linux/version.h>Jiapeng Chong
2022-05-02can: m_can: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-04-29can: grcan: only use the NAPI poll budget for RXAndreas Larsson
2022-04-29can: grcan: grcan_probe(): fix broken system id check for errata workaround n...Andreas Larsson
2022-04-29can: grcan: use ofdev->dev when allocating DMA memoryDaniel Hellstrom
2022-04-29can: grcan: grcan_close(): fix deadlockDuoming Zhou
2022-04-19can: ctucanfd: CTU CAN FD open-source IP core - platform/SoC support.Pavel Pisa
2022-04-19can: ctucanfd: CTU CAN FD open-source IP core - PCI bus support.Pavel Pisa
2022-04-19can: ctucanfd: add support for CTU CAN FD open-source IP core - bus independe...Martin Jerabek
2022-04-19can: mcp251xfd: add support for mcp251863Marc Kleine-Budde
2022-04-19can: xilinx_can: mark bit timing constants as constMarc Kleine-Budde
2022-04-19can: flexcan: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-19can: mscan: mpc5xxx_can: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy
2022-04-19can: Fix Links to Technologic Systems web resourcesKris Bahnsen
2022-04-19can: bittiming: can_calc_bittiming(): prefer small bit rate pre-scalers over ...Marc Kleine-Budde
2022-04-19can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue...Marc Kleine-Budde
2022-03-31can: gs_usb: gs_make_candev(): fix memory leak for devices with extended bit ...Marc Kleine-Budde
2022-03-31can: mcba_usb: properly check endpoint typePavel Skripkin
2022-03-31can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error pathHangyu Hua
2022-03-31can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua
2022-03-31can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua