summaryrefslogtreecommitdiffstats
path: root/drivers/atm
AgeCommit message (Expand)AuthorLines
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller-14/+6
2009-09-28atm: dereference of he_dev->rbps_virt in he_init_group()Juha Leppanen-7/+7
2009-09-22Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6David S. Miller-9/+77
2009-09-22atm: dereference of he_dev->rbps_virt in he_init_group()roel kluin-9/+50
2009-08-02drivers/atm: Use DIV_ROUND_CLOSESTJulia Lawall-2/+2
2009-07-27drivers/atm: Correct redundant testJulia Lawall-1/+1
2009-05-07solos: Show Interleaving details for ADSL2 and 2+Simon Farnsworth-0/+4
2009-04-30solos: Add some margin-related parametersDavid Woodhouse-0/+7
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang-3/+3
2009-03-25solos: Check for rogue received packetsNathan Williams-0/+4
2009-03-25solos: support new FPGA RAM layoutNathan Williams-9/+62
2009-03-21atm: fix non-const printk argumentStephen Hemminger-3/+1
2009-03-21Merge branch 'master' of git://git.infradead.org/~dwmw2/solos-2.6David S. Miller-160/+734
2009-03-17solos: Disable DMA until we have an FPGA update with it actually implemented.David Woodhouse-1/+1
2009-03-17solos: Automatically determine number of portsNathan Williams-1/+2
2009-03-17solos: Reset device on unload, free pending skbsDavid Woodhouse-1/+29
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller-1/+1
2009-02-18atm: Add missing parenthesesRoel Kluin-4/+4
2009-02-18ATM: misplaced parentheses?Roel Kluin-1/+1
2009-02-10fore200: fix oops on failed firmware loadMeelis Roos-2/+2
2009-02-08drivers/atm: introduce missing kfreeJulia Lawall-0/+1
2009-01-30solos: Swap upstream/downstream rates in status packet, clean up some moreDavid Woodhouse-26/+25
2009-01-30solos: Set RX empty flag at startup only for !dma modeDavid Woodhouse-2/+4
2009-01-30solos: Don't clear config registers at startupDavid Woodhouse-5/+1
2009-01-30solos: Tidy up status interrupt handling, cope with 'ERROR' statusDavid Woodhouse-4/+13
2009-01-30solos: Add 'reset' module parameter to reset the DSL chips on loadDavid Woodhouse-0/+10
2009-01-29solos: Remove debugging, commented-out test codeDavid Woodhouse-49/+3
2009-01-29solos: Clean up handling of card->tx_mask a littleDavid Woodhouse-25/+28
2009-01-29solos: Fix various bugs in status packet handlingDavid Woodhouse-21/+28
2009-01-29solos: Remove superfluous wait_queue_head_t from struct solos_paramDavid Woodhouse-1/+0
2009-01-29solos: Remove IRQF_DISABLED, don't frob IRQ enable on the FPGA in solos_irq()David Woodhouse-5/+1
2009-01-29solos: Remove unused loopback debug stuffDavid Woodhouse-23/+0
2009-01-29solos: Tidy up tx_mask handling for ports which need TXDavid Woodhouse-7/+13
2009-01-29solos: Tidy up DMA handling a little. Still untestedDavid Woodhouse-42/+53
2009-01-28solos: First attempt at DMA supportDavid Woodhouse-28/+90
2009-01-28solos: Remove parameter group from sysfs on ATM dev deregisterDavid Woodhouse-0/+2
2009-01-28solos: Fix under-allocation of skb size for get/set parametersDavid Woodhouse-2/+2
2009-01-28solos: Add SNR and Attn to status packet, fix oops on loadDavid Woodhouse-7/+23
2009-01-27solos: Reject non-AAL5 connections.... for nowDavid Woodhouse-0/+6
2009-01-27solos: Kill existing connections on link down eventDavid Woodhouse-2/+28
2009-01-27solos: Handle new line status change packets, hook up to ATM layer infoDavid Woodhouse-1/+92
2009-01-27solos: Add initial list of parametersDavid Woodhouse-6/+94
2009-01-27solos: Handle attribute show/store in kernel more sanelyDavid Woodhouse-0/+187
2009-01-27solos: Kill global 'opens' count.David Woodhouse-10/+0
2009-01-27solos: Clean up firmware loading codeDavid Woodhouse-136/+73
2009-01-27solos: FPGA and firmware update support.Simon Farnsworth-2/+169
2009-01-27solos: Slight debugging improvementsSimon Farnsworth-1/+2
2009-01-27solos: Fix length header in FPGA transfersDavid Woodhouse-4/+7
2009-01-08generic swap(): iphase: rename swap() to swap_byte_order()Wu Fengguang-3/+3