summaryrefslogtreecommitdiffstats
path: root/drivers/atm
Commit message (Expand)AuthorAgeFilesLines
* atm: he: use mdelay instead of large udelay constantsArnd Bergmann2013-04-291-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-274-10/+5
* atm/nicstar: convert to idr_alloc()Tejun Heo2013-02-271-18/+6
* atm/nicstar: don't use idr_remove_all()Tejun Heo2013-02-271-1/+0
* atm/iphase: rename fregt_t -> ffreg_tHeiko Carstens2013-02-081-73/+73
* Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman2013-01-0312-175/+152
* solos-pci: double lock in geos_gpio_store()Dan Carpenter2012-12-211-1/+1
* solos-pci: ensure all TX packets are aligned to 4 bytesDavid Woodhouse2012-12-191-4/+23
* solos-pci: add firmware upgrade support for new modelsNathan Williams2012-12-191-11/+42
* solos-pci: remove superfluous debug outputNathan Williams2012-12-191-1/+0
* solos-pci: add GPIO support for newer versions on Geos boardNathan Williams2012-12-191-0/+105
* solos-pci: fix double-free of TX skb in DMA modeDavid Woodhouse2012-12-121-2/+3
* Merge git://git.infradead.org/users/dwmw2/atmDavid S. Miller2012-12-011-51/+32
|\
| * solos-pci: remove list_vccs() debugging functionDavid Woodhouse2012-12-021-41/+0
| * solos-pci: use GFP_KERNEL where possible, not GFP_ATOMICDavid Woodhouse2012-12-021-3/+3
| * solos-pci: clean up pclose() functionDavid Woodhouse2012-12-021-4/+14
| * solos-pci: Fix leak of skb received for unknown vccNathan Williams2012-12-021-1/+2
| * solos-pci: wait for pending TX to complete when releasing vccDavid Woodhouse2012-12-021-3/+14
* | atm: forever loop loading ambassador firmwareDan Carpenter2012-11-281-0/+1
|/
* sections: fix section conflicts in drivers/atmAndi Kleen2012-10-061-1/+1
* drivers/atm/iphase.c: fix error return codeJulia Lawall2012-08-061-1/+1
* solos-pci: Fix DMA supportDavid Woodhouse2012-05-241-1/+3
* skb: Add inline helper for getting the skb end offset from headAlexander Duyck2012-05-062-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-107-7/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-287-7/+0
* | Driver: Atm: Remove 'break' after 'return' statement.Santosh Nayak2012-04-041-5/+0
|/
* eni: fix driver remove function and driver probe error path.françois romieu2012-03-162-35/+68
* drivers/atm/eni.c: ensure arguments to request_irq and free_irq are compatibleJulia Lawall2012-03-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-261-2/+2
|\
| * drivers/atm/solos-pci.c: exchange pci_iounmapsJulia Lawall2012-02-191-2/+2
* | atm: Fix typo in lanai.cMasanari Iida2012-02-011-1/+1
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-3/+3
* atm: eliminate atm_guess_pdu2truesize()chas williams - CONTRACTOR2011-11-261-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-253-325/+340
|\
| * net: add skb frag size accessorsEric Dumazet2011-10-191-1/+1
| * atm/iphase : removal of PCI space dereferences.françois romieu2011-10-032-323/+337
| * atm: convert to SKB paged frag API.Ian Campbell2011-08-261-1/+2
* | Merge branch 'master' into for-nextJiri Kosina2011-09-1513-13/+13
|\|
| * atomic: use <linux/atomic.h>Arun Sharma2011-07-2613-13/+13
* | atm: Convert vmalloc/memset to vzallocJoe Perches2011-09-152-7/+7
|/
* lanai: use pci_dev->subsystem_deviceSergei Shtylyov2011-07-121-8/+1
* ATM: Delete no use FILL_RX_POOLS_IN_BH marcoWang Shaoyan2011-07-082-14/+1
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-066-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-205-68/+10
|\
| * atm: solos-pci: Fix set-but-unused variable.David S. Miller2011-04-171-2/+1
| * atm: idt77252: Fix set-but-unused variables.David S. Miller2011-04-171-48/+4
| * atm: he: Fix undefined sequence points.David S. Miller2011-04-171-2/+2
| * atm: eni: Kill set-but-unused variables.David S. Miller2011-04-171-5/+0
| * atm: iphase: Fix set-but-not-used warnings.David S. Miller2011-04-121-11/+3
* | drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
|/