aboutsummaryrefslogtreecommitdiff
path: root/drivers/atm/zatm.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-16/+0
2020-07-19net/atm: remove the atmdev_ops {get, set}sockopt methodsGravatar Christoph Hellwig 1-16/+0
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2018-10-18atm: zatm: Fix empty body Clang warningsGravatar Nathan Chancellor 1-21/+21
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2018-07-02atm: zatm: remove redundant pointer zatm_devGravatar Colin Ian King 1-2/+0
2018-06-30atm: zatm: Fix potential Spectre v1Gravatar Gustavo A. R. Silva 1-0/+2
2018-05-29atm: zatm: fix memcmp castingGravatar Ivan Bornyakov 1-2/+2
2018-05-04atm: zatm: Fix potential Spectre v1Gravatar Gustavo A. R. Silva 1-0/+3
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: zatm: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
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
2015-01-18atm: remove deprecated use of pci apiGravatar chas williams - CONTRACTOR 1-6/+11
2013-01-03Drivers: atm: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-16/+15
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hGravatar Alexey Dobriyan 1-0/+1
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsGravatar Dan Williams 1-1/+1
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Gravatar Peter Huewe 1-4/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-1/+1
2008-09-22drivers/atm: Use DIV_ROUND_UPGravatar Julia Lawall 1-3/+3
2007-07-17drivers/*: mark variables with uninitialized_var()Gravatar Jeff Garzik 1-1/+3
2007-07-11PCI: Change all drivers to use pci_device->revisionGravatar Auke Kok 1-4/+2
2007-03-14[PATCH] zatm __init abuseGravatar Al Viro 1-2/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
2006-10-04[ATM]: [zatm] always *pcr in alloc_shaper()Gravatar Chas Williams 1-0/+1
2006-10-04[ATM]: kmalloc to kzalloc patches for drivers/atmGravatar Om Narasimhan 1-4/+2
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-01-10[ATM]: Remove unneeded kmalloc() return value casts + tiny whitespace cleanupGravatar Jesper Juhl 1-5/+7
2005-09-02[ATM]: Fix dereference of uninitialized pointer in zatmGravatar Al Viro 1-2/+2
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampGravatar Patrick McHardy 1-1/+1
2005-08-29[NET]: Kill skb->listGravatar David S. Miller 1-3/+5
2005-07-20[ATM]: zatm: mailbox converted to pci_alloc_consistent()Gravatar Francois Romieu 1-46/+61
2005-07-19[ATM]: [zatm] eliminate kfree warning (from Tobias Hirning <sskyman@web.de>)Gravatar Chas Williams 1-1/+1
2005-06-02[ATM]: [drivers] kill pointless NULL checks and casts before kfree()Gravatar Jesper Juhl 1-7/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1646