| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-26 | 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-07 | 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-19 | 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-23 | 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-21 | 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-08 | 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 |
* | | isdn: hfcpci_softirq: get func return to suppress compiler warning | Antonio Alecrim Jr | 2013-09-16 | 1 | -2/+2 |
* | | isdn: clean up debug format string usage | Kees Cook | 2013-09-14 | 19 | -79/+57 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-09-05 | 1 | -6/+6 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-09-05 | 1 | -1/+3 |
| |\ |
|
| * | | mISDN: replace sum of bitmasks with OR operation. | Alexandru Juncu | 2013-07-20 | 1 | -6/+6 |
* | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-09-03 | 1 | -28/+36 |
|\ \ \
| |_|/
|/| | |
|
| * | | ISDN: convert class code to use dev_groups | Greg Kroah-Hartman | 2013-07-27 | 1 | -28/+36 |
| |/ |
|
* / | mISDN: return -EINVAL on error in dsp_control_req() | Dan Carpenter | 2013-08-30 | 1 | -1/+3 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-07-10 | 1 | -1/+1 |
|\ |
|
| * | isdn: Correct comparison of skb->tail and skb-transport_header | Simon Horman | 2013-05-29 | 1 | -1/+1 |
* | | drivers: avoid format string in dev_set_name | Kees Cook | 2013-07-04 | 1 | -1/+1 |
|/ |
|
* | isdn/kcapi: fix a small underflow | Dan Carpenter | 2013-05-20 | 1 | -3/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-02 | 9 | -131/+70 |
|\ |
|
| * | mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racy | Al Viro | 2013-04-29 | 1 | -2/+1 |
| * | mISDN: fix mISDN_read()/mISDN_read() race | Al Viro | 2013-04-29 | 1 | -9/+14 |
| * | mISDN: fix misdn_add_timer()/misdn_del_timer() race | Al Viro | 2013-04-29 | 1 | -9/+5 |
| * | mISDN: fix races between misdn_del_timer() and timer callback | Al Viro | 2013-04-29 | 1 | -13/+9 |
| * | mISDN: fix the races with timers going off just as they are deleted | Al Viro | 2013-04-29 | 1 | -2/+12 |
| * | procfs: new helper - PDE_DATA(inode) | Al Viro | 2013-04-09 | 8 | -17/+17 |
| * | hysdn: stash pointer to card into proc_dir_entry->data | Al Viro | 2013-04-09 | 2 | -85/+18 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-05-01 | 7 | -12/+10 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-04-30 | 2 | -2/+3 |
| |\ \ |
|
| | * | | isdn/sc: Fix incorrect module_param_array types | Geert Uytterhoeven | 2013-04-25 | 1 | -2/+2 |