summaryrefslogtreecommitdiffstats
path: root/include/linux/can
Commit message (Expand)AuthorAgeFilesLines
* can: bittiming: mark function arguments and local variables as constMarc Kleine-Budde2022-02-241-3/+3
* can: dev: reorder struct can_priv members for better packingVincent Mailhol2022-01-051-3/+3
* can: dev: add sanity check in can_set_static_ctrlmode()Vincent Mailhol2022-01-051-2/+9
* can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()Vincent Mailhol2022-01-051-2/+5
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-2/+3
* can: bittiming: replace CAN units with the generic ones from linux/units.hVincent Mailhol2021-12-081-7/+0
* can: dev: add can_tdc_get_relative_tdco() helper functionVincent Mailhol2021-10-241-0/+29
* can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from deviceVincent Mailhol2021-10-241-0/+1
* can: bittiming: change can_calc_tdco()'s prototype to not directly modify privVincent Mailhol2021-10-241-2/+7
* can: bittiming: change unit of TDC parameters to clock periodsVincent Mailhol2021-10-241-11/+17
* can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol2021-10-242-17/+51
* can: dev: provide optional GPIO based termination supportOleksij Rempel2021-08-191-0/+8
* can: flexcan: add platform data headerAngelo Dureghello2021-07-251-0/+23
* can: bittiming: fix documentation for struct can_tdcMarc Kleine-Budde2021-07-251-2/+2
* can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be...Marc Kleine-Budde2021-07-251-0/+1
* can: rx-offload: can_rx_offload_irq_finish(): directly call napi_schedule()Marc Kleine-Budde2021-07-251-5/+0
* can: rx-offload: add skb queue for use during ISRMarc Kleine-Budde2021-07-251-0/+2
* can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macrosVincent Mailhol2021-03-301-0/+8
* can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)Vincent Mailhol2021-03-301-0/+6
* can: dev: reorder struct can_priv members for better packingVincent Mailhol2021-03-301-6/+7
* can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)Vincent Mailhol2021-03-302-0/+68
* can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-03-301-1/+2
* can: skb: can_skb_set_owner(): fix ref counting if socket was closed before s...Oleksij Rempel2021-03-011-2/+6
* net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel2021-02-241-0/+12
* can: dev: export can_get_state_str() functionVincent Mailhol2021-01-271-0/+1
* can: dev: can_rx_offload_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-01-141-1/+2
* can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde2021-01-141-1/+2
* can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol2021-01-141-1/+1
* can: dev: extend struct can_skb_priv to hold CAN frame lengthMarc Kleine-Budde2021-01-141-1/+3
* can: length: can_skb_get_frame_len(): introduce function to get data length o...Vincent Mailhol2021-01-141-0/+120
* can: length: canfd_sanitize_len(): add function to sanitize CAN-FD data lengthMarc Kleine-Budde2021-01-141-0/+6
* can: dev: move netlink related code into seperate fileMarc Kleine-Budde2021-01-131-0/+6
* can: dev: move skb related into seperate fileMarc Kleine-Budde2021-01-132-76/+77
* can: dev: move length related code into seperate fileMarc Kleine-Budde2021-01-132-40/+49
* can: dev: move bittiming related code into seperate fileMarc Kleine-Budde2021-01-132-15/+45
* can: drivers: introduce helpers to access Classical CAN DLC valuesOliver Hartkopp2020-11-201-0/+25
* can: rename CAN FD related can_len2dlc and can_dlc2len helpersOliver Hartkopp2020-11-201-2/+2
* can: replace can_dlc as variable/element for payload lengthOliver Hartkopp2020-11-201-2/+2
* can: remove obsolete get_canfd_dlc() macroOliver Hartkopp2020-11-202-2/+1
* can: rename get_can_dlc() macro with can_cc_dlc2len()Oliver Hartkopp2020-11-201-4/+4
* can: can_create_echo_skb(): fix echo skb generation: always use skb_clone()Oleksij Rempel2020-11-031-12/+8
* can: remove obsolete version stringsOliver Hartkopp2020-10-121-7/+0
* can: dev: add a helper function to calculate the duration of one bitVincent Mailhol2020-10-071-0/+15
* can: dev: fix type of get_can_dlc() and get_canfd_dlc() macrosVincent Mailhol2020-10-061-3/+3
* can: rx-offload: can_rx_offload_add_manual(): add new initialization functionMarc Kleine-Budde2020-09-211-0/+3
* can: dev: can_put_echo_skb(): propagate error in case of errorsMarc Kleine-Budde2020-09-211-2/+2
* can: include: fix spelling mistakesMarc Kleine-Budde2020-09-212-2/+2
* can: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
* can: dev: peak_canfd.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-181-2/+2
* can: can_dropped_invalid_skb(): ensure an initialized headroom in outgoing CA...Oliver Hartkopp2020-01-021-0/+34