summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/vcan.c
Commit message (Expand)AuthorAgeFilesLines
* can: dev: add CAN XL support to virtual CANOliver Hartkopp2022-09-151-6/+6
* can: tree-wide: advertise software timestamping capabilitiesVincent Mailhol2022-07-281-0/+6
* can: v(x)can: add software tx timestampsVincent Mailhol2022-07-281-0/+2
* can: Use netif_rx().Sebastian Andrzej Siewior2022-03-061-1/+1
* can: do not increase tx_bytes statistics for RTR framesVincent Mailhol2022-01-051-3/+4
* net: introduce CAN specific pointer in the struct net_deviceOleksij Rempel2021-02-241-1/+1
* can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...Marc Kleine-Budde2019-09-041-0/+1
* can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde2019-09-041-2/+4
* can: vcan: introduce pr_fmt and make use of itMarc Kleine-Budde2019-08-131-2/+4
* can: vcan: remove unnecessary blank linesMarc Kleine-Budde2019-08-131-2/+0
* can: vcan: convert block comments to network style commentsMarc Kleine-Budde2019-08-131-8/+3
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* can: migrate documentation to restructured textRobert Schwebel2018-01-261-1/+1
* can: enable CAN FD for virtual CAN devices by defaultOliver Hartkopp2017-06-091-1/+1
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* can: enable module auto loading for virtual CAN interfacesOliver Hartkopp2017-04-251-2/+5
* can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-121-3/+0
* can: fix loss of CAN frames in raw_rcvOliver Hartkopp2015-06-211-0/+3
* can: slcan/vcan: eliminate banner[] variable, switch to pr_info()Jeremiah Mahler2014-12-071-4/+1
* can: add destructor for self generated skbsOliver Hartkopp2014-01-301-5/+4
* sections: fix section conflicts in drivers/netAndi Kleen2012-10-061-1/+1
* vcan: add CAN FD supportOliver Hartkopp2012-06-191-7/+20
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-1/+1
* can: remove references to berlios mailinglistMarc Kleine-Budde2011-10-171-2/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp2010-01-121-3/+9
* can: fix NOHZ local_softirq_pending 08 warningOliver Hartkopp2009-09-151-1/+1
* netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* vcan: whitespace fixesOliver Hartkopp2008-12-171-10/+10
* vcan: convert to net_device_opsOliver Hartkopp2008-12-161-1/+5
* [CAN]: Add virtual CAN netdevice driverOliver Hartkopp2008-01-281-0/+169