aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm
AgeCommit message (Expand)AuthorFilesLines
2016-09-10ATM-nicstar: Improve another size determination in get_scq()Markus Elfring1-1/+1
2016-09-10ATM-nicstar: Use kmalloc_array() in get_scq()Markus Elfring1-2/+3
2016-09-09ATM-iphase: Use kmalloc_array() in tx_init()Markus Elfring1-4/+9
2016-09-09ATM-ForeRunnerHE: Use kmalloc_array() in he_init_group()Markus Elfring1-4/+6
2016-09-09ATM-ENI: Use kmalloc_array() in eni_start()Markus Elfring1-2/+3
2016-08-18atm: fore200e: Do not drop const qualifierLABBE Corentin1-3/+3
2016-07-19drivers: atm: nicstar: Use the correct function to free some resourcesChristophe Jaillet1-1/+2
2016-07-01atm: horizon: Use setup_timerAmitoj Kaur Chawla1-3/+1
2016-05-31atm: iphase: off by one in rx_pkt()Dan Carpenter1-1/+1
2016-05-31atm: firestream: add more reserved stringsDan Carpenter1-1/+5
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-02-15treewide: Fix typo in printkMasanari Iida1-1/+1
2015-12-29atm: solos-pci: use to_pci_dev()Geliang Tang1-3/+3
2015-12-05atm: solos-pci: Replace simple_strtol by kstrtointLABBE Corentin1-11/+17
2015-10-12atm: iphase: fix misleading indentionTillmann Heidsieck1-1/+1
2015-10-12atm: iphase: return -ENOMEM instead of -1 in case of failed kmalloc()Tillmann Heidsieck1-1/+2
2015-09-17solos-pci: Increase headroom on received packetsDavid Woodhouse1-2/+10
2015-09-15atm: he: drop null test before destroy functionsJulia Lawall1-5/+2
2015-06-10atm: idt77105: Use setup_timerVaishali Thakkar1-4/+2
2015-06-08atm: use msecs_to_jiffies for conversionsNicholas Mc Guire1-1/+1
2015-06-04atm:he - Do not initialise statics to 0.Shailendra Verma1-1/+1
2015-05-25atm:he - Change 1 to true for bool type variable.Shailendra Verma1-1/+1
2015-03-10drivers: atm: nicstar: remove ifdef'd out skb destructorsFlorian Westphal1-90/+0
2015-01-18atm: remove deprecated use of pci apichas williams - CONTRACTOR10-219/+243
2015-01-13atm: horizon: Remove some unused functionsRickard Strandqvist1-24/+0
2015-01-13atm: lanai: Remove unused functionRickard Strandqvist1-9/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2014-11-23solos-pci: fix error return codeJulia Lawall1-0/+2
2014-11-21drivers: atm: eni: Add pci_dma_mapping_error() callTina Johnson1-0/+3
2014-10-20atm: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-17atm: simplify lanai.c by using module_pci_driverMichael Opdenacker1-21/+1
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+2
2014-08-08atm: use pci_zalloc_consistentJoe Perches2-25/+21
2014-08-07drivers/atm/atmtcp.c: fix error return codeJulia Lawall1-0/+1
2014-08-07solos-pci: fix error return codeJulia Lawall1-0/+1
2014-08-05drivers: atm: fix %d confusingly prefixed with 0x in format stringsHans Wennborg1-2/+2
2014-06-02atm: fore200e.c: Cleaning up uninitialized variablesRickard Strandqvist1-1/+1
2014-05-21atm: idt77252: Remove redundant error checkPeter Senna Tschudin1-4/+4
2014-03-25atm: idt77105: Use del_timer_sync() in exit pathThomas Gleixner1-3/+3
2014-03-25atm: firestream: Use del_timer_sync() in teardown pathThomas Gleixner1-1/+1
2014-02-27atm: nicstar: remove interruptible_sleep_on_timeoutArnd Bergmann1-8/+8
2014-02-26atm: firestream: fix interruptible_sleep_on raceArnd Bergmann1-2/+2
2014-02-19atm: solos-pci: make solos_bh() as staticDaeseok Youn1-1/+1
2014-02-19atm: nicstar: use NULL instead of 0 for pointerDaeseok Youn1-4/+4
2014-02-19atm: ambassador: use NULL instead of 0 for pointerDaeseok Youn1-1/+1
2013-12-26atm: slight optimization of addr comparedingtianhong1-2/+2
2013-12-10atm: solos-pci: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-10atm: he: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
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
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds5-68/+10
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-2/+5
2011-04-17atm: solos-pci: Fix set-but-unused variable.David S. Miller1-2/+1
2011-04-17atm: idt77252: Fix set-but-unused variables.David S. Miller1-48/+4
2011-04-17atm: he: Fix undefined sequence points.David S. Miller1-2/+2
2011-04-17atm: eni: Kill set-but-unused variables.David S. Miller1-5/+0
2011-04-12atm: iphase: Fix set-but-not-used warnings.David S. Miller1-11/+3
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds8-16/+16
2011-03-31Fix common misspellingsLucas De Marchi8-16/+16
2011-03-30atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville1-25/+1
2011-03-30atm/solos-pci: Don't include frame pseudo-header on transmit hex-dumpPhilip A. Prindeville1-1/+8
2011-03-30atm/solos-pci: Use VPI.VCI notation uniformly.Philip A. Prindeville1-2/+2
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-7/+10
2011-02-15Merge branch 'master' into for-nextJiri Kosina1-1/+1
2011-02-13ATM, Solos PCI ADSL2+: Don't deref NULL pointer if net_ratelimit() and alloc_...Jesper Juhl1-2/+3
2011-02-02fix typos 'comamnd' -> 'command' in commentsJustin P. Mattock1-1/+1
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2-3/+3
2011-01-21atm: idt77105: fix fetch_stats() resultVasiliy Kulikov1-1/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-3/+3
2011-01-09Madge Ambassador ATM Adapter driver: Always release_firmware() in ucode_init(...Jesper Juhl1-7/+12
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+4
2010-12-31drivers/atm/atmtcp.c: add missing atm_dev_putJulia Lawall1-1/+4
2010-12-22Merge branch 'master' into for-nextJiri Kosina15-23/+36
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller14-23/+27
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams14-23/+27
2010-12-08atm: lanai: use kernel's '%pM' format option to print MACAndy Shevchenko1-5/+2
2010-11-18atm: fore200e: Fix build warning.David S. Miller1-1/+1
2010-11-08solos: Refuse to upgrade firmware with older FPGA. It doesn't work.David Woodhouse1-0/+8
2010-11-08solos: Add 'Firmware' attribute for Traverse overall firmware versionDavid Woodhouse1-0/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König2-3/+3
2010-10-26drivers/atm/eni.c: Remove multiple uses of KERN_<level>Joe Perches1-3/+4
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-10-21Drivers: atm: Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-1/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-10/+6
2010-10-11ATM: iphase, remove sleep-inside-atomicJiri Slaby2-7/+1
2010-10-11ATM: solos-pci, remove use after freeJiri Slaby1-3/+5
2010-10-03drivers/atm/idt77252.c: Remove unnecessary error checkJulia Lawall1-4/+2
2010-09-21drivers: atm: use native kernel's hex_to_bin() funcAndy Shevchenko1-4/+2
2010-09-06drivers/atm/firestream.c: Fix unsigned return typeJulia Lawall1-2/+2
2010-08-16drivers/atm: Adjust confusing if indentationJulia Lawall1-1/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-13/+13
2010-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+6
2010-08-07solos-pci: Fix race condition in tasklet RX handlingDavid Woodhouse1-1/+6
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-13/+13
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-4/+4
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-3/+3
2010-07-23drivers: atm: don't use private copy of hex_to_bin()Andy Shevchenko1-13/+2
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-4/+2
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-2/+1
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-2/+1
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-2/+1
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-4/+2
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-4/+2
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-4/+2
2010-07-12atm: remove IRQF_DISABLED in combination with IRQF_SHAREDchas williams - CONTRACTOR3-4/+4
2010-07-09atm/suni.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-2/+3
2010-07-09atm/solos-pci: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-3/+3
2010-07-09atm/idt77105.c: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-5/+6
2010-07-09atm/adummy: add syfs DEVICE_ATTR to change signalKarl Hiramoto1-0/+39
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGrant Likely1-1/+1
2010-05-31atm: [he] rewrite buffer handling in receive pathchas williams - CONTRACTOR2-103/+126
2010-05-31atm: [he] remove small buffer allocation/handling codechas williams - CONTRACTOR2-148/+16
2010-05-31atm: [nicstar] remove virt_to_bus() and support 64-bit platformschas williams - CONTRACTOR3-175/+237
2010-05-31atm: [nicstar] reformatted with Lindentchas williams - CONTRACTOR3-3169/+2888
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely4-6/+7
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-7/+9
2010-05-17atm: select FW_LOADER in Kconfig for solos-pciNathan Williams1-0/+1
2010-04-20net: sk_sleep() helperEric Dumazet1-3/+3
2010-04-14drivers: net: use skb_headlen()Eric Dumazet2-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo16-0/+16
2010-03-15atm: use for_each_set_bit()Akinobu Mita1-4/+3
2010-01-07drivers/atm/lanai.c: use %pM to show MAC addresshartleys1-11/+3
2010-01-07drivers/atm/fore200e.c: use %pM to show MAC addresshartleys1-7/+4
2010-01-07drivers/atm/idt77252.c: use %pM to show MAC addresshartleys1-4/+1
2010-01-07drivers/atm/nicstar.c: use %pM to show MAC addresshartleys1-3/+1
2009-12-13drivers/atm: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-12-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-12-08atm: [he] adjust tests to account for sk_wmem_alloc changeschas williams - CONTRACTOR1-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-18drivers/atm/solos-pci.c: fix warning/bug, clean up codeAndrew Morton1-13/+16
2009-11-10ambassador: declare MODULE_FIRMWAREBen Hutchings1-0/+1
2009-11-10solos-pci: declare MODULE_FIRMWAREBen Hutchings1-0/+3
2009-10-29atm: Cleanup redundant tests on unsignedroel kluin2-3/+3
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller7-14/+6
2009-09-28atm: dereference of he_dev->rbps_virt in he_init_group()Juha Leppanen1-7/+7
2009-09-22Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6David S. Miller2-9/+77
2009-09-22atm: dereference of he_dev->rbps_virt in he_init_group()roel kluin1-9/+50
2009-08-02drivers/atm: Use DIV_ROUND_CLOSESTJulia Lawall1-2/+2
2009-07-27drivers/atm: Correct redundant testJulia Lawall1-1/+1
2009-05-07solos: Show Interleaving details for ADSL2 and 2+Simon Farnsworth1-0/+4
2009-04-30solos: Add some margin-related parametersDavid Woodhouse1-0/+7
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2-3/+3
2009-03-25solos: Check for rogue received packetsNathan Williams1-0/+4
2009-03-25solos: support new FPGA RAM layoutNathan Williams1-9/+62
2009-03-21atm: fix non-const printk argumentStephen Hemminger1-3/+1
2009-03-21Merge branch 'master' of git://git.infradead.org/~dwmw2/solos-2.6David S. Miller2-160/+734