aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings2016-01-311-6/+4
* isdn_ppp: Add checks for allocation failure in isdn_ppp_open()Ben Hutchings2016-01-311-0/+6
* isdn/gigaset: reset tty->receive_room when attaching ser_gigasetTilman Schmidt2015-09-291-1/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-153-207/+198
|\
| * isdn/gigaset: restructure modem response parser (4)Tilman Schmidt2015-03-231-107/+151
| * isdn/gigaset: restructure modem response parser (3)Tilman Schmidt2015-03-231-37/+19
| * isdn/gigaset: restructure modem response parser (2)Tilman Schmidt2015-03-231-69/+57
| * isdn/gigaset: restructure modem response parser (1)Tilman Schmidt2015-03-231-44/+55
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-032-2/+2
| |\ \
| * | | net: Kill dev_rebuild_headerEric W. Biederman2015-03-021-33/+0
| * | | net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-143-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: Fix typo in printk messagesMasanari Iida2015-03-063-4/+4
* | | | isdn: icn: use strlcpy() when parsing setup optionsDan Carpenter2015-03-151-1/+1
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-031-1/+1
|\ \ \
| * | | mISDN: replace current->state by set_current_state()Fabian Frederick2015-02-221-1/+1
| | |/ | |/|
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-191-1/+1
|\ \ \ | |/ / |/| |
| * | kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-071-1/+1
* | | drivers: isdn: isdnloop: isdnloop.c: Remove parenthesis around return values,...Bas Peters2015-02-051-14/+14
* | | drivers: isdn: isdnloop: isdnloop.c: Fix brace positions according to CodingS...Bas Peters2015-02-051-12/+6
* | | drivers: isdn: isdnloop: isdnloop.c: remove assignment of variables in if con...Bas Peters2015-02-051-8/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-1/+1
|\ \ \
| * | | isdn: off by one in connect_res()Dan Carpenter2015-02-021-1/+1
* | | | Drivers: Isdn: sc: Fixed coding style & spelling mistakes.Akash Shende2015-01-171-9/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-141-1/+1
|\| | |
| * | | isdn: fix NUL (\0 or \x00) specification in stringGiel van Schijndel2015-01-121-1/+1
| |/ /
* | | mISDN: avoid arch specific __builtin_return_address callArnd Bergmann2015-01-132-6/+12
* | | isdn: hisax: hfc4s8s_l1: Remove some unused functionsRickard Strandqvist2015-01-021-21/+0
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-121-1/+1
|\|
| * treewide: fix typo in printk and KconfigMasanari Iida2014-11-201-1/+1
* | isdn/capi: correct argument types of command_2_indexTilman Schmidt2014-12-101-1/+1
* | isdn/gigaset: enable Kernel CAPI support by defaultTilman Schmidt2014-12-101-1/+1
* | isdn/gigaset: elliminate unnecessary argument from send_cb()Tilman Schmidt2014-12-101-16/+15
* | isdn/gigaset: clarify gigaset_modem_fill control structureTilman Schmidt2014-12-101-28/+24
* | isdn/gigaset: drop duplicate declarationTilman Schmidt2014-12-101-3/+0
* | isdn: fix misspelling of current function in stringJulia Lawall2014-12-098-10/+9
* | new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* | mISDN: Deletion of unnecessary checks before the function call "vfree"Markus Elfring2014-11-211-4/+2
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
|/
* isdn/gigaset: fix usb_gigaset write_cmd result raceTilman Schmidt2014-10-141-1/+3
* isdn/capi: don't return NULL from capi_cmd2str()Tilman Schmidt2014-10-141-2/+7
* isdn/capi: handle CAPI 2.0 message parser failuresTilman Schmidt2014-10-142-27/+145
* isdn/capi: prevent NULL pointer dereference on invalid CAPI commandTilman Schmidt2014-10-141-0/+7
* isdn/capi: refactor command/subcommand table accessesTilman Schmidt2014-10-141-5/+18
* isdn/capi: prevent index overrun from command_2_index()Tilman Schmidt2014-10-141-0/+2
* isdn/capi: correct capi20_manufacturer argument type mismatchTilman Schmidt2014-10-141-2/+2
* isdn/gigaset: fix non-heap pointer deallocationTilman Schmidt2014-10-141-41/+70
* isdn/gigaset: fix NULL pointer dereferenceTilman Schmidt2014-10-141-0/+5
* isdn/gigaset: limit raw CAPI message dump lengthTilman Schmidt2014-10-141-0/+2