summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-231-1/+1
|\| |
| * | Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-04-121-1/+1
| |\ \ | | |/ | |/|
| | * isdn/gigaset: use gig_dbg() for debugging outputTilman Schmidt2012-04-091-1/+1
* | | isdn/hysdn: Convert to kstrtoul_from_userPeter Hüwe2012-04-151-9/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-027-7/+7
|\ \ | |/ |/|
| * mISDN: array underflow in open_bchannel()Dan Carpenter2012-03-277-7/+7
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-287-7/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-20314-50448/+50341
|\
| * ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-041-1/+1
| * gigaset: Use semicolons to terminate statementsJoe Perches2012-02-271-4/+4
| * isdn: whitespace coding style cleanupJoe Perches2012-02-21314-50430/+50334
| * mISDN: Fix typo in dsp_core.cMasanari Iida2012-02-131-1/+1
| * isdn: Fix typo in isdn_ppp.cMasanari Iida2012-02-131-2/+2
| * mISDN/hfcsusb: remove unused variable hfcsusb_revDanny Kukawka2012-02-131-2/+1
| * isdn: Fix typo in callc.c and tei.cMasanari Iida2012-02-132-2/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-101-1/+1
| |\
| * | eicon: fix -Warray-bounds warningDanny Kukawka2012-02-021-30/+30
| * | mISDN: use memchr_invAkinobu Mita2012-02-011-13/+3
* | | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-03-205-144/+42
|\ \ \ | |_|/ |/| |
| * | TTY: isdn/gigaset, use tty_portJiri Slaby2012-03-083-31/+21
| * | TTY: isdn/gigaset, do not set tty->driver_data to NULLJiri Slaby2012-03-081-91/+14
| * | TTY: remove unneeded tty->index checksJiri Slaby2012-03-083-9/+3
| * | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-082-7/+1
| * | TTY: use tty_standard_installJiri Slaby2012-02-021-6/+3
| |/
* / isdn: type bug in isdn_net_header()Dan Carpenter2012-02-091-1/+1
|/
* Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-143-3/+3
|\
| * module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-133-3/+3
* | drivers: isdn: Fix dependency for ISDN_PPPFabio Estevam2012-01-101-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\
| * misc latin1 to utf8 conversionsAl Viro2012-01-021-1/+1
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-27/+1
|\ \
| * \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-27/+1
| |\ \
| | * | USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman2011-11-181-27/+1
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-022-0/+9
|\| |
| * | isdn: avoid copying too long drvidDan Carpenter2011-11-291-0/+3
| * | isdn: make sure strings are null terminatedDan Carpenter2011-11-291-0/+6
| |/
* / isdn/gigaset: report ISDN4Linux interface only onceTilman Schmidt2011-11-271-2/+1
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0613-0/+13
|\
| * drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker2011-10-3110-0/+10
| * drivers/isdn: Add module.h to ISDN files implicitly using it.Paul Gortmaker2011-10-313-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-031-3/+3
|\ \
| * | isdn: hisax: Fix typo 'HISAX_DE_AOC'Paul Bolle2011-11-011-3/+3
* | | Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds2011-11-021-1/+1
|\ \ \ | |/ / |/| |
| * | um: switch to use of drivers/KconfigAl Viro2011-11-021-1/+1
* | | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-315-8/+8
| |/ |/|
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-261-1/+1
|\ \