aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-224-6/+7
|\
| * atm: select FW_LOADER in Kconfig for solos-pciNathan Williams2010-05-171-0/+1
| * net: sk_sleep() helperEric Dumazet2010-04-201-3/+3
| * drivers: net: use skb_headlen()Eric Dumazet2010-04-142-3/+3
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-7/+9
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3016-0/+16
* atm: use for_each_set_bit()Akinobu Mita2010-03-151-4/+3
* drivers/atm/lanai.c: use %pM to show MAC addresshartleys2010-01-071-11/+3
* drivers/atm/fore200e.c: use %pM to show MAC addresshartleys2010-01-071-7/+4
* drivers/atm/idt77252.c: use %pM to show MAC addresshartleys2010-01-071-4/+1
* drivers/atm/nicstar.c: use %pM to show MAC addresshartleys2010-01-071-3/+1
* drivers/atm: Correct code taking the size of a pointerJulia Lawall2009-12-131-1/+1
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-111-1/+1
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | | atm: [he] adjust tests to account for sk_wmem_alloc changeschas williams - CONTRACTOR2009-12-081-2/+2
|/ /
* | drivers/atm/solos-pci.c: fix warning/bug, clean up codeAndrew Morton2009-11-181-13/+16
* | ambassador: declare MODULE_FIRMWAREBen Hutchings2009-11-101-0/+1
* | solos-pci: declare MODULE_FIRMWAREBen Hutchings2009-11-101-0/+3
* | atm: Cleanup redundant tests on unsignedroel kluin2009-10-292-3/+3
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-307-14/+6
* atm: dereference of he_dev->rbps_virt in he_init_group()Juha Leppanen2009-09-281-7/+7
* Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6David S. Miller2009-09-222-9/+77
|\
| * solos: Show Interleaving details for ADSL2 and 2+Simon Farnsworth2009-05-071-0/+4
| * solos: Add some margin-related parametersDavid Woodhouse2009-04-301-0/+7
| * solos: Check for rogue received packetsNathan Williams2009-03-251-0/+4
| * solos: support new FPGA RAM layoutNathan Williams2009-03-251-9/+62
* | atm: dereference of he_dev->rbps_virt in he_init_group()roel kluin2009-09-221-9/+50
* | drivers/atm: Use DIV_ROUND_CLOSESTJulia Lawall2009-08-021-2/+2
* | drivers/atm: Correct redundant testJulia Lawall2009-07-271-1/+1
* | Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang2009-04-131-1/+1
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-072-3/+3
* | atm: fix non-const printk argumentStephen Hemminger2009-03-211-3/+1
* | Merge branch 'master' of git://git.infradead.org/~dwmw2/solos-2.6David S. Miller2009-03-212-160/+734
|\ \ | |/
| * solos: Disable DMA until we have an FPGA update with it actually implemented.David Woodhouse2009-03-171-1/+1
| * solos: Automatically determine number of portsNathan Williams2009-03-171-1/+2
| * solos: Reset device on unload, free pending skbsDavid Woodhouse2009-03-171-1/+29
| * solos: Swap upstream/downstream rates in status packet, clean up some moreDavid Woodhouse2009-01-301-26/+25
| * solos: Set RX empty flag at startup only for !dma modeDavid Woodhouse2009-01-301-2/+4
| * solos: Don't clear config registers at startupDavid Woodhouse2009-01-301-5/+1
| * solos: Tidy up status interrupt handling, cope with 'ERROR' statusDavid Woodhouse2009-01-301-4/+13
| * solos: Add 'reset' module parameter to reset the DSL chips on loadDavid Woodhouse2009-01-301-0/+10
| * solos: Remove debugging, commented-out test codeDavid Woodhouse2009-01-291-49/+3
| * solos: Clean up handling of card->tx_mask a littleDavid Woodhouse2009-01-291-25/+28
| * solos: Fix various bugs in status packet handlingDavid Woodhouse2009-01-291-21/+28
| * solos: Remove superfluous wait_queue_head_t from struct solos_paramDavid Woodhouse2009-01-291-1/+0
| * solos: Remove IRQF_DISABLED, don't frob IRQ enable on the FPGA in solos_irq()David Woodhouse2009-01-291-5/+1
| * solos: Remove unused loopback debug stuffDavid Woodhouse2009-01-291-23/+0
| * solos: Tidy up tx_mask handling for ports which need TXDavid Woodhouse2009-01-291-7/+13