summaryrefslogtreecommitdiff
path: root/include/linux/can
AgeCommit message (Expand)Author
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: change can_calc_tdco()'s prototype to not directly modify privVincent Mailhol
2021-10-24can: bittiming: change unit of TDC parameters to clock periodsVincent 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-07-25can: flexcan: add platform data headerAngelo Dureghello
2021-07-25can: bittiming: fix documentation for struct can_tdcMarc Kleine-Budde
2021-07-25can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be...Marc Kleine-Budde
2021-07-25can: rx-offload: can_rx_offload_irq_finish(): directly call napi_schedule()Marc Kleine-Budde
2021-07-25can: rx-offload: add skb queue for use during ISRMarc Kleine-Budde
2021-03-30can: bittiming: add CAN_KBPS, CAN_MBPS and CAN_MHZ macrosVincent Mailhol
2021-03-30can: bittiming: add calculation for CAN FD Transmitter Delay Compensation (TDC)Vincent Mailhol
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-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-03-01can: skb: can_skb_set_owner(): fix ref counting if socket was closed before s...Oleksij Rempel
2021-02-24net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel
2021-01-27can: dev: export can_get_state_str() functionVincent Mailhol
2021-01-14can: dev: can_rx_offload_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol
2021-01-14can: dev: extend struct can_skb_priv to hold CAN frame lengthMarc Kleine-Budde
2021-01-14can: length: can_skb_get_frame_len(): introduce function to get data length o...Vincent Mailhol
2021-01-14can: length: canfd_sanitize_len(): add function to sanitize CAN-FD data lengthMarc Kleine-Budde
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-11-03can: can_create_echo_skb(): fix echo skb generation: always use skb_clone()Oleksij Rempel
2020-10-12can: remove obsolete version stringsOliver 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: rx-offload: can_rx_offload_add_manual(): add new initialization functionMarc Kleine-Budde
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-06-15can: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-18can: dev: peak_canfd.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-02can: can_dropped_invalid_skb(): ensure an initialized headroom in outgoing CA...Oliver Hartkopp
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-13can: af_can: export can_sock_destruct()Oleksij Rempel
2019-11-11can: rx-offload: Prepare for CAN FD supportJoakim Zhang
2019-11-11can: rx-offload: can_rx_offload_reset(): remove no-op functionMarc Kleine-Budde
2019-11-11can: mcp251x: get rid of legacy platform dataAndy Shevchenko
2019-09-05Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller