aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm/zatm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-10-18atm: zatm: Fix empty body Clang warningsNathan Chancellor1-21/+21
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
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-05-29atm: zatm: fix memcmp castingIvan Bornyakov1-2/+2
2018-05-04atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva1-0/+3
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: zatm: constify pci_device_id.Arvind Yadav1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
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
2015-01-18atm: remove deprecated use of pci apichas williams - CONTRACTOR1-6/+11
2013-01-03Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman1-16/+15
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams1-1/+1
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-4/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2008-09-22drivers/atm: Use DIV_ROUND_UPJulia Lawall1-3/+3
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik1-1/+3
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-4/+2
2007-03-14[PATCH] zatm __init abuseAl Viro1-2/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-04[ATM]: [zatm] always *pcr in alloc_shaper()Chas Williams1-0/+1
2006-10-04[ATM]: kmalloc to kzalloc patches for drivers/atmOm Narasimhan1-4/+2
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-10[ATM]: Remove unneeded kmalloc() return value casts + tiny whitespace cleanupJesper Juhl1-5/+7
2005-09-02[ATM]: Fix dereference of uninitialized pointer in zatmAl Viro1-2/+2
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy1-1/+1
2005-08-29[NET]: Kill skb->listDavid S. Miller1-3/+5
2005-07-20[ATM]: zatm: mailbox converted to pci_alloc_consistent()Francois Romieu1-46/+61
2005-07-19[ATM]: [zatm] eliminate kfree warning (from Tobias Hirning <sskyman@web.de>)Chas Williams1-1/+1
2005-06-02[ATM]: [drivers] kill pointless NULL checks and casts before kfree()Jesper Juhl1-7/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1646