summaryrefslogtreecommitdiffstats
path: root/drivers/atm
AgeCommit message (Expand)AuthorLines
2013-02-08atm/iphase: rename fregt_t -> ffreg_tHeiko Carstens-73/+73
2013-01-03Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman-175/+152
2012-12-21solos-pci: double lock in geos_gpio_store()Dan Carpenter-1/+1
2012-12-19solos-pci: ensure all TX packets are aligned to 4 bytesDavid Woodhouse-4/+23
2012-12-19solos-pci: add firmware upgrade support for new modelsNathan Williams-11/+42
2012-12-19solos-pci: remove superfluous debug outputNathan Williams-1/+0
2012-12-19solos-pci: add GPIO support for newer versions on Geos boardNathan Williams-0/+105
2012-12-12solos-pci: fix double-free of TX skb in DMA modeDavid Woodhouse-2/+3
2012-12-01Merge git://git.infradead.org/users/dwmw2/atmDavid S. Miller-51/+32
2012-12-02solos-pci: remove list_vccs() debugging functionDavid Woodhouse-41/+0
2012-12-02solos-pci: use GFP_KERNEL where possible, not GFP_ATOMICDavid Woodhouse-3/+3
2012-12-02solos-pci: clean up pclose() functionDavid Woodhouse-4/+14
2012-12-02solos-pci: Fix leak of skb received for unknown vccNathan Williams-1/+2
2012-12-02solos-pci: wait for pending TX to complete when releasing vccDavid Woodhouse-3/+14
2012-11-28atm: forever loop loading ambassador firmwareDan Carpenter-0/+1
2012-10-06sections: fix section conflicts in drivers/atmAndi Kleen-1/+1
2012-08-06drivers/atm/iphase.c: fix error return codeJulia Lawall-1/+1
2012-05-24solos-pci: Fix DMA supportDavid Woodhouse-1/+3
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck-2/+2
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+0
2012-04-04Driver: Atm: Remove 'break' after 'return' statement.Santosh Nayak-5/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-7/+0
2012-03-16eni: fix driver remove function and driver probe error path.françois romieu-35/+68
2012-03-11drivers/atm/eni.c: ensure arguments to request_irq and free_irq are compatibleJulia Lawall-1/+1
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2012-02-19drivers/atm/solos-pci.c: exchange pci_iounmapsJulia Lawall-2/+2
2012-02-01atm: Fix typo in lanai.cMasanari Iida-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-3/+3
2011-11-26atm: eliminate atm_guess_pdu2truesize()chas williams - CONTRACTOR-2/+2
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-325/+340
2011-10-19net: add skb frag size accessorsEric Dumazet-1/+1
2011-10-03atm/iphase : removal of PCI space dereferences.françois romieu-323/+337
2011-09-15Merge branch 'master' into for-nextJiri Kosina-13/+13
2011-09-15atm: Convert vmalloc/memset to vzallocJoe Perches-7/+7
2011-08-26atm: convert to SKB paged frag API.Ian Campbell-1/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-13/+13
2011-07-12lanai: use pci_dev->subsystem_deviceSergei Shtylyov-8/+1
2011-07-08ATM: Delete no use FILL_RX_POOLS_IN_BH marcoWang Shaoyan-14/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan-0/+6
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-68/+10
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely-2/+5
2011-04-17atm: solos-pci: Fix set-but-unused variable.David S. Miller-2/+1
2011-04-17atm: idt77252: Fix set-but-unused variables.David S. Miller-48/+4
2011-04-17atm: he: Fix undefined sequence points.David S. Miller-2/+2
2011-04-17atm: eni: Kill set-but-unused variables.David S. Miller-5/+0
2011-04-12atm: iphase: Fix set-but-not-used warnings.David S. Miller-11/+3
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds-16/+16
2011-03-31Fix common misspellingsLucas De Marchi-16/+16
2011-03-30atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville-25/+1
2011-03-30atm/solos-pci: Don't include frame pseudo-header on transmit hex-dumpPhilip A. Prindeville-1/+8