aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-207/+198
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-4/+4
2015-03-23isdn/gigaset: restructure modem response parser (4)Tilman Schmidt1-107/+151
2015-03-23isdn/gigaset: restructure modem response parser (3)Tilman Schmidt1-37/+19
2015-03-23isdn/gigaset: restructure modem response parser (2)Tilman Schmidt1-69/+57
2015-03-23isdn/gigaset: restructure modem response parser (1)Tilman Schmidt1-44/+55
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-03-15isdn: icn: use strlcpy() when parsing setup optionsDan Carpenter1-1/+1
2015-03-06treewide: Fix typo in printk messagesMasanari Iida3-4/+4
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman1-33/+0
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+3
2015-02-22mISDN: replace current->state by set_current_state()Fabian Frederick1-1/+1
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2015-02-05drivers: isdn: isdnloop: isdnloop.c: Remove parenthesis around return values, as specified in CodingStyle.Bas Peters1-14/+14
2015-02-05drivers: isdn: isdnloop: isdnloop.c: Fix brace positions according to CodingStyle specifications.Bas Peters1-12/+6
2015-02-05drivers: isdn: isdnloop: isdnloop.c: remove assignment of variables in if conditions, in accordance with the CodingStyle.Bas Peters1-8/+10
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-02-02isdn: off by one in connect_res()Dan Carpenter1-1/+1
2015-01-18Drivers: Isdn: sc: Fixed coding style & spelling mistakes.Akash Shende1-9/+6
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-01-13mISDN: avoid arch specific __builtin_return_address callArnd Bergmann2-6/+12
2015-01-12isdn: fix NUL (\0 or \x00) specification in stringGiel van Schijndel1-1/+1
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger1-1/+1
2015-01-02isdn: hisax: hfc4s8s_l1: Remove some unused functionsRickard Strandqvist1-21/+0
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-12-10isdn/capi: correct argument types of command_2_indexTilman Schmidt1-1/+1
2014-12-10isdn/gigaset: enable Kernel CAPI support by defaultTilman Schmidt1-1/+1
2014-12-10isdn/gigaset: elliminate unnecessary argument from send_cb()Tilman Schmidt1-16/+15
2014-12-10isdn/gigaset: clarify gigaset_modem_fill control structureTilman Schmidt1-28/+24
2014-12-10isdn/gigaset: drop duplicate declarationTilman Schmidt1-3/+0
2014-12-09isdn: fix misspelling of current function in stringJulia Lawall8-10/+9
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-21mISDN: Deletion of unnecessary checks before the function call "vfree"Markus Elfring1-4/+2
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida1-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-10-14isdn/gigaset: fix usb_gigaset write_cmd result raceTilman Schmidt1-1/+3
2014-10-14isdn/capi: don't return NULL from capi_cmd2str()Tilman Schmidt1-2/+7
2014-10-14isdn/capi: handle CAPI 2.0 message parser failuresTilman Schmidt2-27/+145
2014-10-14isdn/capi: prevent NULL pointer dereference on invalid CAPI commandTilman Schmidt1-0/+7
2014-10-14isdn/capi: refactor command/subcommand table accessesTilman Schmidt1-5/+18
2014-10-14isdn/capi: prevent index overrun from command_2_index()Tilman Schmidt1-0/+2
2014-10-14isdn/capi: correct capi20_manufacturer argument type mismatchTilman Schmidt1-2/+2
2014-10-14isdn/gigaset: fix non-heap pointer deallocationTilman Schmidt1-41/+70
2014-10-14isdn/gigaset: fix NULL pointer dereferenceTilman Schmidt1-0/+5
2014-10-14isdn/gigaset: limit raw CAPI message dump lengthTilman Schmidt1-0/+2
2014-10-14isdn/gigaset: make sure controller name is null terminatedTilman Schmidt1-2/+2
2014-10-14isdn/gigaset: missing break in do_facility_reqTilman Schmidt1-0/+1
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-70/+61