aboutsummaryrefslogtreecommitdiff
path: root/drivers/atm
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 16-0/+16
2017-08-09atm: make atmdev_ops constGravatar Bhumika Goyal 6-6/+6
2017-08-02atm: solos-pci: constify attribute_group structuresGravatar Amitoj Kaur Chawla 1-2/+2
2017-08-02atm: adummy: constify attribute_group structureGravatar Amitoj Kaur Chawla 1-1/+1
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-07-18atm: zatm: Fix an error handling path in 'zatm_init_one()'Gravatar Christophe Jaillet 1-1/+1
2017-07-16atm: idt77252: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-16atm: eni: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-16atm: firestream: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-16atm: zatm: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-16atm: lanai: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-16atm: solos-pci: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-16atm: horizon: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-16atm: he: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-16atm: nicstar: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-16atm: fore200e: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-16atm: ambassador: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-16atm: iphase: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tGravatar Reshetova, Elena 3-14/+4
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 2-8/+8
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 4-10/+7
2017-06-15atm: solos-pci: remove useless variable assignmentsGravatar Gustavo A. R. Silva 1-2/+2
2017-03-12ambassador: use setup_timerGravatar Geliang Tang 1-3/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-3/+2
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 5-31/+17
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesGravatar Masahiro Yamada 2-2/+2
2017-02-15atm: idt77252, use setup_timer and mod_timerGravatar Jan Koniarik 1-9/+3
2017-02-13idr: Return the deleted entry from idr_removeGravatar Matthew Wilcox 1-3/+2
2016-12-29drivers: atm: eni: rename macro DAUGTHER_ID to fix spelling mistakeGravatar Colin Ian King 2-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 14-14/+14
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-1/+2
2016-12-05atm: fix improper return valueGravatar Pan Bian 1-1/+1
2016-12-05atm: lanai: set error code when ioremap failsGravatar Pan Bian 1-0/+1
2016-10-31solos-pci: use permission-specific DEVICE_ATTR variantsGravatar Julia Lawall 1-1/+1
2016-09-15atm: iphase: fix newline escape and minor tweak to source formattingGravatar Colin Ian King 1-3/+3
2016-09-10ATM-ZeitNet: Fix indentation for one DPRINTK() call in start_rx()Gravatar Markus Elfring 1-1/+1
2016-09-10ATM-ZeitNet: Replace one kzalloc() call by kcalloc()Gravatar Markus Elfring 1-3/+4
2016-09-10ATM-ZeitNet: Improve a size determination in zatm_open()Gravatar Markus Elfring 1-1/+1
2016-09-10ATM-ZeitNet: Use kmalloc_array() in start_tx()Gravatar Markus Elfring 1-2/+3
2016-09-10ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx()Gravatar Markus Elfring 1-1/+2
2016-09-10ATM-nicstar: Refactor a kmalloc() call in ns_init_card()Gravatar Markus Elfring 1-1/+2
2016-09-10ATM-nicstar: Improve another size determination in ns_init_card()Gravatar Markus Elfring 1-1/+1
2016-09-10ATM-nicstar: Improve another size determination in get_scq()Gravatar Markus Elfring 1-1/+1
2016-09-10ATM-nicstar: Use kmalloc_array() in get_scq()Gravatar Markus Elfring 1-2/+3
2016-09-09ATM-iphase: Use kmalloc_array() in tx_init()Gravatar Markus Elfring 1-4/+9
2016-09-09ATM-ForeRunnerHE: Use kmalloc_array() in he_init_group()Gravatar Markus Elfring 1-4/+6
2016-09-09ATM-ENI: Use kmalloc_array() in eni_start()Gravatar Markus Elfring 1-2/+3
2016-08-18atm: fore200e: Do not drop const qualifierGravatar LABBE Corentin 1-3/+3