summaryrefslogtreecommitdiff
path: root/drivers/atm
AgeCommit message (Expand)AuthorFilesLines
2020-02-28fore200e: Fix incorrect checks of NULL pointer dereferenceAditya Pakki1-7/+18
2020-02-05atm: eni: fix uninitialized variable warningArnd Bergmann1-2/+2
2020-01-29firestream: fix memory leaksWenwen Wang1-0/+3
2019-12-01atm: zatm: Fix empty body Clang warningsNathan Chancellor1-21/+21
2019-09-21Kconfig: Fix the reference to the IDT77105 Phy driver in the description of A...Christophe JAILLET1-1/+1
2019-08-09atm: iphase: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-2/+6
2019-02-27atm: he: fix sign-extension overflow on large shiftColin Ian King1-1/+1
2018-07-22atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva1-0/+2
2018-07-08atm: zatm: fix memcmp castingIvan Bornyakov1-2/+2
2018-05-16atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva1-0/+3
2017-12-14atm: horizon: Fix irq release errorArvind Yadav1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman16-0/+16
2017-08-10atm: make atmdev_ops constBhumika Goyal6-6/+6
2017-08-03atm: solos-pci: constify attribute_group structuresAmitoj Kaur Chawla1-2/+2
2017-08-03atm: 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-17atm: idt77252: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-17atm: eni: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-17atm: firestream: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-17atm: zatm: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-17atm: lanai: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-17atm: solos-pci: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-17atm: horizon: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-17atm: he: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-17atm: nicstar: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-17atm: fore200e: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-17atm: ambassador: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-17atm: 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-16atm: solos-pci: remove useless variable assignmentsGustavo A. R. Silva1-2/+2
2017-03-13ambassador: use setup_timerGeliang Tang1-3/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-03-01Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+2
2017-02-28lib/vsprintf.c: remove %Z supportAlexey Dobriyan5-31/+17
2017-02-28scripts/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-14idr: 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-07Merge 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-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