summaryrefslogtreecommitdiffstats
path: root/drivers/net/can
Commit message (Expand)AuthorAgeFilesLines
* pch_can: Replace netif_rx to netif_receive_skbTomoya2010-12-131-1/+1
* pch_can: Add setting TEC/REC statistics processingTomoya2010-12-131-0/+3
* pch_can: Optimize "if" condition in rx/tx processingTomoya2010-12-131-16/+10
* pch_can: Fix incorrect return processingTomoya2010-12-131-9/+10
* pch_can: Move MSI processing to probe/remove processingTomoya2010-12-131-15/+14
* pch_can: Comment optimizationTomoya2010-12-131-7/+7
* pch_can: Fix miss-setting status issueTomoya2010-12-131-1/+1
* pch_can: Fix bit timing calculation issueTomoya2010-12-131-4/+2
* pch_can: Delete unnecessary/redundant codeTomoya2010-12-131-12/+1
* pch_can: Fix coding rule violationTomoya2010-12-131-24/+21
* pch_can: Replace netdev_dbg instead of dev_dbg partlyTomoya2010-12-131-8/+8
* pch_can: Change Copyright and module descriptionTomoya2010-12-131-2/+2
* pch_can: Reduce register accessTomoya2010-12-131-34/+21
* pch_can: Change functions typeTomoya2010-12-131-8/+10
* pch_can: Rename function/macro nameTomoya2010-12-131-99/+77
* pch_can: Fix warningsTomoya2010-12-131-73/+73
* pch_can: Improve rx processingTomoya2010-12-131-76/+82
* pch_can: Fix endianness issueTomoya2010-12-131-27/+20
* pch_can: Divide poll functionTomoya2010-12-131-36/+35
* pch_can: Add flow control processingTomoya2010-12-131-19/+12
* drivers/net: remove unnecessary flush_scheduled_work() callsTejun Heo2010-12-121-9/+0
* can: slcan: Add missing linux/sched.h include.David S. Miller2010-12-081-0/+1
* can: add slcan driver for serial/USB-serial CAN adaptersOliver Hartkopp2010-12-083-0/+777
* can: EG20T PCH: Delete unnecessary spin_lockTomoya2010-12-021-34/+0
* can: EG20T PCH: Enumerate LEC macrosTomoya2010-12-021-36/+41
* can: EG20T PCH: Change Message Object IndexTomoya2010-12-021-147/+116
* can: EG20T PCH: Separate Interface Register(IF1/IF2)Tomoya2010-12-021-244/+201
* can: EG20T PCH: use BIT(X)Tomoya2010-11-181-36/+37
* can: EG20T PCH: add prefix to macroTomoya2010-11-181-202/+189
* drivers/net/can/sja1000: Use printf extension %pR for struct resourceJoe Perches2010-11-171-6/+2
* drivers/net/can: Update WARN usesJoe Perches2010-11-091-1/+1
* netdev: can: Change mail address of Hans J. KochHans J. Koch2010-10-301-1/+1
* can: pch_can: fix section mismatch warning by using a whitelisted nameMarc Kleine-Budde2010-10-301-3/+3
* can: pch_can: fix sparse warningMarc Kleine-Budde2010-10-301-2/+2
* can: mcp251x: fix reception of standard RTR framesMarc Kleine-Budde2010-10-261-0/+3
* can: flexcan: fix use after free of privMarc Kleine-Budde2010-10-261-1/+2
* pch_can: depends on PCIRandy Dunlap2010-10-251-1/+1
* can: tscan1: add driver for TS-CAN1 boardsAndre B. Oliveira2010-10-243-0/+229
* can: at91_can: add KBUILD_MODNAME to bittiming constantMarc Kleine-Budde2010-10-241-3/+3
* can: at91_can: convert dev_<level> printing to netdev_<level>Marc Kleine-Budde2010-10-241-19/+16
* can: at91_can: convert readl, writel their __raw pendantsMarc Kleine-Budde2010-10-241-2/+2
* can: at91_can: set bittiming in chip_startMarc Kleine-Budde2010-10-241-1/+1
* can: at91_can: implement and use at91_get_berr_counterMarc Kleine-Budde2010-10-241-7/+18
* can: at91_can: fix section mismatch warningMarc Kleine-Budde2010-10-241-1/+1
* can: at91_can: fix compiler warning in at91_irq_err_stateMarc Kleine-Budde2010-10-241-1/+1
* can: at91_can: fix use after free of privMarc Kleine-Budde2010-10-241-3/+3
* can: at91_can: fix reception of extended framesMarc Kleine-Budde2010-10-241-0/+9
* can: at91_can: use correct bit to enable CAN_CTRLMODE_3_SAMPLESMarc Kleine-Budde2010-10-241-3/+3
* can: Topcliff: Add PCH_CAN driver.Masayuki Ohtake2010-10-243-0/+1472
* can: mcp251x: fix generation of error framesMarc Kleine-Budde2010-10-211-1/+1
OpenPOWER on IntegriCloud