index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
isdn
/
mISDN
Commit message (
Expand
)
Author
Age
Files
Lines
*
isdn: remove dead code
Alan Cox
2012-10-26
1
-4
/
+1
*
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2012-10-02
1
-1
/
+1
|
\
|
*
workqueue: deprecate flush[_delayed]_work_sync()
Tejun Heo
2012-08-20
1
-2
/
+2
*
|
mISDN: Fix wrong usage of flush_work_sync while holding locks
Karsten Keil
2012-09-13
1
-5
/
+4
*
|
mISDN: Bugfix for layer2 fixed TEI mode
Karsten Keil
2012-08-06
1
-1
/
+1
|
/
*
drivers/isdn/mISDN/stack.c: remove invalid reference to list iterator variable
Julia Lawall
2012-07-09
1
-2
/
+2
*
mISDN: Implement MISDN_CTRL_RX_OFF for more drivers
Karsten Keil
2012-05-16
1
-1
/
+13
*
mISDN: Implement MISDN_CTRL_FILL_EMPTY for more drivers
Karsten Keil
2012-05-16
2
-1
/
+12
*
mISDN: Allow to set a minimum length for transparent data
Karsten Keil
2012-05-16
2
-7
/
+60
*
mISDN: Reduce RX buffer allocation for transparent data
Karsten Keil
2012-05-16
1
-12
/
+63
*
mISDN: Early confirm for transparent data
Karsten Keil
2012-05-16
1
-4
/
+4
*
mISDN: Help to identify the card
Karsten Keil
2012-05-04
2
-32
/
+60
*
mISDN: Layer1 statemachine fix
Karsten Keil
2012-05-04
1
-9
/
+13
*
mISDN: Make layer1 timer 3 value configurable
Karsten Keil
2012-05-04
1
-2
/
+14
*
mISDN: L2 timeouts need to be queued as L2 event
Karsten Keil
2012-05-04
2
-8
/
+63
*
mISDN: Fix refcounting bug
Karsten Keil
2012-05-04
1
-14
/
+39
*
mISDN: Added PH_* state info to tei manager.
Andreas Eversberg
2012-05-04
1
-0
/
+6
*
mISDN: DSP scheduling fix (version 2)
Karsten Keil
2012-04-26
2
-2
/
+4
*
mISDN: Fix division by zero
Karsten Keil
2012-04-26
1
-5
/
+14
*
mISDN: Fixed hardware bridging/conference check routine of mISDN_dsp.ko.
Andreas Eversberg
2012-04-26
1
-5
/
+10
*
mISDN: Fix NULL pointer bug in if-condition of mISDN_dsp
Andreas Eversberg
2012-04-26
1
-1
/
+1
*
isdn: whitespace coding style cleanup
Joe Perches
2012-02-21
28
-1478
/
+1453
*
mISDN: Fix typo in dsp_core.c
Masanari Iida
2012-02-13
1
-1
/
+1
*
mISDN: use memchr_inv
Akinobu Mita
2012-02-01
1
-13
/
+3
*
drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.
Paul Gortmaker
2011-10-31
4
-0
/
+4
*
isdn: Convert vmalloc/memset to vzalloc
Joe Perches
2011-09-15
2
-6
/
+3
*
isdn: mISDN: socket: Fix set-but-unused variables.
David S. Miller
2011-04-17
1
-0
/
+3
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-04-11
7
-15
/
+15
|
\
|
*
Fix common misspellings
Lucas De Marchi
2011-03-31
7
-15
/
+15
*
|
mISDN: fix "persistant" typo
Jan Engelhardt
2011-04-03
1
-10
/
+10
|
/
*
mISDN: fix printk typo fushing
Paul Bolle
2011-02-15
1
-3
/
+3
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2011-01-13
1
-1
/
+1
|
\
|
*
drivers: fix comment typo diable -> disable.
Justin P. Mattock
2011-01-03
1
-1
/
+1
*
|
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2011-01-07
2
-2
/
+4
|
\
\
|
*
|
mISDN: don't use flush_scheduled_work()
Tejun Heo
2010-12-24
2
-2
/
+4
|
|
/
*
/
drivers/isdn/mISDN: Use printf extension %pV
Joe Perches
2010-11-16
3
-12
/
+33
|
/
*
isdn: mISDN: socket: fix information leak to userland
Kulikov Vasiliy
2010-10-30
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2010-10-23
3
-8
/
+2
|
\
|
*
misdn: kill big kernel lock
Arnd Bergmann
2010-09-15
1
-7
/
+0
|
*
drivers/isdn: Adjust confusing if indentation
Julia Lawall
2010-08-16
2
-1
/
+2
*
|
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-15
1
-0
/
+1
|
/
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-08-04
1
-1
/
+1
|
\
|
*
fix comment/printk typos concerning "already"
Uwe Kleine-König
2010-07-11
1
-1
/
+1
*
|
isdn: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2010-07-12
1
-3
/
+4
|
/
*
mISDN: remove unnecessary test on f_pos
Jan Blunck
2010-05-27
1
-2
/
+0
*
isdn: Push down BKL into ioctl functions
Arnd Bergmann
2010-05-17
1
-4
/
+6
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
14
-0
/
+14
*
tree-wide: fix 'lenght' typo in comments and code
Daniel Mack
2010-02-05
1
-1
/
+1
*
isdn/mISDN: add __init/__exit macros to dsp_core.c
Peter Huewe
2010-02-05
1
-2
/
+2
*
Fix misspellings of "separate" in strings.
Adam Buchbinder
2010-02-04
1
-1
/
+1
[next]