aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm/eni.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-15atm: eni: Add check for dma_map_singleJiasheng Jiang1-0/+2
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-03-17atm: eni: Use tasklet_disable_in_atomic() in the send() callbackSebastian Andrzej Siewior1-1/+1
2021-03-01atm: eni: dont release is never initializedTong Zhang1-1/+2
2020-09-04atm: eni: fix the missed pci_disable_device() for eni_init_one()Jing Xiangfeng1-1/+1
2020-08-03atm: eni: avoid accessing the data mapped to streaming DMAJia-Ju Bai1-1/+3
2020-07-19net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig1-17/+0
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-7/+1
2020-01-08atm: eni: fix uninitialized variable warningArnd Bergmann1-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-7/+1
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-10-18atm: eni: Move semicolon to a new line after empty for loopNathan Chancellor1-1/+2
2017-11-30atm: eni: fix several indentation issuesColin Ian King1-9/+9
2017-07-16atm: eni: constify pci_device_id.Arvind Yadav1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-5/+1
2016-12-29drivers: atm: eni: rename macro DAUGTHER_ID to fix spelling mistakeColin Ian King1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-05atm: fix improper return valuePan Bian1-1/+1
2016-09-09ATM-ENI: Use kmalloc_array() in eni_start()Markus Elfring1-2/+3
2015-01-18atm: remove deprecated use of pci apichas williams - CONTRACTOR1-14/+19
2014-11-21drivers: atm: eni: Add pci_dma_mapping_error() callTina Johnson1-0/+3
2014-08-05drivers: atm: fix %d confusingly prefixed with 0x in format stringsHans Wennborg1-2/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-01-03Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman1-9/+9
2012-10-06sections: fix section conflicts in drivers/atmAndi Kleen1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-16eni: fix driver remove function and driver probe error path.françois romieu1-35/+63
2012-03-11drivers/atm/eni.c: ensure arguments to request_irq and free_irq are compatibleJulia Lawall1-1/+1
2011-10-19net: add skb frag size accessorsEric Dumazet1-1/+1
2011-08-26atm: convert to SKB paged frag API.Ian Campbell1-1/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-04-17atm: eni: Kill set-but-unused variables.David S. Miller1-5/+0
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams1-1/+1
2010-10-26drivers/atm/eni.c: Remove multiple uses of KERN_<level>Joe Perches1-3/+4
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-4/+2
2010-04-14drivers: net: use skb_headlen()Eric Dumazet1-1/+1
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-1/+1
2007-07-18[ATM]: [drivers] ioremap balanced with iounmapAmol Lad1-4/+15
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-8/+1
2007-04-25[ATM] ENI: Convert to struct timeval to ktime_t.YOSHIFUJI Hideaki1-2/+2
2007-02-11[PATCH] Get rid of "double zeroing" of allocated pagesRobert P. J. Day1-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-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
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy1-1/+1
2005-04-24[ATM]: ENI155P error handling fixAndrew Morton1-9/+18