aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp/structs.h
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-09
|\
| * sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2018-01-08
* | sctp: implement validate_ftsn for sctp_stream_interleaveXin Long2017-12-15
* | sctp: implement generate_ftsn for sctp_stream_interleaveXin Long2017-12-15
* | sctp: add basic structures and make chunk function for ifwdtsnXin Long2017-12-15
* | sctp: add support for the process of unordered idataXin Long2017-12-11
* | sctp: implement ulpevent_data for sctp_stream_interleaveXin Long2017-12-11
* | sctp: implement validate_data for sctp_stream_interleaveXin Long2017-12-11
* | sctp: implement assign_number for sctp_stream_interleaveXin Long2017-12-11
* | sctp: implement make_datafrag for sctp_stream_interleaveXin Long2017-12-11
* | sctp: add basic structures and make chunk function for idataXin Long2017-12-11
* | sctp: add stream interleave enable members and sockoptXin Long2017-12-11
|/
* sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2017-12-01
* sctp: introduce round robin stream schedulerMarcelo Ricardo Leitner2017-10-03
* sctp: introduce priority based stream schedulerMarcelo Ricardo Leitner2017-10-03
* sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner2017-10-03
* sctp: introduce sctp_chunk_stream_noMarcelo Ricardo Leitner2017-10-03
* sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner2017-10-03
* sctp: remove the typedef sctp_socket_type_tXin Long2017-08-11
* sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long2017-08-11
* sctp: remove the typedef sctp_cmsgs_tXin Long2017-08-11
* sctp: remove the typedef sctp_endpoint_type_tXin Long2017-08-11
* sctp: remove the typedef sctp_sender_hb_info_tXin Long2017-08-11
* sctp: remove the unused typedef sctp_packet_phandler_tXin Long2017-08-11
* sctp: remove the typedef sctp_state_tXin Long2017-08-07
* sctp: remove the typedef sctp_xmit_tXin Long2017-08-07
* sctp: remove the typedef sctp_transport_cmd_tXin Long2017-08-07
* sctp: remove the typedef sctp_scope_tXin Long2017-08-07
* sctp: remove the typedef sctp_retransmit_reason_tXin Long2017-08-07
* sctp: remove the typedef sctp_lower_cwnd_tXin Long2017-08-07
* sctp: remove the typedef sctp_hmac_algo_param_tXin Long2017-07-16
* sctp: remove the typedef sctp_chunks_param_tXin Long2017-07-16
* sctp: remove the typedef sctp_random_param_tXin Long2017-07-16
* net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-04
* net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-04
* net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-04
* net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-04
* sctp: remove the typedef sctp_init_chunk_tXin Long2017-07-01
* sctp: remove the typedef sctp_paramhdr_tXin Long2017-07-01
* sctp: remove the typedef sctp_cid_tXin Long2017-07-01
* sctp: handle errors when updating asocXin Long2017-06-20
* sctp: merge sctp_stream_new and sctp_stream_initXin Long2017-06-02
* sctp: define the member stream as an object instead of pointer in asocXin Long2017-06-02
* sctp: process duplicated strreset out and addstrm out requests correctlyXin Long2017-04-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-06
|\
| * sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-05
| * sctp: alloc stream info when initializing asocXin Long2017-03-30
| * sctp: change to save MSG_MORE flag into assocXin Long2017-03-28
* | sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long2017-04-03
|/
* sctp: declare struct sctp_stream before using itXin Long2017-03-22