Age | Commit message (Expand) | Author |
2011-03-30 | atm/solos-pci: Don't flap VCs when carrier state changes | Philip A. Prindeville |
2011-03-30 | atm/solos-pci: Don't include frame pseudo-header on transmit hex-dump | Philip A. Prindeville |
2011-03-30 | atm/solos-pci: Use VPI.VCI notation uniformly. | Philip A. Prindeville |
2011-02-13 | ATM, Solos PCI ADSL2+: Don't deref NULL pointer if net_ratelimit() and alloc_... | Jesper Juhl |
2010-12-10 | atm: correct sysfs 'device' link creation and parent relationships | Dan Williams |
2010-11-08 | solos: Refuse to upgrade firmware with older FPGA. It doesn't work. | David Woodhouse |
2010-10-11 | ATM: solos-pci, remove use after free | Jiri Slaby |
2010-08-07 | solos-pci: Fix race condition in tasklet RX handling | David Woodhouse |
2010-07-09 | atm/solos-pci: call atm_dev_signal_change() when signal changes. | Karl Hiramoto |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2009-11-18 | drivers/atm/solos-pci.c: fix warning/bug, clean up code | Andrew Morton |
2009-11-10 | solos-pci: declare MODULE_FIRMWARE | Ben Hutchings |
2009-09-22 | Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6 | David S. Miller |
2009-07-27 | drivers/atm: Correct redundant test | Julia Lawall |
2009-04-13 | Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) | Yang Hongyang |
2009-03-25 | solos: Check for rogue received packets | Nathan Williams |
2009-03-25 | solos: support new FPGA RAM layout | Nathan Williams |
2009-03-21 | Merge branch 'master' of git://git.infradead.org/~dwmw2/solos-2.6 | David S. Miller |
2009-03-17 | solos: Disable DMA until we have an FPGA update with it actually implemented. | David Woodhouse |
2009-03-17 | solos: Automatically determine number of ports | Nathan Williams |
2009-03-17 | solos: Reset device on unload, free pending skbs | David Woodhouse |
2009-02-08 | drivers/atm: introduce missing kfree | Julia Lawall |
2009-01-30 | solos: Swap upstream/downstream rates in status packet, clean up some more | David Woodhouse |
2009-01-30 | solos: Set RX empty flag at startup only for !dma mode | David Woodhouse |
2009-01-30 | solos: Don't clear config registers at startup | David Woodhouse |
2009-01-30 | solos: Tidy up status interrupt handling, cope with 'ERROR' status | David Woodhouse |
2009-01-30 | solos: Add 'reset' module parameter to reset the DSL chips on load | David Woodhouse |
2009-01-29 | solos: Remove debugging, commented-out test code | David Woodhouse |
2009-01-29 | solos: Clean up handling of card->tx_mask a little | David Woodhouse |
2009-01-29 | solos: Fix various bugs in status packet handling | David Woodhouse |
2009-01-29 | solos: Remove superfluous wait_queue_head_t from struct solos_param | David Woodhouse |
2009-01-29 | solos: Remove IRQF_DISABLED, don't frob IRQ enable on the FPGA in solos_irq() | David Woodhouse |
2009-01-29 | solos: Remove unused loopback debug stuff | David Woodhouse |
2009-01-29 | solos: Tidy up tx_mask handling for ports which need TX | David Woodhouse |
2009-01-29 | solos: Tidy up DMA handling a little. Still untested | David Woodhouse |
2009-01-28 | solos: First attempt at DMA support | David Woodhouse |
2009-01-28 | solos: Remove parameter group from sysfs on ATM dev deregister | David Woodhouse |
2009-01-28 | solos: Fix under-allocation of skb size for get/set parameters | David Woodhouse |
2009-01-28 | solos: Add SNR and Attn to status packet, fix oops on load | David Woodhouse |
2009-01-27 | solos: Reject non-AAL5 connections.... for now | David Woodhouse |
2009-01-27 | solos: Kill existing connections on link down event | David Woodhouse |
2009-01-27 | solos: Handle new line status change packets, hook up to ATM layer info | David Woodhouse |
2009-01-27 | solos: Add initial list of parameters | David Woodhouse |
2009-01-27 | solos: Handle attribute show/store in kernel more sanely | David Woodhouse |
2009-01-27 | solos: Kill global 'opens' count. | David Woodhouse |
2009-01-27 | solos: Clean up firmware loading code | David Woodhouse |
2009-01-27 | solos: FPGA and firmware update support. | Simon Farnsworth |
2009-01-27 | solos: Slight debugging improvements | Simon Farnsworth |
2009-01-27 | solos: Fix length header in FPGA transfers | David Woodhouse |
2008-12-26 | atm: Driver for Solos PCI ADSL2+ card. | David Woodhouse |