1. 600af7f sctp: support for sending packet over udp4 sock by Xin Long · 4 years, 2 months ago
  2. bcd623d sctp: call sk_setup_caps in sctp_packet_transmit instead by Xin Long · 4 years, 2 months ago
  3. 4e7696d sctp: get netns from asoc and ep base by Xin Long · 5 years ago
  4. 7af0330 sctp: count data bundling sack chunk for outctrlchunks by Xin Long · 5 years ago
  5. 47505b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 by Thomas Gleixner · 6 years ago
  6. 0d32f17 sctp: increase sk_wmem_alloc when head->truesize is increased by Xin Long · 6 years ago
  7. 69fec32 Revert "sctp: remove sctp_transport_pmtu_check" by Xin Long · 6 years ago
  8. 02968cc sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmit by Xin Long · 6 years ago
  9. d805397 sctp: use the pmtu from the icmp packet to update transport pathmtu by Xin Long · 6 years ago
  10. 9951912 sctp: define sctp_packet_gso_append to build GSO frames by Xin Long · 7 years ago
  11. 22d7be2 sctp: remove sctp_transport_pmtu_check by Marcelo Ricardo Leitner · 7 years ago
  12. feddd6c sctp: introduce sctp_mtu_payload by Marcelo Ricardo Leitner · 7 years ago
  13. 9eda2d2 Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  14. 1b1e0bc sctp: add refcnt support for sh_key by Xin Long · 7 years ago
  15. b7e10c2 sctp: Add ip option support by Richard Haines · 7 years ago
  16. 668c9be sctp: implement assign_number for sctp_stream_interleave by Xin Long · 7 years ago
  17. 86b36f2 sctp: remove the typedef sctp_xmit_t by Xin Long · 7 years ago
  18. 9f8d314 sctp: remove the typedef sctp_data_chunk_t by Xin Long · 7 years ago
  19. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  20. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  21. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  22. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 8 years ago
  23. dba0030 net: use skb->csum_not_inet to identify packets needing crc32c by Davide Caratti · 8 years ago
  24. 3ebfdf0 sctp: get sock from transport in sctp_transport_update_pmtu by Xin Long · 8 years ago
  25. df2729c sctp: check for dst and pathmtu update in sctp_packet_config by Xin Long · 8 years ago
  26. f9ba350 sctp: change to save MSG_MORE flag into assoc by Xin Long · 8 years ago
  27. 486a43d sctp: remove temporary variable confirm from sctp_packet_transmit by Xin Long · 8 years ago
  28. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  29. 4ea0c32 sctp: add support for MSG_MORE by Xin Long · 8 years ago
  30. c86a773 sctp: add dst_pending_confirm flag by Julian Anastasov · 8 years ago
  31. 66b91d2 sctp: remove return value from sctp_packet_init/config by Marcelo Ricardo Leitner · 8 years ago
  32. e4ff952 sctp: clean up sctp_packet_transmit by Xin Long · 8 years ago
  33. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  34. ecc515d sctp: fix the panic caused by route update by Xin Long · 8 years ago
  35. 8ae808e sctp: remove the old ttl expires policy by Xin Long · 8 years ago
  36. cc6ac9b sctp: reuse sent_count to avoid retransmitted chunks for RTT measurements by Xin Long · 8 years ago
  37. e2f036a sctp: rename WORD_TRUNC/ROUND macros by Marcelo Ricardo Leitner · 8 years ago
  38. 41001fa sctp: not return ENOMEM err back in sctp_packet_transmit by Xin Long · 8 years ago
  39. 6451944 sctp: save transmit error to sk_err in sctp_outq_flush by Xin Long · 8 years ago
  40. 7303a14 sctp: identify chunks that need to be fragmented at IP level by Marcelo Ricardo Leitner · 8 years ago
  41. 1aa25ec sctp: fix the issue sctp requeue auth chunk incorrectly by Xin Long · 8 years ago
  42. a6c2f79 sctp: implement prsctp TTL policy by Xin Long · 8 years ago
  43. f1533cc sctp: fix panic when sending auth chunks by Marcelo Ricardo Leitner · 8 years ago
  44. 3b55a53 sctp: Fix warning in sctp_packet_transmit_chunk() by David S. Miller · 9 years ago
  45. 942b323 sctp: improve debug message to also log curr pkt and new chunk size by Marcelo Ricardo Leitner · 9 years ago
  46. 90017ac sctp: Add GSO support by Marcelo Ricardo Leitner · 9 years ago
  47. e43569e sctp: flush if we can't fit another DATA chunk by Marcelo Ricardo Leitner · 9 years ago
  48. 28fd349 sctp: really allow using GFP_KERNEL on sctp_packet_transmit by Marcelo Ricardo Leitner · 9 years ago
  49. cea8768 sctp: allow sctp_transmit_packet and others to use gfp by Marcelo Ricardo Leitner · 9 years ago
  50. 53692b1 sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC by Tom Herbert · 9 years ago
  51. 29c4afc sctp: Fix race between OOTB responce and route removal by Alexander Sverdlin · 9 years ago
  52. 9772b54 net: sctp: use MAX_HEADER for headroom reserve in output path by Daniel Borkmann · 10 years ago
  53. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  54. 757efd3 sctp: fix possible seqlock seadlock in sctp_packet_transmit() by Eric Dumazet · 10 years ago
  55. 526cbef net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAY by David Laight · 10 years ago
  56. 723189f net: sctp: Open out the check for Nagle by David Laight · 10 years ago
  57. 60ff746 net: rename local_df to ignore_df by WANG Cong · 11 years ago
  58. 0438816 sctp: move skb_dst_set() a bit downwards in sctp_packet_transmit() by wangweidong · 11 years ago
  59. f7010e6 sctp: fix checkpatch errors with indent by wangweidong · 11 years ago
  60. 131334d sctp: remove casting from function calls through ops structure by wangweidong · 11 years ago
  61. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  62. 9f70f46 sctp: properly latch and use autoclose value from sock to association by Neil Horman · 11 years ago
  63. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  64. 6eabca5 sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurements by Xufeng Zhang · 11 years ago
  65. e6d8b64 net: sctp: fix and consolidate SCTP checksumming code by Daniel Borkmann · 11 years ago
  66. d2dbbba sctp: Perform software checksum if packet has to be fragmented. by Vlad Yasevich · 11 years ago
  67. 27127a8 sctp: Use software crc32 checksum when xfrm transform will happen. by Fan Du · 11 years ago
  68. 71acc0d Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl" by David S. Miller · 11 years ago
  69. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  70. cda5f98 net: sctp: convert sctp_checksum_disable module param into sctp sysctl by Daniel Borkmann · 11 years ago
  71. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  72. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 11 years ago
  73. 3e3251b net: sctp: minor: remove dead code from sctp_packet by Daniel Borkmann · 12 years ago
  74. 196d675 sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call by Michele Baldessari · 12 years ago
  75. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  76. 4c3a5bd sctp: Don't charge for data in sndbuf again when transmitting packet by Thomas Graf · 12 years ago
  77. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 12 years ago
  78. 02f3d4c sctp: Adjust PMTU updates to accomodate route invalidation. by David S. Miller · 12 years ago
  79. ed10627 sctp: refactor sctp_packet_append_chunk and clenup some memory leaks by Neil Horman · 12 years ago
  80. 4244854 sctp: be more restrictive in transport selection on bundled sacks by Neil Horman · 12 years ago
  81. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  82. e026886 sctp: check cached dst before using it by Nicolas Dichtel · 13 years ago
  83. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  84. a76c0ad sctp: Do not account for sizeof(struct sk_buff) in estimated rwnd by Thomas Graf · 13 years ago
  85. b73c43f8 net: sctp: fix checksum marking for outgoing packets by Michał Mirosław · 13 years ago
  86. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  87. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  88. 4bdab4332 sctp: Do not reset the packet during sctp_packet_config(). by Vlad Yasevich · 14 years ago
  89. 145ce50 net/sctp: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  90. 0e3aef8 sctp: Tag messages that can be Nagle delayed at creation. by Vlad Yasevich · 15 years ago
  91. ae19c54 sctp: remove 'resent' bit from the chunk by Vlad Yasevich · 15 years ago
  92. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  93. d8dd157 sctp: Fix mis-ordering of user space data when multihoming in use by Neil Horman · 15 years ago
  94. 46d5a80 sctp: Update max.burst implementation by Vlad Yasevich · 15 years ago
  95. 245cba7 sctp: Remove useless last_time_used variable by Vlad Yasevich · 15 years ago
  96. be29714 sctp: remove dup code in net/sctp/output.c by Wei Yongjun · 15 years ago
  97. 4007cc8 sctp: Correctly track if AUTH has been bundled. by Vlad Yasevich · 15 years ago
  98. d521c08 sctp: fix to reset packet information after packet transmit by Wei Yongjun · 15 years ago
  99. cb95ea3 sctp: Don't do NAGLE delay on large writes that were fragmented small by Vlad Yasevich · 15 years ago
  100. b29e790 sctp: Nagle delay should be based on path mtu by Vlad Yasevich · 15 years ago