aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/sja1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch7-7/+0
2010-04-13can: Add esd board support to plx_pci CAN driverMatthias Fuchs2-12/+145
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-03-21can: sja1000: add read/write routines for 8, 16 and 32-bit register accessYegor Yefremov1-4/+38
2010-03-21can: sja1000: allow shared interrupt definitionYegor Yefremov1-1/+1
2010-02-26can: netlink support for bus-error reporting and countersWolfgang Grandegger1-3/+22
2010-02-03can: add support for CAN interface cards based on the PLX90xx PCI bridgePavel Cheblakov3-0/+485
2010-01-15can: Proper ctrlmode handling for CAN devicesChristian Pellegrin1-0/+1
2010-01-12can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp1-0/+3
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2-2/+2
2009-12-13can: Fix data length code handling in rx pathOliver Hartkopp1-10/+8
2009-11-18drivers/net/can: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+47
2009-11-13can: Fix driver Kconfig structureOliver Hartkopp1-0/+47
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-10-27can: sja1000: fix bug using library functions for skb allocationKurt Van Dijck1-2/+0
2009-10-20can: provide library functions for skb allocationWolfgang Grandegger1-10/+2
2009-10-14net: Fix OF platform drivers coldplug/hotplug when compiled as modulesAnton Vorontsov1-0/+1
2009-10-13can: make the number of echo skb's configurableWolfgang Grandegger2-1/+4
2009-09-24ems_pci: fix size of CAN controllers BAR mapping for CPC-PCI v2Sebastian Haas1-7/+9
2009-09-04can: sja1000: legacy SJA1000 ISA bus driverWolfgang Grandegger2-0/+282
2009-09-04can: sja1000: fix network statistics updateWolfgang Grandegger1-3/+2
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-2/+0
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2009-07-23can: sja1000: Add support for the new 4 channel EMS CPC-PCI cardsSebastian Haas1-44/+108
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-10can: sja1000_of_platform: fix build problems with printk formatWolfgang Grandegger1-4/+6
2009-06-01can: sja1000: generic OF platform bus driverWolfgang Grandegger2-0/+234
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 Grandegger2-4/+1
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 Grandegger2-0/+412
2009-05-18can: SJA1000 driver for EMS PCI cardsWolfgang Grandegger2-0/+330
2009-05-18can: SJA1000 generic platform bus driverWolfgang Grandegger2-0/+165
2009-05-18can: Driver for the SJA1000 CAN controllerWolfgang Grandegger3-0/+824