aboutsummaryrefslogtreecommitdiff
path: root/drivers/atm/eni.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-04atm: eni: fix the missed pci_disable_device() for eni_init_one()Gravatar Jing Xiangfeng 1-1/+1
2020-08-03atm: eni: avoid accessing the data mapped to streaming DMAGravatar Jia-Ju Bai 1-1/+3
2020-07-19net/atm: remove the atmdev_ops {get, set}sockopt methodsGravatar Christoph Hellwig 1-17/+0
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 1-7/+1
2020-01-08atm: eni: fix uninitialized variable warningGravatar Arnd Bergmann 1-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-7/+1
2019-07-30net: Use skb_frag_off accessorsGravatar Jonathan Lemon 1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2018-10-18atm: eni: Move semicolon to a new line after empty for loopGravatar Nathan Chancellor 1-1/+2
2017-11-30atm: eni: fix several indentation issuesGravatar Colin Ian King 1-9/+9
2017-07-16atm: eni: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-5/+1
2016-12-29drivers: atm: eni: rename macro DAUGTHER_ID to fix spelling mistakeGravatar Colin Ian King 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-05atm: fix improper return valueGravatar Pan Bian 1-1/+1
2016-09-09ATM-ENI: Use kmalloc_array() in eni_start()Gravatar Markus Elfring 1-2/+3
2015-01-18atm: remove deprecated use of pci apiGravatar chas williams - CONTRACTOR 1-14/+19
2014-11-21drivers: atm: eni: Add pci_dma_mapping_error() callGravatar Tina Johnson 1-0/+3
2014-08-05drivers: atm: fix %d confusingly prefixed with 0x in format stringsGravatar Hans Wennborg 1-2/+2
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-2/+1
2013-01-03Drivers: atm: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-9/+9
2012-10-06sections: fix section conflicts in drivers/atmGravatar Andi Kleen 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-16eni: fix driver remove function and driver probe error path.Gravatar françois romieu 1-35/+63
2012-03-11drivers/atm/eni.c: ensure arguments to request_irq and free_irq are compatibleGravatar Julia Lawall 1-1/+1
2011-10-19net: add skb frag size accessorsGravatar Eric Dumazet 1-1/+1
2011-08-26atm: convert to SKB paged frag API.Gravatar Ian Campbell 1-1/+2
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-04-17atm: eni: Kill set-but-unused variables.Gravatar David S. Miller 1-5/+0
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsGravatar Dan Williams 1-1/+1
2010-10-26drivers/atm/eni.c: Remove multiple uses of KERN_<level>Gravatar Joe Perches 1-3/+4
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Gravatar Peter Huewe 1-4/+2
2010-04-14drivers: net: use skb_headlen()Gravatar Eric Dumazet 1-1/+1
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-1/+1
2007-07-18[ATM]: [drivers] ioremap balanced with iounmapGravatar Amol Lad 1-4/+15
2007-07-11PCI: Change all drivers to use pci_device->revisionGravatar Auke Kok 1-8/+1
2007-04-25[ATM] ENI: Convert to struct timeval to ktime_t.Gravatar YOSHIFUJI Hideaki 1-2/+2
2007-02-11[PATCH] Get rid of "double zeroing" of allocated pagesGravatar Robert P. J. Day 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-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
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampGravatar Patrick McHardy 1-1/+1
2005-04-24[ATM]: ENI155P error handling fixGravatar Andrew Morton 1-9/+18
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+2299