aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-11/+9
2009-05-17gigaset: remove unused structure member rcvbytesTilman Schmidt3-6/+2
2009-05-17gigaset: remove UNDOCREQ config optionTilman Schmidt2-46/+23
2009-05-17gigaset: move up Kconfig inclusion pointTilman Schmidt3-2/+3
2009-05-17gigaset: fix error return codeTilman Schmidt1-5/+7
2009-05-17gigaset: skip unnecessary hex formattingTilman Schmidt1-0/+4
2009-05-17gigaset: fix possible oops in error handlingTilman Schmidt2-3/+2
2009-05-17gigaset: remove obsolete references to m10x state tableTilman Schmidt3-12/+6
2009-05-09Fix the race between capifs remount and node creationAl Viro1-2/+8
2009-05-09Fix races around the access to ->s_optionsAl Viro1-2/+1
2009-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+171
2009-04-27Documentation/isdn/INTERFACE.CAPITilman Schmidt1-0/+171
2009-04-17USB: add reset endpoint operationsDavid Vrabel1-8/+1
2009-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-30/+32
2009-04-06gigaset: in file ops, check for device disconnect before anything elseTilman Schmidt1-28/+30
2009-04-06bas_gigaset: use tasklet_hi_schedule for timing critical taskletsTilman Schmidt1-2/+2
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-5/+7
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-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-4/+6
2009-03-30trivial: Fix dubious bitwise 'or' usage spotted by sparse.Alexey Zaytsev1-1/+1
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