aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/mcp251x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch1-1/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
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 Heo1-0/+1
2010-02-03can: mcp251x: Move to threaded interrupts instead of workqueues.Christian Pellegrin1-218/+203
2010-01-15can: Proper ctrlmode handling for CAN devicesChristian Pellegrin1-1/+10
2010-01-12can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp1-5/+1
2010-01-03drivers/net/can: Correct NULL testJulia Lawall1-1/+1
2009-12-13can: Fix data length code handling in rx pathOliver Hartkopp1-10/+3
2009-11-18can: fix setting mcp251x bit timing on openChristian Pellegrin1-8/+10
2009-11-08can: Driver for the Microchip MCP251x SPI CAN controllersChristian Pellegrin1-0/+1164