1. 01d83ed tipc: Clean up tracking of node requesting a broadcast retransmit by Allan Stephens · 13 years ago
  2. c8a61b5 tipc: Fix print statements that assume pointers are 32-bit values by Allan Stephens · 13 years ago
  3. 5413b4c tipc: Improve handling of invalid link tolerance values by Allan Stephens · 13 years ago
  4. 3f8dd94 tipc: Prevent invalid memory access when sending to configuration service by Allan Stephens · 13 years ago
  5. 4132fac tipc: Remove unused global variable tipc_user_count by Allan Stephens · 14 years ago
  6. 2d627b9 tipc: Combine bearer structure with tipc_bearer structure by Allan Stephens · 14 years ago
  7. 23dd4cc tipc: Combine port structure with tipc_port structure by Allan Stephens · 14 years ago
  8. 40cd201 tipc: update log.h re-include protection to reflect new name by Paul Gortmaker · 14 years ago
  9. a016892 tipc: remove extraneous braces from single statements by Allan Stephens · 14 years ago
  10. e3ec9c7 tipc: remove zeroing assignments to static global variables by Allan Stephens · 14 years ago
  11. 2db9983 tipc: split variable assignments out of conditional expressions by Allan Stephens · 14 years ago
  12. 0e65967 tipc: cleanup various cosmetic whitespace issues by Allan Stephens · 14 years ago
  13. 25860c3 tipc: recode getsockopt error handling for better readability by Paul Gortmaker · 14 years ago
  14. e83504f tipc: remove pointless check for NULL prior to kfree by Allan Stephens · 14 years ago
  15. 886ef52 tipc: remove redundant #includes by Allan Stephens · 14 years ago
  16. 6e7e309 tipc: Finish streamlining of debugging code by Allan Stephens · 14 years ago
  17. 8d64a5b tipc: Prune down link-specific debugging code by Allan Stephens · 14 years ago
  18. 7ced689 tipc: remove dump() and tipc_dump_dbg() by Allan Stephens · 14 years ago
  19. b29f142 tipc: remove calls to dbg() and msg_dbg() by Allan Stephens · 14 years ago
  20. f5e7526 tipc: rename dbg.[ch] to log.[ch] by Allan Stephens · 14 years ago
  21. 5af5479 tipc: Remove internal linked list of node objects by Allan Stephens · 14 years ago
  22. b0c1e92 tipc: Remove user registry subsystem by Allan Stephens · 14 years ago
  23. aa70200 tipc: Eliminate use of user registry by topology service by Allan Stephens · 14 years ago
  24. 7a488fd3 tipc: Eliminate use of user registry by configuration service by Allan Stephens · 14 years ago
  25. 8f92df6 tipc: Remove prototype code for supporting multiple clusters by Allan Stephens · 14 years ago
  26. 51a8e4d tipc: Remove prototype code for supporting inter-cluster routing by Allan Stephens · 14 years ago
  27. 08c80e9 tipc: Remove prototype code for supporting slave nodes by Allan Stephens · 14 years ago
  28. 51f98a8 tipc: Remove prototype code for supporting multiple zones by Allan Stephens · 14 years ago
  29. b924dcf tipc: Delete tipc_ownidentity() by Allan Stephens · 14 years ago
  30. 12bae47 tipc: Eliminate obsolete native API forwarding routines by Allan Stephens · 14 years ago
  31. 471450f tipc: Eliminate an unused symbolic constant in link code by Allan Stephens · 14 years ago
  32. 52fe7b7 tipc: Eliminate useless initialization when creating subscriber by Allan Stephens · 14 years ago
  33. 38f232e tipc: Remove unused domain argument from multicast send routine by Allan Stephens · 14 years ago
  34. a5c2af9 tipc: Remove support for TIPC mode change callback by Allan Stephens · 14 years ago
  35. 528c771 tipc: Delete useless function prototypes by Allan Stephens · 14 years ago
  36. 28cc937 tipc: Eliminate useless return value when disabling a bearer by Allan Stephens · 14 years ago
  37. 8d71919 tipc: Delete unused configuration service structure definition by Allan Stephens · 14 years ago
  38. c802628 tipc: Remove obsolete inclusions of header files by Allan Stephens · 14 years ago
  39. d265fef tipc: Remove obsolete native API files and exports by Allan Stephens · 14 years ago
  40. 88f8a5e net: tipc: fix information leak to userland by Kulikov Vasiliy · 14 years ago
  41. 2198a10 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  42. a0e0036 tipc: delete needless memset from bearer enabling. by Allan Stephens · 14 years ago
  43. db5a753 Revert d88dca79d3852a3623f606f781e013d61486828a by Neil Horman · 14 years ago
  44. 8c97443 Revert c6537d6742985da1fbf12ae26cde6a096fd35b5c by Neil Horman · 14 years ago
  45. ccc901e tipc: Simplify bearer shutdown logic by Allan Stephens · 14 years ago
  46. 724829b tipc: Kill tipc_get_mode() completely. by David S. Miller · 14 years ago
  47. 31e3c3f tipc: cleanup function namespace by stephen hemminger · 14 years ago
  48. 7368ddf tipc: clean out all instances of #if 0'd unused code by Paul Gortmaker · 14 years ago
  49. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  50. b2abd4c tipc: Optimize handling excess content on incoming messages by Paul Gortmaker · 14 years ago
  51. d1fb627 tipc: Fix misleading error code when enabling Ethernet bearers by Allan Stephens · 14 years ago
  52. 9fbfca0 tipc: Ensure outgoing messages on Ethernet have sufficient headroom by Allan Stephens · 14 years ago
  53. 5d9c54c tipc: Minor optimizations to name table translation code by Allan Stephens · 14 years ago
  54. 5a68d5e tipc: Prevent missing name table entries when link flip-flops rapidly by Allan Stephens · 14 years ago
  55. 564e83b tipc: Allow connect() to wait indefinitely by Allan Stephens · 14 years ago
  56. c2de581 tipc: Minor enhancements to name table display format by Allan Stephens · 14 years ago
  57. 76ae0d7 tipc: Optimize tipc_node_has_active_links() by Allan Stephens · 14 years ago
  58. 96d841b tipc: Remove per-connection sequence number logic by Allan Stephens · 14 years ago
  59. 0048b82 tipc: Fix bug in broadcast link transmit statistics computation by Allan Stephens · 14 years ago
  60. 5b1f7bd tipc: Fix premature broadcast advertisement by sending node by Allan Stephens · 14 years ago
  61. 7e3e5d0 tipc: Prevent crash when broadcast link cannot send to all nodes by Allan Stephens · 14 years ago
  62. b02b69c tipc: Check for disabled bearer when processing incoming messages by Allan Stephens · 14 years ago
  63. f662c07 tipc: correct problems with misleading flags returned using poll() by Allan Stephens · 14 years ago
  64. 35997e3 tipc: Provide correct error code for unsupported connect() operation by Allan Stephens · 14 years ago
  65. 3720d40 tipc: add SO_RCVLOWAT support to stream socket receive path by Florian Westphal · 14 years ago
  66. f813809 tipc: Fix log buffer memory leak if initialization fails by Anders Kaseorg · 14 years ago
  67. 23461e8 tipc: Reduce footprint by un-inlining tipc_msg_* routines by Allan Stephens · 14 years ago
  68. 3032cca tipc: Reduce footprint by un-inlining buf_acquire routine by Allan Stephens · 14 years ago
  69. b274f4a tipc: Reduce footprint by un-inlining bearer congestion routine by Allan Stephens · 14 years ago
  70. 43608ed tipc: Reduce footprint by un-inlining port list routines by Allan Stephens · 14 years ago
  71. 3e22e62 tipc: Reduce footprint by un-inlining nmap routines by Allan Stephens · 14 years ago
  72. 80e0c33 tipc: Reduce footprint by un-inlining address routines by Allan Stephens · 14 years ago
  73. c68ca7b tipc: add tipc_ prefix to fcns targeted for un-inlining by Allan Stephens · 14 years ago
  74. 01fee25 tipc: Relocate trivial link status functions to header file by Allan Stephens · 14 years ago
  75. 15e979d tipc: remove abstraction for link_max_pkt by Allan Stephens · 14 years ago
  76. 107e7be tipc: Add support for "-s" configuration option by Allan Stephens · 14 years ago
  77. 3aec9cc tipc: Rename "multicast-link" to "broadcast-link" by Allan Stephens · 14 years ago
  78. 9ccc2eb tipc: Eliminate unnecessary initialization in native API send routines by Allan Stephens · 14 years ago
  79. 289464e tipc: Prune unused data structures from configuration service by Allan Stephens · 14 years ago
  80. b82834e tipc: Eliminate unused argument in print statement by Allan Stephens · 14 years ago
  81. df4ef33 tipc: Eliminate obsolete port's "congested_link" field by Allan Stephens · 14 years ago
  82. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  83. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  84. c6537d6 TIPC: Updated topology subscription protocol according to latest spec by Jon Paul Maloy · 14 years ago
  85. 8379d07 tipc: define needless global scoped variable static by Hagen Paul Pfeifer · 14 years ago
  86. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  87. a570f09 tipc: remove trailing space in messages by Frans Pop · 14 years ago
  88. ca50910 tipc: Allow retransmission of cloned buffers by Neil Horman · 14 years ago
  89. 1a62483 tipc: Increase frequency of load distribution over broadcast link by Neil Horman · 14 years ago
  90. a2f46ee tipc: fix lockdep warning on address assignment by Neil Horman · 14 years ago
  91. de58657 tipc: filter out messages not intended for this host by Neil Horman · 14 years ago
  92. d88dca7 tipc: fix endianness on tipc subscriber messages by Neil Horman · 14 years ago
  93. a3a858f net: backlog functions rename by Zhu Yi · 14 years ago
  94. 53eecb1 tipc: use limited socket backlog by Zhu Yi · 14 years ago
  95. d0021b2 tipc: Fix oops on send prior to entering networked mode (v3) by Neil Horman · 14 years ago
  96. 7981d6f tipc: Clean up configuration file by Allan Stephens · 14 years ago
  97. ee983ac tipc: use kconfig to limit numeric ranges by Amerigo Wang · 15 years ago
  98. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  99. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  100. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago