aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm
AgeCommit message (Expand)AuthorFilesLines
2004-07-29[PATCH 4/8] gcc-3.5 fixesAndrew Morton1-2/+0
2004-07-29[PATCH 2/8] gcc-3.5 fixesAndrew Morton1-2/+2
2004-07-26[PATCH] pointer-to-int conversion fixesAlexander Viro1-1/+1
2004-07-13[PATCH] pointer-to-int done the canonical wayAlexander Viro3-4/+4
2004-07-11[PATCH] sparse: misc NULL noise in drivers/*Alexander Viro7-14/+14
2004-06-08[PATCH] more drivers/atm/horizon.c polishingAndrew Morton1-41/+55
2004-06-03[PATCH] sparse: atm annotation - driversAlexander Viro14-71/+68
2004-06-03Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds2-363/+363
2004-06-03[PATCH] drivers/atm/horizon.c delousingAlexander Viro1-133/+119
2004-06-03[PATCH] drivers/atm/ambassador.c delousingAlexander Viro1-230/+244
2004-06-03[ATM]: Simplify fore200e DMA macros even further.Christoph Hellwig2-33/+12
2004-06-02[ATM]: fore200e dma direction macro tests no longer needed.David S. Miller1-11/+3
2004-05-19[PATCH] fore200e.c warning fixAndrew Morton1-1/+1
2004-04-25[ATM]: [fore200e] make use tasklet configurableChas Williams2-1/+12
2004-04-25[ATM]: [fore200e] 0.3e version by Christophe Lizzi (lizzi@cnam.fr)Chas Williams2-441/+680
2004-04-15Merge.David S. Miller2-24/+24
2004-04-12[PATCH] Rename bitmap_clear to bitmap_zero, remove CLEAR_BITMAPAndrew Morton1-3/+3
2004-04-09[ATM]: Fix printk warnings in ambassador driver.Andrew Morton1-4/+4
2004-04-09[ATM]: [nicstar] using dev_alloc_skb() (reported by Johnston,Chas Williams1-20/+20
2004-03-24[ATM]: [nicstar] use kernel min/max (by Randy.Dunlap <rddunlap@osdl.org>)Chas Williams1-4/+1
2004-03-14[ATM]: [suni] dev_data should really be phy_data.Chas Williams1-1/+1
2004-03-13[PATCH] DMA: Fill gaping hole in DMA API interfaces.Andrew Morton3-13/+39
2004-02-24[ATM]: horizon: make reset function not __init (from Randy Dunlap <rddunlap@o...Chas Williams1-1/+1
2004-02-11[ATM]: [he] unconditionalize extra pci reads to flush posted writesChas Williams1-43/+12
2004-02-05[PATCH] gcc-3.5: drivers/atm/atmtcp.cAndrew Morton1-2/+2
2004-02-04[ATM]: [idt77252] fix dma_addr_t type error with CONFIG_HIGHMEM64G=y (by "Ran...Chas Williams1-2/+2
2004-02-03[PATCH] gcc-3.5: drivers/atm/he.cAndrew Morton1-2/+2
2004-02-03[PATCH] gcc-3.5: drivers/atm/idt77105.cAndrew Morton1-2/+2
2004-02-03[PATCH] gcc-3.5: drivers/atm/eni.cAndrew Morton1-4/+5
2004-02-03[PATCH] gcc-3.5: drivers/atm/fore200e.cAndrew Morton1-2/+2
2004-02-03[PATCH] gcc-3.5: suni.cAndrew Morton1-1/+1
2004-02-03[PATCH] gcc-3.5: iphase.cAndrew Morton1-5/+5
2004-02-03[PATCH] gcc-3.5: drivers/atm/uPD98402.cAndrew Morton1-1/+1
2004-02-03[PATCH] gcc-3.5: zatm.c fixAndrew Morton1-4/+5
2004-01-22Fix up he.c misuse of pci_pool_create() thatLinus Torvalds1-3/+3
2004-01-22[PATCH] Remove useless cruft from ATM HE driver.Dave Jones1-9/+4
2004-01-21[ATM]: [horizon] avoid warning about limited range of data typeChas Williams1-6/+6
2004-01-13[ATM]: [nicstar] convert to new style pci module (by "Jorge Boncompte [DTI2]"...Chas Williams2-130/+129
2003-10-16[ATM]: Minor cleanup for vcc_hash conversionChas Williams1-1/+0
2003-10-16[ATM]: Remove vcc reference on outstanding SKBsChas Williams1-1/+20
2003-10-16[ATM]: Change ifdef in lanai_ioctlChas Williams1-4/+3
2003-10-16[ATM]: sdh should be off by default.Chas Williams1-3/+2
2003-10-09[ATM]: Mark unclean drivers as not-64BIT.Andi Kleen1-2/+2
2003-10-07[ATM]: Convert VCC list to hash.Chas Williams4-55/+81
2003-10-07[ATM]: Eliminate atm_find_ci().Chas Williams12-244/+40
2003-10-06[ATM]: schedule_timeout() sets curr_state, from Alexey Dobriyan <adobriyan@ma...Randy Dunlap1-1/+0
2003-10-04[PATCH] More modules.txt removalsRusty Russell1-17/+10
2003-09-25[ATM]: atmtcp.c needs linux/init.hDavid S. Miller1-0/+1
2003-09-25[ATM]: [ioctl][8/8] Use new code for atmtcp (from levon@movementarian.org)Chas Williams1-18/+38
2003-09-22[ATM]: [he] Possibly using corrupted structure (from felipewd@terra.com.br)Chas Williams1-4/+7
2003-09-21[ATM]: [zatm] Correct way to prevent module unload (from shemminger@osdl.org).Chas Williams1-2/+1
2003-09-21[ATM]: [uPD98402] Exported symbols should not be marked __init.Chas Williams1-1/+1
2003-09-21[ATM]: [uPD98402] Convert to new-style module.Chas Williams1-12/+3
2003-09-21[ATM]: [lanai] Get rid of MOD_INC/MOD_DEC (from shemminger@osdl.org).Chas Williams1-3/+2
2003-09-21[ATM]: [idt77252] Get rid of MOD_INC/MOD_DEC.Chas Williams1-3/+2
2003-09-21[ATM]: [firestream] Allow module refcounting.Chas Williams1-2/+0
2003-09-21[ATM]: [eni] Correct way to prevent module unload (from shemminger@osdl.org).Chas Williams1-13/+1
2003-09-11PCI: fix up some pci drivers that had marked their probe functions with __initGreg Kroah-Hartman1-9/+9
2003-09-08[PATCH] ATM Ambassador no longer BROKEN_ON_SMPAdrian Bunk1-1/+1
2003-09-06[PATCH] janitor: remove unneeded version.h #includesRandy Dunlap3-3/+0
2003-09-03[ATM]: Lanai driver updates.Mitchell Blank Jr.1-266/+161
2003-09-01[PATCH] Mark more drivers BROKEN{,ON_SMP}Adrian Bunk1-1/+1
2003-08-31Merge bk://kernel.bkbits.net/jgarzik/pci-2.5Linus Torvalds1-4/+0
2003-09-01[PCI] Remove cases where PCI_CACHE_LINE_SIZE is hardcoded.Jeff Garzik1-4/+0
2003-08-31MergeDavid S. Miller1-127/+7
2003-08-31[PATCH] remove size_t-based printk warningsAndrew Morton2-7/+7
2003-08-27[ATM]: In ambassador driver, use del_timer_sync instead.Chas Williams1-1/+1
2003-08-27[ATM]: Clean up the code making use of sti/cli (from vinay-rc@naturesoft.net)Chas Williams1-126/+6
2003-08-19[ATM]: atmdev api cleanup -- remove sg_send() and feedback() (mitch@sfgoth.com).Chas Williams9-130/+1
2003-08-17o atm/eni: use skb_queue_walk, not open coded equivalentArnaldo Carvalho de Melo1-2/+1
2003-08-12[ATM]: Cleanup/minor fixes to interrupt handler of LANAI driver (from mitch@s...Chas Williams1-13/+20
2003-08-12[ATM]: Use likely()/unlikely() in many potential hot-paths of LANAI driver (f...Chas Williams1-41/+56
2003-08-12[ATM]: Fix printk() warnings in LANAI driver (from mitch@sfgoth.com).Chas Williams1-73/+84
2003-08-04[ATM]: Minor LANAI fixes from mitch@sfgoth.com.Chas Williams1-101/+39
2003-08-02[ATM]: Convert cli() to spinlock in ZATM driver.Chas Williams3-63/+51
2003-07-31mergeGreg Kroah-Hartman5-5/+6
2003-07-31[PATCH] PCI: pci_device_id can not be marked __devinitdata.Greg Kroah-Hartman5-5/+6
2003-07-29[ATM]: use set_current_state(x) (from bellucda@tiscali.it)Chas Williams2-2/+2
2003-07-29[ATM]: remove EXACT_TS remove from zatm (untested)Chas Williams3-222/+0
2003-07-27[ATM]: Update LANAI driver to modern PCI and DMA APIs (from mitch@sfgoth.com)Chas Williams1-158/+155
2003-07-27[ATM]: Remove -g option from driver directory CFLAGS.David S. Miller1-2/+0
2003-07-15[ATM]: Replace vcc->reply with sk->sk_err; implement sk_write_space.Chas Williams1-2/+2
2003-07-15[ATM]: Eliminate vcc->sleep in favor of sk->sk_sleep.Chas Williams1-4/+4
2003-06-22[ATM]: Move vccs to global sk-based linked list.Chas Williams5-107/+139
2003-06-18[ATM]: Fix possible unlock of a non-locked lock in HE driver.Chas Williams1-1/+2
2003-06-16[ATM]: Revert vcc global list changes, broke the build.David S. Miller5-124/+106
2003-06-16[ATM]: Keep vcc's on global list instead of per device.Chas Williams5-106/+124
2003-06-09PCI: remove pci_present() from drivers/atm/nicstar.cGreg Kroah-Hartman1-5/+0
2003-06-09PCI: remove pci_present() from drivers/atm/fore200e.cGreg Kroah-Hartman1-5/+0
2003-06-09PCI: remove pci_present() from drivers/atm/ambassador.cGreg Kroah-Hartman1-3/+0
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo3-7/+8
2003-06-03[ATM]: more cleanup in HE driverChas Williams1-217/+195
2003-05-29[ATM]: Fix driver Makefile clean-files.David S. Miller1-1/+3
2003-05-29[ATM]: Move rategrid off stack in HE driver.Chas Williams1-7/+15
2003-05-29[ATM]: HE driver misc irq handler cleanups.Chas Williams1-18/+16
2003-05-29[ATM]: HE driver coding style conformance.Chas Williams1-307/+204
2003-05-15[ATM]: Allow ATM to be loaded as a module.Chas Williams1-11/+11
2003-05-15[ATM]: Add refcounting to atmdev.Chas Williams5-10/+69
2003-05-13[ATM]: Fix macro pasting in HE driver.Andrew Morton1-1/+1
2003-05-09[ATM]: HE and IPHASE driver fixes.Chas Williams2-16/+30
2003-05-08[ATM]: Make he driver code more palatable.Chas Williams2-193/+22
2003-05-06[ATM] remove iovcnt from atm_skbChas Williams7-34/+49
2003-05-06[ATM]: assorted atm patchesChas Williams6-50/+56
2003-05-06[ATM]: Fix build of HE driver.David S. Miller1-1/+1
2003-05-06[ATM]: Add Forerunner HE support.Chas Williams4-0/+4372
2003-05-05[ATM]: Fix excessive stack usage in iphase driver.Chas Williams1-4/+11
2003-05-05[ATM]: Fix some CPP pasting in ambassador driver.David S. Miller1-3/+2
2003-04-24[PATCH] irqs: ATMAndrew Morton10-26/+46
2003-04-02[ATM]: Fix IPHASE build with debugging enabled.Chas Williams1-1/+1
2003-03-30[ATM]: Fix IPHASE driver build.Adrian Bunk1-1/+1
2003-03-25[ATM]: Fix total_len calculation in IPHASE driver.Chas Williams1-4/+2
2003-03-22[ATM] s/uni driver overwrites 8-/16-bit mode.Chas Williams2-1/+2
2003-03-22[ATM] nicstar doesnt count all dropped pdus and powerpc fixup.Chas Williams1-5/+4
2003-03-22[ATM]: cleanup nicstat, suni and idt77105.Chas Williams3-76/+26
2003-03-19[ATM]: Fix idt77252/sch_atm/pppoatm compilation.Chas Williams1-2/+2
2003-03-07[ATM]: Add missing $(obj) to driver makefile.David S. Miller1-1/+1
2003-03-06[PATCH] minor typo fix that got missedAlan Cox1-1/+1
2003-03-02[ATM SUNI]: suni_init should not be __init and remove mod inc/dec.Chas Williams1-4/+1
2003-03-02[ATM FORE200E]: Fix build.Chas Williams1-2/+1
2003-02-25[PATCH] Spelling fixes: whetherMichael Hayes1-1/+1
2003-02-25[PATCH] replace it's with its where appropriate.Steven Cole1-1/+1
2003-02-25[PATCH] small drivers/atm/* cleanupAdrian Bunk4-15/+1
2003-02-24[PATCH] Spelling fixes - initialMichael Hayes1-1/+1
2003-02-13[atm nicstar] fix incorrect traffic class assumptionKåre Särs1-1/+1
2003-02-09[PATCH] Change all <module>.o to .ko in Kconfig filesRusty Russell1-9/+9
2003-02-09[PATCH] add one help text to drivers_atm_KconfigRusty Russell1-0/+5
2003-02-06[PATCH] Spelling fixes for consistent, dependent, persistentSteven Cole1-1/+1
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-1/+0
2003-01-15[PATCH] remove MOD_IN_USEChristoph Hellwig1-3/+0
2003-01-13[PATCH] remove check_region from drivers_atm_ambassador.cRusty Russell1-6/+4
2003-01-08[PATCH] compiler warning silenceDave Jones1-1/+1
2002-12-14[PATCH] Remove Rules.make from Makefiles (2/3)Brian Gerst1-2/+0
2002-12-14[PATCH] missing piece of Iphase atm driver updateFrançois Romieu1-6/+0
2002-12-07o atmtcp: fix struct initializationArnaldo Carvalho de Melo1-9/+3
2002-11-23o drivers/atm/horizon.c: test_bit & friends require long Arnaldo Carvalho de Melo2-5/+4
2002-11-23o ambassador: set_bit & friends require a longArnaldo Carvalho de Melo2-5/+1
2002-11-12[PATCH] timers: drivers/Andrew Morton1-2/+2
2002-11-04[PATCH] timers: drivers/*Andrew Morton2-7/+5
2002-10-31[PATCH] fix warningsAlan Cox1-4/+4
2002-10-29Delete old-style config files.Linus Torvalds2-391/+0
2002-10-29[PATCH] new kernel configuration 5/7Roman Zippel1-0/+439
2002-10-27[PATCH] drag ATM into the 21st century , part 1Alan Cox5-218/+284
2002-10-27[PATCH] fix atm firestream warnings with new gccAlan Cox1-0/+1
2002-10-13Hand merged.Kai Germaschewski1-1/+5
2002-10-11[PATCH] ATM build fixAdrian Bunk1-12/+0
2002-10-11drivers/{atm,char,pci,video,zorro}: ditributed cleanSam Ravnborg1-1/+5
2002-10-08[PATCH] initcalls for ATMChristoph Hellwig8-301/+80
2002-10-08firestream compile fixLinus Torvalds1-1/+1
2002-10-07[PATCH] Missing kmalloc check in iphase driverDave Jones1-0/+4
2002-10-07[PATCH] remove get_free_page()Andrew Morton2-3/+3
2002-10-07[PATCH] numerous __FUNCTION__ pasting fixesDave Jones1-2/+2
2002-09-30[PATCH] Workqueue AbstractionIngo Molnar4-13/+7
2002-09-29Use do_gettimeofday() in ATM driversJeff Garzik9-16/+17
2002-08-03Convert ATM drivers to use C99 struct initializers.Rusty Russell13-118/+118
2002-06-18Merge http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds1-36/+10
2002-06-18[PATCH] Patch to fix all known linux/tqueue.h compile errorsAdrian Bunk1-0/+1
2002-06-18kbuild: Add $(obj), $(src) for generated filesKai Germaschewski1-36/+10
2002-06-06kbuild: Add rules for compiling programs on the hostKai Germaschewski1-3/+2
2002-05-28kbuild: Group together descending/linking in drivers/*Kai Germaschewski1-2/+0
2002-05-24kbuild: Use consistently FORCE instead of dummyKai Germaschewski1-1/+1
2002-05-23EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from drivers/*Kai Germaschewski5-7/+1
2002-05-21[PATCH] check_region eliminationRusty Russell1-9/+6
2002-05-21[PATCH] jiffies.hRusty Russell1-1/+1
2002-04-28[PATCH] iphase bitsDave Jones1-3/+3
2002-04-28[PATCH] Jiffies wrap fixes.Dave Jones1-4/+4
2002-04-03Merge http://linux.bkbits.net/linux-2.5Kai Germaschewski1-5/+0
2002-04-02[PATCH] unnecessary includes.Dave Jones1-1/+0
2002-03-22Remove list-multi plus associated link rules in various Makefiles.Kai Germaschewski1-5/+0
2002-02-20[PATCH] .text.exit linkage errorsAndrew Morton1-3/+3
2002-02-11Use __devexit_p for binutils 2.12 (prerelease).Richard Henderson2-2/+2
2002-02-05v2.5.2.4 -> v2.5.2.4.1Linus Torvalds1-0/+296
2002-02-04v2.5.1.3 -> v2.5.1.4Linus Torvalds1-1/+0
2002-02-04v2.4.14.7 -> v2.4.14.8Linus Torvalds1-0/+2
2002-02-04v2.4.14.4 -> v2.4.14.5Linus Torvalds5-233/+212
2002-02-04v2.4.14.1 -> v2.4.14.2Linus Torvalds2-2/+5
2002-02-04v2.4.14 -> v2.4.14.1Linus Torvalds6-0/+5540
2002-02-04v2.4.13.1 -> v2.4.13.2Linus Torvalds5-1/+2926
2002-02-04v2.4.9.15 -> v2.4.10Linus Torvalds1-0/+2
2002-02-04v2.4.9.11 -> v2.4.9.12Linus Torvalds1-71/+73
2002-02-04v2.4.9.9 -> v2.4.9.10Linus Torvalds2-1/+7
2002-02-04v2.4.9.8 -> v2.4.9.9Linus Torvalds12-12/+26
2002-02-04v2.4.9.5 -> v2.4.9.6Linus Torvalds2-45/+20
2002-02-04v2.4.9 -> v2.4.9.1Linus Torvalds3-21/+57
2002-02-04v2.4.6.6 -> v2.4.6.7Linus Torvalds1-5/+5
2002-02-04v2.4.5.6 -> v2.4.5.7Linus Torvalds1-1/+0
2002-02-04v2.4.5.5 -> v2.4.5.6Linus Torvalds7-45/+72
2002-02-04v2.4.5.3 -> v2.4.5.4Linus Torvalds1-1/+2
2002-02-04v2.4.5.2 -> v2.4.5.3Linus Torvalds1-0/+1
2002-02-04v2.4.4.2 -> v2.4.4.3Linus Torvalds1-0/+1
2002-02-04v2.4.3.1 -> v2.4.3.2Linus Torvalds3-15/+56
2002-02-04v2.4.2.8 -> v2.4.3Linus Torvalds1-3/+5
2002-02-04v2.4.2.7 -> v2.4.2.8Linus Torvalds1-7/+1
2002-02-04v2.4.1.4 -> v2.4.2Linus Torvalds4-5/+5
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds1-1/+1
2002-02-04v2.4.1.1 -> v2.4.1.2Linus Torvalds4-9/+20
2002-02-04v2.4.0.9 -> v2.4.0.10Linus Torvalds1-1/+1
2002-02-04Import changesetLinus Torvalds41-0/+34676