1. 50a3499 tipc: simplify signature of tipc_namtbl_publish() by Jon Maloy · 3 years, 10 months ago
  2. b6f88d9 tipc: update address terminology in code by Jon Maloy · 4 years, 1 month ago
  3. d966ddc tipc: fix a deadlock when flushing scheduled work by Hoang Huu Le · 4 years, 4 months ago
  4. e1b5e59 tipc: make legacy address flag readable over netlink by John Rutherford · 5 years ago
  5. 46cb01e tipc: update mon's self addr when node addr generated by Hoang Le · 5 years ago
  6. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  7. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  8. 9926cb5 tipc: change to check tipc_own_id to return in tipc_net_stop by Xin Long · 6 years ago
  9. adba75b tipc: fix lockdep warning when reinitilaizing sockets by Jon Maloy · 6 years ago
  10. 37436d9 tipc: fix an interrupt unsafe locking scenario by Ying Xue · 6 years ago
  11. 9faa89d tipc: make function tipc_net_finalize() thread safe by Jon Maloy · 6 years ago
  12. c640412 tipc: fix possible crash in __tipc_nl_net_set() by Eric Dumazet · 7 years ago
  13. 37922ea tipc: permit overlapping service ranges in name table by Jon Maloy · 7 years ago
  14. 25b0b9c tipc: handle collisions of 32-bit node address hash values by Jon Maloy · 7 years ago
  15. d50ccc2 tipc: add 128-bit node identifier by Jon Maloy · 7 years ago
  16. 23fd3ea tipc: remove direct accesses to own_addr field in struct tipc_net by Jon Maloy · 7 years ago
  17. b89afb1 tipc: allow closest-first lookup algorithm when legacy address is configured by Jon Maloy · 7 years ago
  18. 2026364 tipc: remove restrictions on node address values by Jon Maloy · 7 years ago
  19. 928df18 tipc: obsolete TIPC_ZONE_SCOPE by Jon Maloy · 7 years ago
  20. 5631f65 tipc: Introduce __tipc_nl_net_set by Ying Xue · 7 years ago
  21. fe52145 netlink: pass extended ACK struct where available by Johannes Berg · 8 years ago
  22. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  23. 40f9f43 tipc: Fix tipc_sk_reinit race conditions by Herbert Xu · 8 years ago
  24. 49cc66e tipc: move netlink policies to netlink.c by Richard Alpe · 9 years ago
  25. e74a386 tipc: remove pre-allocated message header in link struct by Jon Paul Maloy · 9 years ago
  26. 5fd9fd6 tipc: create broadcast transmission link at namespace init by Jon Paul Maloy · 9 years ago
  27. 6beb19a tipc: move bcast definitions to bcast.c by Jon Paul Maloy · 9 years ago
  28. a6bf70f tipc: simplify include dependencies by Jon Paul Maloy · 10 years ago
  29. 22ae7cf tipc: nl compat add noop and remove legacy nl framework by Richard Alpe · 10 years ago
  30. d7cc75d tipc: convert legacy nl node addr set to nl compat by Richard Alpe · 10 years ago
  31. bfb3e5d tipc: move and rename the legacy nl api to "nl compat" by Richard Alpe · 10 years ago
  32. 3474753 tipc: make tipc node address support net namespace by Ying Xue · 10 years ago
  33. 4ac1c8d tipc: name tipc name table support net namespace by Ying Xue · 10 years ago
  34. e05b31f tipc: make tipc socket support net namespace by Ying Xue · 10 years ago
  35. 1da4656 tipc: make tipc broadcast link support net namespace by Ying Xue · 10 years ago
  36. 7f9f95d tipc: make bearer list support net namespace by Ying Xue · 10 years ago
  37. f2f9800 tipc: make tipc node table aware of net namespace by Ying Xue · 10 years ago
  38. c93d3ba tipc: involve namespace infrastructure by Ying Xue · 10 years ago
  39. 27c2141 tipc: add net set to new netlink api by Richard Alpe · 10 years ago
  40. fd3cf2a tipc: add net dump to new netlink api by Richard Alpe · 10 years ago
  41. 2e84c60 tipc: remove include file port.h by Jon Paul Maloy · 10 years ago
  42. 5a9ee0be tipc: use registry when scanning sockets by Jon Paul Maloy · 10 years ago
  43. ec8a2e5 tipc: same receive code path for connection protocol and data messages by Jon Paul Maloy · 11 years ago
  44. 5a37907 tipc: introduce message evaluation function by Jon Paul Maloy · 11 years ago
  45. 9816f06 tipc: merge port message reception into socket reception function by Jon Paul Maloy · 11 years ago
  46. eb8b00f tipc: convert allocations of global variables associated with bclink by Ying Xue · 11 years ago
  47. 7216cd9 tipc: purge tipc_net_lock lock by Ying Xue · 11 years ago
  48. f97e455 tipc: use RTNL lock to protect tipc_net_stop routine by Ying Xue · 11 years ago
  49. a5e7ac5 tipc: fix regression bug where node events are not being generated by Erik Hugne · 11 years ago
  50. 46651c5 tipc: rename node create lock to protect node list and hlist by Ying Xue · 11 years ago
  51. 5902385 tipc: obsolete the remote management feature by Ying Xue · 11 years ago
  52. 247f0f3 tipc: align tipc function names with common naming practice in the network by Ying Xue · 11 years ago
  53. 379c045 tipc: change tipc_net_start routine return value type by Ying Xue · 12 years ago
  54. 2cf8aa1 tipc: use standard printk shortcut macros (pr_err etc.) by Erik Hugne · 13 years ago
  55. eb3865a tipc: Enhance re-initialization of network topology service by Allan Stephens · 13 years ago
  56. a2cfd45 tipc: Optimize re-initialization of configuration service by Allan Stephens · 13 years ago
  57. 974a5a8 tipc: take lock while updating node network address by Allan Stephens · 13 years ago
  58. b58343f tipc: Eliminate support for tipc_mode global variable by Allan Stephens · 13 years ago
  59. 5f6d912 tipc: Eliminate trivial buffer manipulation helper routines by Allan Stephens · 13 years ago
  60. c47e9b9 tipc: Eliminate dynamic allocation of broadcast link data structures by Allan Stephens · 13 years ago
  61. 97f1b62 tipc: Minor correction to TIPC module unloading by Allan Stephens · 13 years ago
  62. 5adeb17 tipc: Remove obsolete manipulation of message re-route count field by Allan Stephens · 14 years ago
  63. 1fa0738 tipc: delete extra semicolon blocking node deletion by Paul Gortmaker · 14 years ago
  64. 34e4625 tipc: manually inline net_start/stop, make assoc. vars static by Allan Stephens · 14 years ago
  65. 672d99e tipc: Convert node object array to a hash table by Allan Stephens · 14 years ago
  66. f831c96 tipc: Eliminate configuration for maximum number of cluster nodes by Allan Stephens · 14 years ago
  67. d1bcb11 tipc: Split up unified structure of network-related variables by Allan Stephens · 14 years ago
  68. 9df3b7e tipc: Fix problem with missing link in "tipc-config -l" output by Allan Stephens · 14 years ago
  69. 886ef52 tipc: remove redundant #includes by Allan Stephens · 14 years ago
  70. b29f142 tipc: remove calls to dbg() and msg_dbg() by Allan Stephens · 14 years ago
  71. 8f92df6 tipc: Remove prototype code for supporting multiple clusters by Allan Stephens · 14 years ago
  72. 51a8e4d tipc: Remove prototype code for supporting inter-cluster routing by Allan Stephens · 14 years ago
  73. 51f98a8 tipc: Remove prototype code for supporting multiple zones by Allan Stephens · 14 years ago
  74. c802628 tipc: Remove obsolete inclusions of header files by Allan Stephens · 14 years ago
  75. 7368ddf tipc: clean out all instances of #if 0'd unused code by Paul Gortmaker · 14 years ago
  76. b2abd4c tipc: Optimize handling excess content on incoming messages by Paul Gortmaker · 14 years ago
  77. c68ca7b tipc: add tipc_ prefix to fcns targeted for un-inlining by Allan Stephens · 15 years ago
  78. 8379d07 tipc: define needless global scoped variable static by Hagen Paul Pfeifer · 15 years ago
  79. a570f09 tipc: remove trailing space in messages by Frans Pop · 15 years ago
  80. d0021b2 tipc: Fix oops on send prior to entering networked mode (v3) by Neil Horman · 15 years ago
  81. 6c00055 tipc: Don't use structure names which easily globally conflict. by David S. Miller · 16 years ago
  82. 0e35fd5 tipc: Eliminate improper use of TIPC_OK error code by Allan Stephens · 16 years ago
  83. 0319437 tipc: Fix initialization sequence problems when entering network mode by Allan Stephens · 17 years ago
  84. c430728 [NET] TIPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  85. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  86. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 19 years ago
  87. 988f088 [TIPC]: Cleanups by Adrian Bunk · 19 years ago
  88. 1fc54d8 [TIPC]: Fix simple sparse warnings by Sam Ravnborg · 19 years ago
  89. 4323add [TIPC] Avoid polluting the global namespace by Per Liden · 19 years ago
  90. 593a5f2 [TIPC] More updates of file headers by Per Liden · 19 years ago
  91. 9da1c8b [TIPC] Update of file headers by Per Liden · 19 years ago
  92. 9ea1fd3 [TIPC] License header update by Per Liden · 19 years ago
  93. b97bf3f [TIPC] Initial merge by Per Liden · 19 years ago