summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/mISDN
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\
| * workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-2/+2
* | mISDN: Fix wrong usage of flush_work_sync while holding locksKarsten Keil2012-09-131-5/+4Star
* | mISDN: Bugfix for layer2 fixed TEI modeKarsten Keil2012-08-061-1/+1
|/
* drivers/isdn/mISDN/stack.c: remove invalid reference to list iterator variableJulia Lawall2012-07-101-2/+2
* mISDN: Implement MISDN_CTRL_RX_OFF for more driversKarsten Keil2012-05-161-1/+13
* mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil2012-05-162-1/+12
* mISDN: Allow to set a minimum length for transparent dataKarsten Keil2012-05-162-7/+60
* mISDN: Reduce RX buffer allocation for transparent dataKarsten Keil2012-05-161-12/+63
* mISDN: Early confirm for transparent dataKarsten Keil2012-05-161-4/+4
* mISDN: Help to identify the cardKarsten Keil2012-05-042-32/+60
* mISDN: Layer1 statemachine fixKarsten Keil2012-05-041-9/+13
* mISDN: Make layer1 timer 3 value configurableKarsten Keil2012-05-041-2/+14
* mISDN: L2 timeouts need to be queued as L2 eventKarsten Keil2012-05-042-8/+63
* mISDN: Fix refcounting bugKarsten Keil2012-05-041-14/+39
* mISDN: Added PH_* state info to tei manager.Andreas Eversberg2012-05-041-0/+6
* mISDN: DSP scheduling fix (version 2)Karsten Keil2012-04-262-2/+4
* mISDN: Fix division by zeroKarsten Keil2012-04-261-5/+14
* mISDN: Fixed hardware bridging/conference check routine of mISDN_dsp.ko.Andreas Eversberg2012-04-261-5/+10
* mISDN: Fix NULL pointer bug in if-condition of mISDN_dspAndreas Eversberg2012-04-261-1/+1
* isdn: whitespace coding style cleanupJoe Perches2012-02-2128-1478/+1453Star
* mISDN: Fix typo in dsp_core.cMasanari Iida2012-02-131-1/+1
* mISDN: use memchr_invAkinobu Mita2012-02-011-13/+3Star
* drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker2011-11-014-0/+4
* isdn: Convert vmalloc/memset to vzallocJoe Perches2011-09-152-6/+3Star
* isdn: mISDN: socket: Fix set-but-unused variables.David S. Miller2011-04-181-0/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-117-15/+15
|\
| * Fix common misspellingsLucas De Marchi2011-03-317-15/+15
* | mISDN: fix "persistant" typoJan Engelhardt2011-04-041-10/+10
|/
* mISDN: fix printk typo fushingPaul Bolle2011-02-151-3/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * drivers: fix comment typo diable -> disable.Justin P. Mattock2011-01-031-1/+1
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-082-2/+4
|\ \
| * | mISDN: don't use flush_scheduled_work()Tejun Heo2010-12-242-2/+4
| |/
* / drivers/isdn/mISDN: Use printf extension %pVJoe Perches2010-11-163-12/+33
|/
* isdn: mISDN: socket: fix information leak to userlandKulikov Vasiliy2010-10-311-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-233-8/+2Star
|\
| * misdn: kill big kernel lockArnd Bergmann2010-09-161-7/+0Star
| * drivers/isdn: Adjust confusing if indentationJulia Lawall2010-08-172-1/+2
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-051-1/+1
|\
| * fix comment/printk typos concerning "already"Uwe Kleine-König2010-07-111-1/+1
* | isdn: autoconvert trivial BKL users to private mutexArnd Bergmann2010-07-131-3/+4
|/
* mISDN: remove unnecessary test on f_posJan Blunck2010-05-271-2/+0Star
* isdn: Push down BKL into ioctl functionsArnd Bergmann2010-05-171-4/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3014-0/+14
* tree-wide: fix 'lenght' typo in comments and codeDaniel Mack2010-02-051-1/+1
* isdn/mISDN: add __init/__exit macros to dsp_core.cPeter Huewe2010-02-051-2/+2
* Fix misspellings of "separate" in strings.Adam Buchbinder2010-02-041-1/+1
* mISDN: use DECLARE_COMPLETION_ONSTACK for non-constant completionYong Zhang2009-12-191-1/+1