summaryrefslogtreecommitdiff
path: root/include/linux/can/dev.h
AgeCommit message (Expand)Author
2023-10-05can: dev: add can_state_get_by_berr_counter() to return the CAN state based o...Marc Kleine-Budde
2022-11-07can: dev: fix skb drop checkOliver Hartkopp
2022-09-15can: dev: add CAN XL support to virtual CANOliver Hartkopp
2022-07-28can: dev: add generic function can_eth_ioctl_hwts()Vincent Mailhol
2022-07-28can: dev: add generic function can_ethtool_op_get_ts_info_hwts()Vincent Mailhol
2022-05-19can: can-dev: remove obsolete CAN LED supportOliver Hartkopp
2022-01-05can: dev: reorder struct can_priv members for better packingVincent Mailhol
2022-01-05can: dev: add sanity check in can_set_static_ctrlmode()Vincent Mailhol
2022-01-05can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()Vincent Mailhol
2021-10-24can: dev: add can_tdc_get_relative_tdco() helper functionVincent Mailhol
2021-10-24can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from deviceVincent Mailhol
2021-10-24can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol
2021-08-19can: dev: provide optional GPIO based termination supportOleksij Rempel
2021-03-30can: dev: reorder struct can_priv members for better packingVincent Mailhol
2021-03-30can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)Vincent Mailhol
2021-01-27can: dev: export can_get_state_str() functionVincent Mailhol
2021-01-13can: dev: move netlink related code into seperate fileMarc Kleine-Budde
2021-01-13can: dev: move skb related into seperate fileMarc Kleine-Budde
2021-01-13can: dev: move length related code into seperate fileMarc Kleine-Budde
2021-01-13can: dev: move bittiming related code into seperate fileMarc Kleine-Budde
2020-11-20can: drivers: introduce helpers to access Classical CAN DLC valuesOliver Hartkopp
2020-11-20can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp
2020-11-20can: replace can_dlc as variable/element for payload lengthOliver Hartkopp
2020-11-20can: remove obsolete get_canfd_dlc() macroOliver Hartkopp
2020-11-20can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp
2020-10-07can: dev: add a helper function to calculate the duration of one bitVincent Mailhol
2020-10-06can: dev: fix type of get_can_dlc() and get_canfd_dlc() macrosVincent Mailhol
2020-09-21can: dev: can_put_echo_skb(): propagate error in case of errorsMarc Kleine-Budde
2020-09-21can: include: fix spelling mistakesMarc Kleine-Budde
2020-01-02can: can_dropped_invalid_skb(): ensure an initialized headroom in outgoing CA...Oliver Hartkopp
2019-09-03can: dev: avoid long linesMarc Kleine-Budde
2018-11-09can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_s...Marc Kleine-Budde
2018-07-27can: dev: enable multi-queue for SocketCAN devicesZhu Yi
2018-01-16can: dev: Add support for limiting configured bitrateFranklin S Cooper Jr
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-01-24can: dev: add CAN interface API for fixed bitratesMarc Kleine-Budde
2017-01-24can: dev: add CAN interface termination APIOliver Hartkopp
2016-09-22can: dev: fix deadlock reported after bus-offSergei Miroshnichenko
2016-05-09can: fix handling of unmodifiable configuration optionsOliver Hartkopp
2015-10-09net/can: can_dropped_invalid_skb can be booleanYaowei Bai
2015-09-21can: headers: make header files self containedMarc Kleine-Budde
2015-03-22can: add combined rx/tx LED trigger supportYegor Yefremov
2014-12-07can: dev: Consolidate and unify state change handlingAndri Yngvason
2014-11-18can: dev: add can_is_canfd_skb() APIDong Aisheng
2014-05-19can: unify identifiers to ensure unique include processingOliver Hartkopp
2014-03-07can: allow to change the device mtu for CAN FD capable devicesOliver Hartkopp
2014-03-07can: introduce the data bitrate configuration for CAN FDOliver Hartkopp
2014-02-04can: add ability to allocate CANFD frame in skb dataStephane Grosjean
2013-01-26can: export a safe netdev_priv wrapper for candevKurt Van Dijck
2013-01-26can: add tx/rx LED trigger supportFabio Baltieri