summaryrefslogtreecommitdiff
path: root/drivers/atm
AgeCommit message (Expand)AuthorFilesLines
2017-07-18atm: zatm: Fix an error handling path in 'zatm_init_one()'Christophe Jaillet1-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