aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-19atm: idt77252: fix dev refcnt leakYing Xue1-1/+1
2013-10-21atm: firestream: remove duplicate defineMichael Opdenacker1-1/+0
2013-09-15atm: nicstar: fix regression made by previous patchAndy Shevchenko1-1/+1
2013-09-13drivers/atm/he.c: convert to module_pci_driverLibo Chen1-12/+1
2013-09-04atm: he: print MAC via %pMAndy Shevchenko1-9/+2
2013-09-04atm: nicstar: re-use native mac_pton() helperAndy Shevchenko1-25/+1
2013-06-17net, atm/ambassader: convert skb->tail into skb_tail_pointer(skb)Isaku Yamahata1-1/+1
2013-04-29atm: he: use mdelay instead of large udelay constantsArnd Bergmann1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin4-10/+5
2013-02-27atm/nicstar: convert to idr_alloc()Tejun Heo1-18/+6
2013-02-27atm/nicstar: don't use idr_remove_all()Tejun Heo1-1/+0
2013-02-08atm/iphase: rename fregt_t -> ffreg_tHeiko Carstens1-73/+73
2013-01-03Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman12-175/+152
2012-12-21solos-pci: double lock in geos_gpio_store()Dan Carpenter1-1/+1
2012-12-19solos-pci: ensure all TX packets are aligned to 4 bytesDavid Woodhouse1-4/+23
2012-12-19solos-pci: add firmware upgrade support for new modelsNathan Williams1-11/+42
2012-12-19solos-pci: remove superfluous debug outputNathan Williams1-1/+0
2012-12-19solos-pci: add GPIO support for newer versions on Geos boardNathan Williams1-0/+105
2012-12-12solos-pci: fix double-free of TX skb in DMA modeDavid Woodhouse1-2/+3
2012-12-01Merge git://git.infradead.org/users/dwmw2/atmDavid S. Miller1-51/+32
2012-12-02solos-pci: remove list_vccs() debugging functionDavid Woodhouse1-41/+0
2012-12-02solos-pci: use GFP_KERNEL where possible, not GFP_ATOMICDavid Woodhouse1-3/+3
2012-12-02solos-pci: clean up pclose() functionDavid Woodhouse1-4/+14
2012-12-02solos-pci: Fix leak of skb received for unknown vccNathan Williams1-1/+2
2012-12-02solos-pci: wait for pending TX to complete when releasing vccDavid Woodhouse1-3/+14
2012-11-28atm: forever loop loading ambassador firmwareDan Carpenter1-0/+1
2012-10-06sections: fix section conflicts in drivers/atmAndi Kleen1-1/+1
2012-08-06drivers/atm/iphase.c: fix error return codeJulia Lawall1-1/+1
2012-05-24solos-pci: Fix DMA supportDavid Woodhouse1-1/+3
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck2-2/+2
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-7/+0
2012-04-04Driver: Atm: Remove 'break' after 'return' statement.Santosh Nayak1-5/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells7-7/+0
2012-03-16eni: fix driver remove function and driver probe error path.françois romieu2-35/+68
2012-03-11drivers/atm/eni.c: ensure arguments to request_irq and free_irq are compatibleJulia Lawall1-1/+1
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-02-19drivers/atm/solos-pci.c: exchange pci_iounmapsJulia Lawall1-2/+2
2012-02-01atm: Fix typo in lanai.cMasanari Iida1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-3/+3
2011-11-26atm: eliminate atm_guess_pdu2truesize()chas williams - CONTRACTOR1-2/+2
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-325/+340
2011-10-19net: add skb frag size accessorsEric Dumazet1-1/+1
2011-10-03atm/iphase : removal of PCI space dereferences.françois romieu2-323/+337
2011-09-15Merge branch 'master' into for-nextJiri Kosina13-13/+13
2011-09-15atm: Convert vmalloc/memset to vzallocJoe Perches2-7/+7
2011-08-26atm: convert to SKB paged frag API.Ian Campbell1-1/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma13-13/+13
2011-07-12lanai: use pci_dev->subsystem_deviceSergei Shtylyov1-8/+1
2011-07-08ATM: Delete no use FILL_RX_POOLS_IN_BH marcoWang Shaoyan2-14/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan6-0/+6