aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-25mISDN: Cleanup debug messagesKarsten Keil11-132/+141
2009-05-25mISDN: Add PCI ID for Junghanns 8S cardAndreas Eversberg1-0/+3
2009-05-25mISDN: get_free_devid() failure ignoredRoel Kluin1-4/+4
2009-05-25mISDN: Add XHFC support for embedded Speech-Design board to hfcmultiKarsten Keil5-144/+499
2009-05-25mISDN: Fix skb leak in error casesKarsten Keil1-10/+12
2009-05-25mISDN: Add "sapi" information to debug messagesAndreas Eversberg2-15/+20
2009-05-25mISDN: Add allocation of recvbuf[1500] at run time to reduce stack sizeFrank Seidel1-4/+17
2009-05-25mISDN: Fix TEI and SAPI handlingAndreas Eversberg3-26/+29
2009-05-25mISDN: Hardware acceleration is now possible in conjunction with audio recordingAndreas Eversberg3-45/+84
2009-05-25mISDN: Fix DTMF locking bug issueAndreas Eversberg3-20/+23
2009-05-25mISDN: Added layer-1-hold featureAndreas Eversberg2-15/+49
2009-05-25mISDN: Fixed missing spin lock on pipeline processAndreas Eversberg1-1/+3
2009-05-25mISDN: Reduce stack size in dsp_cmx_send()Frank Seidel2-2/+3
2009-05-25mISDN: Echo canceler now gets delay information from hardwareAndreas Eversberg8-39/+57
2009-05-25mISDN: DSP now uses ring buffer for echo cancelerAndreas Eversberg2-1/+3
2009-05-25mISDN: Add watchdog functionality to hfcmulti driverAndreas Eversberg2-1/+32
2009-05-21gigaset: beyond ARRAY_SIZE of iwb->dataRoel Kluin1-1/+1
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