Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-07isdn: Drop big endian cpp checks from telespci and hfc_pci driversGuenter Roeck
2013-12-26isdn: slight optimization of addr comparedingtianhong
2013-12-19treewide: Fix typos in printkMasanari Iida
2013-12-19Merge branch 'master' into for-nextJiri Kosina
2013-12-19isdn: use strlcpy() instead strcpy()Dan Carpenter
2013-12-02treewide: Fix typo in KconfigMasanari Iida
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-11-15isdnloop: use strlcpy() instead of strcpy()Dan Carpenter
2013-11-08isdn: icn: NULL dereference printing error messageDan Carpenter
2013-10-17isdn: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-10-03isdn: eicon: free pointer after using it in log msg in divas_um_idi_delete_en...Jesper Juhl
2013-09-16isdn: hfcpci_softirq: get func return to suppress compiler warningAntonio Alecrim Jr
2013-09-14isdn: clean up debug format string usageKees Cook
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-08-31mISDN: return -EINVAL on error in dsp_control_req()Dan Carpenter
2013-07-27ISDN: convert class code to use dev_groupsGreg Kroah-Hartman
2013-07-20mISDN: replace sum of bitmasks with OR operation.Alexandru Juncu
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-04drivers: avoid format string in dev_set_nameKees Cook
2013-05-29isdn: Correct comparison of skb->tail and skb-transport_headerSimon Horman
2013-05-21isdn/kcapi: fix a small underflowDan Carpenter
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-29mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racyAl Viro
2013-04-29mISDN: fix mISDN_read()/mISDN_read() raceAl Viro
2013-04-29mISDN: fix misdn_add_timer()/misdn_del_timer() raceAl Viro
2013-04-29mISDN: fix races between misdn_del_timer() and timer callbackAl Viro
2013-04-29mISDN: fix the races with timers going off just as they are deletedAl Viro
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-04-25isdn/sc: Fix incorrect module_param_array typesGeert Uytterhoeven
2013-04-25isdn: mISDN: set ->family in ->getname()Dan Carpenter
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-04-09hysdn: stash pointer to card into proc_dir_entry->dataAl Viro
2013-04-02ISDN:divert: beautify code: useless 'break', 'return (0)', additional comments.Chen Gang
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman
2013-03-28net: add ETH_P_802_3_MINSimon Horman
2013-03-26Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2013-03-22Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-19TTY: cleanup tty->hw_stopped usesJiri Slaby
2013-03-19TTY: add tty_port_tty_wakeup helperJiri Slaby
2013-03-18drivers/isdn: delete 'break' after 'return'Chen Gang