summaryrefslogtreecommitdiff
path: root/drivers/atm
AgeCommit message (Expand)Author
2003-07-15[ATM]: Replace vcc->reply with sk->sk_err; implement sk_write_space.Chas Williams
2003-07-15[ATM]: Eliminate vcc->sleep in favor of sk->sk_sleep.Chas Williams
2003-06-22[ATM]: Move vccs to global sk-based linked list.Chas Williams
2003-06-18[ATM]: Fix possible unlock of a non-locked lock in HE driver.Chas Williams
2003-06-16[ATM]: Revert vcc global list changes, broke the build.David S. Miller
2003-06-16[ATM]: Keep vcc's on global list instead of per device.Chas Williams
2003-06-09PCI: remove pci_present() from drivers/atm/nicstar.cGreg Kroah-Hartman
2003-06-09PCI: remove pci_present() from drivers/atm/fore200e.cGreg Kroah-Hartman
2003-06-09PCI: remove pci_present() from drivers/atm/ambassador.cGreg Kroah-Hartman
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo
2003-06-03[ATM]: more cleanup in HE driverChas Williams
2003-05-29[ATM]: Fix driver Makefile clean-files.David S. Miller
2003-05-29[ATM]: Move rategrid off stack in HE driver.Chas Williams
2003-05-29[ATM]: HE driver misc irq handler cleanups.Chas Williams
2003-05-29[ATM]: HE driver coding style conformance.Chas Williams
2003-05-15[ATM]: Allow ATM to be loaded as a module.Chas Williams
2003-05-15[ATM]: Add refcounting to atmdev.Chas Williams
2003-05-13[ATM]: Fix macro pasting in HE driver.Andrew Morton
2003-05-09[ATM]: HE and IPHASE driver fixes.Chas Williams
2003-05-08[ATM]: Make he driver code more palatable.Chas Williams
2003-05-06[ATM] remove iovcnt from atm_skbChas Williams
2003-05-06[ATM]: assorted atm patchesChas Williams
2003-05-06[ATM]: Fix build of HE driver.David S. Miller
2003-05-06[ATM]: Add Forerunner HE support.Chas Williams
2003-05-05[ATM]: Fix excessive stack usage in iphase driver.Chas Williams
2003-05-05[ATM]: Fix some CPP pasting in ambassador driver.David S. Miller
2003-04-24[PATCH] irqs: ATMAndrew Morton
2003-04-02[ATM]: Fix IPHASE build with debugging enabled.Chas Williams
2003-03-30[ATM]: Fix IPHASE driver build.Adrian Bunk
2003-03-25[ATM]: Fix total_len calculation in IPHASE driver.Chas Williams
2003-03-22[ATM] s/uni driver overwrites 8-/16-bit mode.Chas Williams
2003-03-22[ATM] nicstar doesnt count all dropped pdus and powerpc fixup.Chas Williams
2003-03-22[ATM]: cleanup nicstat, suni and idt77105.Chas Williams
2003-03-19[ATM]: Fix idt77252/sch_atm/pppoatm compilation.Chas Williams
2003-03-07[ATM]: Add missing $(obj) to driver makefile.David S. Miller
2003-03-06[PATCH] minor typo fix that got missedAlan Cox
2003-03-02[ATM SUNI]: suni_init should not be __init and remove mod inc/dec.Chas Williams
2003-03-02[ATM FORE200E]: Fix build.Chas Williams
2003-02-25[PATCH] Spelling fixes: whetherMichael Hayes
2003-02-25[PATCH] replace it's with its where appropriate.Steven Cole
2003-02-25[PATCH] small drivers/atm/* cleanupAdrian Bunk
2003-02-24[PATCH] Spelling fixes - initialMichael Hayes
2003-02-13[atm nicstar] fix incorrect traffic class assumptionKåre Särs
2003-02-09[PATCH] Change all <module>.o to .ko in Kconfig filesRusty Russell
2003-02-09[PATCH] add one help text to drivers_atm_KconfigRusty Russell
2003-02-06[PATCH] Spelling fixes for consistent, dependent, persistentSteven Cole
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski
2003-01-15[PATCH] remove MOD_IN_USEChristoph Hellwig
2003-01-13[PATCH] remove check_region from drivers_atm_ambassador.cRusty Russell
2003-01-08[PATCH] compiler warning silenceDave Jones