aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/mcp251x.c
Commit message (Expand)AuthorAge
* can: mcp251x: avoid repeated frame bugBenoƮt Locher2012-09-03
* can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde2012-07-20
* drivers: net: Remove casts to same typeJoe Perches2012-06-06
* can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger2012-02-02
* can: mcp251x: Allow pass IRQ flags through platform data.Enric Balletbo i Serra2011-04-06
* workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo2011-02-16
* can: mcp251x: fix reception of standard RTR framesMarc Kleine-Budde2010-10-26
* can: mcp251x: fix generation of error framesMarc Kleine-Budde2010-10-21
* can: mcp251x: fix endless loop in interrupt handler if CANINTF_MERRF is setMarc Kleine-Budde2010-10-21
* can: mcp251x: optimize 2515, rx int gets cleared automaticallyMarc Kleine-Budde2010-10-18
* can: mcp251x: define helper functions mcp251x_is_2510, mcp251x_is_2515Marc Kleine-Budde2010-10-18
* can: mcp251x: Don't use pdata->model for chip selection anymoreMarc Kleine-Budde2010-10-18
* can: mcp251x: write intf only when neededMarc Kleine-Budde2010-10-18
* can: mcp251x: read-modify-write eflag only when neededSascha Hauer2010-10-18
* can: mcp251x: allow to read two registers in one spi transferSascha Hauer2010-10-18
* can: mcp251x: increase rx_errors on overflow, not only rx_over_errorsSascha Hauer2010-10-18
* can: mcp251x: fix NOHZ local_softirq_pending 08 warningMarc Kleine-Budde2010-10-18
* net: trans_start cleanupsEric Dumazet2010-05-10
* Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch2010-04-13
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | Add hotplug support to mcp251x driverMarc Zyngier2010-03-31
|/
* can: mcp251x: Move to threaded interrupts instead of workqueues.Christian Pellegrin2010-02-03
* can: Proper ctrlmode handling for CAN devicesChristian Pellegrin2010-01-15
* can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp2010-01-12
* drivers/net/can: Correct NULL testJulia Lawall2010-01-04
* can: Fix data length code handling in rx pathOliver Hartkopp2009-12-13
* can: fix setting mcp251x bit timing on openChristian Pellegrin2009-11-18
* can: Driver for the Microchip MCP251x SPI CAN controllersChristian Pellegrin2009-11-08