| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-24 | can: enable CAN XL for virtual CAN devices by default | Vincent Mailhol | 1 | -1/+1 |
| 2025-02-21 | net: Use link/peer netns in newlink() of rtnl_link_ops | Xiao Liang | 1 | -1/+1 |
| 2025-02-21 | rtnetlink: Pack newlink() params into struct | Xiao Liang | 1 | -2/+5 |
| 2024-12-03 | rtnetlink: fix double call of rtnl_link_get_net_ifla() | Cong Wang | 1 | -8/+2 |
| 2024-11-11 | vxcan: Set VXCAN_INFO_PEER to vxcan_link_ops.peer_type. | Kuniyuki Iwashima | 1 | -9/+3 |
| 2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 1 | -1/+1 |
| 2024-02-26 | rtnetlink: prepare nla_put_iflink() to run under RCU | Eric Dumazet | 1 | -1/+1 |
| 2023-08-20 | net: validate veth and vxcan peer ifindexes | Jakub Kicinski | 1 | -6/+1 |
| 2022-10-31 | rtnetlink: pass netlink message header and portid to rtnl_configure_link() | Hangbin Liu | 1 | -1/+1 |
| 2022-09-15 | can: dev: add CAN XL support to virtual CAN | Oliver Hartkopp | 1 | -4/+4 |
| 2022-07-28 | can: tree-wide: advertise software timestamping capabilities | Vincent Mailhol | 1 | -0/+6 |
| 2022-07-28 | can: v(x)can: add software tx timestamps | Vincent Mailhol | 1 | -0/+2 |
| 2022-03-13 | can: vxcan: vxcan_xmit(): use kfree_skb() instead of kfree() to free skb | Marc Kleine-Budde | 1 | -1/+1 |
| 2022-03-10 | vxcan: enable local echo for sent CAN frames | Oliver Hartkopp | 1 | -1/+1 |
| 2022-03-10 | vxcan: remove sk reference in peer skb | Oliver Hartkopp | 1 | -6/+11 |
| 2022-03-06 | can: Use netif_rx(). | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2022-01-05 | can: do not increase tx_bytes statistics for RTR frames | Vincent Mailhol | 1 | -1/+1 |
| 2021-02-24 | net: introduce CAN specific pointer in the struct net_device | Oleksij Rempel | 1 | -1/+5 |
| 2021-01-20 | can: vxcan: vxcan_xmit: fix use after free bug | Vincent Mailhol | 1 | -2/+4 |
| 2020-11-16 | treewide: rename nla_strlcpy to nla_strscpy. | Francis Laniel | 1 | -2/+2 |
| 2019-09-04 | can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l... | Marc Kleine-Budde | 1 | -0/+1 |
| 2019-09-04 | can: introduce CAN midlayer private and allocate it automatically | Marc Kleine-Budde | 1 | -1/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 344 | Thomas Gleixner | 1 | -12/+1 |
| 2018-11-06 | net: Add extack argument to rtnl_create_link | David Ahern | 1 | -1/+1 |
| 2018-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-01-04 | can: vxcan: improve handling of missing peer name attribute | Oliver Hartkopp | 1 | -1/+1 |
| 2017-12-01 | can: vxcan: Use common error handling code in vxcan_newlink() | Markus Elfring | 1 | -8/+8 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer | 1 | -1/+2 |
| 2017-06-09 | can: enable CAN FD for virtual CAN devices by default | Oliver Hartkopp | 1 | -1/+1 |
| 2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 1 | -1/+1 |
| 2017-04-25 | can: add Virtual CAN Tunnel driver (vxcan) | Oliver Hartkopp | 1 | -0/+316 |