1. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  2. 065d7e3 tipc: Let tipc_release() return 0 by Geert Uytterhoeven · 10 years ago
  3. a5e7ac5 tipc: fix regression bug where node events are not being generated by Erik Hugne · 10 years ago
  4. 1647011 tipc: make discovery domain a bearer attribute by Erik Hugne · 10 years ago
  5. a21a584 tipc: fix neighbor detection problem after hw address change by Erik Hugne · 10 years ago
  6. dde2026 tipc: use node list lock to protect tipc_num_links variable by Ying Xue · 10 years ago
  7. 2220646 tipc: use node_list_lock to protect tipc_num_nodes variable by Ying Xue · 10 years ago
  8. 6c7a762 tipc: tipc: convert node list and node hlist to RCU lists by Ying Xue · 10 years ago
  9. 46651c5 tipc: rename node create lock to protect node list and hlist by Ying Xue · 10 years ago
  10. 987b58b tipc: make broadcast bearer store in bearer_list array by Ying Xue · 10 years ago
  11. f47de12 tipc: remove active flag from tipc_bearer structure by Ying Xue · 10 years ago
  12. 3874ccb tipc: convert tipc_bearers array to pointer list by Ying Xue · 10 years ago
  13. 78dfb78 tipc: acquire necessary locks in named_cluster_distribute routine by Ying Xue · 10 years ago
  14. 5902385 tipc: obsolete the remote management feature by Ying Xue · 10 years ago
  15. 76d7882 tipc: remove unnecessary checking for node object by Ying Xue · 10 years ago
  16. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  17. a5d0e7c tipc: fix spinlock recursion bug for failed subscriptions by Erik Hugne · 10 years ago
  18. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  19. 5c31142 tipc: eliminate redundant lookups in registry by Jon Paul Maloy · 10 years ago
  20. 58ed944 tipc: align usage of variable names and macros in socket by Jon Paul Maloy · 10 years ago
  21. 3b4f302 tipc: eliminate redundant locking by Jon Paul Maloy · 10 years ago
  22. 24be34b tipc: eliminate upcall function pointers between port and socket by Jon Paul Maloy · 10 years ago
  23. 8826cde tipc: aggregate port structure into socket structure by Jon Paul Maloy · 10 years ago
  24. f9fef18 tipc: remove redundant 'peer_name' field in struct tipc_sock by Jon Paul Maloy · 10 years ago
  25. 978813e tipc: replace reference table rwlock with spinlock by Jon Paul Maloy · 10 years ago
  26. 184593c tipc: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  27. 2892505 tipc: don't log disabled tasklet handler errors by Erik Hugne · 10 years ago
  28. 1bb8dce tipc: fix memory leak during module removal by Erik Hugne · 10 years ago
  29. edcc051 tipc: drop subscriber connection id invalidation by Erik Hugne · 10 years ago
  30. fe8e464 tipc: avoid to unnecessary process switch under non-block mode by Ying Xue · 10 years ago
  31. 4652edb tipc: fix connection refcount leak by Ying Xue · 10 years ago
  32. 6d4ebeb tipc: allow connection shutdown callback to be invoked in advance by Ying Xue · 10 years ago
  33. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  34. 970122f tipc: make bearer set up in module insertion stage by Ying Xue · 10 years ago
  35. 9fe7ed4 tipc: remove all enabled flags from all tipc components by Ying Xue · 10 years ago
  36. 63fa01c tipc: failed transmissions should return error by Erik Hugne · 10 years ago
  37. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  38. 247f0f3 tipc: align tipc function names with common naming practice in the network by Ying Xue · 10 years ago
  39. a11607f tipc: correct usage of spin_lock() vs spin_lock_bh() by Jon Paul Maloy · 10 years ago
  40. 074bb43 tipc: fix a loop style problem by Jon Paul Maloy · 10 years ago
  41. e099e86 tipc: add node_lock protection to link lookup function by Jon Paul Maloy · 10 years ago
  42. a830452 tipc: remove bearer_lock from tipc_bearer struct by Ying Xue · 10 years ago
  43. 7d33939 tipc: delay delete of link when failover is needed by Jon Paul Maloy · 10 years ago
  44. a537783 tipc: changes to general packet reception algorithm by Jon Paul Maloy · 10 years ago
  45. 02842f7 tipc: rename stack variables in function tipc_link_tunnel_rcv by Jon Paul Maloy · 10 years ago
  46. 1e9d47a tipc: more cleanup of tunnelling reception function by Jon Paul Maloy · 10 years ago
  47. 3bb5338 tipc: change signature of tunnelling reception function by Jon Paul Maloy · 10 years ago
  48. f006c9c tipc: change reception of tunnelled failover packets by Jon Paul Maloy · 10 years ago
  49. 1dab3d5 tipc: change reception of tunnelled duplicate packets by Jon Paul Maloy · 10 years ago
  50. c61dd61 tipc: remove 'links' list from tipc_bearer struct by Ying Xue · 10 years ago
  51. 135daee tipc: redefine 'started' flag in struct link to bitmap by Ying Xue · 10 years ago
  52. 8d8439b tipc: move code for deleting links from bearer.c to link.c by Ying Xue · 10 years ago
  53. e0ca2c3 tipc: move code for resetting links from bearer.c to link.c by Ying Xue · 10 years ago
  54. 03b9201 tipc: stricter behavior of message reassembly function by Jon Paul Maloy · 10 years ago
  55. b3f0f5c tipc: explicitly include core.h in addr.h by Andreas Bofjäll · 10 years ago
  56. 64380a0 tipc: fix message corruption bug for deferred packets by Erik Hugne · 10 years ago
  57. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  58. 9bbb4ec tipc: standardize recvmsg routine by Ying Xue · 10 years ago
  59. 391a6dd tipc: standardize sendmsg routine of connected socket by Ying Xue · 10 years ago
  60. 3f40504 tipc: standardize sendmsg routine of connectionless socket by Ying Xue · 10 years ago
  61. 6398e23 tipc: standardize accept routine by Ying Xue · 10 years ago
  62. 78eb3a5 tipc: standardize connect routine by Ying Xue · 10 years ago
  63. 963a1855 tipc: spelling fixes by stephen hemminger · 10 years ago
  64. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  65. 581465f tipc: make link start event synchronous by Jon Paul Maloy · 10 years ago
  66. f9a2c80 tipc: introduce new spinlock to protect struct link_req by Ying Xue · 10 years ago
  67. b9d4c33 tipc: remove 'has_redundant_link' flag from STATE link protocol messages by Jon Paul Maloy · 10 years ago
  68. 170b392 tipc: rename functions related to link failover and improve comments by Jon Paul Maloy · 10 years ago
  69. 732256b tipc: correctly unlink packets from deferred packet queue by Erik Hugne · 10 years ago
  70. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  71. eec73f1 tipc: remove unused code by stephen hemminger · 10 years ago
  72. 9805696 tipc: make local function static by stephen hemminger · 10 years ago
  73. b055597 tipc: make the code look more readable by wangweidong · 10 years ago
  74. 8460276 tipc: fix deadlock during socket release by Ying Xue · 10 years ago
  75. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  76. d3fbccf tipc: change lock_sock order in connect() by wangweidong · 11 years ago
  77. 776a74c tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h> by wangweidong · 11 years ago
  78. 3b8401f tipc: kill unnecessary goto's by wangweidong · 11 years ago
  79. 0cee6bb tipc: remove unnecessary variables and conditions by wangweidong · 11 years ago
  80. 77a7e07 tipc: remove unused 'blocked' flag from tipc_link struct by Ying Xue · 11 years ago
  81. e4d050c tipc: eliminate code duplication in media layer by Ying Xue · 11 years ago
  82. 6e967ad tipc: relocate common functions from media to bearer by Ying Xue · 11 years ago
  83. 37cb062 tipc: remove TIPC usage of field af_packet_priv in struct net_device by Ying Xue · 11 years ago
  84. ef72a7e tipc: improve naming and comment consistency in media layer by Jon Paul Maloy · 11 years ago
  85. 5702dba tipc: initiate media type array at compile time by Jon Paul Maloy · 11 years ago
  86. d77b383 tipc: eliminate redundant code with kfree_skb_list routine by Ying Xue · 11 years ago
  87. 00ede97 tipc: protect handler_enabled variable with qitem_lock spin lock by Ying Xue · 11 years ago
  88. 993b858 tipc: correct the order of stopping services at rmmod by Jon Paul Maloy · 11 years ago
  89. 512137e tipc: remove interface state mirroring in bearer by Erik Hugne · 11 years ago
  90. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  91. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  92. 3db0a19 tipc: fix dereference before check warning by Erik Hugne · 11 years ago
  93. a715b49 tipc: reassembly failures should cause link reset by Erik Hugne · 11 years ago
  94. 40ba3cd tipc: message reassembly using fragment chain by Erik Hugne · 11 years ago
  95. 528f6f4 tipc: don't reroute message fragments by Erik Hugne · 11 years ago
  96. 3af390e tipc: remove two indentation levels in tipc_recv_msg routine by Ying Xue · 11 years ago
  97. c1b1203 net: misc: Remove extern from function prototypes by Joe Perches · 11 years ago
  98. bbfbe47 tipc: simplify the link lookup routine by Erik Hugne · 11 years ago
  99. 636c037 tipc: correct return value of link_cmd_set_value routine by Ying Xue · 11 years ago
  100. 6798158 tipc: correct return value of recv_msg routine by Ying Xue · 11 years ago