Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-02atm: lanai: dont run lanai_dev_close if not openTong Zhang
2020-11-19atm: lanai: Remove in_interrupt() usageSebastian Andrzej Siewior
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-20net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2017-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-29atm: lanai: use %p to format kernel addresses instead of %xColin Ian King
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-22treewide: init_timer() -> setup_timer()Kees Cook
2017-07-17atm: lanai: constify pci_device_id.Arvind Yadav
2017-02-28lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2016-12-05atm: lanai: set error code when ioremap failsPan Bian
2015-01-18atm: remove deprecated use of pci apichas williams - CONTRACTOR
2015-01-14atm: lanai: Remove unused functionRickard Strandqvist
2014-10-17atm: simplify lanai.c by using module_pci_driverMichael Opdenacker
2013-01-04Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman
2012-02-01atm: Fix typo in lanai.cMasanari Iida
2011-09-15atm: Convert vmalloc/memset to vzallocJoe Perches
2011-07-12lanai: use pci_dev->subsystem_deviceSergei Shtylyov
2011-03-31Fix common misspellingsLucas De Marchi
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-11atm: correct sysfs 'device' link creation and parent relationshipsDan Williams
2010-12-08atm: lanai: use kernel's '%pM' format option to print MACAndy Shevchenko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16atm: use for_each_set_bit()Akinobu Mita
2010-01-07drivers/atm/lanai.c: use %pM to show MAC addresshartleys
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-02-19ATM: misplaced parentheses?Roel Kluin
2007-08-14[ATM]: Clean up duplicate includes in drivers/atm/Jesper Juhl
2007-07-18[ATM]: [lanai] sram_test_word() must be __devinitAdrian Bunk
2007-07-12PCI: ATM: lanai, change VENDOR to DEVICEJiri Slaby
2007-07-12PCI: Change all drivers to use pci_device->revisionAuke Kok
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-10-06Various drivers' irq handlers: kill dead code, needless castsJeff Garzik
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-10-04[ATM]: kmalloc to kzalloc patches for drivers/atmOm Narasimhan
2006-07-03[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre
2005-11-30[ATM]: [lanai] kill lanai_ioctl() which just contains some old debugging codeMitchell Blank Jr
2005-11-30[ATM]: [lanai] lanai missing unregisterDave Jones
2005-11-30[ATM]: [lanai] better constificationMitchell Blank Jr
2005-08-30[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds