summaryrefslogtreecommitdiffstats
path: root/drivers/net/can/vcan.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+1Star
* can: add destructor for self generated skbsOliver Hartkopp2014-01-311-5/+4Star
* sections: fix section conflicts in drivers/netAndi Kleen2012-10-051-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-201-1/+1
* can: remove references to berlios mailinglistMarc Kleine-Budde2011-10-181-2/+0Star
* 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-181-10/+10
* vcan: convert to net_device_opsOliver Hartkopp2008-12-161-1/+5
* [CAN]: Add virtual CAN netdevice driverOliver Hartkopp2008-01-281-0/+169