1. f73b128 tipc: improve throughput between nodes in netns by Hoang Le · 5 years ago
  2. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  3. 42dec1d tipc: add NULL pointer check before calling kfree_rcu by Xin Long · 5 years ago
  4. e654f9f tipc: clean up skb list lock handling on send path by Jon Maloy · 5 years ago
  5. d12cffe tipc: ensure head->lock is initialised by Chris Packham · 6 years ago
  6. 988f3f1 tipc: eliminate message disordering during binding table update by Jon Maloy · 6 years ago
  7. d3092b2 tipc: fix unsafe rcu locking when accessing publication list by Tung Nguyen · 6 years ago
  8. 37922ea tipc: permit overlapping service ranges in name table by Jon Maloy · 7 years ago
  9. d50ccc2 tipc: add 128-bit node identifier by Jon Maloy · 7 years ago
  10. 23fd3ea tipc: remove direct accesses to own_addr field in struct tipc_net by Jon Maloy · 7 years ago
  11. e50e73e tipc: some name changes by Jon Maloy · 7 years ago
  12. 935439c tipc: merge two lists in struct publication by Jon Maloy · 7 years ago
  13. 64a52b26d5 tipc: remove zone publication list in name table by Jon Maloy · 7 years ago
  14. 57d5f64 tipc: allocate user memory with GFP_KERNEL flag by Parthasarathy Bhuvaragan · 8 years ago
  15. 06bd2b1 tipc: fix broadcast link synchronization problem by Jon Paul Maloy · 8 years ago
  16. d2f394d tipc: fix random link resets while adding a second bearer by Parthasarathy Bhuvaragan · 8 years ago
  17. ddb1d33 tipc: purge deferred updates from dead nodes by Erik Hugne · 9 years ago
  18. 541726a tipc: make dist queue pernet by Erik Hugne · 9 years ago
  19. 1d7e1c2 tipc: reduce code dependency between binding table and node layer by Jon Paul Maloy · 9 years ago
  20. c7cad0d tipc: move linearization of buffers to generic code by Jon Paul Maloy · 9 years ago
  21. c49a0a84 tipc: ensure binding table initial distribution is sent via first link by Jon Paul Maloy · 9 years ago
  22. af9b028 tipc: make media xmit call outside node spinlock context by Jon Paul Maloy · 10 years ago
  23. 9d13ec6 tipc: introduce link entry structure to struct tipc_node by Jon Paul Maloy · 10 years ago
  24. 8a0f6eb tipc: involve reference counter for node structure by Ying Xue · 10 years ago
  25. 3622c36 tipc: only create header copy for name distr messages by Erik Hugne · 10 years ago
  26. c637c10 tipc: resolve race problem at unicast message reception by Jon Paul Maloy · 10 years ago
  27. c589863 tipc: reduce usage of context info in socket and link by Jon Paul Maloy · 10 years ago
  28. 3474753 tipc: make tipc node address support net namespace by Ying Xue · 10 years ago
  29. 4ac1c8d tipc: name tipc name table support net namespace by Ying Xue · 10 years ago
  30. f2f9800 tipc: make tipc node table aware of net namespace by Ying Xue · 10 years ago
  31. 97ede29 tipc: convert name table read-write lock to RCU by Ying Xue · 10 years ago
  32. 993bfe5 tipc: make name table allocated dynamically by Ying Xue · 10 years ago
  33. 1b61e70 tipc: remove size variable from publ_list struct by Ying Xue · 10 years ago
  34. a6ca109 tipc: use generic SKB list APIs to manage TIPC outgoing packet chains by Ying Xue · 10 years ago
  35. a8f48af tipc: remove node subscription infrastructure by Ying Xue · 10 years ago
  36. 0fc4dff tipc: fix sparse warnings by Erik Hugne · 10 years ago
  37. a5325ae tipc: add name distributor resiliency queue by Erik Hugne · 10 years ago
  38. f4ad8a4 tipc: refactor name table updates out of named packet receive routine by Erik Hugne · 10 years ago
  39. 9fbfb8b tipc: rename temporarily named functions by Jon Paul Maloy · 11 years ago
  40. dbdf6d2 tipc: make name table distributor use new send function by Jon Paul Maloy · 11 years ago
  41. ca0c427 tipc: avoid to asynchronously deliver name tables to peer node by Ying Xue · 11 years ago
  42. 5356f3d tipc: always use tipc_node_lock() to hold node lock by Ying Xue · 11 years ago
  43. eab8c045 tipc: move the delivery of named messages out of nametbl lock by Ying Xue · 11 years ago
  44. 7216cd9 tipc: purge tipc_net_lock lock by Ying Xue · 11 years ago
  45. 6c7a762 tipc: tipc: convert node list and node hlist to RCU lists by Ying Xue · 11 years ago
  46. 78dfb78 tipc: acquire necessary locks in named_cluster_distribute routine by Ying Xue · 11 years ago
  47. 247f0f3 tipc: align tipc function names with common naming practice in the network by Ying Xue · 11 years ago
  48. 4cb7d55 tipc: eliminate an unnecessary cast of node variable by Ying Xue · 12 years ago
  49. 2cf8aa1 tipc: use standard printk shortcut macros (pr_err etc.) by Erik Hugne · 13 years ago
  50. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 13 years ago
  51. 1110b8d tipc: Update node-scope publications when network address is assigned by Allan Stephens · 13 years ago
  52. a909804 tipc: Separate cluster-scope and zone-scope names into distinct lists by Allan Stephens · 13 years ago
  53. e11aa05 tipc: Factor out name publication code to a separate function by Allan Stephens · 13 years ago
  54. 3f8375f tipc: introduce publication lists struct by Allan Stephens · 13 years ago
  55. 5f6d912 tipc: Eliminate trivial buffer manipulation helper routines by Allan Stephens · 13 years ago
  56. 3175bd9 tipc: Eliminate alteration of publication key during name table purging by Allan Stephens · 13 years ago
  57. a18c4bc tipc: rename struct link* to struct tipc_link* by Paul Gortmaker · 13 years ago
  58. 945af1c tipc: Eliminate useless check when network address is assigned by Allan Stephens · 13 years ago
  59. 9aa88c2 tipc: Enhance sending of bulk name table messages by Allan Stephens · 14 years ago
  60. 1c553bb tipc: relocate/coalesce node cast in tipc_named_node_up by Paul Gortmaker · 13 years ago
  61. 149ce37 tipc: Prevent fragmented messages during initial name table exchange by Allan Stephens · 14 years ago
  62. 741d9eb tipc: Cleanup of message header size terminology by Allan Stephens · 14 years ago
  63. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  64. 8f19afb tipc: cosmetic - function names are not to be full sentences by Paul Gortmaker · 14 years ago
  65. 672d99e tipc: Convert node object array to a hash table by Allan Stephens · 14 years ago
  66. d1bcb11 tipc: Split up unified structure of network-related variables by Allan Stephens · 14 years ago
  67. f137917 tipc: Cosmetic changes to node subscription code by Allan Stephens · 14 years ago
  68. 431697e tipc: Prevent null pointer error when removing a node subscription by Allan Stephens · 14 years ago
  69. e3ec9c7 tipc: remove zeroing assignments to static global variables by Allan Stephens · 14 years ago
  70. e83504f tipc: remove pointless check for NULL prior to kfree by Allan Stephens · 14 years ago
  71. 886ef52 tipc: remove redundant #includes by Allan Stephens · 14 years ago
  72. b29f142 tipc: remove calls to dbg() and msg_dbg() by Allan Stephens · 14 years ago
  73. 8f92df6 tipc: Remove prototype code for supporting multiple clusters by Allan Stephens · 14 years ago
  74. c802628 tipc: Remove obsolete inclusions of header files by Allan Stephens · 14 years ago
  75. 31e3c3f tipc: cleanup function namespace by stephen hemminger · 14 years ago
  76. c68ca7b tipc: add tipc_ prefix to fcns targeted for un-inlining by Allan Stephens · 15 years ago
  77. 7571521 tipc: Optimize message initialization routine by Allan Stephens · 17 years ago
  78. 40dbfae tipc: Fix null pointer dereference in debug code by Allan Stephens · 17 years ago
  79. c430728 [NET] TIPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  80. 3e6c8cd [TIPC]: endianness annotations by Al Viro · 18 years ago
  81. 08c31f7 [TIPC]: Name publication events now delivered in chronological order by Allan Stephens · 18 years ago
  82. a10bd92 [TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks. by Allan Stephens · 19 years ago
  83. f131072 [TIPC]: First phase of assert() cleanup by Allan Stephens · 19 years ago
  84. 63903ca [NET]: Remove redundant NULL checks before [kv]free by Jesper Juhl · 19 years ago
  85. 1fc54d8 [TIPC]: Fix simple sparse warnings by Sam Ravnborg · 19 years ago
  86. 4323add [TIPC] Avoid polluting the global namespace by Per Liden · 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