summaryrefslogtreecommitdiffstats
path: root/drivers/atm
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * solos: Tidy up DMA handling a little. Still untestedDavid Woodhouse2009-01-291-42/+53
| * solos: First attempt at DMA supportDavid Woodhouse2009-01-281-28/+90
| * solos: Remove parameter group from sysfs on ATM dev deregisterDavid Woodhouse2009-01-281-0/+2
| * solos: Fix under-allocation of skb size for get/set parametersDavid Woodhouse2009-01-281-2/+2
| * solos: Add SNR and Attn to status packet, fix oops on loadDavid Woodhouse2009-01-281-7/+23
| * solos: Reject non-AAL5 connections.... for nowDavid Woodhouse2009-01-271-0/+6
| * solos: Kill existing connections on link down eventDavid Woodhouse2009-01-271-2/+28
| * solos: Handle new line status change packets, hook up to ATM layer infoDavid Woodhouse2009-01-271-1/+92
| * solos: Add initial list of parametersDavid Woodhouse2009-01-272-6/+94
| * solos: Handle attribute show/store in kernel more sanelyDavid Woodhouse2009-01-271-0/+187
| * solos: Kill global 'opens' count.David Woodhouse2009-01-271-10/+0
OpenPOWER on IntegriCloud