aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm/lanai.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-19net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+4
2017-11-28atm: lanai: use %p to format kernel addresses instead of %xColin Ian King1-4/+4
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+1
2017-07-16atm: lanai: constify pci_device_id.Arvind Yadav1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-8/+8
2016-12-05atm: lanai: set error code when ioremap failsPan Bian1-0/+1
2015-01-18atm: remove deprecated use of pci apichas williams - CONTRACTOR1-9/+5
2015-01-13atm: lanai: Remove unused functionRickard Strandqvist1-9/+0
2014-10-17atm: simplify lanai.c by using module_pci_driverMichael Opdenacker1-21/+1
2013-01-03Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman1-14/+14
2012-02-01atm: Fix typo in lanai.cMasanari Iida1-1/+1
2011-09-15atm: Convert vmalloc/memset to vzallocJoe Perches1-2/+1
2011-07-12lanai: use pci_dev->subsystem_deviceSergei Shtylyov1-8/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams1-1/+1
2010-12-08atm: lanai: use kernel's '%pM' format option to print MACAndy Shevchenko1-5/+2
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
2010-03-15atm: use for_each_set_bit()Akinobu Mita1-4/+3
2010-01-07drivers/atm/lanai.c: use %pM to show MAC addresshartleys1-11/+3
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-02-18ATM: misplaced parentheses?Roel Kluin1-1/+1
2007-08-13[ATM]: Clean up duplicate includes in drivers/atm/Jesper Juhl1-1/+0
2007-07-18[ATM]: [lanai] sram_test_word() must be __devinitAdrian Bunk1-2/+2
2007-07-11PCI: ATM: lanai, change VENDOR to DEVICEJiri Slaby1-10/+4
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-11/+2
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-10-06Various drivers' irq handlers: kill dead code, needless castsJeff Garzik1-3/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-10-04[ATM]: kmalloc to kzalloc patches for drivers/atmOm Narasimhan1-7/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre1-1/+1
2005-11-29[ATM]: [lanai] kill lanai_ioctl() which just contains some old debugging codeMitchell Blank Jr1-89/+1
2005-11-29[ATM]: [lanai] lanai missing unregisterDave Jones1-0/+1
2005-11-29[ATM]: [lanai] better constificationMitchell Blank Jr1-5/+6
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2770