summaryrefslogtreecommitdiff
path: root/drivers/isdn
AgeCommit message (Expand)Author
2012-05-08isdn/capi: elliminate capincci_find() in non-middleware caseTilman Schmidt
2012-05-08isdn/capi: fix readability damageTilman Schmidt
2012-05-08isdn/gigaset: unify function return valuesTilman Schmidt
2012-05-08isdn/gigaset: internal function name cleanupTilman Schmidt
2012-05-08isdn/gigaset: fix readability damageTilman Schmidt
2012-05-08isdn/gigaset: improve error handling querying firmware versionTilman Schmidt
2012-05-08isdn/gigaset: fix CAPI disconnect B3 handlingTilman Schmidt
2012-05-08isdn/gigaset: ratelimit CAPI message dumpsTilman Schmidt
2012-05-04mISDN: Help to identify the cardKarsten Keil
2012-05-04mISDN: Layer1 statemachine fixKarsten Keil
2012-05-04mISDN: Make layer1 timer 3 value configurableKarsten Keil
2012-05-04mISDN: L2 timeouts need to be queued as L2 eventKarsten Keil
2012-05-04mISDN: Fix refcounting bugKarsten Keil
2012-05-04mISDN: Added PH_* state info to tei manager.Andreas Eversberg
2012-04-27isdn/eicon: use standard __init,__exit function markuphartleys
2012-04-26mISDN: Added support for fragmentation of E1 interfaces of hfcmulti driver.Andreas Eversberg
2012-04-26mISDN: Rework of LED status display for HFC-4S/8S/E1 cards.Andreas Eversberg
2012-04-26mISDN: Using FLG_ACTIVE flag to determine if layer 1 is active or not.Andreas Eversberg
2012-04-26mISDN: Fixed false interruption of audio during bridging change.Andreas Eversberg
2012-04-26mISDN: DSP scheduling fix (version 2)Karsten Keil
2012-04-26mISDN: Fix division by zeroKarsten Keil
2012-04-26mISDN: Fixed hardware bridging/conference check routine of mISDN_dsp.ko.Andreas Eversberg
2012-04-26mISDN: Fix NULL pointer bug in if-condition of mISDN_dspAndreas Eversberg
2012-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-15isdn/hysdn: Convert to kstrtoul_from_userPeter Hüwe
2012-04-12Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-04-09isdn/gigaset: use gig_dbg() for debugging outputTilman Schmidt
2012-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-28mISDN: array underflow in open_bchannel()Dan Carpenter
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds
2012-03-08TTY: isdn/gigaset, use tty_portJiri Slaby
2012-03-08TTY: isdn/gigaset, do not set tty->driver_data to NULLJiri Slaby
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby
2012-03-05ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras
2012-02-27gigaset: Use semicolons to terminate statementsJoe Perches
2012-02-21isdn: whitespace coding style cleanupJoe Perches
2012-02-13mISDN: Fix typo in dsp_core.cMasanari Iida
2012-02-13isdn: Fix typo in isdn_ppp.cMasanari Iida
2012-02-13mISDN/hfcsusb: remove unused variable hfcsusb_revDanny Kukawka
2012-02-13isdn: Fix typo in callc.c and tei.cMasanari Iida
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-09isdn: type bug in isdn_net_header()Dan Carpenter
2012-02-02TTY: use tty_standard_installJiri Slaby
2012-02-02eicon: fix -Warray-bounds warningDanny Kukawka
2012-02-01mISDN: use memchr_invAkinobu Mita
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds
2012-01-12module_param: make bool parameters really bool (drivers & misc)Rusty Russell