| Commit message (Expand) | Author | Age |
* | isdn: hfcpci_softirq: get func return to suppress compiler warning | Antonio Alecrim Jr | 2013-09-15 |
* | isdn: clean up debug format string usage | Kees Cook | 2013-09-13 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-09-05 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-09-05 |
| |\ |
|
| * | | mISDN: replace sum of bitmasks with OR operation. | Alexandru Juncu | 2013-07-19 |
* | | | Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-09-03 |
|\ \ \
| |_|/
|/| | |
|
| * | | ISDN: convert class code to use dev_groups | Greg Kroah-Hartman | 2013-07-26 |
| |/ |
|
* / | mISDN: return -EINVAL on error in dsp_control_req() | Dan Carpenter | 2013-08-30 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-07-09 |
|\ |
|
| * | isdn: Correct comparison of skb->tail and skb-transport_header | Simon Horman | 2013-05-29 |
* | | drivers: avoid format string in dev_set_name | Kees Cook | 2013-07-03 |
|/ |
|
* | isdn/kcapi: fix a small underflow | Dan Carpenter | 2013-05-20 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 |
|\ |
|
| * | mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racy | Al Viro | 2013-04-29 |
| * | mISDN: fix mISDN_read()/mISDN_read() race | Al Viro | 2013-04-29 |
| * | mISDN: fix misdn_add_timer()/misdn_del_timer() race | Al Viro | 2013-04-29 |
| * | mISDN: fix races between misdn_del_timer() and timer callback | Al Viro | 2013-04-29 |
| * | mISDN: fix the races with timers going off just as they are deleted | Al Viro | 2013-04-29 |
| * | procfs: new helper - PDE_DATA(inode) | Al Viro | 2013-04-09 |
| * | hysdn: stash pointer to card into proc_dir_entry->data | Al Viro | 2013-04-09 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-05-01 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-04-30 |
| |\ \ |
|
| | * | | isdn/sc: Fix incorrect module_param_array types | Geert Uytterhoeven | 2013-04-25 |
| | * | | isdn: mISDN: set ->family in ->getname() | Dan Carpenter | 2013-04-25 |
| | |/ |
|
| * | | ISDN:divert: beautify code: useless 'break', 'return (0)', additional comments. | Chen Gang | 2013-04-02 |
| * | | net: add ETH_P_802_3_MIN | Simon Horman | 2013-03-28 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-03-20 |
| |\| |
|
| * | | driver: isdn: hisax: remove cast for kmalloc/kzalloc return value | Zhang Yanfei | 2013-03-12 |
| * | | driver: isdn: capi: remove cast for kmalloc return value | Zhang Yanfei | 2013-03-12 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-04-30 |
|\ \ \ |
|
| * | | | drivers/isdn: delete 'break' after 'return' | Chen Gang | 2013-03-18 |
* | | | | Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2013-04-29 |
|\ \ \ \ |
|
| * \ \ \ | Merge 3.9-rc5 into tty-next | Greg Kroah-Hartman | 2013-04-01 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge 3.9-rc3 into tty-next | Greg Kroah-Hartman | 2013-03-21 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | TTY: cleanup tty->hw_stopped uses | Jiri Slaby | 2013-03-18 |
| * | | | | TTY: add tty_port_tty_wakeup helper | Jiri Slaby | 2013-03-18 |
* | | | | | Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 2013-03-26 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | isdn: hisax: netjet requires VIRT_TO_BUS | Arnd Bergmann | 2013-03-17 |
| | |/ /
| |/| | |
|
| * | | | drivers/isdn: checkng length to be sure not memory overflow | Chen Gang | 2013-03-08 |
| |/ / |
|
* / / | drivers/isdn: use module_pcmcia_driver() in pcmcia drivers | H Hartley Sweeten | 2013-03-15 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-03-05 |
|\ \
| |/
|/| |
|
| * | isdn: hisax: add missing usb_free_urb | Marina Makienko | 2013-02-26 |
* | | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 |
|\ \
| |/
|/| |
|
| * | new helper: file_inode(file) | Al Viro | 2013-02-22 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-02-21 |
|\ \ |
|
| * \ | Merge branch 'master' into for-next | Jiri Kosina | 2013-01-29 |
| |\ \ |
|
| * | | | treewide: Replace incomming with incoming in all comments and strings | Jorrit Schippers | 2013-01-03 |
* | | | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-02-21 |
|\ \ \ \ |
|
| * | | | | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 2013-01-18 |