summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-261-2/+1Star
|\
| * platform: make better use of to_platform_{device,driver}() macrosEric Miao2009-03-251-2/+1Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-201-3/+13
|\|
| * bas_gigaset: correctly allocate USB interrupt transfer bufferTilman Schmidt2009-03-191-3/+13
* | gigaset: return -ENOTTY for unimplemented functionsPaul Bolle2009-03-101-4/+4
* | gigaset: Kconfig cleanupTilman Schmidt2009-03-101-8/+6Star
* | drivers/isdn/hardware/eicon: fix sparse warnings: Should it be static?Hannes Eder2009-02-271-24/+46
* | drivers/isdn/hardware/icon: fix sparse warning: cast truncates bitsHannes Eder2009-02-271-1/+1
* | drivers/isdn/hisax: fix sparse warning: Should it be static?Hannes Eder2009-02-278-16/+11Star
* | drivers/isdn/act2000: fix sparse warning: symbol shadows an earlier oneHannes Eder2009-02-271-3/+3
* | drivers/isdn/capi: fix sparse warning: context imbalanceHannes Eder2009-02-271-0/+2
* | isdn: remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-272-5/+3Star
* | MISDN: list usage cleanupEric Sesterhenn2009-02-271-2/+1Star
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-241-1/+1
|\|
| * ISDN: fix sc/shmem printk format warningRandy Dunlap2009-02-201-1/+1
* | drivers/isdn/hardware/mISDN: change type of hfc_jiffies to unsigned longHannes Eder2009-02-161-1/+1
* | drivers/isdn/mISDN: fix sparse warnings: make symbols staticHannes Eder2009-02-161-5/+5
* | drivers/isdn/hardware/mISDN: fix sparse warnings: make symbols staticHannes Eder2009-02-163-8/+8
|/
* drivers/isdn: introduce missing kfreeJulia Lawall2009-02-091-0/+2
* isdn: Fix missing ifdef in isdn_pppDaniele Venzano2009-01-261-0/+2
* i4l: minor cleanupsPaul Bolle2009-01-141-5/+0Star
* i4l: do not print a warning when shutting down an i4l ppp interfacePaul Bolle2009-01-141-1/+3
* Fix small typoKarsten Keil2009-01-111-1/+1
* misdn: indentation and braces disagree - add bracesIlpo Järvinen2009-01-111-1/+2
* misdn: one handmade ARRAY_SIZE convertedIlpo Järvinen2009-01-111-2/+1Star
* drivers/isdn/hardware/mISDN: move a dereference below a NULL testJulia Lawall2009-01-111-1/+2
* indentation & braces disagree - add bracesIlpo Järvinen2009-01-111-1/+2
* Make parameter debug writableKarsten Keil2009-01-111-1/+1
* mISDN: Add HFC USB driverKarsten Keil2009-01-094-0/+2622
* mISDN: Fix kernel crash when doing hardware conference with more than two mem...Andreas Eversberg2009-01-092-6/+6
* mISDN: Added missing create_l1() callAndreas Eversberg2009-01-091-0/+5
* mISDN: Add MODULE_DEVICE_TABLE() to hfcpciMatthias Urlichs2009-01-091-0/+2
* mISDN: Minor cleanupsAndreas Eversberg2009-01-093-6/+6
* mISDN: Create /sys/class/mISDNMatthias Urlichs2009-01-094-114/+266
* mISDN: Add missing release functionsAndreas Eversberg2009-01-091-7/+21
* mISDN: Add different different timer settings for hfc-pciAndreas Eversberg2009-01-093-28/+148
* mISDN: Minor fixesAndreas Eversberg2009-01-092-2/+2
* mISDN: Correct busy device detectionAndreas Eversberg2009-01-092-15/+18
* mISDN: Fix deactivation, if peer IP is removed from l1oip instance.Andreas Eversberg2009-01-093-19/+41
* mISDN: Fix irq detectionAndreas Eversberg2009-01-091-0/+1
* mISDN: Add ISDN sample clock API to mISDN coreAndreas Eversberg2009-01-097-32/+277
* mISDN: Return error on E-channel accessMartin Bachem2009-01-091-0/+4
* mISDN: Add E-Channel logging featuresMartin Bachem2009-01-092-1/+20
* mISDN: Use protocol to detect D-channelMartin Bachem2009-01-091-1/+2
* mISDN: Fixed more indexing bugsAndreas Eversberg2009-01-091-4/+4
* mISDN: Make debug output a little bit more verbosePeter Schlaile2009-01-091-1/+3
* mISDN: Fix HDLC DSP transmitPeter Schlaile2009-01-091-4/+7
* mISDN: Use struct device name fieldMatthias Urlichs2009-01-095-30/+35
* mISDN: Added an ioctl to change the device nameMatthias Urlichs2009-01-091-0/+15
* mISDN: Remove the local max-card limitMatthias Urlichs2009-01-091-4/+0Star