Age | Commit message (Expand) | Author | Files | Lines |
2013-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 8 | -115/+117 |
2013-04-29 | Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -24/+2 |
2013-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -16/+15 |
2013-04-16 | can: sja1000: use common prefix for all sja1000 defines | Oliver Hartkopp | 8 | -115/+117 |
2013-04-15 | Merge 3.9-rc7 into char-misc-next | Greg Kroah-Hartman | 4 | -6/+7 |
2013-04-12 | can: sja1000: fix handling on dt properties on little endian systems | Christoph Fritz | 1 | -16/+15 |
2013-03-27 | can: sja1000: limit PEAK PCAN-PC Card to HAS_IOPORT | Marc Kleine-Budde | 1 | -0/+1 |
2013-03-27 | can: sja1000: fix define conflict on SH | Marc Kleine-Budde | 3 | -6/+6 |
2013-03-15 | drivers/net: use module_pcmcia_driver() in pcmcia drivers | H Hartley Sweeten | 2 | -24/+2 |
2013-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 6 | -15/+24 |
2013-02-04 | can: Remove unnecessary alloc/OOM messages | Joe Perches | 4 | -7/+1 |
2013-01-26 | can: sja1000: add LED trigger support | Fabio Baltieri | 1 | -1/+16 |
2013-01-26 | can: sja1000: correct indention of Kconfig help text | Marc Kleine-Budde | 1 | -6/+6 |
2013-01-26 | can: Kconfig: convert 'depends on CAN_DEV' into 'if CAN_DEV...endif' block | Marc Kleine-Budde | 1 | -1/+1 |
2012-12-29 | sja1000: don't use [delayed_]work_pending() | Tejun Heo | 1 | -2/+1 |
2012-12-16 | can: sja1000: fix compilation on x86 | Marc Kleine-Budde | 1 | -1/+1 |
2012-12-07 | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman | 5 | -7/+5 |
2012-12-03 | can: remove __dev* attributes | Bill Pemberton | 9 | -36/+36 |
2012-11-29 | can: sja1000: remove obsolete variable open_time | Marc Kleine-Budde | 2 | -9/+0 |
2012-11-27 | can: sja1000_platform: add MODULE_ALIAS | Marc Kleine-Budde | 1 | -0/+1 |
2012-11-27 | can: sja1000: Make sja1000_of_platform selectable and compilable on SPARC | Andreas Larsson | 2 | -3/+5 |
2012-11-15 | can: sja1000: plx_pci: add support for Connect Tech Inc's Canpro/104-Plus Opt... | Muhammad Ghias | 2 | -0/+20 |
2012-10-24 | can: sja1000: fix/add miniPCIe/cPCI PC/104Plus PCI/104e PEAK-System boards | Stephane Grosjean | 1 | -2/+11 |
2012-10-04 | can: peak_pcmcia: fix error return code | Peter Senna Tschudin | 1 | -1/+3 |
2012-10-04 | can: peak_pci: fix error return code | Peter Senna Tschudin | 1 | -0/+2 |
2012-09-22 | can: sja1000: Add support for listen-only mode and one-shot mode | Andreas Larsson | 1 | -7/+24 |
2012-08-24 | can: sja1000_platform: fix wrong flag IRQF_SHARED for interrupt sharing | Sven Schmitt | 1 | -1/+3 |
2012-07-20 | can: mark bittiming_const pointer in struct can_priv as const | Marc Kleine-Budde | 1 | -1/+1 |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2012-04-18 | Fix "the the" in various Kconfig | Masanari Iida | 1 | -1/+1 |
2012-04-16 | net/can: use module_pci_driver | Axel Lin | 4 | -48/+4 |
2012-03-03 | can: sja1000: add support for PEAK-System PCMCIA card | Stephane Grosjean | 3 | -0/+763 |
2012-03-03 | can: peak_pci: add support of some new PEAK-System PCI cards | Stephane Grosjean | 2 | -17/+506 |
2012-02-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+12 |
2012-02-20 | can: sja1000: fix isr hang when hw is unplugged under load | Oliver Hartkopp | 1 | -1/+12 |
2012-02-05 | Merge branch 'master' of git://gitorious.org/linux-can/linux-can-next | David S. Miller | 3 | -11/+31 |
2012-02-03 | can: replace the dev_dbg/info/err/... with the new netdev_xxx macros | Wolfgang Grandegger | 1 | -10/+9 |
2012-02-03 | can: plx_pci: add support for IXXAT PCI cards | James Kime | 2 | -1/+22 |
2012-02-03 | can: peak_pci: Fix the way channels are linked together | Stephane Grosjean | 1 | -14/+9 |
2011-11-30 | can: sja1000_isa: convert to platform driver to support x86_64 systems | Wolfgang Grandegger | 2 | -30/+65 |
2011-11-30 | can: sja1000_isa: fix "limited range" compiler warnings | Wolfgang Grandegger | 1 | -12/+12 |
2011-11-29 | net/can: convert drivers/net/can/* to use module_platform_driver() | Axel Lin | 2 | -23/+2 |
2011-11-22 | net, sja1000: Don't include version.h in peak_pci.c when not needed | Jesper Juhl | 1 | -1/+0 |
2011-10-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 6 | -4/+638 |
2011-10-18 | can: remove references to berlios mailinglist | Marc Kleine-Budde | 2 | -4/+0 |
2011-09-28 | can/sja1000: add driver for EMS PCMCIA card | Oliver Hartkopp | 3 | -0/+339 |
2011-09-27 | doc: fix broken references | Paul Bolle | 1 | -1/+1 |
2011-09-21 | can/sja1000: driver for PEAK PCAN PCI/PCIe cards | Wolfgang Grandegger | 3 | -0/+299 |
2011-08-14 | drivers/net/can/sja1000/plx_pci.c: eliminate double free | Julia Lawall | 1 | -2/+2 |
2011-06-29 | net: include io.h in sja1000_of_platform.c for iounmap etc | Stephen Rothwell | 1 | -0/+1 |