1. 8b1e5b0a tipc: Add a missing case of TIPC_DIRECT_MSG type by Hoang Le · 4 years, 10 months ago
  2. 5391a87 tipc: fix successful connect() but timed out by Tuong Lien · 5 years ago
  3. 9546a0b tipc: fix wrong connect() return code by Tuong Lien · 5 years ago
  4. 49afb80 tipc: fix link overflow issue at socket shutdown by Tuong Lien · 5 years ago
  5. abc9b4e tipc: fix retrans failure due to wrong destination by Tuong Lien · 5 years ago
  6. d34910e tipc: fix duplicate SYN messages under link congestion by Tung Nguyen · 5 years ago
  7. 12db3c8 tipc: fix wrong timeout input for tipc_wait_for_cond() by Tung Nguyen · 5 years ago
  8. 91a4a3e tipc: fix wrong socket reference counter after tipc_sk_timeout() returns by Tung Nguyen · 5 years ago
  9. 2fe97a5 tipc: fix potential memory leak in __tipc_sendmsg() by Tung Nguyen · 5 years ago
  10. ab81836 net: use rhashtable_lookup() instead of rhashtable_lookup_fast() by Taehee Yoo · 5 years ago
  11. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  12. c0bceb9 tipc: add smart nagle feature by Jon Maloy · 5 years ago
  13. f73b128 tipc: improve throughput between nodes in netns by Hoang Le · 5 years ago
  14. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  15. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  16. 70c2655 net: silence KCSAN warnings about sk->sk_backlog.len reads by Eric Dumazet · 5 years ago
  17. 8265792 net: silence KCSAN warnings around sk_add_backlog() calls by Eric Dumazet · 5 years ago
  18. 057af70 net: tipc: have genetlink code to parse the attrs during dumpit by Jiri Pirko · 5 years ago
  19. e654f9f tipc: clean up skb list lock handling on send path by Jon Maloy · 5 years ago
  20. 2948a1f tipc: fix unitilized skb list crash by Jon Maloy · 5 years ago
  21. ff94683 tipc: fix hanging clients using poll with EPOLLOUT flag by Parthasarathy Bhuvaragan · 6 years ago
  22. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  23. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  24. 42e5425 tipc: introduce new socket option TIPC_SOCK_RECVQ_USED by Tung Nguyen · 6 years ago
  25. 08e046c tipc: fix a null pointer deref by Hoang Le · 6 years ago
  26. 77d5ad4 tipc: fix use-after-free in tipc_sk_filter_rcv by Hoang Le · 6 years ago
  27. c55c8ed tipc: smooth change between replicast and broadcast by Hoang Le · 6 years ago
  28. ea23931 tipc: allow service ranges to be connect()'ed on RDM/DGRAM by Erik Hugne · 6 years ago
  29. 517ccc2 net: tipc: fix a missing check for nla_nest_start by Kangjie Lu · 6 years ago
  30. 0e63208 tipc: fix RDM/DGRAM connect() regression by Erik Hugne · 6 years ago
  31. 9eb3591 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  32. bfd07f3 tipc: fix race condition causing hung sendto by Tung Nguyen · 6 years ago
  33. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  34. 48766a5 tipc: improve function tipc_wait_for_rcvmsg() by Tung Nguyen · 6 years ago
  35. 223b732 tipc: improve function tipc_wait_for_cond() by Tung Nguyen · 6 years ago
  36. f79e336 tipc: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  37. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  38. 01e661e tipc: add trace_events for tipc socket by Tuong Lien · 6 years ago
  39. b4b9771 tipc: enable tracepoints in tipc by Tuong Lien · 6 years ago
  40. 3c6306d tipc: check group dests after tipc_wait_for_cond() by Cong Wang · 6 years ago
  41. 143ece6 tipc: check tsk->group in tipc_wait_for_cond() by Cong Wang · 6 years ago
  42. 15ef70e tipc: use lock_sock() in tipc_sk_reinit() by Cong Wang · 6 years ago
  43. 1c1274a tipc: don't assume linear buffer when reading ancillary data by Jon Maloy · 6 years ago
  44. 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  45. d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  46. e7eb058 tipc: queue socket protocol error messages into socket receive buffer by Parthasarathy Bhuvaragan · 6 years ago
  47. 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  48. 6787927 tipc: buffer overflow handling in listener socket by Tung Nguyen · 6 years ago
  49. 25b9221 tipc: add SYN bit to connection setup messages by Jon Maloy · 6 years ago
  50. 39fdc9c tipc: refactor function tipc_sk_filter_connect() by Jon Maloy · 6 years ago
  51. afe8792 tipc: refactor function tipc_sk_timeout() by Jon Maloy · 6 years ago
  52. 92ef12b tipc: fix flow control accounting for implicit connect by Parthasarathy Bhuvaragan · 6 years ago
  53. 8f5c5fc tipc: call start and done ops directly in __tipc_nl_compat_dumpit() by Cong Wang · 6 years ago
  54. 0a3b8b2 tipc: orphan sock in tipc_release() by Cong Wang · 6 years ago
  55. 9a07efa tipc: switch to rhashtable iterator by Cong Wang · 6 years ago
  56. bd583fe tipc: fix a missing rhashtable_walk_exit() by Cong Wang · 6 years ago
  57. b053fcc net/tipc: remove redundant variables 'tn' and 'oport' by Colin Ian King · 6 years ago
  58. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  59. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  60. a1be5a2 tipc: extend sock diag for group communication by GhantaKrishnamurthy MohanKrishna · 7 years ago
  61. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  62. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  63. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  64. 4df7338 net/tipc: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  65. b2d6cee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  66. 09c8b97 tipc: fix one byte leak in tipc_sk_set_orig_addr() by Eric Dumazet · 7 years ago
  67. 3e5cf36 tipc: introduce ioctl for fetching node identity by Jon Maloy · 7 years ago
  68. 335b929 tipc: fix missing initializer in tipc_sendmsg() by Jon Maloy · 7 years ago
  69. e41f054 tipc: use the right skb in tipc_sk_fill_sock_diag() by Cong Wang · 7 years ago
  70. 4b2e687 tipc: Fix namespace violation in tipc_sk_fill_sock_diag by GhantaKrishnamurthy MohanKrishna · 7 years ago
  71. 37922ea tipc: permit overlapping service ranges in name table by Jon Maloy · 7 years ago
  72. 23fd3ea tipc: remove direct accesses to own_addr field in struct tipc_net by Jon Maloy · 7 years ago
  73. 872619d tipc: step sk->sk_drops when rcv buffer is full by GhantaKrishnamurthy MohanKrishna · 7 years ago
  74. c30b70d tipc: implement socket diagnostics for AF_TIPC by GhantaKrishnamurthy MohanKrishna · 7 years ago
  75. dfde331 tipc: modify socket iterator for sock_diag by GhantaKrishnamurthy MohanKrishna · 7 years ago
  76. e50e73e tipc: some name changes by Jon Maloy · 7 years ago
  77. 928df18 tipc: obsolete TIPC_ZONE_SCOPE by Jon Maloy · 7 years ago
  78. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  79. 1b22bca tipc: correct initial value for group congestion flag by Jon Maloy · 7 years ago
  80. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  81. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  82. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  83. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  84. 60c2530 tipc: fix race between poll() and setsockopt() by Jon Maloy · 7 years ago
  85. e9a0344 tipc: fix bug during lookup of multicast destination nodes by Jon Maloy · 7 years ago
  86. febafc8 tipc: fix a potental access after delete in tipc_sk_join() by Jon Maloy · 7 years ago
  87. eb929a9 tipc: improve poll() for group member socket by Jon Maloy · 7 years ago
  88. 232d07b tipc: improve groupcast scope handling by Jon Maloy · 7 years ago
  89. d12d2e1 tipc: send out join messages as soon as new member is discovered by Jon Maloy · 7 years ago
  90. 7ad32bc tipc: create group member event messages when they are needed by Jon Maloy · 7 years ago
  91. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  92. 517d7c7 tipc: fix hanging poll() for stream sockets by Parthasarathy Bhuvaragan · 7 years ago
  93. c30abd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  94. c545a94 tipc: eliminate potential memory leak by Jon Maloy · 7 years ago
  95. 97a6ec4 rhashtable: Change rhashtable_walk_start to return void by Tom Herbert · 7 years ago
  96. ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
  97. 31b102b net: tipc: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  98. e233df0 tipc: fix a dangling pointer by Cong Wang · 7 years ago
  99. 0d5fcebf tipc: refactor tipc_sk_timeout() function by Jon Maloy · 7 years ago
  100. cb4dc41 tipc: fix broken tipc_poll() function by Jon Maloy · 7 years ago