summaryrefslogtreecommitdiffstats
path: root/drivers/atm/eni.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* atm: eni: Move semicolon to a new line after empty for loopNathan Chancellor2018-10-191-1/+2
* atm: eni: fix several indentation issuesColin Ian King2017-11-301-9/+9
* atm: eni: constify pci_device_id.Arvind Yadav2017-07-171-1/+1
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-5/+1Star
* drivers: atm: eni: rename macro DAUGTHER_ID to fix spelling mistakeColin Ian King2016-12-291-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* atm: fix improper return valuePan Bian2016-12-051-1/+1
* ATM-ENI: Use kmalloc_array() in eni_start()Markus Elfring2016-09-101-2/+3
* atm: remove deprecated use of pci apichas williams - CONTRACTOR2015-01-181-14/+19
* drivers: atm: eni: Add pci_dma_mapping_error() callTina Johnson2014-11-211-0/+3
* drivers: atm: fix %d confusingly prefixed with 0x in format stringsHans Wennborg2014-08-051-2/+2
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-2/+1Star
* Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-9/+9
* sections: fix section conflicts in drivers/atmAndi Kleen2012-10-051-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* eni: fix driver remove function and driver probe error path.françois romieu2012-03-171-35/+63
* drivers/atm/eni.c: ensure arguments to request_irq and free_irq are compatibleJulia Lawall2012-03-111-1/+1
* net: add skb frag size accessorsEric Dumazet2011-10-191-1/+1
* atm: convert to SKB paged frag API.Ian Campbell2011-08-261-1/+2
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* atm: eni: Kill set-but-unused variables.David S. Miller2011-04-171-5/+0Star
* atm: correct sysfs 'device' link creation and parent relationshipsDan Williams2010-12-111-1/+1
* drivers/atm/eni.c: Remove multiple uses of KERN_<level>Joe Perches2010-10-261-3/+4
* atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-161-4/+2Star
* drivers: net: use skb_headlen()Eric Dumazet2010-04-151-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-1/+1
* drivers/atm: Use DIV_ROUND_UPJulia Lawall2008-09-231-1/+1
* [ATM]: [drivers] ioremap balanced with iounmapAmol Lad2007-07-181-4/+15
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-121-8/+1Star
* [ATM] ENI: Convert to struct timeval to ktime_t.YOSHIFUJI Hideaki2007-04-261-2/+2
* [PATCH] Get rid of "double zeroing" of allocated pagesRobert P. J. Day2007-02-111-1/+0Star
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-2/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy2005-08-301-1/+1
* [ATM]: ENI155P error handling fixAndrew Morton2005-04-251-9/+18
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+2299