aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+7
2009-08-13can: fix oops caused by wrong rtnl newlink usageOliver Hartkopp1-0/+7
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+6
2009-07-23can: sja1000: Add support for the new 4 channel EMS CPC-PCI cardsSebastian Haas2-47/+112
2009-07-20can: switch carrier on if device was stopped while in bus-off stateWolfgang Grandegger1-0/+4
2009-07-20can: restart device even if dev_alloc_skb() failsWolfgang Grandegger1-2/+2
2009-07-20can: sja1000: remove duplicated includesWolfgang Grandegger1-1/+0
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-23can: let SJA1000 driver depend on HAS_IOMEMHeiko Carstens1-1/+1
2009-06-10can: sja1000_of_platform: fix build problems with printk formatWolfgang Grandegger1-4/+6
2009-06-01can: sja1000: generic OF platform bus driverWolfgang Grandegger3-0/+243
2009-06-01can: sja1000: stop misusing member base_addr of struct net_deviceWolfgang Grandegger5-98/+95
2009-06-01can: some fixes and cleanups to the initial device driver interfaceWolfgang Grandegger3-5/+2
2009-05-18The patch adds support for the PCI cards: PCIcan and PCIcanx (1, 2 or 4 channel) from Kvaser (http://www.kvaser.com).Wolfgang Grandegger3-0/+419
2009-05-18can: SJA1000 driver for EMS PCI cardsWolfgang Grandegger3-0/+337
2009-05-18can: SJA1000 generic platform bus driverWolfgang Grandegger3-0/+175
2009-05-18can: Driver for the SJA1000 CAN controllerWolfgang Grandegger5-0/+832
2009-05-18can: CAN Network device driver and Netlink interfaceWolfgang Grandegger3-0/+685
2008-12-17vcan: whitespace fixesOliver Hartkopp1-10/+10
2008-12-16vcan: convert to net_device_opsOliver Hartkopp1-1/+5
2008-01-28[CAN]: Add virtual CAN netdevice driverOliver Hartkopp3-0/+199