summaryrefslogtreecommitdiff
path: root/drivers/atm
AgeCommit message (Expand)AuthorFilesLines
2016-09-16atm: iphase: fix newline escape and minor tweak to source formattingColin Ian King1-3/+3
2016-09-11ATM-ZeitNet: Fix indentation for one DPRINTK() call in start_rx()Markus Elfring1-1/+1
2016-09-11ATM-ZeitNet: Replace one kzalloc() call by kcalloc()Markus Elfring1-3/+4
2016-09-11ATM-ZeitNet: Improve a size determination in zatm_open()Markus Elfring1-1/+1
2016-09-11ATM-ZeitNet: Use kmalloc_array() in start_tx()Markus Elfring1-2/+3
2016-09-11ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx()Markus Elfring1-1/+2
2016-09-11ATM-nicstar: Refactor a kmalloc() call in ns_init_card()Markus Elfring1-1/+2
2016-09-11ATM-nicstar: Improve another size determination in ns_init_card()Markus Elfring1-1/+1
2016-09-11ATM-nicstar: Improve another size determination in get_scq()Markus Elfring1-1/+1
2016-09-11ATM-nicstar: Use kmalloc_array() in get_scq()Markus Elfring1-2/+3
2016-09-10ATM-iphase: Use kmalloc_array() in tx_init()Markus Elfring1-4/+9
2016-09-10ATM-ForeRunnerHE: Use kmalloc_array() in he_init_group()Markus Elfring1-4/+6
2016-09-10ATM-ENI: Use kmalloc_array() in eni_start()Markus Elfring1-2/+3
2016-08-19atm: 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-18Merge 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-06atm: solos-pci: Replace simple_strtol by kstrtointLABBE Corentin1-11/+17
2015-10-13atm: iphase: fix misleading indentionTillmann Heidsieck1-1/+1
2015-10-13atm: iphase: return -ENOMEM instead of -1 in case of failed kmalloc()Tillmann Heidsieck1-1/+2
2015-09-18solos-pci: Increase headroom on received packetsDavid Woodhouse1-2/+10
2015-09-16atm: he: drop null test before destroy functionsJulia Lawall1-5/+2
2015-06-11atm: idt77105: Use setup_timerVaishali Thakkar1-4/+2
2015-06-09atm: use msecs_to_jiffies for conversionsNicholas Mc Guire1-1/+1
2015-06-05atm: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-14atm: horizon: Remove some unused functionsRickard Strandqvist1-24/+0
2015-01-14atm: lanai: Remove unused functionRickard Strandqvist1-9/+0
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-30Merge 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-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+2
2014-08-09atm: use pci_zalloc_consistentJoe Perches2-25/+21
2014-08-08drivers/atm/atmtcp.c: fix error return codeJulia Lawall1-0/+1
2014-08-08solos-pci: fix error return codeJulia Lawall1-0/+1
2014-08-06drivers: atm: fix %d confusingly prefixed with 0x in format stringsHans Wennborg1-2/+2
2014-06-03atm: fore200e.c: Cleaning up uninitialized variablesRickard Strandqvist1-1/+1
2014-05-21atm: idt77252: Remove redundant error checkPeter Senna Tschudin1-4/+4
2014-03-26atm: idt77105: Use del_timer_sync() in exit pathThomas Gleixner1-3/+3
2014-03-26atm: firestream: Use del_timer_sync() in teardown pathThomas Gleixner1-1/+1
2014-02-28atm: nicstar: remove interruptible_sleep_on_timeoutArnd Bergmann1-8/+8