1. faaa552 drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndef by Rasmus Villemoes · 10 years ago
  2. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  3. 7bcc673 ISDN: pcbit: off by one bugs in pcbit_set_msn() by Dan Carpenter · 10 years ago
  4. 5160ee9 CAPI: use correct structure type name in sizeof by Julia Lawall · 10 years ago
  5. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  6. 86b7987 isdn/bas_gigaset: fix a leak on failure path in gigaset_probe() by Alexey Khoroshilov · 10 years ago
  7. 7b18ef0 isdn: use constants instead of magicnumbers by Himangi Saraogi · 10 years ago
  8. 8fd90bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  9. cc25eaa net: ppp: fix creating PPP pass and active filters by Christoph Schulz · 10 years ago
  10. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  11. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  12. 3916a31 net: ppp: don't call sk_chk_filter twice by Christoph Schulz · 10 years ago
  13. 85b722d isdn: hisax: l3ni1.c: Fix for possible null pointer dereference by Rickard Strandqvist · 10 years ago
  14. ddc6fbd isdn: hisax: Drop duplicate Kconfig entry by Jean Delvare · 10 years ago
  15. a1c3334 isdn: hisax: Merge Kconfig ifs by Jean Delvare · 10 years ago
  16. d1cadce isdn/capi: fix (middleware) device nodes by Paul Bolle · 10 years ago
  17. a79f5d2 isdn/capi: Make verbose reporting depend on capidrv by Paul Bolle · 10 years ago
  18. ca05e3a isdn/capi: move capi_info2str to capidrv.c by Paul Bolle · 10 years ago
  19. b1fcd35 net: filter: let unattached filters use sock_fprog_kern by Daniel Borkmann · 10 years ago
  20. 87f03cc mISDN: Use mod_timer() by Manuel Schölling · 10 years ago
  21. 0797fb0 mISDN: Use time_before() by Manuel Schölling · 10 years ago
  22. d1f88a6 isdn: hisax: remove some dead code by Dan Carpenter · 10 years ago
  23. 6a51b5e hisax/icc: add missing semicolon after label by Julia Lawall · 10 years ago
  24. b7a3140 isdn: icn: buffer overflow in icn_command() by Dan Carpenter · 10 years ago
  25. 7563487 isdnloop: several buffer overflows by Dan Carpenter · 10 years ago
  26. 77bc6be isdnloop: Validate NUL-terminated strings from user. by YOSHIFUJI Hideaki / 吉藤英明 · 10 years ago
  27. 77e0114 net: isdn: use sk_unattached_filter api by Daniel Borkmann · 10 years ago
  28. 0c295e4 isdn: replace del_timer by del_timer_sync by Julia Lawall · 10 years ago
  29. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  30. d1958f8 isdn/capi: Make Middleware depend on CAPI2.0 by Paul Bolle · 10 years ago
  31. 94fcf69 isdn: fix multiple sleep_on races by Arnd Bergmann · 10 years ago
  32. c11da83 isdn: divert, hysdn: fix interruptible_sleep_on race by Arnd Bergmann · 10 years ago
  33. c728cc8 isdn: hisax/elsa: fix sleep_on race in elsa FSM by Arnd Bergmann · 10 years ago
  34. e5b3fa1 isdn: pcbit: fix interruptible_sleep_on race by Arnd Bergmann · 10 years ago
  35. cd13978 isdn/hisax: hex vs decimal typo in prfeatureind() by Dan Carpenter · 10 years ago
  36. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  37. bb1281f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  38. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  39. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  40. 22d3b76 isdn: Drop big endian cpp checks from telespci and hfc_pci drivers by Guenter Roeck · 11 years ago
  41. 48f045b isdn: slight optimization of addr compare by dingtianhong · 11 years ago
  42. 77d84ff treewide: Fix typos in printk by Masanari Iida · 11 years ago
  43. e23c34b Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  44. 020e867c isdn: use strlcpy() instead strcpy() by Dan Carpenter · 11 years ago
  45. 5065a70 treewide: Fix typo in Kconfig by Masanari Iida · 11 years ago
  46. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  47. f9a23c8 isdnloop: use strlcpy() instead of strcpy() by Dan Carpenter · 11 years ago
  48. 5600090 isdn: icn: NULL dereference printing error message by Dan Carpenter · 11 years ago
  49. 33235ca isdn: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  50. 8455778 isdn: eicon: free pointer after using it in log msg in divas_um_idi_delete_entity() by Jesper Juhl · 11 years ago
  51. d6d6d1b isdn: hfcpci_softirq: get func return to suppress compiler warning by Antonio Alecrim Jr · 11 years ago
  52. 35a4a57 isdn: clean up debug format string usage by Kees Cook · 11 years ago
  53. cc998ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  54. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  55. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  56. 0d63c27 mISDN: return -EINVAL on error in dsp_control_req() by Dan Carpenter · 11 years ago
  57. d98259c ISDN: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  58. 6e3d677 mISDN: replace sum of bitmasks with OR operation. by Alexandru Juncu · 11 years ago
  59. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  60. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  61. 25b6e14 isdn: Correct comparison of skb->tail and skb-transport_header by Simon Horman · 11 years ago
  62. 25dff94 isdn/kcapi: fix a small underflow by Dan Carpenter · 11 years ago
  63. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  64. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  65. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  66. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  67. 89b107a mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racy by Al Viro · 11 years ago
  68. ebb06be mISDN: fix mISDN_read()/mISDN_read() race by Al Viro · 11 years ago
  69. 1678ec0 mISDN: fix misdn_add_timer()/misdn_del_timer() race by Al Viro · 11 years ago
  70. 1b10895 mISDN: fix races between misdn_del_timer() and timer callback by Al Viro · 11 years ago
  71. c08c464 mISDN: fix the races with timers going off just as they are deleted by Al Viro · 11 years ago
  72. 507ffe4 Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  73. b9e48de isdn/sc: Fix incorrect module_param_array types by Geert Uytterhoeven · 11 years ago
  74. d915209 isdn: mISDN: set ->family in ->getname() by Dan Carpenter · 11 years ago
  75. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  76. 4d8e8d2 hysdn: stash pointer to card into proc_dir_entry->data by Al Viro · 11 years ago
  77. 287ecef ISDN:divert: beautify code: useless 'break', 'return (0)', additional comments. by Chen Gang · 11 years ago
  78. ef99f3a Merge 3.9-rc5 into tty-next by Greg Kroah-Hartman · 11 years ago
  79. e5c5d22 net: add ETH_P_802_3_MIN by Simon Horman · 11 years ago
  80. e58b9a2 Merge tag 'arizona-extcon-asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc into char-misc-next by Greg Kroah-Hartman · 11 years ago
  81. 23a376f Merge 3.9-rc3 into tty-next by Greg Kroah-Hartman · 11 years ago
  82. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  83. ee79706 TTY: cleanup tty->hw_stopped uses by Jiri Slaby · 11 years ago
  84. 6aad04f TTY: add tty_port_tty_wakeup helper by Jiri Slaby · 11 years ago
  85. ce03cb2 drivers/isdn: delete 'break' after 'return' by Chen Gang · 11 years ago
  86. 8008f6e isdn: hisax: netjet requires VIRT_TO_BUS by Arnd Bergmann · 11 years ago
  87. 0aae9c6 drivers/isdn: use module_pcmcia_driver() in pcmcia drivers by H Hartley Sweeten · 11 years ago
  88. f754e91 driver: isdn: hisax: remove cast for kmalloc/kzalloc return value by Zhang Yanfei · 11 years ago
  89. c3f14cf driver: isdn: capi: remove cast for kmalloc return value by Zhang Yanfei · 11 years ago
  90. f394793 drivers/isdn: checkng length to be sure not memory overflow by Chen Gang · 11 years ago
  91. 9da060d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  92. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  93. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  94. 114a6f8 isdn: hisax: add missing usb_free_urb by Marina Makienko · 11 years ago
  95. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  96. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  97. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  98. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  99. a0b1c42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  100. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago