aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-15/+10
2011-03-27can: c_can: Fix tx_bytes accountingJan Altenberg1-1/+1
2011-03-27can: c_can_platform: fix irq check in probeMarc Kleine-Budde1-4/+5
2011-03-27can: c_can: disable one shot mode until driver is fixedMarc Kleine-Budde1-10/+4
2011-03-23mfd: mfd_cell is now implicitly available to janz driversAndres Salomon1-1/+2
2011-03-21can: c_can: Do basic c_can configuration _before_ enabling the interruptsJan Altenberg1-3/+3
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-11/+13
2011-03-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2011-03-14can: wrong index used in inner looproel kluin1-3/+3
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2011-02-28dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely2-11/+13
2011-02-28CAN: add controller hardware name for Softing cardsKurt Van Dijck1-0/+1
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-5/+6
2011-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2011-02-18Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo1-1/+1
2011-02-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-1/+1
2011-02-14net/can/softing: make CAN_SOFTING_CS depend on CAN_SOFTINGKurt Van Dijck1-1/+1
2011-02-13can: c_can: Added support for Bosch C_CAN controllerBhupesh Sharma7-0/+1485
2011-02-09pch_can: fix tseg1/tseg2 setting issueTomoya MORINAGA1-2/+2
2011-02-09can: softing_cs needs slab.hRandy Dunlap1-0/+1
2011-02-08pch_can: fix module reload issue with MSITomoya1-0/+1
2011-02-08pch_can: fix rmmod issueTomoya1-1/+1
2011-02-08pch_can: fix 800k comms issueTomoya1-1/+1
2011-02-08m68knommu: Remove dependencies on nonexistent M68KNOMMUGeert Uytterhoeven1-1/+1
2011-02-04net: can: janz-ican3: world-writable sysfs termination fileVasiliy Kulikov1-1/+1
2011-02-04net: can: at91_can: world-writable sysfs filesVasiliy Kulikov1-1/+1
2011-01-31CAN: softing driver depends on IOMEMChuck Ebbert1-1/+1
2011-01-30slcan: fix referenced website in Kconfig help textOliver Hartkopp1-1/+1
2011-01-24Merge branch 'can/at91_can-for-net-2.6' of git://git.pengutronix.de/git/mkl/linux-2.6David S. Miller1-26/+112
2011-01-24can: at91_can: make can_id of mailbox 0 configurableMarc Kleine-Budde1-7/+83
2011-01-24can: at91_can: don't use mailbox 0Marc Kleine-Budde1-12/+20
2011-01-24can: at91_can: clean up usage of AT91_MB_RX_FIRST and AT91_MB_RX_NUMMarc Kleine-Budde1-8/+10
2011-01-21can: add driver for Softing cardKurt Van Dijck3-0/+374
2011-01-21can: add driver for Softing cardKurt Van Dijck8-0/+1815
2010-12-22pch_can: Fix array miss-pointing issueTomoya1-6/+8
2010-12-21drivers/net/*/: Use static constJoe Perches1-1/+1
2010-12-13pch_can: Replace netif_rx to netif_receive_skbTomoya1-1/+1
2010-12-13pch_can: Add setting TEC/REC statistics processingTomoya1-0/+3
2010-12-13pch_can: Optimize "if" condition in rx/tx processingTomoya1-16/+10
2010-12-13pch_can: Fix incorrect return processingTomoya1-9/+10
2010-12-13pch_can: Move MSI processing to probe/remove processingTomoya1-15/+14
2010-12-13pch_can: Comment optimizationTomoya1-7/+7
2010-12-13pch_can: Fix miss-setting status issueTomoya1-1/+1
2010-12-13pch_can: Fix bit timing calculation issueTomoya1-4/+2
2010-12-13pch_can: Delete unnecessary/redundant codeTomoya1-12/+1
2010-12-13pch_can: Fix coding rule violationTomoya1-24/+21
2010-12-13pch_can: Replace netdev_dbg instead of dev_dbg partlyTomoya1-8/+8
2010-12-13pch_can: Change Copyright and module descriptionTomoya1-2/+2
2010-12-13pch_can: Reduce register accessTomoya1-34/+21