1. 7fe8097 tipc: fix nullpointer bug when subscribing to events by Erik Hugne · 9 years ago
  2. a62fbcc tipc: make subscriber server support net namespace by Ying Xue · 10 years ago
  3. 4ac1c8d tipc: name tipc name table support net namespace by Ying Xue · 10 years ago
  4. 2f55c43 tipc: remove unnecessary wrapper functions of kernel timer APIs by Ying Xue · 10 years ago
  5. 834caaf tipc: remove unnecessary INIT_LIST_HEAD by Ying Xue · 10 years ago
  6. 2e84c60 tipc: remove include file port.h by Jon Paul Maloy · 10 years ago
  7. a5d0e7c tipc: fix spinlock recursion bug for failed subscriptions by Erik Hugne · 10 years ago
  8. edcc051 tipc: drop subscriber connection id invalidation by Erik Hugne · 10 years ago
  9. 6d4ebeb tipc: allow connection shutdown callback to be invoked in advance by Ying Xue · 10 years ago
  10. 963a1855 tipc: spelling fixes by stephen hemminger · 11 years ago
  11. ae8509c tipc: cosmetic realignment of function arguments by Paul Gortmaker · 11 years ago
  12. 13a2e89 tipc: convert topology server to use new server facility by Ying Xue · 11 years ago
  13. bc87911 tipc: standardize across connect/disconnect function naming by Paul Gortmaker · 12 years ago
  14. 34f256c tipc: eliminate configuration for maximum number of name subscriptions by Ying Xue · 12 years ago
  15. 2cf8aa1 tipc: use standard printk shortcut macros (pr_err etc.) by Erik Hugne · 12 years ago
  16. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 12 years ago
  17. bbe6a29 tipc: remove redundant memset and stale comment from subscr.c by Allan Stephens · 12 years ago
  18. c422f1b tipc: Simplify enforcement of reserved name type prohibition by Allan Stephens · 13 years ago
  19. 11f9990 tipc: rename struct subscriber to struct tipc_subscriber by Paul Gortmaker · 13 years ago
  20. fead390 tipc: rename struct subscription to struct tipc_subscription by Paul Gortmaker · 13 years ago
  21. 7e24477 tipc: Remove callback field from subscription structure by Ying Xue · 13 years ago
  22. 2689690 tipc: Avoid recomputation of outgoing message length by Allan Stephens · 13 years ago
  23. 69218fc tipc: Minor optimization to topology service connection establishment by Allan Stephens · 13 years ago
  24. 9f54b54 tipc: Eliminate unnecessary locking when starting topology service by Allan Stephens · 13 years ago
  25. 23dd4cc tipc: Combine port structure with tipc_port structure by Allan Stephens · 14 years ago
  26. e3ec9c7 tipc: remove zeroing assignments to static global variables by Allan Stephens · 14 years ago
  27. 0e65967 tipc: cleanup various cosmetic whitespace issues by Allan Stephens · 14 years ago
  28. b29f142 tipc: remove calls to dbg() and msg_dbg() by Allan Stephens · 14 years ago
  29. b0c1e92 tipc: Remove user registry subsystem by Allan Stephens · 14 years ago
  30. aa70200 tipc: Eliminate use of user registry by topology service by Allan Stephens · 14 years ago
  31. 52fe7b7 tipc: Eliminate useless initialization when creating subscriber by Allan Stephens · 14 years ago
  32. a5c2af9 tipc: Remove support for TIPC mode change callback by Allan Stephens · 14 years ago
  33. c802628 tipc: Remove obsolete inclusions of header files by Allan Stephens · 14 years ago
  34. d265fef tipc: Remove obsolete native API files and exports by Allan Stephens · 14 years ago
  35. 2198a10 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  36. db5a753 Revert d88dca79d3852a3623f606f781e013d61486828a by Neil Horman · 14 years ago
  37. 8c97443 Revert c6537d6742985da1fbf12ae26cde6a096fd35b5c by Neil Horman · 14 years ago
  38. 31e3c3f tipc: cleanup function namespace by stephen hemminger · 14 years ago
  39. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  40. c6537d6 TIPC: Updated topology subscription protocol according to latest spec by Jon Paul Maloy · 14 years ago
  41. d88dca7 tipc: fix endianness on tipc subscriber messages by Neil Horman · 14 years ago
  42. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  43. 6ced0b3 net/tipc/subscr.c: don't use ___constant_swab32 by Andrew Morton · 16 years ago
  44. 5b06c85c tipc: Cosmetic cleanup of topology service code by Allan Stephens · 16 years ago
  45. 28353e7 tipc: Consolidate subscriber & subscriber port references by Allan Stephens · 16 years ago
  46. fc5ad58 tipc: Fix bug in topology server byte swapping routine by Allan Stephens · 16 years ago
  47. 8e9501f tipc: Add support for customized subscription endianness by Allan Stephens · 16 years ago
  48. e15f880 tipc: Add support for customized subscription overlap handling 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. c430728 [NET] TIPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  51. 2710b57 [TIPC]: Use kzalloc where appropriate by Arnaldo Carvalho de Melo · 18 years ago
  52. eb40946 [TIPC]: Added subscription cancellation capability by Lijun Chen · 18 years ago
  53. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  54. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  55. a10bd92 [TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks. by Allan Stephens · 18 years ago
  56. 05790c6 [TIPC]: Remove inlines from *.c by Sam Ravnborg · 18 years ago
  57. 1fc54d8 [TIPC]: Fix simple sparse warnings by Sam Ravnborg · 18 years ago
  58. 4323add [TIPC] Avoid polluting the global namespace by Per Liden · 19 years ago
  59. 880b005 [TIPC]: Fix 64-bit build warnings. by David S. Miller · 19 years ago
  60. 593a5f2 [TIPC] More updates of file headers by Per Liden · 19 years ago
  61. 9da1c8b [TIPC] Update of file headers by Per Liden · 19 years ago
  62. d0a14a9 [TIPC] Cleaned up info/warn/err macros by Per Liden · 19 years ago
  63. 9ea1fd3 [TIPC] License header update by Per Liden · 19 years ago
  64. b97bf3f [TIPC] Initial merge by Per Liden · 19 years ago