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