1. edfee03 sctp: check src addr when processing SACK to update transport state by Nicolas Dichtel · 12 years ago
  2. 1f07b62 sctp: fix a compile error in sctp.h by Cong Wang · 12 years ago
  3. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 12 years ago
  4. f53b5b0 sctp: Push struct net down into sctp_verify_ext_param by Eric W. Biederman · 12 years ago
  5. 24cb81a sctp: Push struct net down into all of the state machine functions by Eric W. Biederman · 12 years ago
  6. e7ff4a7 sctp: Push struct net down into sctp_in_scope by Eric W. Biederman · 12 years ago
  7. 89bf345 sctp: Push struct net down into sctp_transport_init by Eric W. Biederman · 12 years ago
  8. 55e26eb sctp: Push struct net down to sctp_chunk_event_lookup by Eric W. Biederman · 12 years ago
  9. ebb7e95 sctp: Add infrastructure for per net sysctls by Eric W. Biederman · 12 years ago
  10. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 12 years ago
  11. 13d782f sctp: Make the proc files per network namespace. by Eric W. Biederman · 12 years ago
  12. 2ce9550 sctp: Make the ctl_sock per network namespace by Eric W. Biederman · 12 years ago
  13. 4db67e8 sctp: Make the address lists per network namespace by Eric W. Biederman · 12 years ago
  14. 4110cc2 sctp: Make the association hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  15. 4cdadcb sctp: Make the endpoint hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  16. f1f4376 sctp: Make the port hash table use struct net in it's key. by Eric W. Biederman · 12 years ago
  17. 5aa93bc sctp: Implement quick failover draft from tsvwg by Neil Horman · 12 years ago
  18. 02f3d4c sctp: Adjust PMTU updates to accomodate route invalidation. by David S. Miller · 12 years ago
  19. ec18d9a ipv6: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  20. 4244854 sctp: be more restrictive in transport selection on bundled sacks by Neil Horman · 12 years ago
  21. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  22. e026886 sctp: check cached dst before using it by Nicolas Dichtel · 12 years ago
  23. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  24. 0343c55 sctp: Export sctp_do_peeloff by Benjamin Poirier · 12 years ago
  25. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  26. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  27. 2692ba6 sctp: fix incorrect overflow check on autoclose by Xi Wang · 13 years ago
  28. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  29. ddc4bbe sctp: fasthandoff with ASCONF at mobile-node by Michio Honda · 13 years ago
  30. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  31. d5ccd49 sctp: deal with multiple COOKIE_ECHO chunks by Max Matveev · 13 years ago
  32. 6af29cc sctp: Bundle HEAERTBEAT into ASCONF_ACK by Michio Honda · 13 years ago
  33. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  34. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  35. cd4fcc7 sctp: ABORT if receive, reassmbly, or reodering queue is not empty while closing socket by Thomas Graf · 13 years ago
  36. f8d9605 sctp: Enforce retransmission limit during shutdown by Thomas Graf · 13 years ago
  37. e3cc055 include/net: Remove unnecessary semicolons by Joe Perches · 13 years ago
  38. 8a07eb0 sctp: Add ASCONF operation on the single-homed host by Michio Honda · 13 years ago
  39. 7dc04d7 sctp: Add socket option operation for Auto-ASCONF. by Michio Honda · 13 years ago
  40. 9f7d653 sctp: Add Auto-ASCONF support (core). by Michio Honda · 13 years ago
  41. 3ced2dd sctp: Allow regular C expression in 4th argument for SCTP_DEBUG_PRINTK_IPADDR macro. by YOSHIFUJI Hideaki · 13 years ago
  42. a000c01 sctp: stop pending timers and purge queues when peer restart asoc by Wei Yongjun · 13 years ago
  43. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  44. 8663c93 sctp: Store a flowi in transports to provide persistent keying. by David S. Miller · 13 years ago
  45. 1231f0b net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu() by Lai Jiangshan · 13 years ago
  46. da0420b sctp: clean up route lookup calls by Vlad Yasevich · 13 years ago
  47. af13847 sctp: remove useless arguments from get_saddr() call by Vlad Yasevich · 13 years ago
  48. 9914ae3 sctp: cache the ipv6 source after route lookup by Vlad Yasevich · 13 years ago
  49. e1cdd55 sctp: implement event notification SCTP_SENDER_DRY_EVENT by Wei Yongjun · 13 years ago
  50. ee916fd sctp: change auth event type name to SCTP_AUTHENTICATION_EVENT by Wei Yongjun · 13 years ago
  51. 209ba42 sctp: implement socket option SCTP_GET_ASSOC_ID_LIST by Wei Yongjun · 13 years ago
  52. 92c73af sctp: make heartbeat information in sctp_make_heartbeat() by Wei Yongjun · 13 years ago
  53. de6becd sctp: fix to check the source address of COOKIE-ECHO chunk by Wei Yongjun · 13 years ago
  54. 0b8f9e2 sctp: remove completely unsed EMPTY state by Vlad Yasevich · 13 years ago
  55. 4866969 sctp: remove redundant check when walking through a list of TLV parameters by Shan Wei · 13 years ago
  56. 6600992 sctp: kill abandoned SCTP_CMD_TRANSMIT command by Shan Wei · 13 years ago
  57. 709d387 sctp: delete unused macro definition of sctp_chunk_is_control by Shan Wei · 13 years ago
  58. 028dba0 sctp: fix auth_hmacs field's length of struct sctp_cookie by Wei Yongjun · 13 years ago
  59. 1268afe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  60. 4580ccc sctp: user perfect name for Delayed SACK Timer option by Shan Wei · 14 years ago
  61. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  62. 49b4a65 sctp: kill unused macros in head file by Shan Wei · 14 years ago
  63. 5584b80 sctp: kill unused macro definition by Shan Wei · 14 years ago
  64. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  65. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  66. 145ce50 net/sctp: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  67. bc10502 net: use __packed annotation by Eric Dumazet · 14 years ago
  68. ff93793 sctp: dubious bitfields in sctp_transport by Dan Carpenter · 14 years ago
  69. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  70. 50b5d6a sctp: Fix a race between ICMP protocol unreachable and connect() by Vlad Yasevich · 14 years ago
  71. 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
  72. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  73. 0e3aef8 sctp: Tag messages that can be Nagle delayed at creation. by Vlad Yasevich · 14 years ago
  74. cf9b481 sctp: fast recovery algorithm is per association. by Vlad Yasevich · 14 years ago
  75. b2cf9b6 sctp: update transport initializations by Vlad Yasevich · 14 years ago
  76. c0058a3 sctp: Save some room in the sctp_transport by using bitfields by Vlad Yasevich · 14 years ago
  77. ae19c54 sctp: remove 'resent' bit from the chunk by Vlad Yasevich · 14 years ago
  78. 52688d6 sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT state by Wei Yongjun · 14 years ago
  79. 5fa782c sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CVE-2010-1173) (v4) by Neil Horman · 14 years ago
  80. c078669 sctp: Fix oops when sending queued ASCONF chunks by Vlad Yasevich · 14 years ago
  81. 561b173 sctp: avoid irq lock inversion while call sk->sk_data_ready() by Wei Yongjun · 14 years ago
  82. ec733b15 net: snmp mib cleanup by Eric Dumazet · 14 years ago
  83. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  84. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  85. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  86. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  87. 5fdd4ba sctp: on T3_RTX retransmit all the in-flight chunks by Andrei Pelinescu-Onciul · 15 years ago
  88. 46d5a80 sctp: Update max.burst implementation by Vlad Yasevich · 15 years ago
  89. a5b03ad sctp: Turn the enum socket options into defines by Vlad Yasevich · 15 years ago
  90. 245cba7 sctp: Remove useless last_time_used variable by Vlad Yasevich · 15 years ago
  91. a242b41 sctp: remove deprecated SCTP_GET_*_OLD stuffs by Amerigo Wang · 15 years ago
  92. 90f2f53 sctp: Update SWS avaoidance receiver side algorithm by Vlad Yasevich · 15 years ago
  93. 6383cfb sctp: Fix malformed "Invalid Stream Identifier" error by Vlad Yasevich · 15 years ago
  94. b93d647 sctp: implement the sender side for SACK-IMMEDIATELY extension by Wei Yongjun · 15 years ago
  95. a2bfbc0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  96. 409b95a sctp: Set source addresses on the association before adding transports by Vlad Yasevich · 15 years ago
  97. fd2c3ef net: cleanup include/net by Eric Dumazet · 15 years ago
  98. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  99. 9237ccb sctp: turn flags in 'struct sctp_association' into bit fields by Wei Yongjun · 15 years ago
  100. 7238843 sctp: Sysctl configuration for IPv4 Address Scoping by Bhaskar Dutta · 15 years ago