summaryrefslogtreecommitdiff
path: root/drivers/atm/eni.c
AgeCommit message (Expand)Author
2022-03-23atm: eni: Add check for dma_map_singleJiasheng Jiang
2021-03-30atm: eni: dont release is never initializedTong Zhang
2020-10-01atm: eni: fix the missed pci_disable_device() for eni_init_one()Jing Xiangfeng
2020-02-01atm: eni: fix uninitialized variable warningArnd Bergmann
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2018-10-18atm: eni: Move semicolon to a new line after empty for loopNathan Chancellor
2017-11-30atm: eni: fix several indentation issuesColin Ian King
2017-07-16atm: eni: constify pci_device_id.Arvind Yadav
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2016-12-29drivers: atm: eni: rename macro DAUGTHER_ID to fix spelling mistakeColin Ian King
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-05atm: fix improper return valuePan Bian
2016-09-09ATM-ENI: Use kmalloc_array() in eni_start()Markus Elfring
2015-01-18atm: remove deprecated use of pci apichas williams - CONTRACTOR
2014-11-21drivers: atm: eni: Add pci_dma_mapping_error() callTina Johnson
2014-08-05drivers: atm: fix %d confusingly prefixed with 0x in format stringsHans Wennborg
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-03Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman
2012-10-06sections: fix section conflicts in drivers/atmAndi Kleen
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-16eni: fix driver remove function and driver probe error path.françois romieu
2012-03-11drivers/atm/eni.c: ensure arguments to request_irq and free_irq are compatibleJulia Lawall
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-08-26atm: convert to SKB paged frag API.Ian Campbell
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-04-17atm: eni: Kill set-but-unused variables.David S. Miller
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams
2010-10-26drivers/atm/eni.c: Remove multiple uses of KERN_<level>Joe Perches
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe
2010-04-14drivers: net: use skb_headlen()Eric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2008-09-22drivers/atm: Use DIV_ROUND_UPJulia Lawall
2007-07-18[ATM]: [drivers] ioremap balanced with iounmapAmol Lad
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok
2007-04-25[ATM] ENI: Convert to struct timeval to ktime_t.YOSHIFUJI Hideaki
2007-02-11[PATCH] Get rid of "double zeroing" of allocated pagesRobert P. J. Day
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy
2005-04-24[ATM]: ENI155P error handling fixAndrew Morton
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds