1. 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  2. 71d117f net/smc: no urgent data check for listen sockets by Karsten Graul · 6 years ago
  3. 1ca52fc net/smc: remove duplicate mutex_unlock by Ursula Braun · 6 years ago
  4. 648a5a7 net/smc: fix non-blocking connect problem by Ursula Braun · 6 years ago
  5. a736e07 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  6. 7311d66 net/smc: move sock lock in smc_ioctl() by Ursula Braun · 6 years ago
  7. bd58c7e net/smc: allow sysctl rmem and wmem defaults for servers by Ursula Braun · 6 years ago
  8. caa21e1 net/smc: no shutdown in state SMC_LISTEN by Ursula Braun · 6 years ago
  9. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  10. 603cc14 net/smc: provide fallback reason code by Karsten Graul · 6 years ago
  11. 7005ada net/smc: use correct vlan gid of RoCE device by Ursula Braun · 6 years ago
  12. 947541f net/smc: fewer parameters for smc_llc_send_confirm_link() by Ursula Braun · 6 years ago
  13. bac6de7 net/smc: eliminate cursor read and write calls by Stefan Raspl · 6 years ago
  14. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  15. 024ddc0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  16. ac0107e net/smc: add error handling for get_user() by Ursula Braun · 6 years ago
  17. 1992d99 net/smc: take sock lock in smc_ioctl() by Ursula Braun · 6 years ago
  18. e1bbdd5 net/smc: reduce sock_put() for fallback sockets by Ursula Braun · 7 years ago
  19. 410da1e net/smc: fix up merge error with poll changes by Linus Torvalds · 7 years ago
  20. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  21. 4e33d7d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  22. 4134984 net/smc: add SMC-D support in af_smc by Hans Wippel · 7 years ago
  23. c758dfd net/smc: add SMC-D support in CLC messages by Hans Wippel · 7 years ago
  24. c6ba7c9 net/smc: add base infrastructure for SMC-D and ISM by Hans Wippel · 7 years ago
  25. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  26. 24ac3a0 net/smc: rebuild nonblocking connect by Ursula Braun · 7 years ago
  27. c0129a0 smc: convert to ->poll_mask by Cong Wang · 7 years ago
  28. 3dc9f55 net/smc: fix error return code in smc_setsockopt() by Wei Yongjun · 7 years ago
  29. de8474e net/smc: urgent data support by Stefan Raspl · 7 years ago
  30. 2351abe net/smc: return 0 for ioctl calls in states INIT and CLOSED by Ursula Braun · 7 years ago
  31. 3b2dec2 net/smc: restructure client and server code in af_smc by Hans Wippel · 7 years ago
  32. 95d8d263 net/smc: calculate write offset in RMB only once per connection by Hans Wippel · 7 years ago
  33. 92a138e net/smc: rename connection index to RMBE index by Hans Wippel · 7 years ago
  34. 9fda351 net/smc: move link group list to smc_core by Hans Wippel · 7 years ago
  35. 69cb7dc net/smc: add common buffer size in send and receive buffer descriptors by Hans Wippel · 7 years ago
  36. be7f3e5 net/smc: init conn.tx_work & conn.send_lock sooner by Eric Dumazet · 7 years ago
  37. 3cf52eb net/smc: set link inactive before calling smc_lgr_free() by Karsten Graul · 7 years ago
  38. 1401ea0 net/smc: handle all error codes from smc_conn_create() by Karsten Graul · 7 years ago
  39. 44aa81c net/smc: register new rmbs with the peer by Karsten Graul · 7 years ago
  40. 569bc64 net/smc: no tx work trigger for fallback sockets by Ursula Braun · 7 years ago
  41. 9014db2 smc: add support for splice() by Stefan Raspl · 7 years ago
  42. b51fa1b smc: make smc_rx_wait_data() generic by Stefan Raspl · 7 years ago
  43. a7b15ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  44. bda27ff smc: fix sendpage() call by Stefan Raspl · 7 years ago
  45. a6920d1 net/smc: handle unregistered buffers by Karsten Graul · 7 years ago
  46. e63a5f8 net/smc: call consolidation by Karsten Graul · 7 years ago
  47. 9b67e26 net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSD by Ursula Braun · 7 years ago
  48. 877ae5b net/smc: periodic testlink support by Karsten Graul · 7 years ago
  49. 784813a net/smc: restrict non-blocking connect finish by Ursula Braun · 7 years ago
  50. abb190f net/smc: handle sockopt TCP_DEFER_ACCEPT by Ursula Braun · 7 years ago
  51. 01d2f7e net/smc: sockopts TCP_NODELAY and TCP_CORK by Ursula Braun · 7 years ago
  52. ee9dfbe net/smc: handle sockopts forcing fallback by Ursula Braun · 7 years ago
  53. 070204a net/smc: keep clcsock reference in smc_tcp_listen_work() by Ursula Braun · 7 years ago
  54. 1255fcb net/smc: fix shutdown in state SMC_LISTEN by Ursula Braun · 7 years ago
  55. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  56. aaa4d33 net/smc: enable ipv6 support for smc by Karsten Graul · 7 years ago
  57. c246d94 net/smc: restructure netinfo for CLC proposal msgs by Karsten Graul · 7 years ago
  58. 3d50206 net/smc: simplify wait when closing listen socket by Ursula Braun · 7 years ago
  59. 268ffcc net/smc: free link group without pending free_work only by Ursula Braun · 7 years ago
  60. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  61. 9651b93 net/smc: prevent new connections on link group by Karsten Graul · 7 years ago
  62. 52bedf3 net/smc: process add/delete link messages by Karsten Graul · 7 years ago
  63. 75d320d net/smc: do not allow eyecatchers in rmbe by Karsten Graul · 7 years ago
  64. be6d467 net/smc: remove unused fields from smc structures by Karsten Graul · 7 years ago
  65. 696cd30 net/smc: move netinfo function to file smc_clc.c by Karsten Graul · 7 years ago
  66. 0f62712 net/smc: cleanup smc_llc.h and smc_clc.h headers by Stefan Raspl · 7 years ago
  67. a5dcb73 net/smc: fix NULL pointer dereference on sock_create_kern() error path by Davide Caratti · 7 years ago
  68. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  69. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  70. 63e2480 smc: missing poll annotations by Al Viro · 7 years ago
  71. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  72. 127f497 net/smc: release clcsock from tcp_listen_worker by Ursula Braun · 7 years ago
  73. 51f1de7 net/smc: replace sock_put worker by socket refcounting by Ursula Braun · 7 years ago
  74. 8dce278 net/smc: smc_poll improvements by Ursula Braun · 7 years ago
  75. 610db66 net/smc: do not reuse a linkgroup with setup problems by Ursula Braun · 7 years ago
  76. 35a6b17 net/smc: simplify function smc_clcsock_accept() by Ursula Braun · 7 years ago
  77. 3163c50 net/smc: use local struct sock variables consistently by Ursula Braun · 7 years ago
  78. e7b7a64 smc: support variable CLC proposal messages by Ursula Braun · 7 years ago
  79. 0c9f151 smc: improve smc_clc_send_decline() error handling by Ursula Braun · 7 years ago
  80. ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
  81. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 8 years ago
  82. c5c1cc9 smc: add SMC rendezvous protocol by Ursula Braun · 7 years ago
  83. 145686b smc: fix mutex unlocks during link group creation by Ursula Braun · 7 years ago
  84. bfbedfd net/smc: terminate link group if out-of-sync is received by Ursula Braun · 7 years ago
  85. 731b008 net/smc: take RCU read lock for routing cache lookup by Ursula Braun · 7 years ago
  86. 10428dd net/smc: synchronize buffer usage with device by Ursula Braun · 7 years ago
  87. 3e03472 net/smc: common functions for RMBs and send buffers by Ursula Braun · 7 years ago
  88. 652a1e4 net/smc: register RMB-related memory region by Ursula Braun · 7 years ago
  89. 977bb32 net/smc: serialize connection creation in all cases by Ursula Braun · 7 years ago
  90. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  91. 58d30c3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  92. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  93. 288c8390 net/smc: destruct non-accepted sockets by Ursula Braun · 8 years ago
  94. f5227cd net/smc: remove duplicate unhash by Ursula Braun · 8 years ago
  95. 46c28db net/smc: no socket state changes in tasklet context by Ursula Braun · 8 years ago
  96. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  97. c3edc40 sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  98. f16a7dd smc: netlink interface for SMC sockets by Ursula Braun · 8 years ago
  99. b38d732 smc: socket closing and linkgroup cleanup by Ursula Braun · 8 years ago
  100. 952310c smc: receive data from RMBE by Ursula Braun · 8 years ago