aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan1-7/+0
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-1/+0
2009-03-26Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-2/+1
2009-03-24platform: make better use of to_platform_{device,driver}() macrosEric Miao1-2/+1
2009-03-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+13
2009-03-18bas_gigaset: correctly allocate USB interrupt transfer bufferTilman Schmidt1-3/+13
2009-03-10gigaset: return -ENOTTY for unimplemented functionsPaul Bolle1-4/+4
2009-03-10gigaset: Kconfig cleanupTilman Schmidt1-8/+6
2009-02-27drivers/isdn/hardware/eicon: fix sparse warnings: Should it be static?Hannes Eder1-24/+46
2009-02-27drivers/isdn/hardware/icon: fix sparse warning: cast truncates bitsHannes Eder1-1/+1
2009-02-27drivers/isdn/hisax: fix sparse warning: Should it be static?Hannes Eder8-16/+11
2009-02-27drivers/isdn/act2000: fix sparse warning: symbol shadows an earlier oneHannes Eder1-3/+3
2009-02-27drivers/isdn/capi: fix sparse warning: context imbalanceHannes Eder1-0/+2
2009-02-26isdn: remove some pointless conditionals before kfree_skb()Wei Yongjun2-5/+3
2009-02-26MISDN: list usage cleanupEric Sesterhenn1-2/+1
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-02-20ISDN: fix sc/shmem printk format warningRandy Dunlap1-1/+1
2009-02-15drivers/isdn/hardware/mISDN: change type of hfc_jiffies to unsigned longHannes Eder1-1/+1
2009-02-15drivers/isdn/mISDN: fix sparse warnings: make symbols staticHannes Eder1-5/+5
2009-02-15drivers/isdn/hardware/mISDN: fix sparse warnings: make symbols staticHannes Eder3-8/+8
2009-02-08drivers/isdn: introduce missing kfreeJulia Lawall1-0/+2
2009-01-26isdn: Fix missing ifdef in isdn_pppDaniele Venzano1-0/+2
2009-01-14i4l: minor cleanupsPaul Bolle1-5/+0
2009-01-14i4l: do not print a warning when shutting down an i4l ppp interfacePaul Bolle1-1/+3
2009-01-11Fix small typoKarsten Keil1-1/+1
2009-01-11misdn: indentation and braces disagree - add bracesIlpo Järvinen1-1/+2
2009-01-11misdn: one handmade ARRAY_SIZE convertedIlpo Järvinen1-2/+1
2009-01-11drivers/isdn/hardware/mISDN: move a dereference below a NULL testJulia Lawall1-1/+2
2009-01-11indentation & braces disagree - add bracesIlpo Järvinen1-1/+2
2009-01-11Make parameter debug writableKarsten Keil1-1/+1
2009-01-09mISDN: Add HFC USB driverKarsten Keil4-0/+2622
2009-01-09mISDN: Fix kernel crash when doing hardware conference with more than two membersAndreas Eversberg2-6/+6
2009-01-09mISDN: Added missing create_l1() callAndreas Eversberg1-0/+5
2009-01-09mISDN: Add MODULE_DEVICE_TABLE() to hfcpciMatthias Urlichs1-0/+2
2009-01-09mISDN: Minor cleanupsAndreas Eversberg3-6/+6
2009-01-09mISDN: Create /sys/class/mISDNMatthias Urlichs4-114/+266
2009-01-09mISDN: Add missing release functionsAndreas Eversberg1-7/+21
2009-01-09mISDN: Add different different timer settings for hfc-pciAndreas Eversberg3-28/+148
2009-01-09mISDN: Minor fixesAndreas Eversberg2-2/+2
2009-01-09mISDN: Correct busy device detectionAndreas Eversberg2-15/+18
2009-01-09mISDN: Fix deactivation, if peer IP is removed from l1oip instance.Andreas Eversberg3-19/+41
2009-01-09mISDN: Fix irq detectionAndreas Eversberg1-0/+1
2009-01-09mISDN: Add ISDN sample clock API to mISDN coreAndreas Eversberg7-32/+277
2009-01-09mISDN: Return error on E-channel accessMartin Bachem1-0/+4
2009-01-09mISDN: Add E-Channel logging featuresMartin Bachem2-1/+20
2009-01-09mISDN: Use protocol to detect D-channelMartin Bachem1-1/+2
2009-01-09mISDN: Fixed more indexing bugsAndreas Eversberg1-4/+4
2009-01-09mISDN: Make debug output a little bit more verbosePeter Schlaile1-1/+3
2009-01-09mISDN: Fix HDLC DSP transmitPeter Schlaile1-4/+7
2009-01-09mISDN: Use struct device name fieldMatthias Urlichs5-30/+35