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