1. 0fef8f2 tipc: refactor accept() code for improved readability by Paul Gortmaker · 12 years ago
  2. 258f866 tipc: add lock nesting notation to quiet lockdep warning by Ying Xue · 12 years ago
  3. cbab368 tipc: eliminate connection setup for implied connect in recv_msg() by Ying Xue · 12 years ago
  4. 584d24b tipc: introduce non-blocking socket connect by Ying Xue · 12 years ago
  5. 7e6c131 tipc: consolidate connection-oriented message reception in one function by Ying Xue · 12 years ago
  6. bc87911 tipc: standardize across connect/disconnect function naming by Paul Gortmaker · 12 years ago
  7. e643df1 tipc: change sk_receive_queue upper limit by Jon Maloy · 12 years ago
  8. 9da3d47 tipc: eliminate aggregate sk_receive_queue limit by Ying Xue · 12 years ago
  9. 7503115 tipc: wake up all waiting threads at socket shutdown by Ying Xue · 12 years ago
  10. c4fc298 tipc: return POLLOUT for sockets in an unconnected state by Erik Hugne · 12 years ago
  11. f288bef tipc: fix race/inefficiencies in poll/wait behaviour by Ying Xue · 12 years ago
  12. e57edf6 tipc: prevent dropped connections due to rcvbuf overflow by Erik Hugne · 12 years ago
  13. 2cf8aa1 tipc: use standard printk shortcut macros (pr_err etc.) by Erik Hugne · 12 years ago
  14. ae86b9e net: Fix non-kernel-doc comments with kernel-doc start marker by Ben Hutchings · 12 years ago
  15. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  16. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 12 years ago
  17. aad5854 tipc: Reject payload messages with invalid message type by Allan Stephens · 12 years ago
  18. f545a38 net: add a limit parameter to sk_add_backlog() by Eric Dumazet · 12 years ago
  19. f0712e86 tipc: Ensure network address change doesn't impact local connections by Allan Stephens · 12 years ago
  20. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  21. 5f6d912 tipc: Eliminate trivial buffer manipulation helper routines by Allan Stephens · 13 years ago
  22. c422f1b tipc: Simplify enforcement of reserved name type prohibition by Allan Stephens · 13 years ago
  23. 2060a57 tipc: Enable use by containers having their own network namespace by Allan Stephens · 13 years ago
  24. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  25. 245f3d3 tipc: Simplify prohibition of listen and accept for connectionless sockets by Ying Xue · 13 years ago
  26. 1d83587 tipc: Add support for SO_SNDTIMEO socket option by Ying Xue · 13 years ago
  27. a0f40f0 tipc: Prevent rounding issues when saving connect timeout option by Allan Stephens · 13 years ago
  28. a9948ba tipc: Remove unnecessary includes in socket code by Allan Stephens · 13 years ago
  29. 2689690 tipc: Avoid recomputation of outgoing message length by Allan Stephens · 13 years ago
  30. c29c3f7 tipc: Abort excessive send requests as early as possible by Allan Stephens · 14 years ago
  31. 71092ea tipc: Add support for SO_RCVTIMEO socket option by Allan Stephens · 13 years ago
  32. 0232fd0 tipc: Allow receiving into iovec containing multiple entries by Allan Stephens · 13 years ago
  33. 3f8dd94 tipc: Prevent invalid memory access when sending to configuration service by Allan Stephens · 13 years ago
  34. 4132fac tipc: Remove unused global variable tipc_user_count by Allan Stephens · 14 years ago
  35. a016892 tipc: remove extraneous braces from single statements by Allan Stephens · 14 years ago
  36. e3ec9c7 tipc: remove zeroing assignments to static global variables by Allan Stephens · 14 years ago
  37. 2db9983 tipc: split variable assignments out of conditional expressions by Allan Stephens · 14 years ago
  38. 0e65967 tipc: cleanup various cosmetic whitespace issues by Allan Stephens · 14 years ago
  39. 25860c3 tipc: recode getsockopt error handling for better readability by Paul Gortmaker · 14 years ago
  40. 886ef52 tipc: remove redundant #includes by Allan Stephens · 14 years ago
  41. b29f142 tipc: remove calls to dbg() and msg_dbg() by Allan Stephens · 14 years ago
  42. b924dcf tipc: Delete tipc_ownidentity() by Allan Stephens · 14 years ago
  43. 38f232e tipc: Remove unused domain argument from multicast send routine by Allan Stephens · 14 years ago
  44. d265fef tipc: Remove obsolete native API files and exports by Allan Stephens · 14 years ago
  45. 88f8a5e net: tipc: fix information leak to userland by Kulikov Vasiliy · 14 years ago
  46. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  47. 564e83b tipc: Allow connect() to wait indefinitely by Allan Stephens · 14 years ago
  48. f662c07 tipc: correct problems with misleading flags returned using poll() by Allan Stephens · 14 years ago
  49. 35997e3 tipc: Provide correct error code for unsupported connect() operation by Allan Stephens · 14 years ago
  50. 3720d40 tipc: add SO_RCVLOWAT support to stream socket receive path by Florian Westphal · 14 years ago
  51. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  52. 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
  53. a3a858f net: backlog functions rename by Zhu Yi · 14 years ago
  54. 53eecb1 tipc: use limited socket backlog by Zhu Yi · 14 years ago
  55. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  56. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  57. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  58. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  59. 6650613 tipc: Add socket options to get number of queued messages by oscar.medina@motorola.com · 15 years ago
  60. 2da5991 tipc: Fix race condition that could cause accept() to fail by Allan Stephens · 16 years ago
  61. 8642bd9 tipc: Optimize pointer dereferencing when receiving stream data by Allan Stephens · 16 years ago
  62. 0ea5224 tipc: Remove unneeded parameter to tipc_createport_raw() by Allan Stephens · 16 years ago
  63. 7ef43eb tipc: Fix race condition when creating socket or native port by Allan Stephens · 16 years ago
  64. 653252c net: Fix wrong interpretation of some copy_to_user() results. by Pavel Emelyanov · 16 years ago
  65. 0c3141e [TIPC]: Overhaul of socket locking logic by Allan Stephens · 16 years ago
  66. b89741a [TIPC]: Cosmetic changes to TIPC connect() code by Allan Stephens · 16 years ago
  67. 4934c69 [TIPC]: Add error check to detect non-blocking form of connect() by Allan Stephens · 16 years ago
  68. 1819b83 [TIPC]: Correct "off by 1" error in socket queue limit enforcement by Allan Stephens · 16 years ago
  69. 7a8036c [TIPC]: Ignore message padding when receiving stream data by Allan Stephens · 16 years ago
  70. a198d3a [TIPC]: Allow stream receive to read from multiple TIPC messages by Allan Stephens · 16 years ago
  71. 9900980 [TIPC]: Skip connection flow control in connectionless sockets by Allan Stephens · 16 years ago
  72. 3654ea0 [TIPC]: Improve socket time conversions by Allan Stephens · 16 years ago
  73. 967369328 [TIPC]: Remove redundant socket wait queue initialization by Allan Stephens · 16 years ago
  74. 9b674e8 [TIPC]: Cosmetic cleanup of TIPC polling logic by Allan Stephens · 16 years ago
  75. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  76. e247a8f [TIPC]: Add argument validation for shutdown() by Allan Stephens · 16 years ago
  77. 26bad2c [TIPC]: Convert tsock->sem in a mutex by Matthias Kaehlcke · 16 years ago
  78. bca65ea [TIPC]: declare proto_ops structures as 'const'. by Florian Westphal · 16 years ago
  79. 98eb568 [TIPC]: Fix semaphore handling. by Andrew Morton · 17 years ago
  80. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  81. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  82. 8238745 [NET] TIPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  83. 05646c9 [TIPC]: Optimize stream send routine to avoid fragmentation by Allan Stephens · 17 years ago
  84. 5eee6a6 [TIPC]: Use standard socket "not implemented" routines by Allan Stephens · 17 years ago
  85. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  86. c430728 [NET] TIPC: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  87. cfb0c08 [TIPC]: Optimize wakeup logic when socket has no waiting processes by Allan Stephens · 18 years ago
  88. eb5959c [TIPC]: Stream socket can now send > 66000 bytes at a time by Allan Stephens · 18 years ago
  89. 28c4dad [PATCH] tipc __user annotations by Al Viro · 18 years ago
  90. 51f9cc1 [TIPC]: Optimized argument validation done by connect(). by Allan Stephens · 18 years ago
  91. a3b0a5a [TIPC]: Simplify code for returning partial success of stream send request. by Allan Stephens · 18 years ago
  92. 4b087b2 [TIPC]: recvmsg() now returns TIPC ancillary data using correct level (SOL_TIPC) by Allan Stephens · 18 years ago
  93. 4997865 [TIPC]: Improved performance of error checking during socket creation. by Allan Stephens · 18 years ago
  94. 1303e8f [TIPC]: Stream socket send indicates partial success if data partially sent. by Allan Stephens · 18 years ago
  95. bdd9478 [TIPC]: Connected send now checks socket state when retrying congested send. by Allan Stephens · 18 years ago
  96. 3546c75 [TIPC]: Can now return destination name of form {0,x,y} via ancillary data. by Allan Stephens · 18 years ago
  97. 3388007 [TIPC]: Implied connect now saves dest name for retrieval as ancillary data. by Allan Stephens · 18 years ago
  98. 6b384de [TIPC]: Fixed connect() to detect a dest address that is missing or too short. by Allan Stephens · 18 years ago
  99. e9024f0f [TIPC]: Non-operation-affecting corrections to comments & function definitions. by Allan Stephens · 18 years ago
  100. 70cb234 [TIPC]: Fixed privilege checking typo in dest_name_check(). by Allan Stephens · 18 years ago