1. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  2. 330078a isdn/capi: correct argument types of command_2_index by Tilman Schmidt · 10 years ago
  3. f6a68e6 isdn/gigaset: enable Kernel CAPI support by default by Tilman Schmidt · 10 years ago
  4. f99a6fd isdn/gigaset: elliminate unnecessary argument from send_cb() by Tilman Schmidt · 10 years ago
  5. f650dd2 isdn/gigaset: clarify gigaset_modem_fill control structure by Tilman Schmidt · 10 years ago
  6. ff66fc3 isdn/gigaset: drop duplicate declaration by Tilman Schmidt · 10 years ago
  7. eeb4e6d isdn: fix misspelling of current function in string by Julia Lawall · 10 years ago
  8. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  9. 3819ffd mISDN: Deletion of unnecessary checks before the function call "vfree" by Markus Elfring · 10 years ago
  10. 6774def treewide: fix typo in printk and Kconfig by Masanari Iida · 10 years ago
  11. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  12. 86f8ef2 isdn/gigaset: fix usb_gigaset write_cmd result race by Tilman Schmidt · 10 years ago
  13. 340184b isdn/capi: don't return NULL from capi_cmd2str() by Tilman Schmidt · 10 years ago
  14. 2bf3a09 isdn/capi: handle CAPI 2.0 message parser failures by Tilman Schmidt · 10 years ago
  15. 5510ab1 isdn/capi: prevent NULL pointer dereference on invalid CAPI command by Tilman Schmidt · 10 years ago
  16. 854d23b isdn/capi: refactor command/subcommand table accesses by Tilman Schmidt · 10 years ago
  17. 5362247 isdn/capi: prevent index overrun from command_2_index() by Tilman Schmidt · 10 years ago
  18. 9ea8aa8 isdn/capi: correct capi20_manufacturer argument type mismatch by Tilman Schmidt · 10 years ago
  19. b8324f9 isdn/gigaset: fix non-heap pointer deallocation by Tilman Schmidt · 10 years ago
  20. 846ac30 isdn/gigaset: fix NULL pointer dereference by Tilman Schmidt · 10 years ago
  21. 097933d isdn/gigaset: limit raw CAPI message dump length by Tilman Schmidt · 10 years ago
  22. ee7ff5f isdn/gigaset: make sure controller name is null terminated by Tilman Schmidt · 10 years ago
  23. 1bdc07e isdn/gigaset: missing break in do_facility_req by Tilman Schmidt · 10 years ago
  24. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  25. 7b0c67e4 isdn/gigaset: use USB API function usb_endpoint_num() by Tilman Schmidt · 10 years ago
  26. 434d13b isdn/gigaset: drop unused cardstate structure member by Tilman Schmidt · 10 years ago
  27. 5dcd7d8 isdn/gigaset: improve error handling when leaving DLE mode by Tilman Schmidt · 10 years ago
  28. 51db998 isdn/capi: drop two dead if branches by Tilman Schmidt · 10 years ago
  29. 317c136 isdn: i4l: Remove ASYNC_CTS_FLOW by Peter Hurley · 10 years ago
  30. 126859b mISDN: remove DSP_NEVER_DEFINED and adjust code identation by Colin Ian King · 10 years ago
  31. f9474dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  32. 14462b6 isdn/bas_gigaset: use USB API functions rather than constants by Himangi Saraogi · 10 years ago
  33. f1898a0 isdn/gigaset: use USB API functions rather than constants by Himangi Saraogi · 10 years ago
  34. faaa552 drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndef by Rasmus Villemoes · 10 years ago
  35. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  36. 7bcc673 ISDN: pcbit: off by one bugs in pcbit_set_msn() by Dan Carpenter · 10 years ago
  37. 5160ee9 CAPI: use correct structure type name in sizeof by Julia Lawall · 10 years ago
  38. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  39. 86b7987 isdn/bas_gigaset: fix a leak on failure path in gigaset_probe() by Alexey Khoroshilov · 10 years ago
  40. 7b18ef0 isdn: use constants instead of magicnumbers by Himangi Saraogi · 10 years ago
  41. 8fd90bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  42. cc25eaa net: ppp: fix creating PPP pass and active filters by Christoph Schulz · 10 years ago
  43. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  44. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  45. 3916a31 net: ppp: don't call sk_chk_filter twice by Christoph Schulz · 10 years ago
  46. 85b722d isdn: hisax: l3ni1.c: Fix for possible null pointer dereference by Rickard Strandqvist · 10 years ago
  47. ddc6fbd isdn: hisax: Drop duplicate Kconfig entry by Jean Delvare · 10 years ago
  48. a1c3334 isdn: hisax: Merge Kconfig ifs by Jean Delvare · 10 years ago
  49. d1cadce isdn/capi: fix (middleware) device nodes by Paul Bolle · 10 years ago
  50. a79f5d2 isdn/capi: Make verbose reporting depend on capidrv by Paul Bolle · 10 years ago
  51. ca05e3a isdn/capi: move capi_info2str to capidrv.c by Paul Bolle · 10 years ago
  52. b1fcd35 net: filter: let unattached filters use sock_fprog_kern by Daniel Borkmann · 10 years ago
  53. 87f03cc mISDN: Use mod_timer() by Manuel Schölling · 10 years ago
  54. 0797fb0 mISDN: Use time_before() by Manuel Schölling · 10 years ago
  55. d1f88a6 isdn: hisax: remove some dead code by Dan Carpenter · 10 years ago
  56. 6a51b5e hisax/icc: add missing semicolon after label by Julia Lawall · 10 years ago
  57. b7a3140 isdn: icn: buffer overflow in icn_command() by Dan Carpenter · 10 years ago
  58. 7563487 isdnloop: several buffer overflows by Dan Carpenter · 10 years ago
  59. 77bc6be isdnloop: Validate NUL-terminated strings from user. by YOSHIFUJI Hideaki / 吉藤英明 · 10 years ago
  60. 77e0114 net: isdn: use sk_unattached_filter api by Daniel Borkmann · 10 years ago
  61. 0c295e4 isdn: replace del_timer by del_timer_sync by Julia Lawall · 10 years ago
  62. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  63. d1958f8 isdn/capi: Make Middleware depend on CAPI2.0 by Paul Bolle · 10 years ago
  64. 94fcf69 isdn: fix multiple sleep_on races by Arnd Bergmann · 10 years ago
  65. c11da83 isdn: divert, hysdn: fix interruptible_sleep_on race by Arnd Bergmann · 10 years ago
  66. c728cc8 isdn: hisax/elsa: fix sleep_on race in elsa FSM by Arnd Bergmann · 10 years ago
  67. e5b3fa1 isdn: pcbit: fix interruptible_sleep_on race by Arnd Bergmann · 10 years ago
  68. cd13978 isdn/hisax: hex vs decimal typo in prfeatureind() by Dan Carpenter · 10 years ago
  69. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  70. bb1281f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  71. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  72. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  73. 22d3b76 isdn: Drop big endian cpp checks from telespci and hfc_pci drivers by Guenter Roeck · 10 years ago
  74. 48f045b isdn: slight optimization of addr compare by dingtianhong · 10 years ago
  75. 77d84ff treewide: Fix typos in printk by Masanari Iida · 11 years ago
  76. e23c34b Merge branch 'master' into for-next by Jiri Kosina · 10 years ago
  77. 020e867c isdn: use strlcpy() instead strcpy() by Dan Carpenter · 11 years ago
  78. 5065a70 treewide: Fix typo in Kconfig by Masanari Iida · 11 years ago
  79. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  80. f9a23c8 isdnloop: use strlcpy() instead of strcpy() by Dan Carpenter · 11 years ago
  81. 5600090 isdn: icn: NULL dereference printing error message by Dan Carpenter · 11 years ago
  82. 33235ca isdn: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  83. 8455778 isdn: eicon: free pointer after using it in log msg in divas_um_idi_delete_entity() by Jesper Juhl · 11 years ago
  84. d6d6d1b isdn: hfcpci_softirq: get func return to suppress compiler warning by Antonio Alecrim Jr · 11 years ago
  85. 35a4a57 isdn: clean up debug format string usage by Kees Cook · 11 years ago
  86. cc998ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  87. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  88. 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
  89. 0d63c27 mISDN: return -EINVAL on error in dsp_control_req() by Dan Carpenter · 11 years ago
  90. d98259c ISDN: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  91. 6e3d677 mISDN: replace sum of bitmasks with OR operation. by Alexandru Juncu · 11 years ago
  92. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  93. 02aa2a3 drivers: avoid format string in dev_set_name by Kees Cook · 11 years ago
  94. 25b6e14 isdn: Correct comparison of skb->tail and skb-transport_header by Simon Horman · 11 years ago
  95. 25dff94 isdn/kcapi: fix a small underflow by Dan Carpenter · 11 years ago
  96. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  97. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  98. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  99. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  100. 89b107a mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racy by Al Viro · 11 years ago