1. cc086fc tipc: fix a potential oops by Ying Xue · 10 years ago
  2. 301bae5 tipc: merge struct tipc_port into struct tipc_sock by Jon Paul Maloy · 10 years ago
  3. 808d90f tipc: remove files ref.h and ref.c by Jon Paul Maloy · 10 years ago
  4. 2e84c60 tipc: remove include file port.h by Jon Paul Maloy · 10 years ago
  5. 0fc87aa tipc: remove source file port.c by Jon Paul Maloy · 10 years ago
  6. 6c9808c tipc: remove port_lock by Jon Paul Maloy · 10 years ago
  7. 9b50fd0 tipc: replace port pointer with socket pointer in registry by Jon Paul Maloy · 10 years ago
  8. 5a9ee0be tipc: use registry when scanning sockets by Jon Paul Maloy · 10 years ago
  9. 5b8fa7c tipc: eliminate functions tipc_port_init and tipc_port_destroy by Jon Paul Maloy · 10 years ago
  10. 739f5e4 tipc: redefine message acknowledge function by Jon Paul Maloy · 10 years ago
  11. dadebc0 tipc: eliminate port_connect()/port_disconnect() functions by Jon Paul Maloy · 10 years ago
  12. 80e44c2 tipc: eliminate function tipc_port_shutdown() by Jon Paul Maloy · 10 years ago
  13. 5728901 tipc: clean up socket timer function by Jon Paul Maloy · 10 years ago
  14. 50100a5 tipc: use pseudo message to wake up sockets after link congestion by Jon Paul Maloy · 10 years ago
  15. ac32c7f tipc: fix message importance range check by Erik Hugne · 10 years ago
  16. ad025a5 tipc: remove duplicated include from socket.c by Wei Yongjun · 10 years ago
  17. 52f50ce tipc: fix sparse non static symbol warnings by Wei Yongjun · 10 years ago
  18. 9fbfb8b tipc: rename temporarily named functions by Jon Paul Maloy · 10 years ago
  19. 0abd8ff tipc: start using the new multicast functions by Jon Paul Maloy · 10 years ago
  20. 078bec8 tipc: add new functions for multicast and broadcast distribution by Jon Paul Maloy · 10 years ago
  21. 7ceaa58 tipc: remove unnecessary break after return by Fabian Frederick · 10 years ago
  22. 70452dc tipc: fix a memleak when sending data by Erik Hugne · 10 years ago
  23. 6012052 tipc: simplify connection congestion handling by Jon Paul Maloy · 10 years ago
  24. ac0074e tipc: clean up connection protocol reception function by Jon Paul Maloy · 10 years ago
  25. ec8a2e5 tipc: same receive code path for connection protocol and data messages by Jon Paul Maloy · 10 years ago
  26. 4ccfe5e tipc: connection oriented transport uses new send functions by Jon Paul Maloy · 10 years ago
  27. e2dafe8 tipc: RDM/DGRAM transport uses new fragmenting and sending functions by Jon Paul Maloy · 10 years ago
  28. 5a37907 tipc: introduce message evaluation function by Jon Paul Maloy · 10 years ago
  29. 8db1bae tipc: separate building and sending of rejected messages by Jon Paul Maloy · 10 years ago
  30. e4de5fa tipc: use negative error return values in functions by Jon Paul Maloy · 10 years ago
  31. 02c00c2 tipc: fix potential bug in function tipc_backlog_rcv by Jon Paul Maloy · 10 years ago
  32. 85d3fc9 tipc: Don't reset the timeout when restarting by Arnaldo Carvalho de Melo · 10 years ago
  33. 9816f06 tipc: merge port message reception into socket reception function by Jon Paul Maloy · 10 years ago
  34. 4f4482d tipc: compensate for double accounting in socket rcv buffer by Jon Paul Maloy · 10 years ago
  35. 6163a19 tipc: decrease connection flow control window by Jon Paul Maloy · 10 years ago
  36. 78acb1f tipc: add ioctl to fetch link names by Erik Hugne · 10 years ago
  37. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  38. 065d7e3 tipc: Let tipc_release() return 0 by Geert Uytterhoeven · 10 years ago
  39. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  40. 5c31142 tipc: eliminate redundant lookups in registry by Jon Paul Maloy · 11 years ago
  41. 58ed944 tipc: align usage of variable names and macros in socket by Jon Paul Maloy · 11 years ago
  42. 3b4f302 tipc: eliminate redundant locking by Jon Paul Maloy · 11 years ago
  43. 24be34b tipc: eliminate upcall function pointers between port and socket by Jon Paul Maloy · 11 years ago
  44. 8826cde tipc: aggregate port structure into socket structure by Jon Paul Maloy · 11 years ago
  45. f9fef18 tipc: remove redundant 'peer_name' field in struct tipc_sock by Jon Paul Maloy · 11 years ago
  46. fe8e464 tipc: avoid to unnecessary process switch under non-block mode by Ying Xue · 11 years ago
  47. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  48. 9fe7ed4 tipc: remove all enabled flags from all tipc components by Ying Xue · 11 years ago
  49. 247f0f3 tipc: align tipc function names with common naming practice in the network by Ying Xue · 11 years ago
  50. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
  51. 9bbb4ec tipc: standardize recvmsg routine by Ying Xue · 11 years ago
  52. 391a6dd tipc: standardize sendmsg routine of connected socket by Ying Xue · 11 years ago
  53. 3f40504 tipc: standardize sendmsg routine of connectionless socket by Ying Xue · 11 years ago
  54. 6398e23 tipc: standardize accept routine by Ying Xue · 11 years ago
  55. 78eb3a5 tipc: standardize connect routine by Ying Xue · 11 years ago
  56. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  57. b055597 tipc: make the code look more readable by wangweidong · 11 years ago
  58. 8460276 tipc: fix deadlock during socket release by Ying Xue · 11 years ago
  59. d3fbccf tipc: change lock_sock order in connect() by wangweidong · 11 years ago
  60. 3b8401f tipc: kill unnecessary goto's by wangweidong · 11 years ago
  61. 0cee6bb tipc: remove unnecessary variables and conditions by wangweidong · 11 years ago
  62. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  63. 4068243 tipc: silence sparse warnings by Ying Xue · 11 years ago
  64. 9446b87 tipc: remove iovec length parameter from all sending functions by Ying Xue · 11 years ago
  65. 2c8d851 tipc: set sk_err correctly when connection fails by Erik Hugne · 11 years ago
  66. ae8509c tipc: cosmetic realignment of function arguments by Paul Gortmaker · 11 years ago
  67. c0fee8a tipc: save sock structure pointer instead of void pointer to tipc_port by Ying Xue · 11 years ago
  68. 3c5db8e tipc: rename tipc_createport_raw to tipc_createport by Ying Xue · 11 years ago
  69. 7d0ab17 tipc: convert configuration server to use new server facility by Ying Xue · 11 years ago
  70. 13a2e89 tipc: convert topology server to use new server facility by Ying Xue · 11 years ago
  71. c5fa7b3 tipc: introduce new TIPC server infrastructure by Ying Xue · 11 years ago
  72. 5d21cb7 tipc: allow implicit connect for stream sockets by Erik Hugne · 11 years ago
  73. cc79dd1 tipc: change socket buffer overflow control to respect sk_rcvbuf by Ying Xue · 11 years ago
  74. 60085c3 tipc: fix info leaks via msg_name in recv_msg/recv_stream by Mathias Krause · 11 years ago
  75. 97f8b87 tipc: remove redundant checking for the number of iovecs in a send request by Ying Xue · 12 years ago
  76. aba79f3 tipc: byte-based overload control on socket receive queue by Ying Xue · 12 years ago
  77. 57467e5 tipc: eliminate duplicated discard_rx_queue routine by Ying Xue · 12 years ago
  78. 0fef8f2 tipc: refactor accept() code for improved readability by Paul Gortmaker · 12 years ago
  79. 258f866 tipc: add lock nesting notation to quiet lockdep warning by Ying Xue · 12 years ago
  80. cbab368 tipc: eliminate connection setup for implied connect in recv_msg() by Ying Xue · 12 years ago
  81. 584d24b tipc: introduce non-blocking socket connect by Ying Xue · 12 years ago
  82. 7e6c131 tipc: consolidate connection-oriented message reception in one function by Ying Xue · 12 years ago
  83. bc87911 tipc: standardize across connect/disconnect function naming by Paul Gortmaker · 12 years ago
  84. e643df1 tipc: change sk_receive_queue upper limit by Jon Maloy · 12 years ago
  85. 9da3d47 tipc: eliminate aggregate sk_receive_queue limit by Ying Xue · 12 years ago
  86. 7503115 tipc: wake up all waiting threads at socket shutdown by Ying Xue · 12 years ago
  87. c4fc298 tipc: return POLLOUT for sockets in an unconnected state by Erik Hugne · 12 years ago
  88. f288bef tipc: fix race/inefficiencies in poll/wait behaviour by Ying Xue · 12 years ago
  89. e57edf6 tipc: prevent dropped connections due to rcvbuf overflow by Erik Hugne · 12 years ago
  90. 2cf8aa1 tipc: use standard printk shortcut macros (pr_err etc.) by Erik Hugne · 12 years ago
  91. ae86b9e net: Fix non-kernel-doc comments with kernel-doc start marker by Ben Hutchings · 12 years ago
  92. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  93. 617d3c7 tipc: compress out gratuitous extra carriage returns by Paul Gortmaker · 12 years ago
  94. aad5854 tipc: Reject payload messages with invalid message type by Allan Stephens · 12 years ago
  95. f545a38 net: add a limit parameter to sk_add_backlog() by Eric Dumazet · 12 years ago
  96. f0712e86 tipc: Ensure network address change doesn't impact local connections by Allan Stephens · 12 years ago
  97. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  98. 5f6d912 tipc: Eliminate trivial buffer manipulation helper routines by Allan Stephens · 13 years ago
  99. c422f1b tipc: Simplify enforcement of reserved name type prohibition by Allan Stephens · 13 years ago
  100. 2060a57 tipc: Enable use by containers having their own network namespace by Allan Stephens · 13 years ago