summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-16sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long
2018-01-16sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long
2018-01-16sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long
2018-01-15sctp: removed unused var from sctp_make_authMarcelo Ricardo Leitner
2018-01-15sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-10sctp: make use of pre-calculated lenMarcelo Ricardo Leitner
2018-01-10sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner
2018-01-10sctp: GFP_ATOMIC is not needed in sctp_setsockopt_eventsMarcelo Ricardo Leitner
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