1. fedb1bd3 sctp: fix erroneous inc of snmp SctpFragUsrMsgs by Marcelo Ricardo Leitner · 6 years ago
  2. 2f5e3c9 sctp: introduce sctp_assoc_update_frag_point by Marcelo Ricardo Leitner · 7 years ago
  3. 9eda2d2 Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  4. 3ff547c sctp: add support for SCTP AUTH Information for sendmsg by Xin Long · 7 years ago
  5. 1b1e0bc sctp: add refcnt support for sh_key by Xin Long · 7 years ago
  6. b7e10c2 sctp: Add ip option support by Richard Haines · 7 years ago
  7. 9162e0e sctp: implement enqueue_event for sctp_stream_interleave by Xin Long · 7 years ago
  8. 0c3f6f6 sctp: implement make_datafrag for sctp_stream_interleave by Xin Long · 7 years ago
  9. 779edd7 sctp: do not abandon the other frags in unsent outq if one msg has outstanding frags by Xin Long · 7 years ago
  10. e5f6129 sctp: abandon the whole msg if one part of a fragmented message is abandoned by Xin Long · 7 years ago
  11. f952be7 sctp: introduce struct sctp_stream_out_ext by Marcelo Ricardo Leitner · 7 years ago
  12. bb96dec sctp: remove the typedef sctp_auth_chunk_t by Xin Long · 7 years ago
  13. d4d6c61 sctp: remove the typedef sctp_sack_chunk_t by Xin Long · 7 years ago
  14. c0acdfb net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  15. cee360a sctp: define the member stream as an object instead of pointer in asoc by Xin Long · 7 years ago
  16. d229d48 sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp by Xin Long · 8 years ago
  17. bfd2e4b sctp: refactor sctp_datamsg_from_user by Marcelo Ricardo Leitner · 8 years ago
  18. 8ae808e sctp: remove the old ttl expires policy by Xin Long · 8 years ago
  19. b50afd2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  20. be4947b sctp: change to check peer prsctp_capable when using prsctp polices by Xin Long · 8 years ago
  21. 0605483 sctp: remove prsctp_param from sctp_chunk by Xin Long · 8 years ago
  22. 4a225ce sctp: make use of SCTP_TRUNC4 macro by Marcelo Ricardo Leitner · 8 years ago
  23. e2f036a sctp: rename WORD_TRUNC/ROUND macros by Marcelo Ricardo Leitner · 8 years ago
  24. b61c654 sctp: free msg->chunks when sctp_primitive_SEND return err by Xin Long · 8 years ago
  25. 8dbdf1f sctp: implement prsctp PRIO policy by Xin Long · 8 years ago
  26. 01aadb3 sctp: implement prsctp RTX policy by Xin Long · 8 years ago
  27. a6c2f79 sctp: implement prsctp TTL policy by Xin Long · 8 years ago
  28. 6aef70a net: snmp: kill various STATS_USER() helpers by Eric Dumazet · 9 years ago
  29. cea8768 sctp: allow sctp_transmit_packet and others to use gfp by Marcelo Ricardo Leitner · 9 years ago
  30. 1cd4d5c sctp: remove the unused sctp_datamsg_free() by Xin Long · 9 years ago
  31. e0eb093 switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter by Al Viro · 10 years ago
  32. cb3f837 sctp: fix checkpatch errors with space required or prohibited by wangweidong · 11 years ago
  33. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  34. 2bccbad sctp: fix some comments in chunk.c and associola.c by wangweidong · 11 years ago
  35. c08751c net: sctp: Fix data chunk fragmentation for MTU values which are not multiple of 4 by Alexander Sverdlin · 11 years ago
  36. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  37. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  38. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 11 years ago
  39. dda9192 net: sctp: remove SCTP_STATIC macro by Daniel Borkmann · 11 years ago
  40. 6e51fe7 sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscall by Tommi Rantala · 12 years ago
  41. be364c8 sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space fails by Tommi Rantala · 12 years ago
  42. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 12 years ago
  43. 145ce50 net/sctp: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  44. 0e3aef8 sctp: Tag messages that can be Nagle delayed at creation. by Vlad Yasevich · 15 years ago
  45. 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
  46. b93d647 sctp: implement the sender side for SACK-IMMEDIATELY extension by Wei Yongjun · 15 years ago
  47. cb95ea3 sctp: Don't do NAGLE delay on large writes that were fragmented small by Vlad Yasevich · 15 years ago
  48. 9c5c62b sctp: Send user messages to the lower layer as one by Vlad Yasevich · 15 years ago
  49. 5d7ff26 sctp: Try to encourage SACK bundling with DATA. by Vlad Yasevich · 15 years ago
  50. 3e62abf sctp: Fix data segmentation with small frag_size by Vlad Yasevich · 15 years ago
  51. e8c3875 SCTP: fix wrong debug counting of datamsg by Li Zefan · 17 years ago
  52. 80445cf [SCTP]: Remove redundant wrapper functions. by Florian Westphal · 17 years ago
  53. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  54. 60c778b [SCTP]: Stop claiming that this is a "reference implementation" by Vlad Yasevich · 17 years ago
  55. 4cd57c8 [SCTP]: Enable the sending of the AUTH chunk. by Vlad Yasevich · 17 years ago
  56. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 18 years ago
  57. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  58. 3182cd8 [SCTP]: __nocast annotations by Alexey Dobriyan · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago