summaryrefslogtreecommitdiffstats
path: root/include/net/sctp/structs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-041-2/+7
|\
| * sctp: Define usercopy region in SCTP proto slab cacheDavid Windsor2018-01-151-2/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-1/+1
|\ \
| * | sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2018-01-081-1/+1
* | | sctp: implement validate_ftsn for sctp_stream_interleaveXin Long2017-12-151-0/+10
* | | sctp: implement generate_ftsn for sctp_stream_interleaveXin Long2017-12-151-0/+1
* | | sctp: add basic structures and make chunk function for ifwdtsnXin Long2017-12-151-0/+1
* | | sctp: add support for the process of unordered idataXin Long2017-12-111-1/+13
* | | sctp: implement ulpevent_data for sctp_stream_interleaveXin Long2017-12-111-0/+3
* | | sctp: implement validate_data for sctp_stream_interleaveXin Long2017-12-111-1/+5
* | | sctp: implement assign_number for sctp_stream_interleaveXin Long2017-12-111-1/+17
* | | sctp: implement make_datafrag for sctp_stream_interleaveXin Long2017-12-111-0/+12
* | | sctp: add basic structures and make chunk function for idataXin Long2017-12-111-0/+1
* | | sctp: add stream interleave enable members and sockoptXin Long2017-12-111-0/+2
|/ /
* / sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2017-12-011-1/+2
|/
* sctp: introduce round robin stream schedulerMarcelo Ricardo Leitner2017-10-041-0/+11
* sctp: introduce priority based stream schedulerMarcelo Ricardo Leitner2017-10-041-0/+24
* sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner2017-10-041-3/+12
* sctp: introduce sctp_chunk_stream_noMarcelo Ricardo Leitner2017-10-041-0/+5
* sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner2017-10-041-2/+8
* sctp: remove the typedef sctp_socket_type_tXin Long2017-08-111-3/+3
* sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long2017-08-111-2/+2
* sctp: remove the typedef sctp_cmsgs_tXin Long2017-08-111-2/+2
* sctp: remove the typedef sctp_endpoint_type_tXin Long2017-08-111-3/+3
* sctp: remove the typedef sctp_sender_hb_info_tXin Long2017-08-111-2/+2
* sctp: remove the unused typedef sctp_packet_phandler_tXin Long2017-08-111-2/+0
* sctp: remove the typedef sctp_state_tXin Long2017-08-071-1/+1
* sctp: remove the typedef sctp_xmit_tXin Long2017-08-071-4/+5
* sctp: remove the typedef sctp_transport_cmd_tXin Long2017-08-071-3/+4
* sctp: remove the typedef sctp_scope_tXin Long2017-08-071-8/+9
* sctp: remove the typedef sctp_retransmit_reason_tXin Long2017-08-071-2/+2
* sctp: remove the typedef sctp_lower_cwnd_tXin Long2017-08-071-1/+2
* sctp: remove the typedef sctp_hmac_algo_param_tXin Long2017-07-171-1/+1
* sctp: remove the typedef sctp_chunks_param_tXin Long2017-07-171-1/+1
* sctp: remove the typedef sctp_random_param_tXin Long2017-07-171-1/+1
* net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* sctp: remove the typedef sctp_init_chunk_tXin Long2017-07-011-2/+2
* sctp: remove the typedef sctp_paramhdr_tXin Long2017-07-011-2/+3
* sctp: remove the typedef sctp_cid_tXin Long2017-07-011-1/+1
* sctp: handle errors when updating asocXin Long2017-06-201-2/+2
* sctp: merge sctp_stream_new and sctp_stream_initXin Long2017-06-021-2/+2
* sctp: define the member stream as an object instead of pointer in asocXin Long2017-06-021-1/+2
* sctp: process duplicated strreset out and addstrm out requests correctlyXin Long2017-04-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-5/+6
|\
| * sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-051-3/+3
| * sctp: alloc stream info when initializing asocXin Long2017-03-301-1/+2
| * sctp: change to save MSG_MORE flag into assocXin Long2017-03-291-1/+1