1. 02ac5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  2. eb00460 sctp: Fix spelling mistake: "Atempt" -> "Attempt" by Colin Ian King · 8 years ago
  3. a838631 sctp: prepare asoc stream for stream reconf by Xin Long · 8 years ago
  4. bfd2e4b sctp: refactor sctp_datamsg_from_user by Marcelo Ricardo Leitner · 8 years ago
  5. b77b756 sctp: add pr_debug for tracking asocs not found by Marcelo Ricardo Leitner · 8 years ago
  6. 509e7a3 sctp: sctp_chunk_length_valid should return bool by Marcelo Ricardo Leitner · 8 years ago
  7. 66b91d2 sctp: remove return value from sctp_packet_init/config by Marcelo Ricardo Leitner · 8 years ago
  8. 0630c56 sctp: simplify addr copy by Marcelo Ricardo Leitner · 8 years ago
  9. 1ff0156 sctp: reduce indent level in sctp_sf_shut_8_4_5 by Marcelo Ricardo Leitner · 8 years ago
  10. eab5907 sctp: reduce indent level at sctp_sf_tabort_8_4_8 by Marcelo Ricardo Leitner · 8 years ago
  11. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  12. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  13. 1636098 sctp: fix recovering from 0 win with small data chunks by Marcelo Ricardo Leitner · 8 years ago
  14. 58b94d8 sctp: do not loose window information if in rwnd_over by Marcelo Ricardo Leitner · 8 years ago
  15. b860780 sctp: not copying duplicate addrs to the assoc's bind address list by Xin Long · 8 years ago
  16. 165f2cf sctp: reduce indent level in sctp_copy_local_addr_list by Xin Long · 8 years ago
  17. 08abb79 sctp: sctp_transport_lookup_process should rcu_read_unlock when transport is null by Xin Long · 8 years ago
  18. 5cb2cd6 sctp: sctp_epaddr_lookup_transport should be protected by rcu_read_lock by Xin Long · 8 years ago
  19. 7fda702 sctp: use new rhlist interface on sctp transport rhashtable by Xin Long · 8 years ago
  20. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  21. 5bf35dd sctp: change sk state only when it has assocs in sctp_shutdown by Xin Long · 8 years ago
  22. 7233bc8 sctp: assign assoc_id earlier in __sctp_connect by Marcelo Ricardo Leitner · 8 years ago
  23. e4ff952 sctp: clean up sctp_packet_transmit by Xin Long · 8 years ago
  24. dae399d sctp: hold transport instead of assoc when lookup assoc in rx path by Xin Long · 8 years ago
  25. 7c17fcc sctp: return back transport in __sctp_rcv_init_lookup by Xin Long · 8 years ago
  26. cd26da4 sctp: hold transport instead of assoc in sctp_diag by Xin Long · 8 years ago
  27. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  28. bf911e9 sctp: validate chunk len before actually using it by Marcelo Ricardo Leitner · 8 years ago
  29. ecc515d sctp: fix the panic caused by route update by Xin Long · 8 years ago
  30. a4b8e71 net: sctp, forbid negative length by Jiri Slaby · 8 years ago
  31. 8ae808e sctp: remove the old ttl expires policy by Xin Long · 8 years ago
  32. cc6ac9b sctp: reuse sent_count to avoid retransmitted chunks for RTT measurements by Xin Long · 8 years ago
  33. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  34. 1cceda78 sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lock by Xin Long · 8 years ago
  35. be4947b sctp: change to check peer prsctp_capable when using prsctp polices by Xin Long · 8 years ago
  36. 0605483 sctp: remove prsctp_param from sctp_chunk by Xin Long · 8 years ago
  37. 6d4a741 net: Suppress the "Comparison to NULL could be written" warnings by Jia He · 8 years ago
  38. 7d64a94 proc: Reduce cache miss in sctp_snmp_seq_show by Jia He · 8 years ago
  39. a300744 sctp: fix the handling of SACK Gap Ack blocks by Marcelo Ricardo Leitner · 8 years ago
  40. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  41. 4a225ce sctp: make use of SCTP_TRUNC4 macro by Marcelo Ricardo Leitner · 8 years ago
  42. e2f036a sctp: rename WORD_TRUNC/ROUND macros by Marcelo Ricardo Leitner · 8 years ago
  43. e8bc8f9 sctp: Remove some redundant code by Christophe Jaillet · 8 years ago
  44. 41001fa sctp: not return ENOMEM err back in sctp_packet_transmit by Xin Long · 8 years ago
  45. 83dbc3d sctp: make sctp_outq_flush/tail/uncork return void by Xin Long · 8 years ago
  46. 6451944 sctp: save transmit error to sk_err in sctp_outq_flush by Xin Long · 8 years ago
  47. b61c654 sctp: free msg->chunks when sctp_primitive_SEND return err by Xin Long · 8 years ago
  48. 66388f2 sctp: do not return the transmit err back to sctp_sendmsg by Xin Long · 8 years ago
  49. 2c89791 sctp: remove the unnecessary state check in sctp_outq_tail by Xin Long · 8 years ago
  50. 715f555 sctp: hold the transport before using it in sctp_hash_cmp by Xin Long · 8 years ago
  51. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  52. aebf5de sctp: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  53. 7303a14 sctp: identify chunks that need to be fragmented at IP level by Marcelo Ricardo Leitner · 8 years ago
  54. d545cac net: inet: diag: expose the socket mark to privileged processes. by Lorenzo Colitti · 8 years ago
  55. 232cb53 sctp: fix overrun in sctp_diag_dump_one() by Lance Richardson · 8 years ago
  56. 4c2f245 sctp: linearize early if it's not GSO by Marcelo Ricardo Leitner · 8 years ago
  57. 54236ab net/sctp: always initialise sctp_ht_iter::start_fail by Vegard Nossum · 8 years ago
  58. 1fe323a sctp: use event->chunk when it's valid by Xin Long · 8 years ago
  59. 1ba8d77 sctp_diag: Respect ss adding TCPF_CLOSE to idiag_states by Phil Sutter · 8 years ago
  60. 12474e8 sctp_diag: Fix T3_rtx timer export by Phil Sutter · 8 years ago
  61. e087869 sctp: allow receiving msg when TCP-style sk is in CLOSED state by Xin Long · 8 years ago
  62. a0fc684 sctp: allow delivering notifications after receiving SHUTDOWN by Xin Long · 8 years ago
  63. 1aa25ec sctp: fix the issue sctp requeue auth chunk incorrectly by Xin Long · 8 years ago
  64. 5fc382d net/sctp: terminate rhashtable walk correctly by Vegard Nossum · 8 years ago
  65. 52253db sctp: also point GSO head_skb to the sk when it's available by Marcelo Ricardo Leitner · 8 years ago
  66. eefc1b1 sctp: fix BH handling on socket backlog by Marcelo Ricardo Leitner · 8 years ago
  67. fd2d180 sctp: use inet_recvmsg to support sctp RFS well by Xin Long · 8 years ago
  68. 9b97420 sctp: support ipv6 nonlocal bind by Xin Long · 8 years ago
  69. c5c4e45 sctp: fix GSO for IPv6 by Marcelo Ricardo Leitner · 8 years ago
  70. e5b13f3 sctp: recvmsg should be able to run even if sock is in closing state by Marcelo Ricardo Leitner · 8 years ago
  71. 2d47fd1 sctp: only check for ECN if peer is using it by Marcelo Ricardo Leitner · 8 years ago
  72. d9cef42 sctp: do not clear chunk->ecn_ce_done flag by Marcelo Ricardo Leitner · 8 years ago
  73. e7487c8 sctp: avoid identifying address family many times for a chunk by Marcelo Ricardo Leitner · 8 years ago
  74. 1f45f78 sctp: allow GSO frags to access the chunk too by Marcelo Ricardo Leitner · 8 years ago
  75. f5d258e sctp: reorder sctp_ulpevent and shrink msg_flags by Marcelo Ricardo Leitner · 8 years ago
  76. 9e23832 sctp: allow others to use sctp_input_cb by Marcelo Ricardo Leitner · 8 years ago
  77. 8dbdf1f sctp: implement prsctp PRIO policy by Xin Long · 8 years ago
  78. 01aadb3 sctp: implement prsctp RTX policy by Xin Long · 8 years ago
  79. a6c2f79 sctp: implement prsctp TTL policy by Xin Long · 8 years ago
  80. 826d253 sctp: add SCTP_PR_ASSOC_STATUS on sctp sockopt by Xin Long · 8 years ago
  81. f959fb4 sctp: add SCTP_DEFAULT_PRINFO into sctp sockopt by Xin Long · 8 years ago
  82. 28aa4c2 sctp: add SCTP_PR_SUPPORTED on sctp sockopt by Xin Long · 8 years ago
  83. f1533cc sctp: fix panic when sending auth chunks by Marcelo Ricardo Leitner · 8 years ago
  84. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  85. 141ddef sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrate by Xin Long · 8 years ago
  86. a5e27d1 sctp: fix error return code in sctp_init() by Wei Yongjun · 8 years ago
  87. c3ec5e5 net: diag: add missing declarations by Ben Dooks · 8 years ago
  88. d46e416 sctp: sctp should change socket state when shutdown is received by Xin Long · 8 years ago
  89. 3b55a53 sctp: Fix warning in sctp_packet_transmit_chunk() by David S. Miller · 8 years ago
  90. 942b323 sctp: improve debug message to also log curr pkt and new chunk size by Marcelo Ricardo Leitner · 8 years ago
  91. 90017ac sctp: Add GSO support by Marcelo Ricardo Leitner · 8 years ago
  92. 3acb50c sctp: delay as much as possible skb_linearize by Marcelo Ricardo Leitner · 8 years ago
  93. 40eb90e sctp: sctp_diag should dump sctp socket type by Xin Long · 9 years ago
  94. bed187b sctp: fix double EPs display in sctp_diag by Xin Long · 9 years ago
  95. 860fbbc sctp: prepare for socket backlog behavior change by Eric Dumazet · 9 years ago
  96. 0970f5b sctp: signal sk_data_ready earlier on data chunks reception by Marcelo Ricardo Leitner · 9 years ago
  97. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 9 years ago
  98. a16292a net: rename ICMP6_INC_STATS_BH() by Eric Dumazet · 9 years ago
  99. 08e3bae net: sctp: rename SCTP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  100. 5d3848b net: rename ICMP_INC_STATS_BH() by Eric Dumazet · 9 years ago