summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-08sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner
2018-01-08sctp: do not retransmit upon FragNeeded if PMTU discovery is disabledMarcelo Ricardo Leitner
2018-01-03sctp: fix error path in sctp_stream_initMarcelo Ricardo Leitner
2018-01-02net: sctp: Remove debug SCTP probe moduleMasami Hiramatsu
2018-01-02net: sctp: Add SCTP ACK tracking trace eventMasami Hiramatsu
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-27sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-20net: tracepoint: using sock_set_state tracepoint to trace SCTP state transitionYafang Shao
2017-12-18sctp: add SCTP_CID_RECONF conversion in sctp_cnameXin Long
2017-12-18sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renegeXin Long
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-15sctp: support sysctl to allow users to use stream interleaveXin Long
2017-12-15sctp: update mid instead of ssn when doing stream and asoc resetXin Long
2017-12-15sctp: add stream interleave support in stream schedulerXin Long
2017-12-15sctp: implement handle_ftsn for sctp_stream_interleaveXin Long
2017-12-15sctp: implement report_ftsn for sctp_stream_interleaveXin Long
2017-12-15sctp: implement validate_ftsn for sctp_stream_interleaveXin Long
2017-12-15sctp: implement generate_ftsn for sctp_stream_interleaveXin Long
2017-12-15sctp: add basic structures and make chunk function for ifwdtsnXin Long
2017-12-11sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long
2017-12-11sctp: add support for the process of unordered idataXin Long
2017-12-11sctp: implement abort_pd for sctp_stream_interleaveXin Long
2017-12-11sctp: implement start_pd for sctp_stream_interleaveXin Long
2017-12-11sctp: implement renege_events for sctp_stream_interleaveXin Long
2017-12-11sctp: implement enqueue_event for sctp_stream_interleaveXin Long
2017-12-11sctp: implement ulpevent_data for sctp_stream_interleaveXin Long
2017-12-11sctp: implement validate_data for sctp_stream_interleaveXin Long
2017-12-11sctp: implement assign_number for sctp_stream_interleaveXin Long
2017-12-11sctp: implement make_datafrag for sctp_stream_interleaveXin Long
2017-12-11sctp: add basic structures and make chunk function for idataXin Long
2017-12-11sctp: add asoc intl_enable negotiation during 4 shakehandsXin Long
2017-12-11sctp: add stream interleave enable members and sockoptXin Long
2017-12-11rhashtable: Change rhashtable_walk_start to return voidTom Herbert
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro
2017-12-01sctp: do not abandon the other frags in unsent outq if one msg has outstandin...Xin Long
2017-12-01sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long
2017-12-01sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long
2017-11-28sctp: use right member as the param of list_for_each_entryXin Long
2017-11-28sctp: remove extern from stream schedXin Long
2017-11-28sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_failXin Long
2017-11-28sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long
2017-11-28sctp: avoid flushing unsent queue when doing asoc resetXin Long
2017-11-28sctp: only allow the asoc reset when the asoc outq is emptyXin Long
2017-11-28sctp: only allow the out stream reset when the stream outq is emptyXin Long
2017-11-28sctp: use sizeof(__u16) for each stream number length instead of magic numberXin Long
2017-11-18sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long
2017-11-16net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman
2017-11-16sctp: check stream reset info len before making reconf chunkXin Long