aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn
AgeCommit message (Expand)AuthorFilesLines
2005-01-11[PATCH] pcmcia: remove client_attributesDominik Brodowski5-5/+0
2005-01-11[PATCH] pcmcia: BUG on dev_list != NULLDominik Brodowski5-29/+5
2005-01-09Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman5-12/+14
2005-01-07[PATCH] ISDN b1pcmcia.c: remove an unused variableAdrian Bunk1-1/+0
2005-01-07[PATCH] MODULE_PARM conversionsAndrew Morton14-40/+42
2005-01-07[PATCH] MODULE_PARM conversionsAndrew Morton1-10/+8
2005-01-07[PATCH] Lock initializer unifying: ISDNThomas Gleixner1-1/+1
2005-01-06mergeGreg Kroah-Hartman5-12/+14
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen1-0/+1
2004-12-20USB: change wMaxPacketSize field in struct usb_config_descriptor to be __le16Greg Kroah-Hartman4-8/+8
2004-12-19USB: convert the idVendor, idProduct, bcdDevice and bcdUSB fields to __le16Greg Kroah-Hartman2-4/+6
2004-12-12[PATCH] hisax: don't look at pci_dev->irq before calling pci_enable_device()Bjorn Helgaas1-2/+2
2004-12-01[PATCH] i4l: fix deadlock in CAPI code, reenable SMPKarsten Keil4-31/+27
2004-11-26[PATCH] tpam annotations and cleanupsAlexander Viro5-61/+60
2004-11-20[PATCH] isdn_divert annotationsAlexander Viro1-7/+7
2004-11-20[PATCH] pcbit fixAlexander Viro1-1/+1
2004-11-19[PATCH] (4/4) eicon iomem annotations and fixesAlexander Viro1-4/+4
2004-11-19[PATCH] (3/4) eicon iomem annotations and fixesAlexander Viro6-34/+39
2004-11-19[PATCH] (2/4) eicon iomem annotations and fixesAlexander Viro12-139/+136
2004-11-19[PATCH] (1/4) eicon iomem annotations and fixesAlexander Viro7-440/+460
2004-11-18[PATCH] ISDN divert_init.c build fixAdrian Bunk1-5/+1
2004-11-16[PATCH] fix dss1_divert fixesSteffen A. Mork4-11/+4
2004-11-16[PATCH] Make dss1_divert ISDN module work on SMP againSteffen A. Mork4-65/+66
2004-11-11mergeGreg Kroah-Hartman1-2/+2
2004-11-09[PATCH] recieve typosAndries E. Brouwer1-2/+2
2004-11-04Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-2/+2
2004-10-31Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-2/+2
2004-10-30Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller1-12/+4
2004-10-28[PATCH] Fix deprecated MODULE_PARM for CAPI subsystemMarcel Holtmann3-5/+8
2004-10-28[PATCH] PCI: propagate pci_enable_device() errorsAndrew Morton1-2/+2
2004-10-28[SKBUFF] introduce x25_type_transArnaldo Carvalho de Melo1-12/+4
2004-10-25[PATCH] ISDN hisax_fcpcipnp.c: kill unused variableAdrian Bunk1-1/+1
2004-10-20Update tty layer to not mix kernel and user pointers.Linus Torvalds2-49/+15
2004-10-20[PATCH] isurf iomem annotationsAlexander Viro2-5/+4
2004-10-20[PATCH] teles{0,pci} iomem annotationsAlexander Viro3-28/+27
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk1-1/+1
2004-10-19[PATCH] drivers: remove unused MOD_{DEC,INC}_USE_COUNTMaximilian Attems2-4/+1
2004-10-18Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-11/+1
2004-10-18[PATCH] drivers/isdn: replace milliseconds() with msecs_to_jiffies()Maximilian Attems15-56/+36
2004-10-18[PATCH] janitor: isdn/icn: change units of ICN_BOOT_TIMEOUT1Maximilian Attems1-2/+1
2004-10-18[PATCH] janitor: replace dprintk with pr_debug in drivers/scsi/tpam/Maximilian Attems4-64/+57
2004-10-06[PATCH] PCI: audit all callers of pci_register_driver() to work properly.Greg Kroah-Hartman1-11/+1
2004-10-05[SKBUFF] introduce eth_hdr(skb)Arnaldo Carvalho de Melo1-1/+1
2004-09-29[PATCH] Fix typo in final changes to old i4l tty codeAlan Cox1-1/+1
2004-09-29[PATCH] fix typo in capi driverAlan Cox1-1/+1
2004-09-29[PATCH] tty locking cleanup and fixesAlan Cox2-55/+56
2004-09-22[PATCH] check copy_from_user return value in act2000_isa_downloadJesper Juhl1-1/+4
2004-09-07[PATCH] Convert in-kernel users of EXPORT_SYMBOL_NOVERS() to EXPORT_SYMBOL()Geert Uytterhoeven1-2/+2
2004-09-01[PATCH] Eicon ISDN: fix leak in eicon debug code.Dave Jones1-0/+1
2004-08-31[PATCH] eicon annotationAlexander Viro1-2/+2
2004-08-31[PATCH] more NULL noise removalAlexander Viro2-4/+4
2004-08-30[PATCH] isdn debug build fixAndrew Morton1-4/+1
2004-08-28[PATCH] ISDN Eicon driver: maint/trace fix and updateArmin Schindler17-408/+780
2004-08-27[PATCH] 2.6 ISDN CAPI: low-level drivers skb free fixArmin Schindler6-16/+11
2004-08-26[PATCH] #ifdef fixes for drivers/isdn/hifax/*Valdis Kletnieks13-17/+17
2004-08-23[PATCH] tpam_main.c: add missing pci_enable_device()Bjorn Helgaas1-14/+33
2004-08-23[PATCH] Fix drivers/isdn/hisax/avm_pci.c build warning when !CONFIG_ISAPNPMika Kukkonen1-53/+53
2004-08-22Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-3/+0
2004-08-09Fix up drivers that access file->f_pos directly.Linus Torvalds2-3/+3
2004-08-08Remove ESPIPE logic from drivers, letting the VFS layer handle it instead.Linus Torvalds6-30/+6
2004-08-05[PATCH] USB: Don't track endpoint halts in usbcoreAlan Stern1-3/+0
2004-08-01[PATCH] ISDN Eicon driver: use msleep()Armin Schindler1-5/+2
2004-08-01[PATCH] Canonically reference files in Documentation/ code comments partAdrian Bunk13-14/+14
2004-07-30[PATCH] sparse: more in isdnAlexander Viro4-9/+9
2004-07-28[PATCH] !PCI warnings: Hisax ISDNGeert Uytterhoeven2-1/+5
2004-07-28[PATCH] depends on PCI: Fritz!PCI/PCIv2/PnP and HYSDNGeert Uytterhoeven2-2/+2
2004-07-26[PATCH] signed char fixes in drivers/*Alexander Viro1-1/+1
2004-07-26[PATCH] broken stuff marked as such in KconfigAlexander Viro2-6/+6
2004-07-26[PATCH] pointer-to-int conversion fixesAlexander Viro2-7/+7
2004-07-26[PATCH] #if abuses in drivers/*Alexander Viro2-3/+3
2004-07-15[PATCH] mark broken stuff as such in KconfigAlexander Viro1-5/+5
2004-07-12[PATCH] sparse: assorted drivers/* NULL noise removalAlexander Viro1-1/+1
2004-07-12[PATCH] sparse: isdn compile fix for platforms with HZ > 1000Alexander Viro1-1/+1
2004-07-11[PATCH] sparse: drivers/isdn/* annotationAlexander Viro21-86/+88
2004-07-11[PATCH] sparse: blind dereference of userland pointers in divasprocAlexander Viro1-8/+21
2004-07-11[PATCH] sparse: ISDN ->readstat() and ->writecmd() annotationAlexander Viro7-92/+53
2004-07-11[PATCH] sparse: NULL noise in drivers/isdnAlexander Viro37-522/+459
2004-07-10[PATCH] CRC16 renaming in ISDN driversAndrey Panin3-10/+10
2004-07-10[PATCH] crc16 kconfig touchupsAndrew Morton2-3/+3
2004-07-10[PATCH] remove dead isdn pcmcia codeChristoph Hellwig2-34/+0
2004-07-06[PATCH] sparse: fix remaining three non-ANSI warningsMika Kukkonen1-1/+1
2004-06-26[PATCH] crc: use it in ISDN driversAndrey Panin6-163/+15
2004-06-23[PATCH] sparse: trivial drivers/isdn/* annotationsAlexander Viro6-81/+77
2004-06-23[PATCH] isdn_writebuf_stub() sanitizedAlexander Viro1-7/+3
2004-06-21[PATCH] sparse: sock_fprog sanitizedAlexander Viro2-83/+104
2004-06-20[PATCH] fix isdn to not assume mem*io return valuesChristoph Hellwig3-24/+14
2004-06-12[PATCH] i4l: Tigerjet 320 chipset fixAndrew Morton1-4/+16
2004-06-12sparse cleanup of #include fileLinus Torvalds1-1/+1
2004-05-21[PATCH] i4l: Eicon driver: fix __devexit in prototypeAndrew Morton1-3/+3
2004-05-14[PATCH] fix typo in avm_cs PCMCIA AVM B1 cardservice driverKarsten Keil1-5/+5
2004-05-11Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman3-7/+21
2004-05-08[PATCH] ISDN Eicon driver: fix idi cleanup deadlockArmin Schindler1-5/+5
2004-05-07[PATCH] ISDN Eicon driver: fix empty queue checkArmin Schindler1-2/+2
2004-05-04[PATCH] ISDN Eicon driver: accept capidrv parametersArmin Schindler1-12/+19
2004-04-30[PATCH] USB: USB altsetting updates for IDSN Hisax driverAlan Stern3-7/+21
2004-04-27[PATCH] ISDN CAPI: fix ncci list semaphoreArmin Schindler1-3/+3
2004-04-26[PATCH] ISDN Eicon driver: remove call to trap usermode helperAndrew Morton2-58/+4
2004-04-25[PATCH] ISDN CAPI: add ncci list semaphoreArmin Schindler1-9/+31
2004-04-15Merge.David S. Miller2-6/+32
2004-04-14Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-1/+16
2004-04-13Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman5-25/+25
2004-04-12[PATCH] Fix sysfs class support for CAPIMarcel Holtmann1-2/+3
2004-04-12[PATCH] remove concatenation with __FUNCTION__ drivers/*Andrew Morton1-6/+6
2004-04-11[PATCH] stack reduction: ISDNAndrew Morton1-61/+124
2004-04-11[PATCH] remove bogus MOD_{INC,DEC}_USE_COUNT from hysdnAndrew Morton1-9/+0
2004-04-11[PATCH] i4l: kernelcapi receive workqueue and locking reworkAndrew Morton1-28/+68
2004-04-11[PATCH] Fix URLs in Kconfig filesAndrew Morton1-2/+1
2004-04-09[ISDN]: Fix kernel PPP/IPPP active/passiv filter code.Karsten Keil1-6/+21
2004-04-09[ISDN]: Add missing IPPP_FILTER entry to Kconfig.David S. Miller1-0/+11
2004-04-08[PATCH] Add sysfs class support for CAPIMarcel Holtmann1-0/+14
2004-04-01[PATCH] ISDN Eicon driver: tasklet_kill removalArmin Schindler1-7/+2
2004-03-30Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman5-25/+25
2004-03-30[PATCH] double semicolon cleanupAlexander Stohr4-6/+6
2004-03-29[PATCH] ISDN Eicon driver: NULL pointer check inside spinlockArmin Schindler1-3/+4
2004-03-28[PATCH] ISDN CAPI: fix capiminor_alloc() to assign lowest free minorArmin Schindler1-15/+19
2004-03-25[PATCH] USB: fix hfc_usb sleeping in irqOliver Neukum1-4/+4
2004-03-25[PATCH] USB: fix typo in previous patchOliver Neukum1-1/+1
2004-03-25[PATCH] USB: cleanup of st5481Oliver Neukum4-21/+21
2004-03-22[PATCH] ISDN Eicon driver: fix compilation with non __exit functionArmin Schindler1-2/+2
2004-03-22[PATCH] ISDN Eicon driver: linked-list handling by kernel api list.hArmin Schindler15-275/+108
2004-03-21Remove stale legacy ISDN files.Linus Torvalds4-5206/+0
2004-03-20[PATCH] ISDN Eicon driver: move workqueue to tasklet for divas dpcArmin Schindler1-6/+14
2004-03-20[PATCH] ISDN Eicon driver: restructured capi list and lock handlingArmin Schindler3-144/+150
2004-03-17[PATCH] ISDN kernelcapi notifier NULL pointer fixAndrew Morton1-3/+3
2004-03-17[PATCH] ISDN kernelcapi notifier workqueue re-structuredAndrew Morton1-95/+35
2004-03-17[PATCH] ISDN kernelcapi debug message enableAndrew Morton1-6/+14
2004-03-08[PATCH] USB: fix compiler warning in hfc_usb.c driver.Greg Kroah-Hartman1-1/+1
2004-03-08[PATCH] USB: Interface/altsetting update for ISDN hisax driverAlan Stern1-13/+16
2004-03-01[PATCH] ISDN strpbrk fixKarsten Keil2-6/+6
2004-03-01[PATCH] C99 initiailzers for drivers/isdn/hisax/hisax_fcpcipnp.cAndrew Morton1-8/+8
2004-02-25[PATCH] C99 initiailzers for drivers/isdn/i4l/isdn_common.cAndrew Morton1-8/+8
2004-02-24[PATCH] asmlinkage fixesAndrew Morton1-1/+0
2004-02-24[PATCH] Eicon isdn driver compile __devexit compile fixAndrew Morton1-3/+3
2004-02-22[PATCH] Fix ISDN v.110.Andrew Morton1-7/+9
2004-02-18[PATCH] i4l: hisax deadlock fixAndrew Morton19-106/+201
2004-02-18[PATCH] ISDN udpateAndrew Morton177-22681/+25736
2004-02-06MergeJeff Garzik1-0/+3
2004-02-03[PATCH] Hisax compile fixAndrew Morton1-1/+1
2004-02-03[PATCH] Eicon isdn driver flush_scheduled_work() fixAndrew Morton1-3/+2
2004-01-20[PATCH] drivers/isdn/Kconfig URL update: caltech.eduAndrew Morton1-1/+1
2004-01-19Merge redhat.com:/spare/repo/netdev-2.6/netdev-alloc-6Jeff Garzik1-0/+3
2004-01-19This removes the old Eicon ISDN driver.Linus Torvalds38-14577/+0
2004-01-19[PATCH] Eicon isdn driver alloc buffer size fixAndrew Morton6-18/+23
2004-01-19[PATCH] Eicon isdn driver hardware access fixAndrew Morton1-1/+1
2004-01-19[PATCH] remove old Eicon isdn driverAndrew Morton2-3/+0
2004-01-18[PATCH] final CardServices() removal patchesAndrew Morton4-94/+123
2004-01-12Eliminate ancient and unused include/linux/{if_pppvar,ppp}.h.Jeff Garzik1-0/+3
2003-12-29[PATCH] isdn/eicon/eicon_mod.c build fixAndrew Morton1-0/+1
2003-12-29[PATCH] isdn_ppp_ccp.c uses uninitialized spinlockAndrew Morton1-1/+1
2003-12-29[PATCH] eicon/ and hardware/eicon/ drivers using the same symbolsAndrew Morton1-1/+1
2003-10-21[PATCH] kcapi.c CONFIG_MODULES=n build fixAndrew Morton1-2/+0
2003-10-15[PATCH] Eicon ISDN driver: use work_struct instead of tasklet for dpc.Armin Schindler1-17/+8
2003-10-04[PATCH] HISAX_SEDLBAUER_CS needs HISAX_SEDLBAUERRusty Russell1-1/+1
2003-10-04[PATCH] ISDN PCBIT: fix nonmodular compileRusty Russell1-0/+2
2003-10-04[PATCH] Remove racy check_mem_region() call from pcbit_drv.cRusty Russell1-3/+1
2003-10-01[PATCH] Add missing label in isdn_common.cAndrew Morton1-1/+3
2003-09-28[PATCH] Eicon ISDN driver: cleanupsArmin Schindler6-17/+12
2003-09-28[PATCH] Eicon ISDN driver: fix compile errorArmin Schindler1-22/+22
2003-09-25[PATCH] janitor: isdn: remove verify_area callsRandy Dunlap1-8/+0
2003-09-25[PATCH] janitor: isdn: remove unneeded verify_area callsRandy Dunlap1-13/+2
2003-09-24Manual merge of Kconfig file module commentsLinus Torvalds1-4/+3
2003-09-24[PATCH] Kconfig fixes for modules.txtRusty Russell1-4/+3
2003-09-21[PATCH] use CLONE_KERNELAlbert Cahalan1-1/+1
2003-09-21Remove incorrect and unnecessary definition of "errno" that causesLinus Torvalds1-1/+0
2003-09-21[PATCH] Fix setpgid and threadsAndrew Morton1-1/+2
2003-09-10Merge bk://bk.arm.linux.org.uk/linux-2.6-pcmciaLinus Torvalds4-45/+0
2003-09-10Merge flint.arm.linux.org.uk:/usr/src/bk/linux-2.6Russell King4-45/+0
2003-09-09[PATCH] Eicon ISDN driver: remove old devfs_handleArmin Schindler1-2/+0
2003-09-09[PATCH] Eicon ISDN driver: removed __devinitdata from pci_device_id.Armin Schindler1-3/+3
2003-09-08[PATCH] More buggy pci driversRussell King2-2/+2
2003-09-08[PATCH] eicon ISDN driver: updateArmin Schindler13-280/+226
2003-09-08[PATCH] eicon ISDN driver: C commentsArmin Schindler2-17/+17
2003-09-08[PATCH] eicon ISDN driver: KernelconfigArmin Schindler2-17/+10
2003-09-08[PATCH] eicon ISDN driver: endianessArmin Schindler1-19/+15
2003-09-08[PATCH] eicon ISDN driver: list handlingArmin Schindler3-44/+23
2003-09-08[PATCH] eicon ISDN driver: debugArmin Schindler4-17/+75
2003-09-08[PATCH] eicon ISDN driver: capi code fixArmin Schindler4-174/+79
2003-09-08[PATCH] eicon ISDN driver: memory attachArmin Schindler9-317/+637
2003-09-09Merge flint.arm.linux.org.uk:/usr/src/bk/linux-2.6Russell King4-45/+0
2003-09-06[PATCH] next fixesKarsten Keil10-232/+259
2003-09-07kbuild/isdn: Defer md5sum calculation until neededSam Ravnborg1-2/+2
2003-09-06[PCMCIA] kill dead DEV_STALE_* codepathes in non-networking driversChristoph Hellwig4-45/+0
2003-09-03[PATCH] ISDN bugfixes part 1Karsten Keil45-377/+373
2003-09-01[PATCH] Mark more drivers BROKEN{,ON_SMP}Adrian Bunk3-7/+8
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro4-5/+5
2003-08-21[PATCH] sedlbauer_cs.c: remove release timerChristoph Hellwig1-1/+0
2003-08-19[NET]: free_netdev - misc drivers.Stephen Hemminger1-1/+1
2003-08-16Merge bk://bk.arm.linux.org.uk/linux-2.5-pcmciaLinus Torvalds4-48/+23
2003-08-16[PCMCIA] kill remaining pcmcia release timersChristoph Hellwig4-48/+23
2003-08-11[PATCH] add usb_reset_configuration()David Brownell1-2/+2
2003-08-08[PATCH] Fix usb interface change in hisax st5481_*Herbert Xu3-3/+3
2003-08-06[PATCH] USB: use of __devinit in st5481Oliver Neukum1-2/+2
2003-08-01[PATCH] janitor: convert to pci_name()Randy Dunlap2-2/+2
2003-07-31mergeGreg Kroah-Hartman7-7/+7
2003-07-31[PATCH] some isdn invalid/illegal fixupsAlan Cox5-6/+6
2003-07-31[PATCH] second block illegal/invalid fixups for isdnAlan Cox3-5/+5
2003-07-31[PATCH] PCI: pci_device_id can not be marked __devinitdata.Greg Kroah-Hartman7-7/+7
2003-07-21ISDN: [TRIVIAL] Remove un-needed MOD___USE_COUNT from divamnt's init function.Bob Miller1-3/+0
2003-07-21ISDN: [TRIVIAL] Remove un-needed MOD___USE_COUNT from divamnt's init fuction.Bob Miller1-3/+0
2003-07-21ISDN: [TRIVIAL] Remove un-needed MOD___USE_COUNT from divamnt's init fuction.Bob Miller1-3/+0