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