aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm
AgeCommit message (Expand)AuthorFilesLines
2019-08-02atm: iphase: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-2/+6
2019-07-15atm: idt77252: Remove call to memset after dma_alloc_coherentFuqian Huang1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 37Thomas Gleixner6-96/+6
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-0/+8
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner8-0/+8
2019-05-16atm: iphase: Avoid copying pointers to user space.Fuqian Huang1-6/+0
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-04-21atm: iphase: fix misuse of %xFuqian Huang1-2/+2
2019-04-18firestream: fix spelling mistake "tramsitted" -> "transmitted"Colin Ian King1-1/+1
2019-01-17atm: he: fix sign-extension overflow on large shiftColin Ian King1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-28/+27
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-11-27firestream: fix spelling mistake: "Inititing" -> "Initializing"Colin Ian King1-2/+2
2018-11-17atm: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-10-18atm: zatm: Fix empty body Clang warningsNathan Chancellor1-21/+21
2018-10-18atm: eni: Move semicolon to a new line after empty for loopNathan Chancellor1-1/+2
2018-10-15fore200e: fix missing unlock on error in bsq_audit()Wei Yongjun1-0/+1
2018-10-12fore200e: fix sbus compileChristoph Hellwig1-1/+1
2018-10-10fore200e: check for dma mapping failuresChristoph Hellwig1-0/+13
2018-10-10fore200e: don't use GFP_DMAChristoph Hellwig1-4/+4
2018-10-10fore200e: devirtualize dma alloc callsChristoph Hellwig2-85/+45
2018-10-10fore200e: devirtualize dma mapping callsChristoph Hellwig2-99/+17
2018-10-10fore200e: remove the align_size field of struct chunkChristoph Hellwig1-3/+2
2018-10-10fore200e: store a struct device in struct fore200eChristoph Hellwig2-44/+23
2018-10-10fore200e: simplify fore200e_bus usageChristoph Hellwig1-65/+56
2018-10-05atm: nicstar: Replace spin_is_locked() with spin_trylock()Lance Roy1-2/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2018-07-02atm: zatm: remove redundant pointer zatm_devColin Ian King1-2/+0
2018-06-30atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva1-0/+2
2018-06-30atm: iphase: fix a 64 bit bugDan Carpenter1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-05-29atm: zatm: fix memcmp castingIvan Bornyakov1-2/+2
2018-05-10firestream: fix spelling mistake: "reseverd" -> "reserved"Colin Ian King1-1/+1
2018-05-04atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva1-0/+3
2018-04-19atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit"Colin Ian King1-2/+2
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-30atm: iphase: fix spelling mistake: "Receiverd" -> "Received"Colin Ian King1-1/+1
2018-02-23atm: idt77252: remove redundant bit-wise or'ing of zeroColin Ian King1-8/+4
2018-02-08atm: he: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-4/+4
2017-11-30atm: eni: fix several indentation issuesColin Ian King1-9/+9
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-8/+8
2017-11-28atm: suni: remove extraneous space to fix indentationColin Ian King1-1/+1
2017-11-28atm: lanai: use %p to format kernel addresses instead of %xColin Ian King1-4/+4
2017-11-28atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King1-2/+2
2017-11-28ambassador: fix incorrect indentation of assignment statementColin Ian King1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook6-21/+20
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook3-9/+3
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2-6/+6
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-21/+31
2017-11-14atm: horizon: Fix irq release errorArvind Yadav1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-0/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman16-0/+16
2017-11-01atm: iphase: Fix space before '[' error.Arvind Yadav1-3/+3
2017-10-18atm: idt77252: Convert timers to use timer_setup()Kees Cook2-9/+15
2017-10-18drivers/atm/suni: Convert timers to use timer_setup()Kees Cook1-6/+4
2017-10-14atm: fore200e: mark expected switch fall-throughsGustavo A. R. Silva1-0/+8
2017-10-11atm: idt77105: Drop needless setup_timer()Kees Cook1-2/+0
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2-3/+3
2017-08-09atm: make atmdev_ops constBhumika Goyal6-6/+6
2017-08-02atm: solos-pci: constify attribute_group structuresAmitoj Kaur Chawla1-2/+2
2017-08-02atm: adummy: constify attribute_group structureAmitoj Kaur Chawla1-1/+1
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-07-18atm: zatm: Fix an error handling path in 'zatm_init_one()'Christophe Jaillet1-1/+1
2017-07-16atm: idt77252: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: eni: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: firestream: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: zatm: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: lanai: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: solos-pci: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: horizon: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: he: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: nicstar: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: fore200e: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: ambassador: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: iphase: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena3-14/+4
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-8/+8
2017-06-16networking: introduce and use skb_put_data()Johannes Berg4-10/+7
2017-06-15atm: solos-pci: remove useless variable assignmentsGustavo A. R. Silva1-2/+2
2017-03-12ambassador: use setup_timerGeliang Tang1-3/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan5-31/+17
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2-2/+2
2017-02-15atm: idt77252, use setup_timer and mod_timerJan Koniarik1-9/+3
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox1-3/+2
2016-12-29drivers: atm: eni: rename macro DAUGTHER_ID to fix spelling mistakeColin Ian King2-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds14-14/+14
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+2
2016-12-05atm: fix improper return valuePan Bian1-1/+1
2016-12-05atm: lanai: set error code when ioremap failsPan Bian1-0/+1
2016-10-31solos-pci: use permission-specific DEVICE_ATTR variantsJulia Lawall1-1/+1
2016-09-15atm: iphase: fix newline escape and minor tweak to source formattingColin Ian King1-3/+3
2016-09-10ATM-ZeitNet: Fix indentation for one DPRINTK() call in start_rx()Markus Elfring1-1/+1
2016-09-10ATM-ZeitNet: Replace one kzalloc() call by kcalloc()Markus Elfring1-3/+4
2016-09-10ATM-ZeitNet: Improve a size determination in zatm_open()Markus Elfring1-1/+1
2016-09-10ATM-ZeitNet: Use kmalloc_array() in start_tx()Markus Elfring1-2/+3
2016-09-10ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx()Markus Elfring1-1/+2
2016-09-10ATM-nicstar: Refactor a kmalloc() call in ns_init_card()Markus Elfring1-1/+2
2016-09-10ATM-nicstar: Improve another size determination in ns_init_card()Markus Elfring1-1/+1
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