summaryrefslogtreecommitdiffstats
path: root/include/linux/can/skb.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: dev: move skb related into seperate fileMarc Kleine-Budde2021-01-131-0/+77
* can: can_create_echo_skb(): fix echo skb generation: always use skb_clone()Oleksij Rempel2020-11-031-12/+8
* can: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
* can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp2019-07-241-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-121-0/+2
* can: use sock_efree instead of own destructorFlorian Westphal2015-03-221-6/+1
* can: unify identifiers to ensure unique include processingOliver Hartkopp2014-05-191-3/+3
* can: add destructor for self generated skbsOliver Hartkopp2014-01-301-0/+38
* can: rework skb reserved data handlingOliver Hartkopp2013-01-281-0/+10
* can: add private data space for CAN sk_buffsOliver Hartkopp2013-01-261-0/+35