summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
...
* | | mISDN: Bugfix hfcsusb: usb endpoint activation/deactivationMartin Bachem2012-05-161-8/+2Star
* | | mISDN: avmfritz use the bigger fifo of chip version 2Karsten Keil2012-05-161-27/+41
* | | mISDN: Early confirm for transparent dataKarsten Keil2012-05-169-117/+43Star
* | | mISDN: Cleanup channel also if it already was deactivatedKarsten Keil2012-05-168-49/+23Star
* | | isdn: Fix typo in hfcmulti.cMasanari Iida2012-05-161-2/+2
* | | isdn/capi: elliminate capincci_find() in non-middleware caseTilman Schmidt2012-05-081-14/+13Star
* | | isdn/capi: fix readability damageTilman Schmidt2012-05-082-19/+12Star
* | | isdn/gigaset: unify function return valuesTilman Schmidt2012-05-0810-81/+87
* | | isdn/gigaset: internal function name cleanupTilman Schmidt2012-05-081-11/+5Star
* | | isdn/gigaset: fix readability damageTilman Schmidt2012-05-084-216/+208Star
* | | isdn/gigaset: improve error handling querying firmware versionTilman Schmidt2012-05-081-1/+3
* | | isdn/gigaset: fix CAPI disconnect B3 handlingTilman Schmidt2012-05-081-0/+4
* | | isdn/gigaset: ratelimit CAPI message dumpsTilman Schmidt2012-05-081-13/+9Star
* | | 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-048-13/+50
* | | 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
* | | isdn/eicon: use standard __init,__exit function markuphartleys2012-04-2711-36/+33Star
* | | mISDN: Added support for fragmentation of E1 interfaces of hfcmulti driver.Andreas Eversberg2012-04-262-166/+236
* | | mISDN: Rework of LED status display for HFC-4S/8S/E1 cards.Andreas Eversberg2012-04-262-71/+95
* | | mISDN: Using FLG_ACTIVE flag to determine if layer 1 is active or not.Andreas Eversberg2012-04-261-15/+10Star
* | | mISDN: Fixed false interruption of audio during bridging change.Andreas Eversberg2012-04-261-8/+16
* | | 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-241-1/+1
|\| |
| * | Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-04-131-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/+1Star
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-037-7/+7
|\ \ | |/ |/|
| * mISDN: array underflow in open_bchannel()Dan Carpenter2012-03-287-7/+7
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-287-7/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-21314-50448/+50341Star
|\
| * ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-051-1/+1
| * gigaset: Use semicolons to terminate statementsJoe Perches2012-02-271-4/+4
| * isdn: whitespace coding style cleanupJoe Perches2012-02-21314-50430/+50334Star
| * 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/+1Star
| * 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-111-1/+1
| |\
| * | eicon: fix -Warray-bounds warningDanny Kukawka2012-02-021-30/+30
| * | mISDN: use memchr_invAkinobu Mita2012-02-011-13/+3Star
* | | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-03-205-144/+42Star
|\ \ \ | |_|/ |/| |
| * | TTY: isdn/gigaset, use tty_portJiri Slaby2012-03-083-31/+21Star
| * | TTY: isdn/gigaset, do not set tty->driver_data to NULLJiri Slaby2012-03-081-91/+14Star
| * | TTY: remove unneeded tty->index checksJiri Slaby2012-03-083-9/+3Star