summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
* isdn: Fix printed out copy_from_user() return value after previous change.David S. Miller2010-12-101-3/+4
* isdn: return -EFAULT if copy_from_user() failsDan Carpenter2010-12-101-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-081-3/+4
|\
| * isdn: icn: Fix stack corruption bug.Steven Rostedt2010-11-241-3/+4
* | isdn/hisax: fix compiler warning on hisax_pci_tblNamhyung Kim2010-12-081-1/+1
* | filter: optimize sk_run_filterEric Dumazet2010-11-191-8/+6
* | drivers/isdn/hisax: Add printf format/argument verification and fix falloutJoe Perches2010-11-1713-23/+28
* | drivers/isdn/i4l: Remove unnecessary casts of netdev_privJoe Perches2010-11-173-17/+17
* | drivers/isdn/mISDN: Use printf extension %pVJoe Perches2010-11-163-12/+33
* | drivers/isdn: Remove unnecessary semicolonsJoe Perches2010-11-152-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-11-051-2/+2
|\
| * trivial: fix typos concerning "function"Uwe Kleine-König2010-11-011-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-10-301-0/+2
|\ \ | |/
| * isdn: mISDN: socket: fix information leak to userlandKulikov Vasiliy2010-10-301-0/+2
* | convert get_sb_single() usersAl Viro2010-10-291-4/+4
|/
* drivers/isdn: delete double assignmentJulia Lawall2010-10-272-5/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-2317-222/+305
|\ \
| * | CAPI: Silence lockdep warning on get_capi_appl_by_nr usageJan Kiszka2010-10-211-5/+14
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-111-4/+14
| |\ \
| * | | eicon: make buffer largerDan Carpenter2010-10-062-2/+2
| * | | isdn/gigaset: improve bas_gigaset USB error reportingTilman Schmidt2010-10-011-51/+61
| * | | isdn/gigaset: fix bas_gigaset interrupt read error handlingTilman Schmidt2010-10-011-13/+93
| * | | isdn/gigaset: unclog bas_gigaset AT response pipeTilman Schmidt2010-10-011-0/+22
| * | | isdn/gigaset: try USB reset for bas_gigaset error recoveryTilman Schmidt2010-10-011-2/+4
| * | | isdn/gigaset: bas_gigaset timer cleanupTilman Schmidt2010-10-011-33/+32
| * | | isdn/gigaset: drop obsolete debug optionTilman Schmidt2010-10-013-30/+1
| * | | isdn/gigaset: correct bas_gigaset rx buffer handlingTilman Schmidt2010-10-011-3/+5
| * | | isdn/gigaset: fix bas_gigaset AT read error handlingTilman Schmidt2010-10-011-50/+33
| * | | isdn/gigaset: bas_gigaset locking fixTilman Schmidt2010-10-011-3/+3
| * | | misdn: kill big kernel lockArnd Bergmann2010-09-151-7/+0
| * | | i4l: kill big kernel lockArnd Bergmann2010-09-151-5/+6
| * | | drivers/isdn: Use static const char * const where possibleJoe Perches2010-09-142-2/+2
| * | | drivers: isdn: capi: use simple_strtol to convert numbersAndy Shevchenko2010-09-081-4/+13
| * | | isdn: cleanup: make buffer smallerDan Carpenter2010-09-061-2/+2
| * | | isdn: potential buffer overflowsDan Carpenter2010-09-061-3/+3
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-221-1/+2
| |\ \ \
| * | | | drivers/isdn: Adjust confusing if indentationJulia Lawall2010-08-163-7/+9
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-10-221-2/+0
|\ \ \ \ \
| * | | | | isdn/eicon: don't call flush_scheduled_work() from diva_os_remove_soft_isr()Tejun Heo2010-10-171-2/+0
* | | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ \ \ \ \
| * | | | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-10-215-499/+47
|\ \ \ \ \ \
| * | | | | | pcmcia: remove obsolete and wrong commentsDominik Brodowski2010-09-295-309/+0
| * | | | | | pcmcia: avoid messages on module (un)loadingDominik Brodowski2010-09-291-1/+1
| * | | | | | pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-295-15/+5
| * | | | | | pcmcia: remove the "Finally, report what we've done" messageDominik Brodowski2010-09-294-35/+0
| * | | | | | pcmcia: use autoconfiguration feature for ioports and iomemDominik Brodowski2010-09-295-86/+30
| * | | | | | pcmcia: introduce autoconfiguration featureDominik Brodowski2010-09-295-26/+3
OpenPOWER on IntegriCloud