aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/can/sja1000/sja1000.c
AgeCommit message (Expand)Author
2013-12-11can: sja1000: fix {pre,post}_irq() handling and IRQ handler return valueOliver Hartkopp
2013-04-16can: sja1000: use common prefix for all sja1000 definesOliver Hartkopp
2013-03-27can: sja1000: fix define conflict on SHMarc Kleine-Budde
2013-01-26can: sja1000: add LED trigger supportFabio Baltieri
2012-11-29can: sja1000: remove obsolete variable open_timeMarc Kleine-Budde
2012-09-22can: sja1000: Add support for listen-only mode and one-shot modeAndreas Larsson
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-20can: sja1000: fix isr hang when hw is unplugged under loadOliver Hartkopp
2012-02-03can: replace the dev_dbg/info/err/... with the new netdev_xxx macrosWolfgang Grandegger
2011-10-17can: remove references to berlios mailinglistMarc Kleine-Budde
2011-05-05can: fix SJA1000 dlc for RTR packetsKurt Van Dijck
2011-03-31Fix common misspellingsLucas De Marchi
2010-05-20can: SJA1000 add missing spin_lock_init()Oliver Hartkopp
2010-05-18can: Fix SJA1000 command register writes on SMP systemsOliver Hartkopp
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-13Fix some #includes in CAN drivers (rebased for net-next-2.6)Hans J. Koch
2010-02-26can: netlink support for bus-error reporting and countersWolfgang Grandegger
2010-01-15can: Proper ctrlmode handling for CAN devicesChristian Pellegrin
2010-01-12can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp
2009-12-13can: Fix data length code handling in rx pathOliver Hartkopp
2009-11-18drivers/net/can: remove exceptional & on function nameJulia Lawall
2009-10-27can: sja1000: fix bug using library functions for skb allocationKurt Van Dijck
2009-10-20can: provide library functions for skb allocationWolfgang Grandegger
2009-10-13can: make the number of echo skb's configurableWolfgang Grandegger
2009-09-04can: sja1000: fix network statistics updateWolfgang Grandegger
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-20can: sja1000: remove duplicated includesWolfgang Grandegger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-01can: sja1000: stop misusing member base_addr of struct net_deviceWolfgang Grandegger
2009-06-01can: some fixes and cleanups to the initial device driver interfaceWolfgang Grandegger
2009-05-18can: Driver for the SJA1000 CAN controllerWolfgang Grandegger