summaryrefslogtreecommitdiff
path: root/drivers/net/can/vxcan.c
AgeCommit message (Expand)Author
2024-11-11vxcan: Set VXCAN_INFO_PEER to vxcan_link_ops.peer_type.Kuniyuki Iwashima
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet
2023-08-20net: validate veth and vxcan peer ifindexesJakub Kicinski
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2022-09-15can: dev: add CAN XL support to virtual CANOliver Hartkopp
2022-07-28can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol
2022-07-28can: v(x)can: add software tx timestampsVincent Mailhol
2022-03-13can: vxcan: vxcan_xmit(): use kfree_skb() instead of kfree() to free skbMarc Kleine-Budde
2022-03-10vxcan: enable local echo for sent CAN framesOliver Hartkopp
2022-03-10vxcan: remove sk reference in peer skbOliver Hartkopp
2022-03-06can: Use netif_rx().Sebastian Andrzej Siewior
2022-01-05can: do not increase tx_bytes statistics for RTR framesVincent Mailhol
2021-02-24net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel
2021-01-20can: vxcan: vxcan_xmit: fix use after free bugVincent Mailhol
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2019-09-04can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...Marc Kleine-Budde
2019-09-04can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344Thomas Gleixner
2018-11-06net: Add extack argument to rtnl_create_linkDavid Ahern
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-04can: vxcan: improve handling of missing peer name attributeOliver Hartkopp
2017-12-01can: vxcan: Use common error handling code in vxcan_newlink()Markus Elfring
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-09can: enable CAN FD for virtual CAN devices by defaultOliver Hartkopp
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-04-25can: add Virtual CAN Tunnel driver (vxcan)Oliver Hartkopp