1. 5f30721 tipc: clean up removal of binding table items by Jon Maloy · 7 years ago
  2. be47e41 tipc: fix use-after-free in tipc_nametbl_stop by Jon Maloy · 7 years ago
  3. c3317f4 tipc: fix unbalanced reference counter by Jon Maloy · 7 years ago
  4. 37922ea tipc: permit overlapping service ranges in name table by Jon Maloy · 7 years ago
  5. f20889f tipc: refactor name table translate function by Jon Maloy · 7 years ago
  6. 218527f tipc: replace name table service range array with rb tree by Jon Maloy · 7 years ago
  7. 23fd3ea tipc: remove direct accesses to own_addr field in struct tipc_net by Jon Maloy · 7 years ago
  8. b89afb1 tipc: allow closest-first lookup algorithm when legacy address is configured by Jon Maloy · 7 years ago
  9. e50e73e tipc: some name changes by Jon Maloy · 7 years ago
  10. ba765ec tipc: remove zone_list member in struct publication by Jon Maloy · 7 years ago
  11. 64a52b26d5 tipc: remove zone publication list in name table by Jon Maloy · 7 years ago
  12. 928df18 tipc: obsolete TIPC_ZONE_SCOPE by Jon Maloy · 7 years ago
  13. 5c45ab2 tipc: make struct tipc_server private for server.c by Jon Maloy · 7 years ago
  14. da0a75e tipc: some prefix changes by Jon Maloy · 7 years ago
  15. 8985ecc tipc: simplify endianness handling in topology subscriber by Jon Maloy · 7 years ago
  16. 414574a tipc: simplify interaction between subscription and topology connection by Jon Maloy · 7 years ago
  17. e9a0344 tipc: fix bug during lookup of multicast destination nodes by Jon Maloy · 8 years ago
  18. 232d07b tipc: improve groupcast scope handling by Jon Maloy · 8 years ago
  19. 8348500 tipc: add option to suppress PUBLISH events for pre-existing publications by Jon Maloy · 8 years ago
  20. d12d2e1 tipc: send out join messages as soon as new member is discovered by Jon Maloy · 8 years ago
  21. f65163f tipc: eliminate KASAN warning by Jon Maloy · 8 years ago
  22. ee106d7 tipc: introduce group anycast messaging by Jon Maloy · 8 years ago
  23. 75da216 tipc: introduce communication groups by Jon Maloy · 8 years ago
  24. a80ae53 tipc: improve destination linked list by Jon Maloy · 8 years ago
  25. 7efea60 tipc: adjust the policy of holding subscription kref by Ying Xue · 8 years ago
  26. 2ae0b8a tipc: add functionality to lookup multicast destination nodes by Jon Paul Maloy · 9 years ago
  27. 4d8642d tipc: modify struct tipc_plist to be more versatile by Jon Paul Maloy · 9 years ago
  28. 49cc66e tipc: move netlink policies to netlink.c by Richard Alpe · 9 years ago
  29. a4273c7 tipc: remove struct tipc_name_seq from struct tipc_subscription by Parthasarathy Bhuvaragan · 10 years ago
  30. 1d7e1c2 tipc: reduce code dependency between binding table and node layer by Jon Paul Maloy · 10 years ago
  31. 57f1d18 tipc: rename functions defined in subscr.c by Ying Xue · 10 years ago
  32. 8460504 tipc: fix a potential deadlock when nametable is purged by Ying Xue · 10 years ago
  33. 22ae7cf tipc: nl compat add noop and remove legacy nl framework by Richard Alpe · 11 years ago
  34. 44a8ae9 tipc: convert legacy nl name table dump to nl compat by Richard Alpe · 11 years ago
  35. bfb3e5d tipc: move and rename the legacy nl api to "nl compat" by Richard Alpe · 11 years ago
  36. 3c724ac tipc: simplify socket multicast reception by Jon Paul Maloy · 11 years ago
  37. 3474753 tipc: make tipc node address support net namespace by Ying Xue · 11 years ago
  38. 4ac1c8d tipc: name tipc name table support net namespace by Ying Xue · 11 years ago
  39. 1da4656 tipc: make tipc broadcast link support net namespace by Ying Xue · 11 years ago
  40. f2f9800 tipc: make tipc node table aware of net namespace by Ying Xue · 11 years ago
  41. 023160b tipc: avoid double lock 'spin_lock:&seq->lock' by Ying Xue · 11 years ago
  42. 97ede29 tipc: convert name table read-write lock to RCU by Ying Xue · 11 years ago
  43. 834caaf tipc: remove unnecessary INIT_LIST_HEAD by Ying Xue · 11 years ago
  44. 5492390 tipc: simplify relationship between name table lock and node lock by Ying Xue · 11 years ago
  45. 3493d25 tipc: any name table member must be protected under name table lock by Ying Xue · 11 years ago
  46. fb9962f tipc: ensure all name sequences are properly protected with its lock by Ying Xue · 11 years ago
  47. 38622f4 tipc: ensure all name sequences are released when name table is stopped by Ying Xue · 11 years ago
  48. 993bfe5 tipc: make name table allocated dynamically by Ying Xue · 11 years ago
  49. a8f48af tipc: remove node subscription infrastructure by Ying Xue · 11 years ago
  50. d818280 tipc: fix sparse warnings in new nl api by Richard Alpe · 11 years ago
  51. 1593123 tipc: add name table dump to new netlink api by Richard Alpe · 11 years ago
  52. a5325ae tipc: add name distributor resiliency queue by Erik Hugne · 11 years ago
  53. 2e84c60 tipc: remove include file port.h by Jon Paul Maloy · 11 years ago
  54. 1621b94 tipc: fix memory leak of publications by Ying Xue · 11 years ago
  55. eab8c045 tipc: move the delivery of named messages out of nametbl lock by Ying Xue · 11 years ago
  56. 1bb8dce tipc: fix memory leak during module removal by Erik Hugne · 11 years ago
  57. 9fe7ed4 tipc: remove all enabled flags from all tipc components by Ying Xue · 11 years ago
  58. 0cee6bb tipc: remove unnecessary variables and conditions by wangweidong · 12 years ago
  59. ae8509c tipc: cosmetic realignment of function arguments by Paul Gortmaker · 12 years ago
  60. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  61. adccff3 net/tipc/name_table.c: Remove unecessary semicolon by Peter Senna Tschudin · 13 years ago
  62. e6a04b1 tipc: eliminate configuration for maximum number of name publications by Ying Xue · 13 years ago
  63. f046e7d tipc: convert tipc_nametbl_size type from variable to macro by Ying Xue · 13 years ago
  64. dc1aed3 tipc: phase out most of the struct print_buf usage by Erik Hugne · 13 years ago
  65. 2cf8aa1 tipc: use standard printk shortcut macros (pr_err etc.) by Erik Hugne · 13 years ago
  66. f705ab9 tipc: limit error messages relating to memory leak to one line by Paul Gortmaker · 13 years ago
  67. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 13 years ago
  68. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 13 years ago
  69. 8f17789 tipc: Enhance error checking of published names by Allan Stephens · 13 years ago
  70. f7fb9d2 tipc: Create helper routine to delete unused name sequence structure by Allan Stephens · 13 years ago
  71. d4f5c12 tipc: Ensure network address change doesn't impact name table updates by Allan Stephens · 13 years ago
  72. 336ebf5 tipc: Add routines for safe checking of node's network address by Allan Stephens · 13 years ago
  73. fd6eced tipc: Don't record failed publication attempt as a success by Allan Stephens · 14 years ago
  74. 1110b8d tipc: Update node-scope publications when network address is assigned by Allan Stephens · 13 years ago
  75. bc9f814 tipc: Revert name table translation optimization by Allan Stephens · 14 years ago
  76. f80c24d tipc: Add check to prevent insertion of duplicate name table entries by Allan Stephens · 14 years ago
  77. c422f1b tipc: Simplify enforcement of reserved name type prohibition by Allan Stephens · 14 years ago
  78. fead390 tipc: rename struct subscription to struct tipc_subscription by Paul Gortmaker · 14 years ago
  79. 4584310 tipc: rename struct port_list to struct tipc_port_list by Paul Gortmaker · 14 years ago
  80. 8af4638 tipc: Eliminate checks for empty zone list during name translation by Allan Stephens · 14 years ago
  81. f6f0a4d tipc: Convert name table publication lists to standard kernel lists by Allan Stephens · 14 years ago
  82. b52124a tipc: Partition name table instance array info into two parts by Allan Stephens · 14 years ago
  83. a016892 tipc: remove extraneous braces from single statements by Allan Stephens · 15 years ago
  84. e3ec9c7 tipc: remove zeroing assignments to static global variables by Allan Stephens · 15 years ago
  85. 0e65967 tipc: cleanup various cosmetic whitespace issues by Allan Stephens · 15 years ago
  86. b29f142 tipc: remove calls to dbg() and msg_dbg() by Allan Stephens · 15 years ago
  87. c802628 tipc: Remove obsolete inclusions of header files by Allan Stephens · 15 years ago
  88. 7368ddf tipc: clean out all instances of #if 0'd unused code by Paul Gortmaker · 15 years ago
  89. a02cec2 net: return operator cleanup by Eric Dumazet · 15 years ago
  90. 5d9c54c tipc: Minor optimizations to name table translation code by Allan Stephens · 15 years ago
  91. c2de581 tipc: Minor enhancements to name table display format by Allan Stephens · 15 years ago
  92. c68ca7b tipc: add tipc_ prefix to fcns targeted for un-inlining by Allan Stephens · 15 years ago
  93. f574179 tipc: trivial endian annotation in debug statement by Harvey Harrison · 17 years ago
  94. 968edbe tipc: Optimization to multicast name lookup algorithm by Allan Stephens · 17 years ago
  95. 08d2cf0 tipc: Fix bug in scope checking for multicast messages by Allan Stephens · 17 years ago
  96. 307fdf5 tipc: Add missing spinlock in name table display code by Allan Stephens · 17 years ago
  97. 0f15d36 tipc: Prevent display of name table types with no publications by Allan Stephens · 17 years ago
  98. 4e3e6dc tipc: Enhancements to name table initialization by Allan Stephens · 17 years ago
  99. 248bbf3 [TIPC]: Make function tipc_nameseq_subscribe static. by Florian Westphal · 18 years ago
  100. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 18 years ago