1. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 11 years ago
  2. f916ec9 sctp: Add process name and pid to deprecation warnings by Neil Horman · 11 years ago
  3. 94f6519 SCTP: Reduce log spamming for sctp setsockopt by Neil Horman · 11 years ago
  4. 4e2d52b sctp: fix checkpatch errors with //commen by wangweidong · 11 years ago
  5. 8d72651 sctp: fix checkpatch errors with open brace '{' and trailing statements by wangweidong · 11 years ago
  6. 26ac8e5 sctp: fix checkpatch errors with (foo*)|foo * bar|foo* bar by wangweidong · 11 years ago
  7. cb3f837 sctp: fix checkpatch errors with space required or prohibited by wangweidong · 11 years ago
  8. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  9. 85f935d sctp: check the rto_min and rto_max in setsockopt by wangweidong · 11 years ago
  10. 9f70f46 sctp: properly latch and use autoclose value from sock to association by Neil Horman · 11 years ago
  11. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  12. 0bbf87d net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 by Eric W. Biederman · 11 years ago
  13. 88362ad net: sctp: fix smatch warning in sctp_send_asconf_del_ip by Daniel Borkmann · 11 years ago
  14. a0fb05d net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUE by Daniel Borkmann · 11 years ago
  15. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  16. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  17. 8a59bd3 sctp: use get_unused_fd_flags(0) instead of get_unused_fd() by Yann Droneaud · 11 years ago
  18. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 11 years ago
  19. 62208f1 net: sctp: simplify sctp_get_port by Daniel Borkmann · 11 years ago
  20. 0a2fbac net: sctp: decouple cleaning some socket data from endpoint by Daniel Borkmann · 11 years ago
  21. 52db882 net: sctp: migrate cookie life from timeval to ktime by Daniel Borkmann · 11 years ago
  22. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  23. dda9192 net: sctp: remove SCTP_STATIC macro by Daniel Borkmann · 11 years ago
  24. c164b83 net: sctp: minor: remove variable in sctp_init_sock by Daniel Borkmann · 11 years ago
  25. 1abd165 net: sctp: fix NULL pointer dereference in socket destruction by Daniel Borkmann · 11 years ago
  26. 524fba6 sctp: fix error return code in __sctp_connect() by Wei Yongjun · 11 years ago
  27. 7d4c04f net: add option to enable error queue packets waking select by Keller, Jacob E · 12 years ago
  28. 9da060d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  29. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  30. 726bc6b net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATS by Guenter Roeck · 12 years ago
  31. 6ba542a net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree by Daniel Borkmann · 12 years ago
  32. 196d675 sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call by Michele Baldessari · 12 years ago
  33. 8a2cf06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  34. 6e51fe7 sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscall by Tommi Rantala · 12 years ago
  35. 3594698 net: Make CAP_NET_BIND_SERVICE per user namespace by Eric W. Biederman · 12 years ago
  36. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  37. d3e9a1d net: sctp: Fix typo in net/sctp by Masanari Iida · 12 years ago
  38. 3c68198 sctp: Make hmac algorithm selection for cookie generation dynamic by Neil Horman · 12 years ago
  39. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  40. 56b31d1 unexport sock_map_fd(), switch to sock_alloc_file() by Al Viro · 12 years ago
  41. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 12 years ago
  42. 55e26eb sctp: Push struct net down to sctp_chunk_event_lookup by Eric W. Biederman · 12 years ago
  43. 4db67e8 sctp: Make the address lists per network namespace by Eric W. Biederman · 12 years ago
  44. f1f4376 sctp: Make the port hash table use struct net in it's key. by Eric W. Biederman · 12 years ago
  45. 5aa93bc sctp: Implement quick failover draft from tsvwg by Neil Horman · 12 years ago
  46. abaa72d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  47. 2eebc1e sctp: Fix list corruption resulting from freeing an association on a list by Neil Horman · 12 years ago
  48. 02f3d4c sctp: Adjust PMTU updates to accomodate route invalidation. by David S. Miller · 12 years ago
  49. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  50. acdd598 sctp: Allow struct sctp_event_subscribe to grow without breaking binaries by Thomas Graf · 12 years ago
  51. 0343c55 sctp: Export sctp_do_peeloff by Benjamin Poirier · 13 years ago
  52. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  53. 2692ba6 sctp: fix incorrect overflow check on autoclose by Xi Wang · 13 years ago
  54. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  55. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  56. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  57. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  58. cd4fcc7 sctp: ABORT if receive, reassmbly, or reodering queue is not empty while closing socket by Thomas Graf · 13 years ago
  59. 9491230 sctp: fix missing send up SCTP_SENDER_DRY_EVENT when subscribe it by Wei Yongjun · 13 years ago
  60. 7fd71b1 sctp: Reduce switch/case indent by Joe Perches · 13 years ago
  61. ea11073 net: Remove casts of void * by Joe Perches · 13 years ago
  62. 6d65e5e sctp: kzalloc() error handling on deleting last address by Michio Honda · 13 years ago
  63. 8a07eb0 sctp: Add ASCONF operation on the single-homed host by Michio Honda · 13 years ago
  64. 7dc04d7 sctp: Add socket option operation for Auto-ASCONF. by Michio Honda · 13 years ago
  65. 9f7d653 sctp: Add Auto-ASCONF support (core). by Michio Honda · 13 years ago
  66. afd7614 sctp: sctp_sendmsg: Don't test known non-null sinfo by Joe Perches · 13 years ago
  67. 517aa0b sctp: sctp_sendmsg: Don't initialize default_sinfo by Joe Perches · 13 years ago
  68. 9914ae3 sctp: cache the ipv6 source after route lookup by Vlad Yasevich · 13 years ago
  69. 209ba42 sctp: implement socket option SCTP_GET_ASSOC_ID_LIST by Wei Yongjun · 13 years ago
  70. ee9cbac sctp: Allow bindx_del to accept 0 port by Vlad Yasevich · 13 years ago
  71. 934253a sctp: use memdup_user to copy data from userspace by Shan Wei · 13 years ago
  72. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  73. efea2c6 sctp: several declared/set but unused fixes by Hagen Paul Pfeifer · 14 years ago
  74. eaefd11 net: add __rcu annotations to sk_wq and wq by Eric Dumazet · 14 years ago
  75. 4580ccc sctp: user perfect name for Delayed SACK Timer option by Shan Wei · 14 years ago
  76. b4aa9e0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  77. 7d743b7 sctp: fix the return value of getting the sctp partial delivery point by Wei Yongjun · 14 years ago
  78. 40a0103 SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped address by Wei Yongjun · 14 years ago
  79. 8917a3c Fix a typo in datagram.c and sctp/socket.c. by David Shwatrz · 14 years ago
  80. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  81. 21a180c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  82. 9a7241c sctp: Fix break indentation in sctp_ioctl(). by David S. Miller · 14 years ago
  83. d7e0d19 sctp: prevent reading out-of-bounds memory by Dan Rosenberg · 14 years ago
  84. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  85. 65040c3 sctp: implement SIOCINQ ioctl() (take 3) by Diego Elio 'Flameeyes' Pettenò · 14 years ago
  86. db40980 net: poll() optimizations by Eric Dumazet · 14 years ago
  87. 145ce50 net/sctp: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  88. e3826f1 net: reserve ports for applications using fixed port numbers by Amerigo Wang · 14 years ago
  89. f546061 Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 14 years ago
  90. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  91. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 14 years ago
  92. a5f4cea sctp: Use correct address family in sctp_getsockopt_peer_addrs() by Vlad Yasevich · 14 years ago
  93. 81419d8 sctp: per_cpu variables should be in bh_disabled section by Vlad Yasevich · 14 years ago
  94. 561b173 sctp: avoid irq lock inversion while call sk->sk_data_ready() by Wei Yongjun · 14 years ago
  95. c377411 net: sk_add_backlog() take rmem_alloc into account by Eric Dumazet · 14 years ago
  96. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  97. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  98. b68c924 sctp: eliminate useless code by Hagen Paul Pfeifer · 15 years ago
  99. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  100. 50b1a78 sctp: use limited socket backlog by Zhu Yi · 15 years ago