1. 145ce50 net/sctp: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  2. bc10502 net: use __packed annotation by Eric Dumazet · 14 years ago
  3. ff93793 sctp: dubious bitfields in sctp_transport by Dan Carpenter · 14 years ago
  4. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  5. 50b5d6a sctp: Fix a race between ICMP protocol unreachable and connect() by Vlad Yasevich · 14 years ago
  6. 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
  7. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  8. 0e3aef8 sctp: Tag messages that can be Nagle delayed at creation. by Vlad Yasevich · 14 years ago
  9. cf9b481 sctp: fast recovery algorithm is per association. by Vlad Yasevich · 14 years ago
  10. b2cf9b6 sctp: update transport initializations by Vlad Yasevich · 14 years ago
  11. c0058a3 sctp: Save some room in the sctp_transport by using bitfields by Vlad Yasevich · 14 years ago
  12. ae19c54 sctp: remove 'resent' bit from the chunk by Vlad Yasevich · 14 years ago
  13. 52688d6 sctp: discard ABORT chunk with zero verification tag in COOKIE-WAIT state by Wei Yongjun · 14 years ago
  14. 5fa782c sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CVE-2010-1173) (v4) by Neil Horman · 14 years ago
  15. c078669 sctp: Fix oops when sending queued ASCONF chunks by Vlad Yasevich · 14 years ago
  16. 561b173 sctp: avoid irq lock inversion while call sk->sk_data_ready() by Wei Yongjun · 14 years ago
  17. ec733b15 net: snmp mib cleanup by Eric Dumazet · 14 years ago
  18. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  19. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  20. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  21. 9b963e5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  22. 5fdd4ba sctp: on T3_RTX retransmit all the in-flight chunks by Andrei Pelinescu-Onciul · 15 years ago
  23. 46d5a80 sctp: Update max.burst implementation by Vlad Yasevich · 15 years ago
  24. a5b03ad sctp: Turn the enum socket options into defines by Vlad Yasevich · 15 years ago
  25. 245cba7 sctp: Remove useless last_time_used variable by Vlad Yasevich · 15 years ago
  26. a242b41 sctp: remove deprecated SCTP_GET_*_OLD stuffs by Amerigo Wang · 15 years ago
  27. 90f2f53 sctp: Update SWS avaoidance receiver side algorithm by Vlad Yasevich · 15 years ago
  28. 6383cfb sctp: Fix malformed "Invalid Stream Identifier" error by Vlad Yasevich · 15 years ago
  29. b93d647 sctp: implement the sender side for SACK-IMMEDIATELY extension by Wei Yongjun · 15 years ago
  30. a2bfbc0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  31. 409b95a sctp: Set source addresses on the association before adding transports by Vlad Yasevich · 15 years ago
  32. fd2c3ef net: cleanup include/net by Eric Dumazet · 15 years ago
  33. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  34. 9237ccb sctp: turn flags in 'struct sctp_association' into bit fields by Wei Yongjun · 15 years ago
  35. 7238843 sctp: Sysctl configuration for IPv4 Address Scoping by Bhaskar Dutta · 15 years ago
  36. a803c94 sctp: Turn flags in 'sctp_packet' into bit fields by Vlad Yasevich · 15 years ago
  37. f68b2e0 sctp: Fix SCTP_MAXSEG socket option to comply to spec. by Vlad Yasevich · 15 years ago
  38. cb95ea3 sctp: Don't do NAGLE delay on large writes that were fragmented small by Vlad Yasevich · 15 years ago
  39. 4d3c46e sctp: drop a_rwnd to 0 when receive buffer overflows. by Vlad Yasevich · 15 years ago
  40. 9c5c62b sctp: Send user messages to the lower layer as one by Vlad Yasevich · 15 years ago
  41. bec9640 sctp: Disallow new connection on a closing socket by Vlad Yasevich · 15 years ago
  42. b4e8c6a sctp: remove unused union (sctp_cmsg_data_t) definition by Rami Rosen · 15 years ago
  43. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  44. d55d87f net: Move rx skb_orphan call to where needed by Herbert Xu · 15 years ago
  45. c6ba68a sctp: support non-blocking version of the new sctp_connectx() API by Vlad Yasevich · 15 years ago
  46. 9919b45 sctp: fix to choose alternate destination when retransmit ASCONF chunk by Wei Yongjun · 15 years ago
  47. 8d2f9e81 sctp: Clean up TEST_FRAME hacks. by Vlad Yasevich · 15 years ago
  48. 7e99013 sctp: Fix broken RTO-doubling for data retransmits by Vlad Yasevich · 15 years ago
  49. 914e1c8 sctp: Inherit all socket options from parent correctly. by Vlad Yasevich · 15 years ago
  50. faee47c sctp: Fix the RTO-doubling on idle-link heartbeats by Vlad Yasevich · 15 years ago
  51. 4458f04 sctp: Clean up sctp checksumming code by Vlad Yasevich · 15 years ago
  52. 06e8680 sctp: Allow to disable SCTP checksums via module parameter by Lucas Nussbaum · 15 years ago
  53. 9c5ff5f sctp: Fix crc32c calculations on big-endian arhes. by Vlad Yasevich · 16 years ago
  54. aea3c5c sctp: Implement socket option SCTP_GET_ASSOC_NUMBER by Wei Yongjun · 16 years ago
  55. 1748376 net: Use a percpu_counter for sockets_allocated by Eric Dumazet · 16 years ago
  56. 3685f25d misc: replace NIPQUAD() by Harvey Harrison · 16 years ago
  57. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  58. 0c6ce78 net: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  59. 2e3f92d sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED state by Wei Yongjun · 16 years ago
  60. d5c003b include: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  61. 0201518 sctp: shrink sctp_tsnmap some more by removing gabs array by Vlad Yasevich · 16 years ago
  62. 8e1ee18 sctp: Rework the tsn map to use generic bitmap. by Vlad Yasevich · 16 years ago
  63. 52cae8f sctp: try harder to figure out address family when checking wildcards by Vlad Yasevich · 16 years ago
  64. c226ef9 sctp: reduce memory footprint of sctp_chunk structure by Neil Horman · 16 years ago
  65. b262e60 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  66. ba01667 sctp: Fix kernel panic while process protocol violation parameter by Wei Yongjun · 16 years ago
  67. 3d09274 sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init(). by David S. Miller · 16 years ago
  68. f880374 sctp: Drop ipfargok in sctp_xmit function by Herbert Xu · 16 years ago
  69. abd0b198 sctp: make sctp_outq_flush() static by Adrian Bunk · 16 years ago
  70. 336d326 sctp: remove unnecessary byteshifting, calculate directly in big-endian by Harvey Harrison · 16 years ago
  71. 7dab83d sctp: Support ipv6only AF_INET6 sockets. by Vlad Yasevich · 16 years ago
  72. 2e3216c sctp: Follow security requirement of responding with 1 packet by Vlad Yasevich · 16 years ago
  73. 8ce9c6e sctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused. by David S. Miller · 16 years ago
  74. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  75. b9031d9 sctp: Fix ECN markings for IPv6 by Vlad Yasevich · 16 years ago
  76. 62aeaff sctp: Start T3-RTX timer when fast retransmitting lowest TSN by Vlad Yasevich · 16 years ago
  77. a646523 sctp: Correctly implement Fast Recovery cwnd manipulations. by Vlad Yasevich · 16 years ago
  78. e511710 [SCTP]: Fix NULL dereference of asoc. by YOSHIFUJI Hideaki · 16 years ago
  79. 20c2c1f sctp: add sctp/remaddr table to complete RFC remote address table OID by Neil Horman · 16 years ago
  80. 88a0a94 sctp: Support the new specification of sctp_connectx() by Vlad Yasevich · 16 years ago
  81. d364d92 sctp: Bring SCTP_DELAYED_ACK socket option into API compliance by Wei Yongjun · 16 years ago
  82. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  83. ab38fb0 [SCTP]: Fix compiler warning about const qualifiers by Vlad Yasevich · 16 years ago
  84. f4ad85c [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACK by Gui Jianfeng · 16 years ago
  85. bc09dff [SCTP]: Remove sctp_add_cmd_sf wrapper bloat by Ilpo Järvinen · 16 years ago
  86. 06802a8 Merge branch 'master' of ../net-2.6/ by David S. Miller · 16 years ago
  87. 80445cf [SCTP]: Remove redundant wrapper functions. by Florian Westphal · 16 years ago
  88. 1233823 [SCTP]: Fix build warnings with IPV6 disabled. by David S. Miller · 16 years ago
  89. a25606c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  90. 270637a [SCTP]: Fix a race between module load and protosw access by Vlad Yasevich · 16 years ago
  91. a90bcbd [SCTP]: Kill unused static inline sctp_sysctl_jiffies_ms by Ilpo Järvinen · 16 years ago
  92. 58fbbed [SCTP]: extend exported data in /proc/net/sctp/assoc by Neil Horman · 16 years ago
  93. 7e8616d [SCTP]: Update AUTH structures to match declarations in draft-16. by Vlad Yasevich · 16 years ago
  94. 60c778b [SCTP]: Stop claiming that this is a "reference implementation" by Vlad Yasevich · 17 years ago
  95. 3ab224b [NET] CORE: Introducing new memory accounting interface. by Hideo Aoki · 17 years ago
  96. 75205f4 [SCTP]: Implement ADD-IP special case processing for ABORT chunk by Vlad Yasevich · 17 years ago
  97. f57d96b [SCTP]: Change use_as_src into a full address state by Vlad Yasevich · 17 years ago
  98. a08de64 [SCTP]: Update ASCONF processing to conform to spec. by Vlad Yasevich · 17 years ago
  99. d6de309 [SCTP]: Add the handling of "Set Primary IP Address" parameter to INIT by Vlad Yasevich · 17 years ago
  100. 42e30bf [SCTP]: Handle the wildcard ADD-IP Address parameter by Vlad Yasevich · 17 years ago