| Commit message (Expand) | Author | Age | Files | Lines |
* | can: sja1000: Consolidate and unify state change handling | Andri Yngvason | 2014-12-07 | 1 | -28/+23 |
* | can: sja1000: Validate initialization state in start method | Mirza Krak | 2014-08-21 | 1 | -29/+33 |
* | can: sja1000: Add support for CAN_CTRLMODE_PRESUME_ACK | Nikita Edward Baruzdin | 2014-07-15 | 1 | -4/+7 |
* | can: sja1000: Add support for CAN_CTRLMODE_LOOPBACK | Nikita Edward Baruzdin | 2014-07-15 | 1 | -5/+13 |
* | can: Unify MTU settings for CAN interfaces | Oliver Hartkopp | 2014-03-17 | 1 | -3/+4 |
* | can: sja1000: convert printk to use netdev API | Florian Vaussard | 2014-02-04 | 1 | -2/+1 |
* | can: sja1000: fix {pre,post}_irq() handling and IRQ handler return value | Oliver Hartkopp | 2013-11-25 | 1 | -8/+9 |
* | can: sja1000: use common prefix for all sja1000 defines | Oliver Hartkopp | 2013-04-16 | 1 | -62/+64 |
* | can: sja1000: fix define conflict on SH | Marc Kleine-Budde | 2013-03-27 | 1 | -3/+3 |
* | can: sja1000: add LED trigger support | Fabio Baltieri | 2013-01-26 | 1 | -1/+16 |
* | can: sja1000: remove obsolete variable open_time | Marc Kleine-Budde | 2012-11-29 | 1 | -8/+0 |
* | can: sja1000: Add support for listen-only mode and one-shot mode | Andreas Larsson | 2012-09-22 | 1 | -7/+24 |
* | can: mark bittiming_const pointer in struct can_priv as const | Marc Kleine-Budde | 2012-07-20 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-02-26 | 1 | -1/+12 |
|\ |
|
| * | can: sja1000: fix isr hang when hw is unplugged under load | Oliver Hartkopp | 2012-02-20 | 1 | -1/+12 |
* | | can: replace the dev_dbg/info/err/... with the new netdev_xxx macros | Wolfgang Grandegger | 2012-02-03 | 1 | -10/+9 |
|/ |
|
* | can: remove references to berlios mailinglist | Marc Kleine-Budde | 2011-10-17 | 1 | -2/+0 |
* | can: fix SJA1000 dlc for RTR packets | Kurt Van Dijck | 2011-05-05 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | can: SJA1000 add missing spin_lock_init() | Oliver Hartkopp | 2010-05-20 | 1 | -0/+2 |
* | can: Fix SJA1000 command register writes on SMP systems | Oliver Hartkopp | 2010-05-18 | 1 | -3/+17 |
* | net: trans_start cleanups | Eric Dumazet | 2010-05-10 | 1 | -2/+0 |
* | Fix some #includes in CAN drivers (rebased for net-next-2.6) | Hans J. Koch | 2010-04-13 | 1 | -1/+0 |
* | can: netlink support for bus-error reporting and counters | Wolfgang Grandegger | 2010-02-26 | 1 | -3/+22 |
* | can: Proper ctrlmode handling for CAN devices | Christian Pellegrin | 2010-01-15 | 1 | -0/+1 |
* | can: Unify droping of invalid tx skbs and netdev stats | Oliver Hartkopp | 2010-01-12 | 1 | -0/+3 |
* | can: Fix data length code handling in rx path | Oliver Hartkopp | 2009-12-13 | 1 | -10/+8 |
* | drivers/net/can: remove exceptional & on function name | Julia Lawall | 2009-11-18 | 1 | -1/+1 |
* | can: sja1000: fix bug using library functions for skb allocation | Kurt Van Dijck | 2009-10-27 | 1 | -2/+0 |
* | can: provide library functions for skb allocation | Wolfgang Grandegger | 2009-10-20 | 1 | -10/+2 |
* | can: make the number of echo skb's configurable | Wolfgang Grandegger | 2009-10-13 | 1 | -1/+2 |
* | can: sja1000: fix network statistics update | Wolfgang Grandegger | 2009-09-04 | 1 | -3/+2 |
* | drivers: Kill now superfluous ->last_rx stores | Eric Dumazet | 2009-09-02 | 1 | -2/+0 |
* | netdev: convert bulk of drivers to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 1 | -1/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-07-23 | 1 | -1/+0 |
|\ |
|
| * | can: sja1000: remove duplicated includes | Wolfgang Grandegger | 2009-07-20 | 1 | -1/+0 |
* | | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 | 1 | -1/+1 |
|/ |
|
* | can: sja1000: stop misusing member base_addr of struct net_device | Wolfgang Grandegger | 2009-06-01 | 1 | -54/+54 |
* | can: some fixes and cleanups to the initial device driver interface | Wolfgang Grandegger | 2009-06-01 | 1 | -1/+1 |
* | can: Driver for the SJA1000 CAN controller | Wolfgang Grandegger | 2009-05-18 | 1 | -0/+637 |