summaryrefslogtreecommitdiff
path: root/drivers/isdn
AgeCommit message (Expand)AuthorFilesLines
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-9/+4
2013-12-08isdnloop: use strlcpy() instead of strcpy()Dan Carpenter1-3/+5
2013-02-14isdn/gigaset: fix zero size border case in debug dumpTilman Schmidt1-0/+2
2012-12-03bas_gigaset: fix pre_reset handlingTilman Schmidt1-3/+16
2012-10-02isdnloop: fix and simplify isdnloop_init()Wu Fengguang1-12/+0
2012-06-01isdn/gigaset: improve error handling querying firmware versionTilman Schmidt1-1/+3
2012-06-01isdn/gigaset: fix CAPI disconnect B3 handlingTilman Schmidt1-0/+4
2012-06-01isdn/gigaset: ratelimit CAPI message dumpsTilman Schmidt1-13/+9
2012-04-13Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2012-04-09isdn/gigaset: use gig_dbg() for debugging outputTilman Schmidt1-1/+1
2012-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-7/+7
2012-03-28Remove all #inclusions of asm/system.hDavid Howells7-7/+0
2012-03-28mISDN: array underflow in open_bchannel()Dan Carpenter7-7/+7
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds314-50448/+50341
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-144/+42
2012-03-09TTY: isdn/gigaset, use tty_portJiri Slaby3-31/+21
2012-03-09TTY: isdn/gigaset, do not set tty->driver_data to NULLJiri Slaby1-91/+14
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby3-9/+3
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby2-7/+1
2012-03-05ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2012-02-27gigaset: Use semicolons to terminate statementsJoe Perches1-4/+4
2012-02-21isdn: whitespace coding style cleanupJoe Perches314-50430/+50334
2012-02-13mISDN: Fix typo in dsp_core.cMasanari Iida1-1/+1
2012-02-13isdn: Fix typo in isdn_ppp.cMasanari Iida1-2/+2
2012-02-13mISDN/hfcsusb: remove unused variable hfcsusb_revDanny Kukawka1-2/+1
2012-02-13isdn: Fix typo in callc.c and tei.cMasanari Iida2-2/+2
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-02-10isdn: type bug in isdn_net_header()Dan Carpenter1-1/+1
2012-02-03TTY: use tty_standard_installJiri Slaby1-6/+3
2012-02-03eicon: fix -Warray-bounds warningDanny Kukawka1-30/+30
2012-02-01mISDN: use memchr_invAkinobu Mita1-13/+3
2012-01-15Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds3-3/+3
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell3-3/+3
2012-01-11drivers: isdn: Fix dependency for ISDN_PPPFabio Estevam1-1/+1
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-01-08Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-27/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-27/+1
2012-01-02misc latin1 to utf8 conversionsAl Viro1-1/+1
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+9
2011-11-30isdn: avoid copying too long drvidDan Carpenter1-0/+3
2011-11-30isdn: make sure strings are null terminatedDan Carpenter1-0/+6
2011-11-28isdn/gigaset: report ISDN4Linux interface only onceTilman Schmidt1-2/+1
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman1-27/+1
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-0/+13
2011-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+3
2011-11-02Merge branch 'for-linus' of git://github.com/richardweinberger/linuxLinus Torvalds1-1/+1
2011-11-02um: switch to use of drivers/KconfigAl Viro1-1/+1
2011-11-02isdn: hisax: Fix typo 'HISAX_DE_AOC'Paul Bolle1-3/+3
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches5-8/+8
2011-11-01drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker10-0/+10