summaryrefslogtreecommitdiffstats
path: root/drivers/atm
AgeCommit message (Expand)AuthorLines
2015-01-18atm: remove deprecated use of pci apichas williams - CONTRACTOR-219/+243
2015-01-13atm: horizon: Remove some unused functionsRickard Strandqvist-24/+0
2015-01-13atm: lanai: Remove unused functionRickard Strandqvist-9/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2014-11-23solos-pci: fix error return codeJulia Lawall-0/+2
2014-11-21drivers: atm: eni: Add pci_dma_mapping_error() callTina Johnson-0/+3
2014-10-20atm: drop owner assignment from platform_driversWolfram Sang-1/+0
2014-10-17atm: simplify lanai.c by using module_pci_driverMichael Opdenacker-21/+1
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+2
2014-08-08atm: use pci_zalloc_consistentJoe Perches-25/+21
2014-08-07drivers/atm/atmtcp.c: fix error return codeJulia Lawall-0/+1
2014-08-07solos-pci: fix error return codeJulia Lawall-0/+1
2014-08-05drivers: atm: fix %d confusingly prefixed with 0x in format stringsHans Wennborg-2/+2
2014-06-02atm: fore200e.c: Cleaning up uninitialized variablesRickard Strandqvist-1/+1
2014-05-21atm: idt77252: Remove redundant error checkPeter Senna Tschudin-4/+4
2014-03-25atm: idt77105: Use del_timer_sync() in exit pathThomas Gleixner-3/+3
2014-03-25atm: firestream: Use del_timer_sync() in teardown pathThomas Gleixner-1/+1
2014-02-27atm: nicstar: remove interruptible_sleep_on_timeoutArnd Bergmann-8/+8
2014-02-26atm: firestream: fix interruptible_sleep_on raceArnd Bergmann-2/+2
2014-02-19atm: solos-pci: make solos_bh() as staticDaeseok Youn-1/+1
2014-02-19atm: nicstar: use NULL instead of 0 for pointerDaeseok Youn-4/+4
2014-02-19atm: ambassador: use NULL instead of 0 for pointerDaeseok Youn-1/+1
2013-12-26atm: slight optimization of addr comparedingtianhong-2/+2
2013-12-10atm: solos-pci: remove unnecessary pci_set_drvdata()Jingoo Han-2/+0
2013-12-10atm: he: remove unnecessary pci_set_drvdata()Jingoo Han-1/+0
2013-11-19atm: idt77252: fix dev refcnt leakYing Xue-1/+1
2013-10-21atm: firestream: remove duplicate defineMichael Opdenacker-1/+0
2013-09-15atm: nicstar: fix regression made by previous patchAndy Shevchenko-1/+1
2013-09-13drivers/atm/he.c: convert to module_pci_driverLibo Chen-12/+1
2013-09-04atm: he: print MAC via %pMAndy Shevchenko-9/+2
2013-09-04atm: nicstar: re-use native mac_pton() helperAndy Shevchenko-25/+1
2013-06-17net, atm/ambassader: convert skb->tail into skb_tail_pointer(skb)Isaku Yamahata-1/+1
2013-04-29atm: he: use mdelay instead of large udelay constantsArnd Bergmann-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-10/+5
2013-02-27atm/nicstar: convert to idr_alloc()Tejun Heo-18/+6
2013-02-27atm/nicstar: don't use idr_remove_all()Tejun Heo-1/+0
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