| Commit message (Expand) | Author | Age |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
* | atm: use for_each_set_bit() | Akinobu Mita | 2010-03-15 |
* | drivers/atm/lanai.c: use %pM to show MAC address | hartleys | 2010-01-07 |
* | drivers/atm/fore200e.c: use %pM to show MAC address | hartleys | 2010-01-07 |
* | drivers/atm/idt77252.c: use %pM to show MAC address | hartleys | 2010-01-07 |
* | drivers/atm/nicstar.c: use %pM to show MAC address | hartleys | 2010-01-07 |
* | drivers/atm: Correct code taking the size of a pointer | Julia Lawall | 2009-12-13 |
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-12-11 |
|\ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 |
| |\ |
|
| | * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 |
* | | | atm: [he] adjust tests to account for sk_wmem_alloc changes | chas williams - CONTRACTOR | 2009-12-08 |
|/ / |
|
* | | drivers/atm/solos-pci.c: fix warning/bug, clean up code | Andrew Morton | 2009-11-18 |
* | | ambassador: declare MODULE_FIRMWARE | Ben Hutchings | 2009-11-10 |
* | | solos-pci: declare MODULE_FIRMWARE | Ben Hutchings | 2009-11-10 |
* | | atm: Cleanup redundant tests on unsigned | roel kluin | 2009-10-29 |
|/ |
|
* | net: Make setsockopt() optlen be unsigned. | David S. Miller | 2009-09-30 |
* | atm: dereference of he_dev->rbps_virt in he_init_group() | Juha Leppanen | 2009-09-28 |
* | Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6 | David S. Miller | 2009-09-22 |
|\ |
|
| * | solos: Show Interleaving details for ADSL2 and 2+ | Simon Farnsworth | 2009-05-07 |
| * | solos: Add some margin-related parameters | David Woodhouse | 2009-04-30 |
| * | solos: Check for rogue received packets | Nathan Williams | 2009-03-25 |
| * | solos: support new FPGA RAM layout | Nathan Williams | 2009-03-25 |
* | | atm: dereference of he_dev->rbps_virt in he_init_group() | roel kluin | 2009-09-22 |
* | | drivers/atm: Use DIV_ROUND_CLOSEST | Julia Lawall | 2009-08-02 |
* | | drivers/atm: Correct redundant test | Julia Lawall | 2009-07-27 |
* | | Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) | Yang Hongyang | 2009-04-13 |
* | | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 2009-04-07 |
* | | atm: fix non-const printk argument | Stephen Hemminger | 2009-03-21 |
* | | Merge branch 'master' of git://git.infradead.org/~dwmw2/solos-2.6 | David S. Miller | 2009-03-21 |
|\| |
|
| * | 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-03-17 |
| * | solos: Swap upstream/downstream rates in status packet, clean up some more | David Woodhouse | 2009-01-29 |
| * | solos: Set RX empty flag at startup only for !dma mode | David Woodhouse | 2009-01-29 |
| * | solos: Don't clear config registers at startup | David Woodhouse | 2009-01-29 |
| * | solos: Tidy up status interrupt handling, cope with 'ERROR' status | David Woodhouse | 2009-01-29 |
| * | 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-28 |
| * | solos: Clean up handling of card->tx_mask a little | David Woodhouse | 2009-01-28 |
| * | solos: Fix various bugs in status packet handling | David Woodhouse | 2009-01-28 |
| * | solos: Remove superfluous wait_queue_head_t from struct solos_param | David Woodhouse | 2009-01-28 |
| * | solos: Remove IRQF_DISABLED, don't frob IRQ enable on the FPGA in solos_irq() | David Woodhouse | 2009-01-28 |
| * | solos: Remove unused loopback debug stuff | David Woodhouse | 2009-01-28 |
| * | solos: Tidy up tx_mask handling for ports which need TX | David Woodhouse | 2009-01-28 |
| * | 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-27 |
| * | solos: Fix under-allocation of skb size for get/set parameters | David Woodhouse | 2009-01-27 |
| * | 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 |