1. 4d92109 sctp: cache netns in sctp_ep_common by Xin Long · 4 years, 6 months ago
  2. f8b1410 sctp: fix the issue that flags are ignored when using kernel_connect by Xin Long · 6 years ago
  3. 4f05457 sctp: get sctphdr by offset in sctp_compute_cksum by Xin Long · 5 years ago
  4. 2e67122 sctp: set frag_point in sctp_setsockopt_maxseg correctly by Xin Long · 7 years ago
  5. b70bb9b sctp: potential read out of bounds in sctp_ulpevent_type_enabled() by Dan Carpenter · 7 years ago
  6. df32d08 sctp: fix the check for _sctp_walk_params and _sctp_walk_errors by Xin Long · 7 years ago
  7. cc6f148 sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}() by Alexander Potapenko · 7 years ago
  8. dae399d sctp: hold transport instead of assoc when lookup assoc in rx path by Xin Long · 8 years ago
  9. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  10. 0605483 sctp: remove prsctp_param from sctp_chunk by Xin Long · 8 years ago
  11. 73dca12 sctp: move sent_count to the memory hole in sctp_chunk by Xin Long · 8 years ago
  12. 182691d sctp: improve how SSN, TSN and ASCONF serial are compared by Marcelo Ricardo Leitner · 8 years ago
  13. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  14. e2f036a sctp: rename WORD_TRUNC/ROUND macros by Marcelo Ricardo Leitner · 8 years ago
  15. 83dbc3d sctp: make sctp_outq_flush/tail/uncork return void by Xin Long · 8 years ago
  16. b61c654 sctp: free msg->chunks when sctp_primitive_SEND return err by Xin Long · 8 years ago
  17. 4496195 sctp: fix SSN comparision by Marcelo Ricardo Leitner · 8 years ago
  18. df7e88f sctp: change to use TCP_CLOSE_WAIT as SCTP_SS_CLOSING by Xin Long · 8 years ago
  19. e7487c8 sctp: avoid identifying address family many times for a chunk by Marcelo Ricardo Leitner · 8 years ago
  20. 1f45f78 sctp: allow GSO frags to access the chunk too by Marcelo Ricardo Leitner · 8 years ago
  21. f5d258e sctp: reorder sctp_ulpevent and shrink msg_flags by Marcelo Ricardo Leitner · 8 years ago
  22. 9e23832 sctp: allow others to use sctp_input_cb by Marcelo Ricardo Leitner · 8 years ago
  23. 8dbdf1f sctp: implement prsctp PRIO policy by Xin Long · 8 years ago
  24. a6c2f79 sctp: implement prsctp TTL policy by Xin Long · 8 years ago
  25. 826d253 sctp: add SCTP_PR_ASSOC_STATUS on sctp sockopt by Xin Long · 8 years ago
  26. 28aa4c2 sctp: add SCTP_PR_SUPPORTED on sctp sockopt by Xin Long · 8 years ago
  27. 90017ac sctp: Add GSO support by Marcelo Ricardo Leitner · 8 years ago
  28. 0970f5b sctp: signal sk_data_ready earlier on data chunks reception by Marcelo Ricardo Leitner · 8 years ago
  29. 13415e4 net: snmp: kill STATS_BH macros by Eric Dumazet · 8 years ago
  30. 08e3bae net: sctp: rename SCTP_INC_STATS_BH() by Eric Dumazet · 8 years ago
  31. 6aef70a net: snmp: kill various STATS_USER() helpers by Eric Dumazet · 8 years ago
  32. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  33. 626d16f sctp: export some apis or variables for sctp_diag and reuse some for proc by Xin Long · 8 years ago
  34. 52c52a6 sctp: add sctp_info dump api for sctp_diag by Xin Long · 8 years ago
  35. 311b217 sctp: simplify sk_receive_queue locking by Marcelo Ricardo Leitner · 8 years ago
  36. fb586f2 sctp: delay calls to sk_data_ready() as much as possible by Marcelo Ricardo Leitner · 8 years ago
  37. 250eb1f sctp: compress bit-wide flags to a bitfield on sctp_sock by Marcelo Ricardo Leitner · 8 years ago
  38. ba6f5e3 sctp: avoid refreshing heartbeat timer too often by Marcelo Ricardo Leitner · 8 years ago
  39. eb8e977 sctp: use list_* in sctp_list_dequeue by Marcelo Ricardo Leitner · 8 years ago
  40. 659e0bc sctp: keep fragmentation point aligned to word size by Marcelo Ricardo Leitner · 8 years ago
  41. 3822a5f sctp: align MTU to a word by Marcelo Ricardo Leitner · 8 years ago
  42. c78a85a Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 8 years ago
  43. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  44. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  45. cea8768 sctp: allow sctp_transmit_packet and others to use gfp by Marcelo Ricardo Leitner · 8 years ago
  46. 133800d sctp: fix copying more bytes than expected in sctp_add_bind_addr by Marcelo Ricardo Leitner · 8 years ago
  47. 1cd4d5c sctp: remove the unused sctp_datamsg_free() by Xin Long · 8 years ago
  48. 47faa1e sctp: remove the dead field of sctp_transport by Xin Long · 8 years ago
  49. 1eed677 sctp: fix the transport dead race check by using atomic_add_unless on refcnt by Xin Long · 8 years ago
  50. 5821c76 sctp: Use shash by Herbert Xu · 8 years ago
  51. b5eff71 sctp: drop the old assoc hashtable of sctp by Xin Long · 8 years ago
  52. d6c0256 sctp: add the rhashtable apis for sctp global transport hashtable by Xin Long · 8 years ago
  53. 8a0d19c sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PENDING by lucien · 8 years ago
  54. 38ee8fb sctp: convert sack_needed and sack_generation to bits by Marcelo Ricardo Leitner · 8 years ago
  55. 2d45a02 sctp: fix ASCONF list handling by Marcelo Ricardo Leitner · 9 years ago
  56. 9302d7b sctp: Fix mangled IPv4 addresses on a IPv6 listening socket by Jason Gunthorpe · 9 years ago
  57. 7e3ea6d sctp: avoid to repeatedly declare external variables by Ying Xue · 9 years ago
  58. e0eb093 switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter by Al Viro · 10 years ago
  59. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  60. 16704b1 Removed unused function sctp_addr_is_valid() by Sébastien Barré · 10 years ago
  61. b69040d net: sctp: fix panic on duplicate ASCONF chunks by Daniel Borkmann · 10 years ago
  62. 9de7922 net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks by Daniel Borkmann · 10 years ago
  63. bdf6fa5 sctp: handle association restarts when the socket is closed. by Vlad Yasevich · 10 years ago
  64. 38ab1fa net: sctp: fix ABI mismatch through sctp_assoc_to_state helper by Daniel Borkmann · 10 years ago
  65. 299ee12 sctp: Fixup v4mapped behaviour to comply with Sock API by Jason Gunthorpe · 10 years ago
  66. 526cbef net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAY by David Laight · 10 years ago
  67. 2347c80 net: sctp: implement rfc6458, 5.3.6. SCTP_NXTINFO cmsg support by Geir Ola Vaagland · 10 years ago
  68. 0d3a421 net: sctp: implement rfc6458, 5.3.5. SCTP_RCVINFO cmsg support by Geir Ola Vaagland · 10 years ago
  69. 63b9493 net: sctp: implement rfc6458, 5.3.4. SCTP_SNDINFO cmsg support by Geir Ola Vaagland · 10 years ago
  70. d1a3fe2 net: sctp: Use pointers (not array indexes) to access sctp_cmd_seq_t.cmds[]. by David Laight · 10 years ago
  71. b9420e1 net: sctp: Optimise the way 'sctp_arg_t' values are initialised. by David Laight · 10 years ago
  72. be1f4f4 net: sctp: Inline the functions from command.c by David Laight · 10 years ago
  73. 8f61059 net: sctp: improve timer slack calculation for transport HBs by Daniel Borkmann · 10 years ago
  74. e575235f net: sctp: migrate most recently used transport to ktime by Daniel Borkmann · 10 years ago
  75. b14878c net: sctp: cache auth_enable per endpoint by Vlad Yasevich · 10 years ago
  76. 362d520 Revert "net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer" by Daniel Borkmann · 10 years ago
  77. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  78. ef2820a net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer by Matija Glavinic Pecotic · 10 years ago
  79. 5bc1d1b sctp: remove macros sctp_bh_[un]lock_sock by wangweidong · 10 years ago
  80. 048ed4b sctp: remove macros sctp_{lock|release}_sock by wangweidong · 10 years ago
  81. 1b0de19 sctp: remove macros sctp_read_[un]lock by wangweidong · 10 years ago
  82. 387602d sctp: remove macros sctp_write_[un]_lock by wangweidong · 10 years ago
  83. 3c8e43b sctp: remove macros sctp_spin_[un]lock by wangweidong · 10 years ago
  84. 79b9113 sctp: remove macros sctp_local_bh_{disable|enable} by wangweidong · 10 years ago
  85. 940287ee sctp: remove macros sctp_spin_[un]lock_irqrestore by wangweidong · 10 years ago
  86. 6daaf0d sctp: make sctp_addto_chunk_fixed local by stephen hemminger · 10 years ago
  87. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  88. 619a60e sctp: Remove outqueue empty state by Vlad Yasevich · 10 years ago
  89. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  90. be78cfc sctp: Reorder 'struc association' members to reduce its size by wangweidong · 10 years ago
  91. 9f70f46 sctp: properly latch and use autoclose value from sock to association by Neil Horman · 10 years ago
  92. a6227e2 include/net/: Fix FSF address in file headers by Jeff Kirsher · 10 years ago
  93. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 10 years ago
  94. 6eabca5 sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurements by Xufeng Zhang · 10 years ago
  95. e6d8b64 net: sctp: fix and consolidate SCTP checksumming code by Daniel Borkmann · 11 years ago
  96. 7b58446 sctp: Remove extern from function prototypes by Joe Perches · 11 years ago
  97. 76bfd89 net: sctp: reorder sctp_globals to reduce cacheline usage by Daniel Borkmann · 11 years ago
  98. 71acc0d Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl" by David S. Miller · 11 years ago
  99. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  100. cda5f98 net: sctp: convert sctp_checksum_disable module param into sctp sysctl by Daniel Borkmann · 11 years ago