aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
* Fix the race between capifs remount and node creationAl Viro2009-05-091-2/+8
* Fix races around the access to ->s_optionsAl Viro2009-05-091-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-04-291-0/+171
|\
| * Documentation/isdn/INTERFACE.CAPITilman Schmidt2009-04-271-0/+171
* | USB: add reset endpoint operationsDavid Vrabel2009-04-171-8/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-04-062-30/+32
|\
| * gigaset: in file ops, check for device disconnect before anything elseTilman Schmidt2009-04-061-28/+30
| * bas_gigaset: use tasklet_hi_schedule for timing critical taskletsTilman Schmidt2009-04-061-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-032-5/+7
|\ \
| * | trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-4/+6
| * | trivial: Fix dubious bitwise 'or' usage spotted by sparse.Alexey Zaytsev2009-03-301-1/+1
| |/
* | proc tty: remove struct tty_operations::read_procAlexey Dobriyan2009-04-011-7/+0
* | proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-1/+0
|/
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-261-2/+1
|\
| * platform: make better use of to_platform_{device,driver}() macrosEric Miao2009-03-241-2/+1
* | 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-181-3/+13
* | gigaset: return -ENOTTY for unimplemented functionsPaul Bolle2009-03-101-4/+4
* | gigaset: Kconfig cleanupTilman Schmidt2009-03-101-8/+6
* | 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/+11
* | 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-262-5/+3
* | MISDN: list usage cleanupEric Sesterhenn2009-02-261-2/+1
* | 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-151-1/+1
* | drivers/isdn/mISDN: fix sparse warnings: make symbols staticHannes Eder2009-02-151-5/+5
* | drivers/isdn/hardware/mISDN: fix sparse warnings: make symbols staticHannes Eder2009-02-153-8/+8
|/
* drivers/isdn: introduce missing kfreeJulia Lawall2009-02-081-0/+2
* isdn: Fix missing ifdef in isdn_pppDaniele Venzano2009-01-261-0/+2
* i4l: minor cleanupsPaul Bolle2009-01-141-5/+0
* 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/+1
* 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