summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/c_can
Commit message (Expand)AuthorAgeFilesLines
* net: can: Use device_get_match_data()Rob Herring2024-01-191-11/+2
* can: c_can: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie2023-08-021-2/+2
* can: c_can: Convert to platform remove callback returning voidUwe Kleine-König2023-05-151-4/+2
* can: c_can: Remove redundant pci_clear_masterCai Huoqing2023-03-241-2/+0
* can: c_can: use devm_platform_get_and_ioremap_resource()Minghao Chi2022-12-121-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-1/+1
|\
| * can: dev: fix skb drop checkOliver Hartkopp2022-11-071-1/+1
* | can: remove obsolete PCH CAN driverOliver Hartkopp2022-10-191-1/+2
|/
* can: c_can: don't cache TX messages for C_CAN coresMarc Kleine-Budde2022-09-282-8/+20
* can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-281-0/+1
* can: c_can: export c_can_ethtool_ops and remove c_can_set_ethtool_ops()Vincent Mailhol2022-07-273-8/+3
* can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol2022-07-201-3/+3
* can: c_can: remove wrong commentDario Binacchi2022-07-191-1/+0
* can: can-dev: remove obsolete CAN LED supportOliver Hartkopp2022-05-191-15/+1
* can: can-dev: move to netif_napi_add_weight()Jakub Kicinski2022-05-191-1/+2
* can: c_can: ethtool: use default drvinfoMarc Kleine-Budde2022-02-241-9/+0
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-052-6/+2
* can: do not increase rx_bytes statistics for RTR framesVincent Mailhol2022-01-051-2/+2
* can: do not increase rx statistics when generating a CAN rx error message frameVincent Mailhol2022-01-051-5/+0
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-1/+3
* can: c_can: fix null-ptr-deref on ioctl()Tong Zhang2021-09-071-3/+1
* can: c_can: cache frames to operate as a true FIFODario Binacchi2021-08-192-15/+19
* can: c_can: support tx ring algorithmDario Binacchi2021-08-192-18/+82
* can: c_can: exit c_can_do_tx() early if no frames have been sentDario Binacchi2021-08-191-5/+6
* can: c_can: remove struct c_can_priv::priv fieldDario Binacchi2021-08-192-2/+0
* can: c_can: rename IF_RX -> IF_NAPIMarc Kleine-Budde2021-08-191-12/+14
* can: c_can: c_can_do_tx(): fix typo in commentMarc Kleine-Budde2021-08-191-1/+1
* 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: c_can: remove unused enum BOSCH_C_CAN_PLATFORMMarc Kleine-Budde2021-04-071-1/+0
* 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
* can: c_can: fix indentionMarc Kleine-Budde2021-03-303-19/+19
* can: c_can: remove unnecessary blank lines and add suggested onesMarc Kleine-Budde2021-03-302-2/+1
* can: c_can: convert block comments to network style commentsMarc Kleine-Budde2021-03-302-37/+18
* can: c_can: move runtime PM enable/disable to c_can_platformTong Zhang2021-03-162-24/+6
* can: c_can_pci: c_can_pci_remove(): fix use-after-freeTong Zhang2021-03-161-1/+2
* can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-01-141-1/+1
* can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol2021-01-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-4/+14
|\
| * can: c_can: c_can_power_up(): fix error handlingZhang Qilong2020-11-301-4/+14
* | can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-10/+10
* | can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-1/+1
|/