]> Git Repo - linux.git/commit - net/can/af_can.c
can: canxl: update CAN infrastructure for CAN XL frames
authorOliver Hartkopp <[email protected]>
Mon, 12 Sep 2022 17:07:23 +0000 (19:07 +0200)
committerMarc Kleine-Budde <[email protected]>
Thu, 15 Sep 2022 07:08:09 +0000 (09:08 +0200)
commitfb08cba12b52cba4366e858932307649dc5304e2
tree56d3c61f52a39ff9c574ed18da0edbdb5a81b6d9
parent1a3e3034c049503ec6992a4a7d573e7fff31fac4
can: canxl: update CAN infrastructure for CAN XL frames

- add new ETH_P_CANXL ethernet protocol type
- update skb checks for CAN XL
- add alloc_canxl_skb() which now needs a data length parameter
- introduce init_can_skb_reserve() to reduce code duplication

Acked-by: Vincent Mailhol <[email protected]>
Signed-off-by: Oliver Hartkopp <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Signed-off-by: Marc Kleine-Budde <[email protected]>
drivers/net/can/dev/skb.c
include/linux/can/skb.h
include/uapi/linux/if_ether.h
net/can/af_can.c
This page took 0.069617 seconds and 4 git commands to generate.