| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-05-25 | 1 | -1/+1 |
|\ |
|
| * | gigaset: beyond ARRAY_SIZE of iwb->data | Roel Kluin | 2009-05-21 | 1 | -1/+1 |
* | | mISDN: Added PCI ID for new Junghanns.net Single E1 cards. | Andreas Eversberg | 2009-05-25 | 1 | -0/+4 |
* | | mISDN: Fix DTMF detection enable/disable | Andreas Eversberg | 2009-05-25 | 3 | -0/+6 |
* | | mISDN: Use kernel_{send,recv}msg instead of open coding | Arnaldo Carvalho de Melo | 2009-05-25 | 2 | -18/+8 |
* | | mISDN: Cleanup debug messages | Karsten Keil | 2009-05-25 | 11 | -132/+141 |
* | | mISDN: Add PCI ID for Junghanns 8S card | Andreas Eversberg | 2009-05-25 | 1 | -0/+3 |
* | | mISDN: get_free_devid() failure ignored | Roel Kluin | 2009-05-25 | 1 | -4/+4 |
* | | mISDN: Add XHFC support for embedded Speech-Design board to hfcmulti | Karsten Keil | 2009-05-25 | 5 | -144/+499 |
* | | mISDN: Fix skb leak in error cases | Karsten Keil | 2009-05-25 | 1 | -10/+12 |
* | | mISDN: Add "sapi" information to debug messages | Andreas Eversberg | 2009-05-25 | 2 | -15/+20 |
* | | mISDN: Add allocation of recvbuf[1500] at run time to reduce stack size | Frank Seidel | 2009-05-25 | 1 | -4/+17 |
* | | mISDN: Fix TEI and SAPI handling | Andreas Eversberg | 2009-05-25 | 3 | -26/+29 |
* | | mISDN: Hardware acceleration is now possible in conjunction with audio recording | Andreas Eversberg | 2009-05-25 | 3 | -45/+84 |
* | | mISDN: Fix DTMF locking bug issue | Andreas Eversberg | 2009-05-25 | 3 | -20/+23 |
* | | mISDN: Added layer-1-hold feature | Andreas Eversberg | 2009-05-25 | 2 | -15/+49 |
* | | mISDN: Fixed missing spin lock on pipeline process | Andreas Eversberg | 2009-05-25 | 1 | -1/+3 |
* | | mISDN: Reduce stack size in dsp_cmx_send() | Frank Seidel | 2009-05-25 | 2 | -2/+3 |
* | | mISDN: Echo canceler now gets delay information from hardware | Andreas Eversberg | 2009-05-25 | 8 | -39/+57 |
* | | mISDN: DSP now uses ring buffer for echo canceler | Andreas Eversberg | 2009-05-25 | 2 | -1/+3 |
* | | mISDN: Add watchdog functionality to hfcmulti driver | Andreas Eversberg | 2009-05-25 | 2 | -1/+32 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-05-18 | 2 | -11/+9 |
|\ \
| |/ |
|
| * | Fix the race between capifs remount and node creation | Al Viro | 2009-05-09 | 1 | -2/+8 |
| * | Fix races around the access to ->s_options | Al Viro | 2009-05-09 | 1 | -2/+1 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-04-29 | 1 | -0/+171 |
| |\ |
|
| * | | USB: add reset endpoint operations | David Vrabel | 2009-04-17 | 1 | -8/+1 |
* | | | gigaset: remove unused structure member rcvbytes | Tilman Schmidt | 2009-05-17 | 3 | -6/+2 |
* | | | gigaset: remove UNDOCREQ config option | Tilman Schmidt | 2009-05-17 | 2 | -46/+23 |
* | | | gigaset: move up Kconfig inclusion point | Tilman Schmidt | 2009-05-17 | 3 | -2/+3 |
* | | | gigaset: fix error return code | Tilman Schmidt | 2009-05-17 | 1 | -5/+7 |
* | | | gigaset: skip unnecessary hex formatting | Tilman Schmidt | 2009-05-17 | 1 | -0/+4 |
* | | | gigaset: fix possible oops in error handling | Tilman Schmidt | 2009-05-17 | 2 | -3/+2 |
* | | | gigaset: remove obsolete references to m10x state table | Tilman Schmidt | 2009-05-17 | 3 | -12/+6 |
| |/
|/| |
|
* | | Documentation/isdn/INTERFACE.CAPI | Tilman Schmidt | 2009-04-27 | 1 | -0/+171 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-04-06 | 2 | -30/+32 |
|\ |
|
| * | gigaset: in file ops, check for device disconnect before anything else | Tilman Schmidt | 2009-04-06 | 1 | -28/+30 |
| * | bas_gigaset: use tasklet_hi_schedule for timing critical tasklets | Tilman Schmidt | 2009-04-06 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-04-03 | 2 | -5/+7 |
|\ \ |
|
| * | | trivial: fix typos/grammar errors in Kconfig texts | Matt LaPlante | 2009-03-30 | 1 | -4/+6 |
| * | | trivial: Fix dubious bitwise 'or' usage spotted by sparse. | Alexey Zaytsev | 2009-03-30 | 1 | -1/+1 |
| |/ |
|
* | | proc tty: remove struct tty_operations::read_proc | Alexey Dobriyan | 2009-04-01 | 1 | -7/+0 |
* | | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 2009-03-31 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-03-26 | 1 | -2/+1 |
|\ |
|
| * | platform: make better use of to_platform_{device,driver}() macros | Eric Miao | 2009-03-24 | 1 | -2/+1 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-03-20 | 1 | -3/+13 |
|\ \
| |/ |
|
| * | bas_gigaset: correctly allocate USB interrupt transfer buffer | Tilman Schmidt | 2009-03-18 | 1 | -3/+13 |
* | | gigaset: return -ENOTTY for unimplemented functions | Paul Bolle | 2009-03-10 | 1 | -4/+4 |
* | | gigaset: Kconfig cleanup | Tilman Schmidt | 2009-03-10 | 1 | -8/+6 |
* | | drivers/isdn/hardware/eicon: fix sparse warnings: Should it be static? | Hannes Eder | 2009-02-27 | 1 | -24/+46 |
* | | drivers/isdn/hardware/icon: fix sparse warning: cast truncates bits | Hannes Eder | 2009-02-27 | 1 | -1/+1 |