| Commit message (Expand) | Author | Age | Files | Lines |
* | isdn/gigaset: fix NULL-deref at probe | Johan Hovold | 2017-07-18 | 1 | -0/+3 |
* | ISDN: eicon: silence misleading array-bounds warning | Arnd Bergmann | 2017-03-16 | 1 | -1/+2 |
* | ser_gigaset: return -ENOMEM on error instead of success | Dan Carpenter | 2017-02-23 | 1 | -1/+3 |
* | ser_gigaset: fix deallocation of platform device structure | Tilman Schmidt | 2016-01-25 | 1 | -3/+7 |
* | mISDN: fix a loop count | Dan Carpenter | 2016-01-25 | 1 | -4/+3 |
* | isdn: Partially revert debug format string usage clean up | Christoph Biedl | 2016-01-05 | 4 | -6/+6 |
* | ppp, slip: Validate VJ compression slot parameters completely | Ben Hutchings | 2015-11-16 | 1 | -6/+4 |
* | isdn_ppp: Add checks for allocation failure in isdn_ppp_open() | Ben Hutchings | 2015-11-16 | 1 | -0/+6 |
* | isdn/gigaset: reset tty->receive_room when attaching ser_gigaset | Tilman Schmidt | 2015-08-12 | 1 | -1/+10 |
* | isdn/bas_gigaset: fix a leak on failure path in gigaset_probe() | Alexey Khoroshilov | 2014-07-29 | 1 | -0/+1 |
* | net: ppp: fix creating PPP pass and active filters | Christoph Schulz | 2014-07-16 | 1 | -4/+16 |
* | net: ppp: don't call sk_chk_filter twice | Christoph Schulz | 2014-07-14 | 1 | -7/+1 |
* | isdn: hisax: l3ni1.c: Fix for possible null pointer dereference | Rickard Strandqvist | 2014-07-08 | 1 | -5/+9 |
* | isdn: hisax: Drop duplicate Kconfig entry | Jean Delvare | 2014-06-16 | 1 | -5/+0 |
* | isdn: hisax: Merge Kconfig ifs | Jean Delvare | 2014-06-16 | 1 | -5/+1 |
* | isdn/capi: fix (middleware) device nodes | Paul Bolle | 2014-06-04 | 2 | -3/+3 |
* | isdn/capi: Make verbose reporting depend on capidrv | Paul Bolle | 2014-06-04 | 2 | -9/+9 |
* | isdn/capi: move capi_info2str to capidrv.c | Paul Bolle | 2014-06-04 | 2 | -200/+195 |
* | net: filter: let unattached filters use sock_fprog_kern | Daniel Borkmann | 2014-05-23 | 1 | -2/+2 |
* | mISDN: Use mod_timer() | Manuel Schölling | 2014-05-22 | 1 | -8/+4 |
* | mISDN: Use time_before() | Manuel Schölling | 2014-05-22 | 1 | -2/+2 |
* | isdn: hisax: remove some dead code | Dan Carpenter | 2014-05-07 | 1 | -107/+4 |
* | hisax/icc: add missing semicolon after label | Julia Lawall | 2014-04-22 | 1 | -1/+1 |
* | isdn: icn: buffer overflow in icn_command() | Dan Carpenter | 2014-04-16 | 1 | -6/+5 |
* | isdnloop: several buffer overflows | Dan Carpenter | 2014-04-08 | 1 | -8/+9 |
* | isdnloop: Validate NUL-terminated strings from user. | YOSHIFUJI Hideaki / 吉藤英明 | 2014-04-03 | 1 | -0/+6 |
* | net: isdn: use sk_unattached_filter api | Daniel Borkmann | 2014-03-31 | 1 | -20/+41 |
* | isdn: replace del_timer by del_timer_sync | Julia Lawall | 2014-03-27 | 3 | -4/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-25 | 1 | -9/+9 |
|\ |
|
| * | isdn/capi: Make Middleware depend on CAPI2.0 | Paul Bolle | 2014-03-18 | 1 | -9/+9 |
* | | isdn: fix multiple sleep_on races | Arnd Bergmann | 2014-02-26 | 1 | -5/+8 |
* | | isdn: divert, hysdn: fix interruptible_sleep_on race | Arnd Bergmann | 2014-02-26 | 2 | -6/+8 |
* | | isdn: hisax/elsa: fix sleep_on race in elsa FSM | Arnd Bergmann | 2014-02-26 | 2 | -4/+8 |
* | | isdn: pcbit: fix interruptible_sleep_on race | Arnd Bergmann | 2014-02-26 | 1 | -3/+3 |
|/ |
|
* | isdn/hisax: hex vs decimal typo in prfeatureind() | Dan Carpenter | 2014-02-06 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 3 | -6/+5 |
|\ |
|
| * | net: add build-time checks for msg->msg_name size | Steffen Hurrle | 2014-01-18 | 1 | -3/+2 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-06 | 2 | -8/+0 |
| |\ |
|
| * | | isdn: slight optimization of addr compare | dingtianhong | 2013-12-26 | 1 | -2/+2 |
| * | | isdn: use strlcpy() instead strcpy() | Dan Carpenter | 2013-12-18 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-01-22 | 2 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | treewide: Fix typos in printk | Masanari Iida | 2013-12-19 | 1 | -1/+1 |
| * | | Merge branch 'master' into for-next | Jiri Kosina | 2013-12-19 | 26 | -98/+72 |
| |\| |
|
| * | | treewide: Fix typo in Kconfig | Masanari Iida | 2013-12-02 | 1 | -1/+1 |
* | | | isdn: Drop big endian cpp checks from telespci and hfc_pci drivers | Guenter Roeck | 2014-01-06 | 2 | -8/+0 |
| |/
|/| |
|
* | | net: rework recvmsg handler msg_name and msg_namelen logic | Hannes Frederic Sowa | 2013-11-20 | 1 | -9/+4 |
* | | isdnloop: use strlcpy() instead of strcpy() | Dan Carpenter | 2013-11-14 | 1 | -3/+5 |
* | | isdn: icn: NULL dereference printing error message | Dan Carpenter | 2013-11-07 | 1 | -2/+1 |
* | | isdn: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-10-17 | 2 | -2/+2 |
* | | isdn: eicon: free pointer after using it in log msg in divas_um_idi_delete_en... | Jesper Juhl | 2013-10-02 | 1 | -1/+1 |