aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-20net: tracepoint: using sock_set_state tracepoint to trace SCTP state transitionYafang Shao3-9/+9
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2017-12-15sctp: support sysctl to allow users to use stream interleaveXin Long1-0/+7
2017-12-15sctp: update mid instead of ssn when doing stream and asoc resetXin Long1-15/+25
2017-12-15sctp: add stream interleave support in stream schedulerXin Long1-1/+2
2017-12-15sctp: implement handle_ftsn for sctp_stream_interleaveXin Long2-13/+51
2017-12-15sctp: implement report_ftsn for sctp_stream_interleaveXin Long3-12/+51
2017-12-15sctp: implement validate_ftsn for sctp_stream_interleaveXin Long3-18/+54
2017-12-15sctp: implement generate_ftsn for sctp_stream_interleaveXin Long2-6/+81
2017-12-15sctp: add basic structures and make chunk function for ifwdtsnXin Long1-0/+24
2017-12-11sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long1-1/+5
2017-12-11sctp: add support for the process of unordered idataXin Long3-27/+378
2017-12-11sctp: implement abort_pd for sctp_stream_interleaveXin Long4-5/+107
2017-12-11sctp: implement start_pd for sctp_stream_interleaveXin Long2-1/+3
2017-12-11sctp: implement renege_events for sctp_stream_interleaveXin Long3-4/+114
2017-12-11sctp: implement enqueue_event for sctp_stream_interleaveXin Long5-7/+10
2017-12-11sctp: implement ulpevent_data for sctp_stream_interleaveXin Long4-8/+429
2017-12-11sctp: implement validate_data for sctp_stream_interleaveXin Long3-13/+50
2017-12-11sctp: implement assign_number for sctp_stream_interleaveXin Long4-6/+57
2017-12-11sctp: implement make_datafrag for sctp_stream_interleaveXin Long5-18/+91
2017-12-11sctp: add basic structures and make chunk function for idataXin Long1-0/+6
2017-12-11sctp: add asoc intl_enable negotiation during 4 shakehandsXin Long1-2/+16
2017-12-11sctp: add stream interleave enable members and sockoptXin Long1-1/+87
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert2-20/+5
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro1-1/+0
2017-12-01sctp: do not abandon the other frags in unsent outq if one msg has outstanding fragsXin Long2-1/+6
2017-12-01sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2-4/+15
2017-12-01sctp: only update outstanding_bytes for transmitted queue when doing prsctp_pruneXin Long1-2/+4
2017-11-28sctp: use right member as the param of list_for_each_entryXin Long1-3/+3
2017-11-28sctp: remove extern from stream schedXin Long4-9/+31
2017-11-28sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_failXin Long1-1/+1
2017-11-28sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long1-1/+1
2017-11-28sctp: avoid flushing unsent queue when doing asoc resetXin Long1-7/+14
2017-11-28sctp: only allow the asoc reset when the asoc outq is emptyXin Long1-0/+9
2017-11-28sctp: only allow the out stream reset when the stream outq is emptyXin Long1-0/+35
2017-11-28sctp: use sizeof(__u16) for each stream number length instead of magic numberXin Long1-4/+6
2017-11-18sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long1-10/+19
2017-11-16net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman1-2/+3
2017-11-16sctp: check stream reset info len before making reconf chunkXin Long2-9/+25
2017-11-16sctp: use the right sk after waking up from wait_buf sleepXin Long1-10/+11
2017-11-16sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long1-3/+14
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01sctp: fix error return code in sctp_send_add_streams()Wei Yongjun1-2/+4
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-32/+75
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long3-5/+5
2017-10-29sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long1-2/+2
2017-10-29sctp: fix some type cast warnings introduced by transport rhashtableXin Long1-11/+11
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long3-12/+21