aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman7-10/+16
2012-09-13mISDN: Fix wrong usage of flush_work_sync while holding locksKarsten Keil6-10/+14
2012-09-03mISDN: fix possible memory leak in hfcmulti_init()Wei Yongjun1-0/+2
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2-13/+1
2012-08-13TTY: i4l, add tty installJiri Slaby1-8/+15
2012-08-13TTY: automatically create nodes for some driversJiri Slaby1-1/+1
2012-08-13TTY: use tty_port_register_deviceJiri Slaby2-2/+4
2012-08-06mISDN: Bugfix for layer2 fixed TEI modeKarsten Keil1-1/+1
2012-08-06Merge tty-next into 3.6-rc1Greg Kroah-Hartman6-15/+39
2012-08-03isdnloop: fix and simplify isdnloop_init()Wu Fengguang1-12/+0
2012-07-29mISDN: Bugfix only few bytes are transfered on a connectionKarsten Keil1-3/+4
2012-07-18ISDN: Add check for usb_alloc_urb() resultKarsten Keil2-10/+26
2012-07-18ISDN: Add check for return value of pnp_activate_dev()Karsten Keil1-0/+5
2012-07-16gigaset: silence GCC warning for unused 'format_ie'Paul Bolle1-0/+2
2012-07-16tty: move the termios object into the ttyAlan Cox2-10/+10
2012-07-09drivers/isdn/mISDN/stack.c: remove invalid reference to list iterator variableJulia Lawall1-2/+2
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+6
2012-05-22Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-292/+179
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds5-0/+5
2012-05-22mISDN: Add X-Tensions USB ISDN TA XC-525Karsten Keil1-0/+6
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp5-0/+5
2012-05-17isdn: remove duplicate NULL checkDan Carpenter1-1/+1
2012-05-16mISDN: Implement MISDN_CTRL_RX_OFF for more driversKarsten Keil9-13/+64
2012-05-16mISDN: Implement MISDN_CTRL_FILL_EMPTY for more driversKarsten Keil10-160/+240
2012-05-16mISDN: Allow to set a minimum length for transparent dataKarsten Keil10-128/+117
2012-05-16mISDN: Reduce RX buffer allocation for transparent dataKarsten Keil9-188/+185
2012-05-16mISDN: Bugfix hfcsusb: usb endpoint activation/deactivationMartin Bachem1-8/+2
2012-05-16mISDN: avmfritz use the bigger fifo of chip version 2Karsten Keil1-27/+41
2012-05-16mISDN: Early confirm for transparent dataKarsten Keil9-117/+43
2012-05-16mISDN: Cleanup channel also if it already was deactivatedKarsten Keil8-49/+23
2012-05-16isdn: Fix typo in hfcmulti.cMasanari Iida1-2/+2
2012-05-07isdn/capi: elliminate capincci_find() in non-middleware caseTilman Schmidt1-14/+13
2012-05-07isdn/capi: fix readability damageTilman Schmidt2-19/+12
2012-05-07isdn/gigaset: unify function return valuesTilman Schmidt10-81/+87
2012-05-07isdn/gigaset: internal function name cleanupTilman Schmidt1-11/+5
2012-05-07isdn/gigaset: fix readability damageTilman Schmidt4-216/+208
2012-05-07isdn/gigaset: improve error handling querying firmware versionTilman Schmidt1-1/+3
2012-05-07isdn/gigaset: fix CAPI disconnect B3 handlingTilman Schmidt1-0/+4
2012-05-07isdn/gigaset: ratelimit CAPI message dumpsTilman Schmidt1-13/+9
2012-05-04mISDN: Help to identify the cardKarsten Keil2-32/+60
2012-05-04mISDN: Layer1 statemachine fixKarsten Keil1-9/+13
2012-05-04mISDN: Make layer1 timer 3 value configurableKarsten Keil8-13/+50
2012-05-04mISDN: L2 timeouts need to be queued as L2 eventKarsten Keil2-8/+63
2012-05-04mISDN: Fix refcounting bugKarsten Keil1-14/+39
2012-05-04mISDN: Added PH_* state info to tei manager.Andreas Eversberg1-0/+6
2012-04-27isdn/eicon: use standard __init,__exit function markuphartleys11-36/+33
2012-04-26mISDN: Added support for fragmentation of E1 interfaces of hfcmulti driver.Andreas Eversberg2-166/+236
2012-04-26mISDN: Rework of LED status display for HFC-4S/8S/E1 cards.Andreas Eversberg2-71/+95
2012-04-26mISDN: Using FLG_ACTIVE flag to determine if layer 1 is active or not.Andreas Eversberg1-15/+10
2012-04-26mISDN: Fixed false interruption of audio during bridging change.Andreas Eversberg1-8/+16