aboutsummaryrefslogtreecommitdiff
path: root/drivers/isdn
AgeCommit message (Expand)AuthorFilesLines
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-6/+5
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2014-01-18net: add build-time checks for msg->msg_name sizeGravatar Steffen Hurrle 1-3/+2
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-8/+0
2014-01-06isdn: Drop big endian cpp checks from telespci and hfc_pci driversGravatar Guenter Roeck 2-8/+0
2013-12-26isdn: slight optimization of addr compareGravatar dingtianhong 1-2/+2
2013-12-19treewide: Fix typos in printkGravatar Masanari Iida 1-1/+1
2013-12-19Merge branch 'master' into for-nextGravatar Jiri Kosina 26-98/+72
2013-12-18isdn: use strlcpy() instead strcpy()Gravatar Dan Carpenter 1-1/+1
2013-12-02treewide: Fix typo in KconfigGravatar Masanari Iida 1-1/+1
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicGravatar Hannes Frederic Sowa 1-9/+4
2013-11-14isdnloop: use strlcpy() instead of strcpy()Gravatar Dan Carpenter 1-3/+5
2013-11-07isdn: icn: NULL dereference printing error messageGravatar Dan Carpenter 1-2/+1
2013-10-17isdn: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 2-2/+2
2013-10-02isdn: eicon: free pointer after using it in log msg in divas_um_idi_delete_en...Gravatar Jesper Juhl 1-1/+1
2013-09-15isdn: hfcpci_softirq: get func return to suppress compiler warningGravatar Antonio Alecrim Jr 1-2/+2
2013-09-13isdn: clean up debug format string usageGravatar Kees Cook 19-79/+57
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-6/+6
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+3
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-28/+36
2013-08-30mISDN: return -EINVAL on error in dsp_control_req()Gravatar Dan Carpenter 1-1/+3
2013-07-26ISDN: convert class code to use dev_groupsGravatar Greg Kroah-Hartman 1-28/+36
2013-07-19mISDN: replace sum of bitmasks with OR operation.Gravatar Alexandru Juncu 1-6/+6
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+1
2013-07-03drivers: avoid format string in dev_set_nameGravatar Kees Cook 1-1/+1
2013-05-28isdn: Correct comparison of skb->tail and skb-transport_headerGravatar Simon Horman 1-1/+1
2013-05-20isdn/kcapi: fix a small underflowGravatar Dan Carpenter 1-3/+3
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 9-131/+70
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 7-12/+10
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+0
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+3
2013-04-29mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racyGravatar Al Viro 1-2/+1
2013-04-29mISDN: fix mISDN_read()/mISDN_read() raceGravatar Al Viro 1-9/+14
2013-04-29mISDN: fix misdn_add_timer()/misdn_del_timer() raceGravatar Al Viro 1-9/+5
2013-04-29mISDN: fix races between misdn_del_timer() and timer callbackGravatar Al Viro 1-13/+9
2013-04-29mISDN: fix the races with timers going off just as they are deletedGravatar Al Viro 1-2/+12
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 3-14/+2
2013-04-25isdn/sc: Fix incorrect module_param_array typesGravatar Geert Uytterhoeven 1-2/+2
2013-04-25isdn: mISDN: set ->family in ->getname()Gravatar Dan Carpenter 1-0/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 8-17/+17
2013-04-09hysdn: stash pointer to card into proc_dir_entry->dataGravatar Al Viro 2-85/+18
2013-04-02ISDN:divert: beautify code: useless 'break', 'return (0)', additional comments.Gravatar Chen Gang 1-5/+3
2013-04-01Merge 3.9-rc5 into tty-nextGravatar Greg Kroah-Hartman 1-2/+4
2013-03-28net: add ETH_P_802_3_MINGravatar Simon Horman 1-1/+1
2013-03-26Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 2-3/+7
2013-03-21Merge 3.9-rc3 into tty-nextGravatar Greg Kroah-Hartman 1-1/+3
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+4
2013-03-18TTY: cleanup tty->hw_stopped usesGravatar Jiri Slaby 1-3/+0
2013-03-18TTY: add tty_port_tty_wakeup helperGravatar Jiri Slaby 2-11/+2
2013-03-18drivers/isdn: delete 'break' after 'return'Gravatar Chen Gang 1-1/+0