aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Drivers: isdn: remove __dev* attributes.Greg Kroah-Hartman51-296/+217
2012-12-14mISDN: fix race in timer canceling on module unloadingKonstantin Khlebnikov1-2/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-20/+17
2012-11-30mISDN: improve bitops usageAkinobu Mita1-10/+10
2012-11-21TTY: isdn/gigaset destroy tty_port properlyJiri Slaby1-6/+5
2012-11-19treewide: fix printk typo in multiple driversMasanari Iida3-3/+3
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby2-4/+10
2012-11-15ISDN: capi, use kref from tty_portJiri Slaby1-19/+17
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+18
2012-11-09isdn: Fix typo in drivers/isdnMasanari Iida6-6/+6
2012-11-07isdn: Make CONFIG_ISDN depend on CONFIG_NETDEVICESLee Jones3-6/+2
2012-10-28Merge branch 'master' into for-nextJiri Kosina8-32/+53
2012-10-26isdn: Fix typo in isdn driversMasanari Iida4-4/+4
2012-10-26isdn: remove dead codeAlan Cox1-4/+1
2012-10-26bas_gigaset: fix pre_reset handlingTilman Schmidt1-3/+16
2012-10-10isdn: fix a wrapping bug in isdn_ppp_ioctl()Dan Carpenter1-1/+1
2012-10-09Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-5/+5
2012-10-03hisax: disable build for big-endian xtensaMax Filippov1-5/+5
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-16Merge 3.6-rc6 into tty-nextGreg Kroah-Hartman7-10/+16
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-10/+16
2012-09-13drivers/isdn/gigaset/common.c: Remove useless kfreePeter Senna Tschudin1-1/+0
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-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-2/+2
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