Age | Commit message (Expand) | Author | Files | Lines |
2013-11-21 | net: rework recvmsg handler msg_name and msg_namelen logic | Hannes Frederic Sowa | 1 | -9/+4 |
2013-11-15 | isdnloop: use strlcpy() instead of strcpy() | Dan Carpenter | 1 | -3/+5 |
2013-11-08 | isdn: icn: NULL dereference printing error message | Dan Carpenter | 1 | -2/+1 |
2013-10-17 | isdn: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2 | -2/+2 |
2013-10-03 | isdn: eicon: free pointer after using it in log msg in divas_um_idi_delete_en... | Jesper Juhl | 1 | -1/+1 |
2013-09-16 | isdn: hfcpci_softirq: get func return to suppress compiler warning | Antonio Alecrim Jr | 1 | -2/+2 |
2013-09-14 | isdn: clean up debug format string usage | Kees Cook | 19 | -79/+57 |
2013-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -6/+6 |
2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2013-09-03 | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -28/+36 |
2013-08-31 | mISDN: return -EINVAL on error in dsp_control_req() | Dan Carpenter | 1 | -1/+3 |
2013-07-27 | ISDN: convert class code to use dev_groups | Greg Kroah-Hartman | 1 | -28/+36 |
2013-07-20 | mISDN: replace sum of bitmasks with OR operation. | Alexandru Juncu | 1 | -6/+6 |
2013-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+1 |
2013-07-04 | drivers: avoid format string in dev_set_name | Kees Cook | 1 | -1/+1 |
2013-05-29 | isdn: Correct comparison of skb->tail and skb-transport_header | Simon Horman | 1 | -1/+1 |
2013-05-21 | isdn/kcapi: fix a small underflow | Dan Carpenter | 1 | -3/+3 |
2013-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 9 | -131/+70 |
2013-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 7 | -12/+10 |
2013-04-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+0 |
2013-04-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+3 |
2013-04-29 | mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racy | Al Viro | 1 | -2/+1 |
2013-04-29 | mISDN: fix mISDN_read()/mISDN_read() race | Al Viro | 1 | -9/+14 |
2013-04-29 | mISDN: fix misdn_add_timer()/misdn_del_timer() race | Al Viro | 1 | -9/+5 |
2013-04-29 | mISDN: fix races between misdn_del_timer() and timer callback | Al Viro | 1 | -13/+9 |
2013-04-29 | mISDN: fix the races with timers going off just as they are deleted | Al Viro | 1 | -2/+12 |
2013-04-29 | Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 3 | -14/+2 |
2013-04-25 | isdn/sc: Fix incorrect module_param_array types | Geert Uytterhoeven | 1 | -2/+2 |
2013-04-25 | isdn: mISDN: set ->family in ->getname() | Dan Carpenter | 1 | -0/+1 |
2013-04-09 | procfs: new helper - PDE_DATA(inode) | Al Viro | 8 | -17/+17 |
2013-04-09 | hysdn: stash pointer to card into proc_dir_entry->data | Al Viro | 2 | -85/+18 |
2013-04-02 | ISDN:divert: beautify code: useless 'break', 'return (0)', additional comments. | Chen Gang | 1 | -5/+3 |
2013-04-01 | Merge 3.9-rc5 into tty-next | Greg Kroah-Hartman | 1 | -2/+4 |
2013-03-28 | net: add ETH_P_802_3_MIN | Simon Horman | 1 | -1/+1 |
2013-03-26 | Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2 | -3/+7 |
2013-03-22 | Merge 3.9-rc3 into tty-next | Greg Kroah-Hartman | 1 | -1/+3 |
2013-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+4 |
2013-03-19 | TTY: cleanup tty->hw_stopped uses | Jiri Slaby | 1 | -3/+0 |
2013-03-19 | TTY: add tty_port_tty_wakeup helper | Jiri Slaby | 2 | -11/+2 |
2013-03-18 | drivers/isdn: delete 'break' after 'return' | Chen Gang | 1 | -1/+0 |
2013-03-17 | isdn: hisax: netjet requires VIRT_TO_BUS | Arnd Bergmann | 1 | -2/+4 |
2013-03-15 | drivers/isdn: use module_pcmcia_driver() in pcmcia drivers | H Hartley Sweeten | 5 | -65/+5 |
2013-03-12 | driver: isdn: hisax: remove cast for kmalloc/kzalloc return value | Zhang Yanfei | 2 | -2/+2 |
2013-03-12 | driver: isdn: capi: remove cast for kmalloc return value | Zhang Yanfei | 1 | -2/+1 |
2013-03-08 | drivers/isdn: checkng length to be sure not memory overflow | Chen Gang | 1 | -1/+3 |
2013-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -2/+10 |
2013-02-28 | hlist: drop the node parameter from iterators | Sasha Levin | 2 | -4/+2 |
2013-02-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -10/+10 |
2013-02-27 | isdn: hisax: add missing usb_free_urb | Marina Makienko | 1 | -2/+10 |
2013-02-23 | new helper: file_inode(file) | Al Viro | 4 | -10/+10 |