| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-27 | 1 | -4/+4 |
|\ |
|
| * | can: Fix possible NULL pointer dereference in ems_usb.c | Hans J. Koch | 2010-04-21 | 1 | -4/+4 |
* | | drivers: net: last_rx elimination | Eric Dumazet | 2010-04-13 | 1 | -2/+0 |
* | | Fix some #includes in CAN drivers (rebased for net-next-2.6) | Hans J. Koch | 2010-04-13 | 13 | -13/+0 |
* | | can: Add esd board support to plx_pci CAN driver | Matthias Fuchs | 2010-04-13 | 2 | -12/+145 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 5 | -0/+5 |
|\| |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 5 | -0/+5 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-06 | 1 | -90/+7 |
|\| |
|
| * | can: bfin_can: switch to common Blackfin can header | Mike Frysinger | 2010-03-22 | 1 | -90/+7 |
* | | Add hotplug support to mcp251x driver | Marc Zyngier | 2010-03-30 | 1 | -0/+14 |
* | | can: sja1000: add read/write routines for 8, 16 and 32-bit register access | Yegor Yefremov | 2010-03-21 | 1 | -4/+38 |
* | | can: sja1000: allow shared interrupt definition | Yegor Yefremov | 2010-03-21 | 1 | -1/+1 |
|/ |
|
* | can: fix bfin_can build error after alloc_candev() change | Barry Song | 2010-03-08 | 1 | -1/+2 |
* | ems_usb: cleanup: remove uneeded check | Dan Carpenter | 2010-03-07 | 1 | -3/+1 |
* | can: ti hecc module : add platform specific initialization callback. | Sriramakrishnan | 2010-02-26 | 1 | -1/+16 |
* | can: netlink support for bus-error reporting and counters | Wolfgang Grandegger | 2010-02-26 | 2 | -3/+28 |
* | can:ti_hecc: Add pm hook-up | Sriram | 2010-02-22 | 1 | -3/+48 |
* | can: ems_usb: removed duplicated code setting local echo support | Thadeu Lima de Souza Cascardo | 2010-02-04 | 1 | -2/+0 |
* | can: mcp251x: Move to threaded interrupts instead of workqueues. | Christian Pellegrin | 2010-02-03 | 1 | -218/+203 |
* | trivial: remove duplicated "from" in CAN USB EMS Kconfig help | Thadeu Lima de Souza Cascardo | 2010-02-03 | 1 | -1/+1 |
* | can: add support for CAN interface cards based on the PLX90xx PCI bridge | Pavel Cheblakov | 2010-02-03 | 3 | -0/+485 |
* | can: mscan-mpc5xxx: fix broken support for the MPC5200 | Wolfgang Grandegger | 2010-01-15 | 1 | -4/+4 |
* | can: Proper ctrlmode handling for CAN devices | Christian Pellegrin | 2010-01-15 | 8 | -1/+18 |
* | can: Unify droping of invalid tx skbs and netdev stats | Oliver Hartkopp | 2010-01-12 | 8 | -13/+26 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-01-10 | 1 | -1/+1 |
|\ |
|
| * | drivers/net/can: Correct NULL test | Julia Lawall | 2010-01-03 | 1 | -1/+1 |
* | | can: mscan-mpc5xxx: add support for the MPC512x processor | Wolfgang Grandegger | 2010-01-08 | 4 | -95/+295 |
* | | can: mscan: fix improper return if dlc < 8 in start_xmit function | Wolfgang Grandegger | 2010-01-08 | 1 | -3/+6 |
* | | drivers/net/: use DEFINE_PCI_DEVICE_TABLE() | Alexey Dobriyan | 2010-01-07 | 2 | -2/+2 |
|/ |
|
* | can/at91: don't check platform_get_irq's return value against zero | Uwe Kleine-König | 2009-12-18 | 1 | -1/+1 |
* | can: CAN_MCP251X should depend on HAS_DMA | Geert Uytterhoeven | 2009-12-13 | 1 | -1/+1 |
* | can: Fix data length code handling in rx path | Oliver Hartkopp | 2009-12-13 | 7 | -25/+17 |
* | can: add the driver for Analog Devices Blackfin on-chip CAN controllers | Barry Song | 2009-12-11 | 3 | -0/+793 |
* | drivers/net: Move && and || to end of previous line | Joe Perches | 2009-12-03 | 1 | -4/+4 |
* | drivers/net/can: remove exceptional & on function name | Julia Lawall | 2009-11-18 | 1 | -1/+1 |
* | can: fix setting mcp251x bit timing on open | Christian Pellegrin | 2009-11-18 | 1 | -8/+10 |
* | net/can/mscan: improve build | Wolfram Sang | 2009-11-17 | 4 | -20/+26 |
* | net/can/mscan: add error path to mscan_open() | Wolfram Sang | 2009-11-17 | 1 | -5/+11 |
* | net/can/mscan: replace hardcoded values with defines | Wolfram Sang | 2009-11-17 | 2 | -5/+15 |
* | net/can/mpc52xx_can: improve properties and their description | Wolfram Sang | 2009-11-17 | 1 | -2/+1 |
* | net/can/mpc52xx_can: refactor clock-get routine | Wolfram Sang | 2009-11-17 | 1 | -29/+16 |
* | net/can/mscan: drop assignment in while-construct | Wolfram Sang | 2009-11-17 | 1 | -2/+4 |
* | net/can/mscan: fix function annotations | Wolfram Sang | 2009-11-17 | 2 | -4/+1 |
* | net/can/mscan: use {clr|set}bits8 macros | Wolfram Sang | 2009-11-17 | 1 | -12/+7 |
* | net/can/mscan: drop support for CAN_MODE_{SLEEP|STOP} | Wolfram Sang | 2009-11-17 | 1 | -8/+0 |
* | net/can/mscan: trivial fixes | Wolfram Sang | 2009-11-17 | 2 | -23/+18 |
* | net/can/mscan: move defines into .h file | Wolfram Sang | 2009-11-17 | 2 | -29/+29 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-17 | 5 | -55/+70 |
|\ |
|
| * | can: add the missing netlink get_xstats_size callback | Wolfgang Grandegger | 2009-11-13 | 1 | -0/+6 |
| * | can: Fix driver Kconfig structure | Oliver Hartkopp | 2009-11-13 | 4 | -55/+64 |