1. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 13 years ago
  2. f53b5b0 sctp: Push struct net down into sctp_verify_ext_param by Eric W. Biederman · 13 years ago
  3. e7ff4a7 sctp: Push struct net down into sctp_in_scope by Eric W. Biederman · 13 years ago
  4. 89bf345 sctp: Push struct net down into sctp_transport_init by Eric W. Biederman · 13 years ago
  5. 4db67e8 sctp: Make the address lists per network namespace by Eric W. Biederman · 13 years ago
  6. 4110cc2 sctp: Make the association hashtable handle multiple network namespaces by Eric W. Biederman · 13 years ago
  7. 4cdadcb sctp: Make the endpoint hashtable handle multiple network namespaces by Eric W. Biederman · 13 years ago
  8. f1f4376 sctp: Make the port hash table use struct net in it's key. by Eric W. Biederman · 13 years ago
  9. 5aa93bc sctp: Implement quick failover draft from tsvwg by Neil Horman · 13 years ago
  10. 02f3d4c sctp: Adjust PMTU updates to accomodate route invalidation. by David S. Miller · 13 years ago
  11. 4244854 sctp: be more restrictive in transport selection on bundled sacks by Neil Horman · 13 years ago
  12. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  13. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 14 years ago
  14. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 14 years ago
  15. 2692ba6 sctp: fix incorrect overflow check on autoclose by Xi Wang · 14 years ago
  16. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 14 years ago
  17. ddc4bbe sctp: fasthandoff with ASCONF at mobile-node by Michio Honda · 14 years ago
  18. 6af29cc sctp: Bundle HEAERTBEAT into ASCONF_ACK by Michio Honda · 14 years ago
  19. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 14 years ago
  20. 8a07eb0 sctp: Add ASCONF operation on the single-homed host by Michio Honda · 14 years ago
  21. 9f7d653 sctp: Add Auto-ASCONF support (core). by Michio Honda · 14 years ago
  22. a000c01 sctp: stop pending timers and purge queues when peer restart asoc by Wei Yongjun · 14 years ago
  23. 8663c93 sctp: Store a flowi in transports to provide persistent keying. by David S. Miller · 14 years ago
  24. da0420b sctp: clean up route lookup calls by Vlad Yasevich · 14 years ago
  25. af13847 sctp: remove useless arguments from get_saddr() call by Vlad Yasevich · 14 years ago
  26. 9914ae3 sctp: cache the ipv6 source after route lookup by Vlad Yasevich · 14 years ago
  27. de6becd sctp: fix to check the source address of COOKIE-ECHO chunk by Wei Yongjun · 14 years ago
  28. 028dba0 sctp: fix auth_hmacs field's length of struct sctp_cookie by Wei Yongjun · 14 years ago
  29. 49b4a65 sctp: kill unused macros in head file by Shan Wei · 15 years ago
  30. a02cec2 net: return operator cleanup by Eric Dumazet · 15 years ago
  31. bc10502 net: use __packed annotation by Eric Dumazet · 15 years ago
  32. ff93793 sctp: dubious bitfields in sctp_transport by Dan Carpenter · 15 years ago
  33. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  34. 50b5d6a sctp: Fix a race between ICMP protocol unreachable and connect() by Vlad Yasevich · 15 years ago
  35. f546061 Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev by David S. Miller · 15 years ago
  36. 0e3aef8 sctp: Tag messages that can be Nagle delayed at creation. by Vlad Yasevich · 15 years ago
  37. cf9b481 sctp: fast recovery algorithm is per association. by Vlad Yasevich · 15 years ago
  38. c0058a3 sctp: Save some room in the sctp_transport by using bitfields by Vlad Yasevich · 15 years ago
  39. ae19c54 sctp: remove 'resent' bit from the chunk by Vlad Yasevich · 15 years ago
  40. 5fa782c sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CVE-2010-1173) (v4) by Neil Horman · 15 years ago
  41. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  42. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 16 years ago
  43. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 16 years ago
  44. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  45. 5fdd4ba sctp: on T3_RTX retransmit all the in-flight chunks by Andrei Pelinescu-Onciul · 16 years ago
  46. 46d5a80 sctp: Update max.burst implementation by Vlad Yasevich · 16 years ago
  47. 245cba7 sctp: Remove useless last_time_used variable by Vlad Yasevich · 16 years ago
  48. 90f2f53 sctp: Update SWS avaoidance receiver side algorithm by Vlad Yasevich · 16 years ago
  49. 409b95a sctp: Set source addresses on the association before adding transports by Vlad Yasevich · 16 years ago
  50. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 16 years ago
  51. 9237ccb sctp: turn flags in 'struct sctp_association' into bit fields by Wei Yongjun · 16 years ago
  52. 7238843 sctp: Sysctl configuration for IPv4 Address Scoping by Bhaskar Dutta · 16 years ago
  53. a803c94 sctp: Turn flags in 'sctp_packet' into bit fields by Vlad Yasevich · 16 years ago
  54. f68b2e0 sctp: Fix SCTP_MAXSEG socket option to comply to spec. by Vlad Yasevich · 16 years ago
  55. cb95ea3 sctp: Don't do NAGLE delay on large writes that were fragmented small by Vlad Yasevich · 16 years ago
  56. 4d3c46e sctp: drop a_rwnd to 0 when receive buffer overflows. by Vlad Yasevich · 16 years ago
  57. 9c5c62b sctp: Send user messages to the lower layer as one by Vlad Yasevich · 16 years ago
  58. 9919b45 sctp: fix to choose alternate destination when retransmit ASCONF chunk by Wei Yongjun · 16 years ago
  59. faee47c sctp: Fix the RTO-doubling on idle-link heartbeats by Vlad Yasevich · 16 years ago
  60. 06e8680 sctp: Allow to disable SCTP checksums via module parameter by Lucas Nussbaum · 16 years ago
  61. 8e1ee18 sctp: Rework the tsn map to use generic bitmap. by Vlad Yasevich · 17 years ago
  62. 52cae8f sctp: try harder to figure out address family when checking wildcards by Vlad Yasevich · 17 years ago
  63. c226ef9 sctp: reduce memory footprint of sctp_chunk structure by Neil Horman · 17 years ago
  64. f880374 sctp: Drop ipfargok in sctp_xmit function by Herbert Xu · 17 years ago
  65. abd0b198 sctp: make sctp_outq_flush() static by Adrian Bunk · 17 years ago
  66. 7dab83d sctp: Support ipv6only AF_INET6 sockets. by Vlad Yasevich · 17 years ago
  67. 2e3216c sctp: Follow security requirement of responding with 1 packet by Vlad Yasevich · 17 years ago
  68. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  69. b9031d9 sctp: Fix ECN markings for IPv6 by Vlad Yasevich · 17 years ago
  70. 62aeaff sctp: Start T3-RTX timer when fast retransmitting lowest TSN by Vlad Yasevich · 17 years ago
  71. a646523 sctp: Correctly implement Fast Recovery cwnd manipulations. by Vlad Yasevich · 17 years ago
  72. e511710 [SCTP]: Fix NULL dereference of asoc. by YOSHIFUJI Hideaki · 17 years ago
  73. d364d92 sctp: Bring SCTP_DELAYED_ACK socket option into API compliance by Wei Yongjun · 17 years ago
  74. 80445cf [SCTP]: Remove redundant wrapper functions. by Florian Westphal · 17 years ago
  75. 58fbbed [SCTP]: extend exported data in /proc/net/sctp/assoc by Neil Horman · 17 years ago
  76. 60c778b [SCTP]: Stop claiming that this is a "reference implementation" by Vlad Yasevich · 18 years ago
  77. 75205f4 [SCTP]: Implement ADD-IP special case processing for ABORT chunk by Vlad Yasevich · 18 years ago
  78. f57d96b [SCTP]: Change use_as_src into a full address state by Vlad Yasevich · 18 years ago
  79. a08de64 [SCTP]: Update ASCONF processing to conform to spec. by Vlad Yasevich · 18 years ago
  80. d6de309 [SCTP]: Add the handling of "Set Primary IP Address" parameter to INIT by Vlad Yasevich · 18 years ago
  81. 42e30bf [SCTP]: Handle the wildcard ADD-IP Address parameter by Vlad Yasevich · 18 years ago
  82. f4ab2f72 [NET] include/net/: Spelling fixes by Joe Perches · 18 years ago
  83. 8e71a11 [SCTP]: Fix the bind_addr info during migration. by Vlad Yasevich · 18 years ago
  84. d970dbf SCTP: Convert custom hash lists to use hlist. by Vlad Yasevich · 18 years ago
  85. 73d9c4f SCTP: Allow ADD_IP to work with AUTH for backward compatibility. by Vlad Yasevich · 18 years ago
  86. 88799fe SCTP: Correctly disable ADD-IP when AUTH is not supported. by Vlad Yasevich · 18 years ago
  87. 0ed90fb SCTP: Update RCU handling during the ADD-IP case by Vlad Yasevich · 18 years ago
  88. b6157d8 SCTP: Fix difference cases of retransmit. by Vlad Yasevich · 18 years ago
  89. 0639300 [SCTP]: port randomization by Stephen Hemminger · 18 years ago
  90. 6b2f9cb [SCTP]: Tie ADD-IP and AUTH functionality as required by spec. by Vlad Yasevich · 18 years ago
  91. bbd0d59 [SCTP]: Implement the receive and verification of AUTH chunk by Vlad Yasevich · 18 years ago
  92. 4cd57c8 [SCTP]: Enable the sending of the AUTH chunk. by Vlad Yasevich · 18 years ago
  93. 1f48564 [SCTP]: Implement SCTP-AUTH internals by Vlad Yasevich · 18 years ago
  94. 131a47e [SCTP]: Implement the Supported Extensions Parameter by Vlad Yasevich · 18 years ago
  95. 5c94bf8 [SCTP]: Make sctp_addto_param() static. by Adrian Bunk · 18 years ago
  96. 78bd8fb fix sctp_del_bind_addr() last argument type by Al Viro · 18 years ago
  97. 6f4c618 SCTP : Add paramters validity check for ASCONF chunk by Wei Yongjun · 18 years ago
  98. 559cf71 [SCTP]: Convert bind_addr_list locking to RCU by Vlad Yasevich · 18 years ago
  99. 2930354 [SCTP]: Add RCU synchronization around sctp_localaddr_list by Vlad Yasevich · 18 years ago
  100. 00f1c2d SCTP: Fix to encode PROTOCOL VIOLATION error cause correctly by Wei Yongjun · 18 years ago