1. 5c31142 tipc: eliminate redundant lookups in registry by Jon Paul Maloy · 10 years ago
  2. 58ed944 tipc: align usage of variable names and macros in socket by Jon Paul Maloy · 10 years ago
  3. 3b4f302 tipc: eliminate redundant locking by Jon Paul Maloy · 10 years ago
  4. 24be34b tipc: eliminate upcall function pointers between port and socket by Jon Paul Maloy · 10 years ago
  5. 8826cde tipc: aggregate port structure into socket structure by Jon Paul Maloy · 10 years ago
  6. f9fef18 tipc: remove redundant 'peer_name' field in struct tipc_sock by Jon Paul Maloy · 10 years ago
  7. 247f0f3 tipc: align tipc function names with common naming practice in the network by Ying Xue · 10 years ago
  8. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  9. 8460276 tipc: fix deadlock during socket release by Ying Xue · 11 years ago
  10. 0cee6bb tipc: remove unnecessary variables and conditions by wangweidong · 11 years ago
  11. 9446b87 tipc: remove iovec length parameter from all sending functions by Ying Xue · 11 years ago
  12. ae8509c tipc: cosmetic realignment of function arguments by Paul Gortmaker · 11 years ago
  13. c0fee8a tipc: save sock structure pointer instead of void pointer to tipc_port by Ying Xue · 11 years ago
  14. 3c5db8e tipc: rename tipc_createport_raw to tipc_createport by Ying Xue · 11 years ago
  15. f1733d7 tipc: remove user_port instance from tipc_port structure by Ying Xue · 11 years ago
  16. 198d73b tipc: delete code orphaned by new server infrastructure by Ying Xue · 11 years ago
  17. bc87911 tipc: standardize across connect/disconnect function naming by Paul Gortmaker · 12 years ago
  18. dc1aed3 tipc: phase out most of the struct print_buf usage by Erik Hugne · 12 years ago
  19. 2cf8aa1 tipc: use standard printk shortcut macros (pr_err etc.) by Erik Hugne · 12 years ago
  20. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  21. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  22. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 12 years ago
  23. 8f17789 tipc: Enhance error checking of published names by Allan Stephens · 12 years ago
  24. 872f24d tipc: remove inline instances from C source files. by Paul Gortmaker · 12 years ago
  25. 630d920 tipc: Ensure network address change doesn't impact rejected message by Allan Stephens · 12 years ago
  26. 8a55fe7 tipc: handle <0.0.0> as an alias for this node on outgoing msgs by Allan Stephens · 12 years ago
  27. b8f683d tipc: properly handle off-node send requests with invalid addr by Allan Stephens · 12 years ago
  28. f0712e86 tipc: Ensure network address change doesn't impact local connections by Allan Stephens · 12 years ago
  29. d0e17fe tipc: delete duplicate peerport/peernode helper functions by Allan Stephens · 12 years ago
  30. f21536d tipc: Ensure network address change doesn't impact new port by Allan Stephens · 12 years ago
  31. 5eb0a29 tipc: Optimize re-initialization of port message header templates by Allan Stephens · 12 years ago
  32. 9bbbc59 tipc: Optimize setting of immutable payload message header fields by Allan Stephens · 13 years ago
  33. 9b64125 tipc: Un-inline port routine for processing incoming messages by Allan Stephens · 13 years ago
  34. bc9f814 tipc: Revert name table translation optimization by Allan Stephens · 13 years ago
  35. 5f6d912 tipc: Eliminate trivial buffer manipulation helper routines by Allan Stephens · 13 years ago
  36. dff10e9 tipc: Minor optimization to rejection of connection-based messages by Allan Stephens · 13 years ago
  37. 4584310 tipc: rename struct port_list to struct tipc_port_list by Paul Gortmaker · 13 years ago
  38. e4a0aee tipc: Optimize creation of connection protocol messages by Allan Stephens · 13 years ago
  39. f55b564 tipc: Don't create payload message using connection protocol routine by Allan Stephens · 13 years ago
  40. 1c1a551 tipc: Reject connection protocol message sent to unconnected port by Allan Stephens · 13 years ago
  41. e244a91 tipc: Optimize creation of FIN messages by Allan Stephens · 13 years ago
  42. 741d9eb tipc: Cleanup of message header size terminology by Allan Stephens · 13 years ago
  43. 7dd1bf2 tipc: Optimizations & corrections to message rejection by Allan Stephens · 13 years ago
  44. 017dac3 tipc: Optimize routing of returned payload messages by Allan Stephens · 13 years ago
  45. 76d1252 tipc: Add sanity check to detect rejection of non-payload messages by Allan Stephens · 13 years ago
  46. acc631b tipc: Standardize exit logic for message rejection handling by Allan Stephens · 13 years ago
  47. 2689690 tipc: Avoid recomputation of outgoing message length by Allan Stephens · 13 years ago
  48. 7f47f5c tipc: Update destination node field on incoming multicast messages by Allan Stephens · 13 years ago
  49. 7462b9e tipc: Fix problem with bundled multicast message by Allan Stephens · 13 years ago
  50. 53b9436 tipc: Set name lookup scope field properly in all data messages by Allan Stephens · 13 years ago
  51. 741de3e tipc: Remove support for per-connection message sequence numbering by Allan Stephens · 14 years ago
  52. cb7ce91 tipc: Fix port counter handling to correct congestion control by Allan Stephens · 14 years ago
  53. 23dd4cc tipc: Combine port structure with tipc_port structure by Allan Stephens · 14 years ago
  54. a016892 tipc: remove extraneous braces from single statements by Allan Stephens · 14 years ago
  55. e3ec9c7 tipc: remove zeroing assignments to static global variables by Allan Stephens · 14 years ago
  56. 0e65967 tipc: cleanup various cosmetic whitespace issues by Allan Stephens · 14 years ago
  57. e83504f tipc: remove pointless check for NULL prior to kfree by Allan Stephens · 14 years ago
  58. b29f142 tipc: remove calls to dbg() and msg_dbg() by Allan Stephens · 14 years ago
  59. b0c1e92 tipc: Remove user registry subsystem by Allan Stephens · 14 years ago
  60. 08c80e9 tipc: Remove prototype code for supporting slave nodes by Allan Stephens · 14 years ago
  61. b924dcf tipc: Delete tipc_ownidentity() by Allan Stephens · 14 years ago
  62. 12bae47 tipc: Eliminate obsolete native API forwarding routines by Allan Stephens · 14 years ago
  63. 38f232e tipc: Remove unused domain argument from multicast send routine by Allan Stephens · 14 years ago
  64. c802628 tipc: Remove obsolete inclusions of header files by Allan Stephens · 14 years ago
  65. 31e3c3f tipc: cleanup function namespace by stephen hemminger · 14 years ago
  66. 7368ddf tipc: clean out all instances of #if 0'd unused code by Paul Gortmaker · 14 years ago
  67. 5d9c54c tipc: Minor optimizations to name table translation code by Allan Stephens · 14 years ago
  68. 96d841b tipc: Remove per-connection sequence number logic by Allan Stephens · 14 years ago
  69. c68ca7b tipc: add tipc_ prefix to fcns targeted for un-inlining by Allan Stephens · 14 years ago
  70. 9ccc2eb tipc: Eliminate unnecessary initialization in native API send routines by Allan Stephens · 14 years ago
  71. df4ef33 tipc: Eliminate obsolete port's "congested_link" field by Allan Stephens · 14 years ago
  72. 0e35fd5 tipc: Eliminate improper use of TIPC_OK error code by Allan Stephens · 16 years ago
  73. 0ea5224 tipc: Remove unneeded parameter to tipc_createport_raw() by Allan Stephens · 16 years ago
  74. 99c1459 tipc: Fix bugs in rejection of message with short header by Allan Stephens · 16 years ago
  75. 9bef543 tipc: Message header creation optimizations by Allan Stephens · 16 years ago
  76. 7571521 tipc: Optimize message initialization routine by Allan Stephens · 16 years ago
  77. 5307e46 tipc: Standardize error checking on incoming messages via native API by Allan Stephens · 16 years ago
  78. 84b07c1 tipc: Fix bug in connection setup via native API by Allan Stephens · 16 years ago
  79. 6d4a667 tipc: Update "previous node" indicators when node address changes by Allan Stephens · 16 years ago
  80. 7ef43eb tipc: Fix race condition when creating socket or native port by Allan Stephens · 16 years ago
  81. 0c3141e [TIPC]: Overhaul of socket locking logic by Allan Stephens · 16 years ago
  82. 06d82c9 [TIPC]: Minor cleanup of message header code by Allan Stephens · 16 years ago
  83. 8c86965 [TIPC]: Removal of message header option code by Allan Stephens · 16 years ago
  84. 4cec72c [TIPC]: Use tipc_port_unlock by Julia Lawall · 17 years ago
  85. 897c77c [TIPC]: Clean up duplicate includes in net/tipc/ by Jesper Juhl · 17 years ago
  86. 05646c9 [TIPC]: Optimize stream send routine to avoid fragmentation by Allan Stephens · 17 years ago
  87. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  88. c430728 [NET] TIPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  89. d55b4c6 [TIPC] net/tipc/port.c: fix NULL dereference by Adrian Bunk · 18 years ago
  90. 065fd17 [TIPC]: Add missing unlock in port timeout code. by Allan Stephens · 18 years ago
  91. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  92. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  93. a10bd92 [TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks. by Allan Stephens · 18 years ago
  94. f131072 [TIPC]: First phase of assert() cleanup by Allan Stephens · 18 years ago
  95. a75bf87 [TIPC]: Added missing warning for out-of-memory condition by Allan Stephens · 18 years ago
  96. a751352 [TIPC]: Withdrawing all names from nameless port now returns success, not error by Allan Stephens · 18 years ago
  97. 9688243 [TIPC]: Allow ports to receive multicast messages through native API. by Allan Stephens · 18 years ago
  98. 7c501a5 [TIPC]: Remove unused functions by Per Liden · 18 years ago
  99. 05790c6 [TIPC]: Remove inlines from *.c by Sam Ravnborg · 18 years ago
  100. 1fc54d8 [TIPC]: Fix simple sparse warnings by Sam Ravnborg · 18 years ago