aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/sja1000
Commit message (Expand)AuthorAgeFilesLines
* can: fix SJA1000 dlc for RTR packetsKurt Van Dijck2011-05-051-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4
* drivers/net/*/: Use static constJoe Perches2010-12-211-1/+1
* drivers/net/can/sja1000: Use printf extension %pR for struct resourceJoe Perches2010-11-171-6/+2
* can: tscan1: add driver for TS-CAN1 boardsAndre B. Oliveira2010-10-243-0/+229
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-251-0/+2
|\
| * can: SJA1000 add missing spin_lock_init()Oliver Hartkopp2010-05-201-0/+2
* | Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-229-30/+204
|\ \ | |/
| * can: Fix SJA1000 command register writes on SMP systemsOliver Hartkopp2010-05-182-3/+18
| * can: sja1000 platform data fixesWolfgang Grandegger2010-05-171-1/+2
| * net: trans_start cleanupsEric Dumazet2010-05-101-2/+0
| * Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch2010-04-137-7/+0
| * can: Add esd board support to plx_pci CAN driverMatthias Fuchs2010-04-132-12/+145
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-112-0/+2
| |\
| * | can: sja1000: add read/write routines for 8, 16 and 32-bit register accessYegor Yefremov2010-03-211-4/+38
| * | can: sja1000: allow shared interrupt definitionYegor Yefremov2010-03-211-1/+1
* | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-3/+5
* | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-2/+2
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
|/
* can: netlink support for bus-error reporting and countersWolfgang Grandegger2010-02-261-3/+22
* can: add support for CAN interface cards based on the PLX90xx PCI bridgePavel Cheblakov2010-02-033-0/+485
* can: Proper ctrlmode handling for CAN devicesChristian Pellegrin2010-01-151-0/+1
* can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp2010-01-121-0/+3
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-072-2/+2
* can: Fix data length code handling in rx pathOliver Hartkopp2009-12-131-10/+8
* drivers/net/can: remove exceptional & on function nameJulia Lawall2009-11-181-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-171-0/+47
|\
| * can: Fix driver Kconfig structureOliver Hartkopp2009-11-131-0/+47
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-271-0/+1
|\ \ | |/
| * net: Fix OF platform drivers coldplug/hotplug when compiled as modulesAnton Vorontsov2009-10-141-0/+1
* | can: sja1000: fix bug using library functions for skb allocationKurt Van Dijck2009-10-271-2/+0
* | can: provide library functions for skb allocationWolfgang Grandegger2009-10-201-10/+2
* | can: make the number of echo skb's configurableWolfgang Grandegger2009-10-132-1/+4
|/
* ems_pci: fix size of CAN controllers BAR mapping for CPC-PCI v2Sebastian Haas2009-09-241-7/+9
* can: sja1000: legacy SJA1000 ISA bus driverWolfgang Grandegger2009-09-042-0/+282
* can: sja1000: fix network statistics updateWolfgang Grandegger2009-09-041-3/+2
* drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-021-2/+0
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-231-1/+0
|\
| * can: sja1000: remove duplicated includesWolfgang Grandegger2009-07-201-1/+0
* | can: sja1000: Add support for the new 4 channel EMS CPC-PCI cardsSebastian Haas2009-07-231-44/+108
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
|/
* can: sja1000_of_platform: fix build problems with printk formatWolfgang Grandegger2009-06-101-4/+6
* can: sja1000: generic OF platform bus driverWolfgang Grandegger2009-06-012-0/+234
* can: sja1000: stop misusing member base_addr of struct net_deviceWolfgang Grandegger2009-06-015-98/+95
* can: some fixes and cleanups to the initial device driver interfaceWolfgang Grandegger2009-06-012-4/+1
* The patch adds support for the PCI cards: PCIcan and PCIcanx (1, 2 or 4 chann...Wolfgang Grandegger2009-05-182-0/+412
* can: SJA1000 driver for EMS PCI cardsWolfgang Grandegger2009-05-182-0/+330