1. 9df3f3d [TIPC]: Removing useless casts by Panagiotis Issaris · 18 years ago
  2. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  3. 863fae6 [TIPC] Fixed sk_buff panic caused by tipc_link_bundle_buf (REVISED) by Allan Stephens · 18 years ago
  4. 0702056 [TIPC]: Initial activation message now includes TIPC version number by Allan Stephens · 18 years ago
  5. ea13847 [TIPC]: Improve response to requests for node/link information by Allan Stephens · 18 years ago
  6. e49060c [TIPC]: Fixed skb_under_panic caused by tipc_link_bundle_buf by Allan Stephens · 18 years ago
  7. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  8. 3ba07e6 [TIPC]: Fix incorrect correction to discovery timer frequency computation. by Allan Stephens · 18 years ago
  9. 65f51ef [TIPC]: Get rid of dynamically allocated arrays in broadcast code. by Allan Stephens · 18 years ago
  10. 5392d64 [TIPC]: Fixed link switchover bugs by Allan Stephens · 18 years ago
  11. a10bd92 [TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks. by Allan Stephens · 18 years ago
  12. f131072 [TIPC]: First phase of assert() cleanup by Allan Stephens · 18 years ago
  13. e100ae9 [TIPC]: Disallow config operations that aren't supported in certain modes. by Allan Stephens · 18 years ago
  14. c33d53b [TIPC]: Fixed memory leak in tipc_link_send() when destination is unreachable by Allan Stephens · 18 years ago
  15. a75bf87 [TIPC]: Added missing warning for out-of-memory condition by Allan Stephens · 18 years ago
  16. a751352 [TIPC]: Withdrawing all names from nameless port now returns success, not error by Allan Stephens · 18 years ago
  17. 51f9cc1 [TIPC]: Optimized argument validation done by connect(). by Allan Stephens · 18 years ago
  18. a3b0a5a [TIPC]: Simplify code for returning partial success of stream send request. by Allan Stephens · 18 years ago
  19. 4b087b2 [TIPC]: recvmsg() now returns TIPC ancillary data using correct level (SOL_TIPC) by Allan Stephens · 18 years ago
  20. 4997865 [TIPC]: Improved performance of error checking during socket creation. by Allan Stephens · 18 years ago
  21. 1303e8f [TIPC]: Stream socket send indicates partial success if data partially sent. by Allan Stephens · 18 years ago
  22. bdd9478 [TIPC]: Connected send now checks socket state when retrying congested send. by Allan Stephens · 18 years ago
  23. 3546c75 [TIPC]: Can now return destination name of form {0,x,y} via ancillary data. by Allan Stephens · 18 years ago
  24. 3388007 [TIPC]: Implied connect now saves dest name for retrieval as ancillary data. by Allan Stephens · 18 years ago
  25. 6b384de [TIPC]: Fixed connect() to detect a dest address that is missing or too short. by Allan Stephens · 18 years ago
  26. e9024f0f [TIPC]: Non-operation-affecting corrections to comments & function definitions. by Allan Stephens · 18 years ago
  27. 687a25f [TIPC]: Validate entire interface name when locating bearer to enable. by Allan Stephens · 18 years ago
  28. a592ea6 [TIPC]: Added support for MODULE_VERSION capability. by Allan Stephens · 18 years ago
  29. 8b1f0a9 [TIPC]: Fix misleading comment in buf_discard() routine. by Allan Stephens · 18 years ago
  30. 70cb234 [TIPC]: Fixed privilege checking typo in dest_name_check(). by Allan Stephens · 18 years ago
  31. 3ac9021 [TIPC] Fix for NULL pointer dereference by Eric Sesterhenn · 18 years ago
  32. a4e0927 [TIPC]: Allow compilation when CONFIG_TIPC_DEBUG is not set. by Allan Stephens · 18 years ago
  33. d356eeb [TIPC]: Multicast link failure now resets all links to "nacking" node. by Allan Stephens · 18 years ago
  34. 2600824 [TIPC]: Links now validate destination node specified by incoming messages. by Allan Stephens · 18 years ago
  35. 9688243 [TIPC]: Allow ports to receive multicast messages through native API. by Allan Stephens · 18 years ago
  36. 4938450 [TIPC]: Corrected potential misuse of tipc_media_addr structure. by Allan Stephens · 18 years ago
  37. 2535ec5 [TIPC]: Use correct upper bound when validating network zone number. by Allan Stephens · 18 years ago
  38. 9ab230f [TIPC]: Prevent name table corruption if no room for new publication by Allan Stephens · 18 years ago
  39. 5e3c885 [TIPC] Improved tolerance to promiscuous mode interface by Jon Maloy · 18 years ago
  40. 63903ca [NET]: Remove redundant NULL checks before [kv]free by Jesper Juhl · 18 years ago
  41. 53b3531 [PATCH] s/;;/;/g by Alexey Dobriyan · 18 years ago
  42. 87546b1 [TIPC]: Avoid compiler warning by Per Liden · 18 years ago
  43. de70c5b [TIPC]: Reduce stack usage by Per Liden · 18 years ago
  44. 988f088 [TIPC]: Cleanups by Adrian Bunk · 18 years ago
  45. 7c501a5 [TIPC]: Remove unused functions by Per Liden · 18 years ago
  46. 05790c6 [TIPC]: Remove inlines from *.c by Sam Ravnborg · 18 years ago
  47. 1fc54d8 [TIPC]: Fix simple sparse warnings by Sam Ravnborg · 18 years ago
  48. 4323add [TIPC] Avoid polluting the global namespace by Per Liden · 18 years ago
  49. c11ac3f [TIPC] Add help text for TIPC configuration option by Per Liden · 18 years ago
  50. 50f9bcd [TIPC] Remove unused #includes by Per Liden · 18 years ago
  51. 33a9c4d [TIPC] Move ethernet protocol id to linux/if_ether.h by Per Liden · 18 years ago
  52. 16cb4b3 [TIPC] Updated link priority macros by Per Liden · 18 years ago
  53. 5f7c3ff [TIPC] Minor changes to #includes by Jon Maloy · 18 years ago
  54. 23b0ca5 [PATCH] genetlink: don't touch module ref count by Per Liden · 18 years ago
  55. 880b005 [TIPC]: Fix 64-bit build warnings. by David S. Miller · 18 years ago
  56. 593a5f2 [TIPC] More updates of file headers by Per Liden · 18 years ago
  57. 9da1c8b [TIPC] Update of file headers by Per Liden · 18 years ago
  58. d0a14a9 [TIPC] Cleaned up info/warn/err macros by Per Liden · 18 years ago
  59. 9ea1fd3 [TIPC] License header update by Per Liden · 18 years ago
  60. ea714cc [TIPC] Moved configuration interface into tipc_config.h by Per Liden · 18 years ago
  61. b70e4f4 [TIPC} Fixed bug in disc_timeout() by Jon Maloy · 18 years ago
  62. 1dba974 [TIPC] Use dynamically allocated family id with NETLINK_GENERIC by Per Liden · 19 years ago
  63. b97bf3f [TIPC] Initial merge by Per Liden · 19 years ago