aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely2-11/+11
2010-08-03can: Add driver for esd CAN-USB/2 deviceMatthias Fuchs3-0/+1139
2010-07-22CAN: Add Flexcan CAN controller driverMarc Kleine-Budde3-0/+1040
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+5
2010-06-03drivers/net: use __packed annotationEric Dumazet2-2/+2
2010-06-01can: mpc5xxx_can.c: Fix build failureAnatolij Gustschin1-5/+5
2010-05-28can: Add support for Janz VMOD-ICAN3 Intelligent CAN moduleIra W. Snyder3-0/+1841
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+2
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely16-59/+231
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely2-6/+10
2010-05-20can: SJA1000 add missing spin_lock_init()Oliver Hartkopp1-0/+2
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-9/+9
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-9/+9
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-2/+2
2010-05-18can: Fix SJA1000 command register writes on SMP systemsOliver Hartkopp2-3/+18
2010-05-17can: sja1000 platform data fixesWolfgang Grandegger1-1/+2
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-4/+0
2010-05-10net: trans_start cleanupsEric Dumazet4-6/+0
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+4
2010-04-21can: Fix possible NULL pointer dereference in ems_usb.cHans J. Koch1-4/+4
2010-04-13drivers: net: last_rx eliminationEric Dumazet1-2/+0
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch13-13/+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. Miller5-0/+5
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-90/+7
2010-03-30Add hotplug support to mcp251x driverMarc Zyngier1-0/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-0/+5
2010-03-22can: bfin_can: switch to common Blackfin can headerMike Frysinger1-90/+7
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-03-08can: fix bfin_can build error after alloc_candev() changeBarry Song1-1/+2
2010-03-07ems_usb: cleanup: remove uneeded checkDan Carpenter1-3/+1
2010-02-26can: ti hecc module : add platform specific initialization callback.Sriramakrishnan1-1/+16
2010-02-26can: netlink support for bus-error reporting and countersWolfgang Grandegger2-3/+28
2010-02-22can:ti_hecc: Add pm hook-upSriram1-3/+48
2010-02-04can: ems_usb: removed duplicated code setting local echo supportThadeu Lima de Souza Cascardo1-2/+0
2010-02-03can: mcp251x: Move to threaded interrupts instead of workqueues.Christian Pellegrin1-218/+203
2010-02-03trivial: remove duplicated "from" in CAN USB EMS Kconfig helpThadeu Lima de Souza Cascardo1-1/+1
2010-02-03can: add support for CAN interface cards based on the PLX90xx PCI bridgePavel Cheblakov3-0/+485
2010-01-15can: mscan-mpc5xxx: fix broken support for the MPC5200Wolfgang Grandegger1-4/+4
2010-01-15can: Proper ctrlmode handling for CAN devicesChristian Pellegrin8-1/+18
2010-01-12can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp8-13/+26
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-01-08can: mscan-mpc5xxx: add support for the MPC512x processorWolfgang Grandegger4-95/+295
2010-01-08can: mscan: fix improper return if dlc < 8 in start_xmit functionWolfgang Grandegger1-3/+6
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2-2/+2
2010-01-03drivers/net/can: Correct NULL testJulia Lawall1-1/+1
2009-12-18can/at91: don't check platform_get_irq's return value against zeroUwe Kleine-König1-1/+1
2009-12-13can: CAN_MCP251X should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2009-12-13can: Fix data length code handling in rx pathOliver Hartkopp7-25/+17