aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/can/skb.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-15can: canxl: update CAN infrastructure for CAN XL framesOliver Hartkopp1-1/+22
2022-09-15can: skb: add skb CAN frame data length helpersOliver Hartkopp1-1/+23
2022-09-15can: skb: unify skb CAN frame identification helpersOliver Hartkopp1-1/+11
2022-06-11can: skb: move can_dropped_invalid_skb() and can_skb_headroom_valid() to skb.cVincent Mailhol1-58/+1
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol1-2/+3
2021-03-30can: dev: can_free_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+2
2021-03-01can: skb: can_skb_set_owner(): fix ref counting if socket was closed before setting skb ownershipOleksij Rempel1-2/+6
2021-01-14can: dev: can_get_echo_skb(): extend to return can frame lengthMarc Kleine-Budde1-1/+2
2021-01-14can: dev: can_put_echo_skb(): extend to handle frame_lenVincent Mailhol1-1/+1
2021-01-14can: dev: extend struct can_skb_priv to hold CAN frame lengthMarc Kleine-Budde1-1/+3
2021-01-13can: dev: move skb related into seperate fileMarc Kleine-Budde1-0/+77
2020-11-03can: can_create_echo_skb(): fix echo skb generation: always use skb_clone()Oleksij Rempel1-12/+8
2020-06-15can: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2019-07-24can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-07-12can: replace timestamp as unique skb attributeOliver Hartkopp1-0/+2
2015-03-22can: use sock_efree instead of own destructorFlorian Westphal1-6/+1
2014-05-19can: unify identifiers to ensure unique include processingOliver Hartkopp1-3/+3
2014-01-30can: add destructor for self generated skbsOliver Hartkopp1-0/+38
2013-01-28can: rework skb reserved data handlingOliver Hartkopp1-0/+10
2013-01-26can: add private data space for CAN sk_buffsOliver Hartkopp1-0/+35