summaryrefslogtreecommitdiff
path: root/drivers/net/can
AgeCommit message (Expand)Author
2010-12-13pch_can: Fix bit timing calculation issueTomoya
2010-12-13pch_can: Delete unnecessary/redundant codeTomoya
2010-12-13pch_can: Fix coding rule violationTomoya
2010-12-13pch_can: Replace netdev_dbg instead of dev_dbg partlyTomoya
2010-12-13pch_can: Change Copyright and module descriptionTomoya
2010-12-13pch_can: Reduce register accessTomoya
2010-12-13pch_can: Change functions typeTomoya
2010-12-13pch_can: Rename function/macro nameTomoya
2010-12-13pch_can: Fix warningsTomoya
2010-12-13pch_can: Improve rx processingTomoya
2010-12-13pch_can: Fix endianness issueTomoya
2010-12-13pch_can: Divide poll functionTomoya
2010-12-13pch_can: Add flow control processingTomoya
2010-12-12drivers/net: remove unnecessary flush_scheduled_work() callsTejun Heo
2010-12-08can: slcan: Add missing linux/sched.h include.David S. Miller
2010-12-08can: add slcan driver for serial/USB-serial CAN adaptersOliver Hartkopp
2010-12-02can: EG20T PCH: Delete unnecessary spin_lockTomoya
2010-12-02can: EG20T PCH: Enumerate LEC macrosTomoya
2010-12-02can: EG20T PCH: Change Message Object IndexTomoya
2010-12-02can: EG20T PCH: Separate Interface Register(IF1/IF2)Tomoya
2010-11-18can: EG20T PCH: use BIT(X)Tomoya
2010-11-18can: EG20T PCH: add prefix to macroTomoya
2010-11-17drivers/net/can/sja1000: Use printf extension %pR for struct resourceJoe Perches
2010-11-09drivers/net/can: Update WARN usesJoe Perches
2010-10-30netdev: can: Change mail address of Hans J. KochHans J. Koch
2010-10-30can: pch_can: fix section mismatch warning by using a whitelisted nameMarc Kleine-Budde
2010-10-30can: pch_can: fix sparse warningMarc Kleine-Budde
2010-10-26can: mcp251x: fix reception of standard RTR framesMarc Kleine-Budde
2010-10-26can: flexcan: fix use after free of privMarc Kleine-Budde
2010-10-25pch_can: depends on PCIRandy Dunlap
2010-10-24can: tscan1: add driver for TS-CAN1 boardsAndre B. Oliveira
2010-10-24can: at91_can: add KBUILD_MODNAME to bittiming constantMarc Kleine-Budde
2010-10-24can: at91_can: convert dev_<level> printing to netdev_<level>Marc Kleine-Budde
2010-10-24can: at91_can: convert readl, writel their __raw pendantsMarc Kleine-Budde
2010-10-24can: at91_can: set bittiming in chip_startMarc Kleine-Budde
2010-10-24can: at91_can: implement and use at91_get_berr_counterMarc Kleine-Budde
2010-10-24can: at91_can: fix section mismatch warningMarc Kleine-Budde
2010-10-24can: at91_can: fix compiler warning in at91_irq_err_stateMarc Kleine-Budde
2010-10-24can: at91_can: fix use after free of privMarc Kleine-Budde
2010-10-24can: at91_can: fix reception of extended framesMarc Kleine-Budde
2010-10-24can: at91_can: use correct bit to enable CAN_CTRLMODE_3_SAMPLESMarc Kleine-Budde
2010-10-24can: Topcliff: Add PCH_CAN driver.Masayuki Ohtake
2010-10-21can: mcp251x: fix generation of error framesMarc Kleine-Budde
2010-10-21can: mcp251x: fix endless loop in interrupt handler if CANINTF_MERRF is setMarc Kleine-Budde
2010-10-18can: mcp251x: optimize 2515, rx int gets cleared automaticallyMarc Kleine-Budde
2010-10-18can: mcp251x: define helper functions mcp251x_is_2510, mcp251x_is_2515Marc Kleine-Budde
2010-10-18can: mcp251x: Don't use pdata->model for chip selection anymoreMarc Kleine-Budde
2010-10-18can: mcp251x: write intf only when neededMarc Kleine-Budde
2010-10-18can: mcp251x: read-modify-write eflag only when neededSascha Hauer
2010-10-18can: mcp251x: allow to read two registers in one spi transferSascha Hauer