summaryrefslogtreecommitdiffstats
path: root/drivers/atm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] slab: remove SLAB_DMAChristoph Lameter2006-12-071-3/+3
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-053-3/+3
|\
| * [ATM] ambassador,firestream: "-1 >>" is implementation definedAlexey Dobriyan2006-12-022-2/+2
| * Fix misc .c/.h comment typosMatt LaPlante2006-11-301-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+5
|/
* [ATM] horizon: read_bia() needs to be __devinitDavid S. Miller2006-10-241-1/+1
* [ATM] nicstar: Fix a bogus casting warningAlan Cox2006-10-211-2/+2
* [ATM] firestream: handle thrown errorJeff Garzik2006-10-211-0/+4
* [ATM]: No need to return voidTobias Klauser2006-10-212-4/+4
* Various drivers' irq handlers: kill dead code, needless castsJeff Garzik2006-10-063-18/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-0511-18/+14
* [ATM]: [zatm] always *pcr in alloc_shaper()Chas Williams2006-10-041-0/+1
* [ATM]: [ambassador] Change the return type to reflect realityJeff Garzik2006-10-041-2/+2
* [ATM]: kmalloc to kzalloc patches for drivers/atmOm Narasimhan2006-10-047-47/+16
* [ATM] he: Fix __init/__devinit conflictRoland Dreier2006-09-241-8/+8
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
* [ATM]: [he] don't hold the device lock when upcallingChas Williams2006-09-191-0/+2
* [ATM]: [he] when transmit fails, unmap the dma regionsChas Williams2006-09-171-0/+9
* [ATM]: Typo in drivers/atm/Kconfig...Matt LaPlante2006-07-081-1/+1
* [ATM]: add+use poison definesRandy Dunlap2006-07-032-2/+4
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-0211-11/+11
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3012-12/+0
* [ATM]: [suni] change suni_init to __devinitChas Williams2006-06-292-2/+2
* [ATM]: [iphase] should be __devinit not __initChas Williams2006-06-291-2/+2
* [ATM]: [idt77105] should be __devinit not __initChas Williams2006-06-292-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-292-3/+5
|\
| * [PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman2006-06-272-3/+5
* | [PATCH] update two drivers for poison.hRandy Dunlap2006-06-271-1/+2
|/
* spelling fixesAndreas Mohr2006-06-261-1/+1
* [SPARC]: Kill __irq_itoa().David S. Miller2006-06-201-4/+0
* [PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre2006-03-281-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-03-251-0/+5
|\
| * kbuild: ignore all generated files for make allmodconfig (x86_64)Sam Ravnborg2006-02-261-0/+5
* | [ATM] suni: cast arg properly in SONET_SETFRAMINGAlexey Dobriyan2006-03-201-1/+1
* | [ATM]: [fore200e] fix section mismatch warningsSam Ravnborg2006-03-041-18/+18
|/
* [ATM]: Remove unneeded kmalloc() return value casts + tiny whitespace cleanupJesper Juhl2006-01-101-5/+7
* [PATCH] frv: fix uninitialised variable in atm nicstar driverDavid Howells2006-01-081-3/+2
* [PATCH] drivers/atm/adummy.c NULL noise removalAl Viro2005-12-151-1/+1
* [ATM]: [adummy] dummy ATM driver (similar to net/dummy)Chas Williams2005-11-293-0/+176
* [ATM]: deregistration removes device from atm_devs list immediatelyStanislaw Gruszka2005-11-291-18/+2
* [ATM]: [lanai] kill lanai_ioctl() which just contains some old debugging codeMitchell Blank Jr2005-11-291-89/+1
* [ATM]: drivers/atm/atmdev_init.c no longer necessaryJan Pieter2005-11-291-54/+0
* [ATM]: [lanai] lanai missing unregisterDave Jones2005-11-291-0/+1
* [ATM]: [lanai] better constificationMitchell Blank Jr2005-11-291-5/+6
* [ATM]: [horizon] fix sparse warningsDave Jones2005-11-101-2/+2
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-083-5/+4
* [ATM]: fix sparse gfp nocast warningsRandy Dunlap2005-10-041-6/+4
* [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-092-5/+3