summaryrefslogtreecommitdiffstats
path: root/include/net/sctp/structs.h
Commit message (Expand)AuthorAgeFilesLines
* 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-031-0/+11
* sctp: introduce priority based stream schedulerMarcelo Ricardo Leitner2017-10-031-0/+24
* sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner2017-10-031-3/+12
* sctp: introduce sctp_chunk_stream_noMarcelo Ricardo Leitner2017-10-031-0/+5
* sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner2017-10-031-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-061-1/+1
* sctp: remove the typedef sctp_xmit_tXin Long2017-08-061-4/+5
* sctp: remove the typedef sctp_transport_cmd_tXin Long2017-08-061-3/+4
* sctp: remove the typedef sctp_scope_tXin Long2017-08-061-8/+9
* sctp: remove the typedef sctp_retransmit_reason_tXin Long2017-08-061-2/+2
* sctp: remove the typedef sctp_lower_cwnd_tXin Long2017-08-061-1/+2
* sctp: remove the typedef sctp_hmac_algo_param_tXin Long2017-07-161-1/+1
* sctp: remove the typedef sctp_chunks_param_tXin Long2017-07-161-1/+1
* sctp: remove the typedef sctp_random_param_tXin Long2017-07-161-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-281-1/+1
* | sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long2017-04-031-0/+2
|/
* sctp: declare struct sctp_stream before using itXin Long2017-03-221-0/+1
* sctp: define dst_pending_confirm as a bit in sctp_transportXin Long2017-03-211-2/+2
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+2
* sctp: add support for MSG_MOREXin Long2017-02-201-0/+1
* sctp: drop __packed from almost all SCTP structuresMarcelo Ricardo Leitner2017-02-071-1/+1
* sctp: add dst_pending_confirm flagJulian Anastasov2017-02-071-0/+4
* sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long2017-01-181-0/+1
* sctp: add sockopt SCTP_ENABLE_STREAM_RESETXin Long2017-01-181-0/+4
* sctp: add reconf_enable in asoc ep and netnsXin Long2017-01-181-2/+5
* sctp: add stream reconf timerXin Long2017-01-181-0/+6
* sctp: add support for generating stream reconf ssn reset request chunkXin Long2017-01-181-0/+3
* sctp: prepare asoc stream for stream reconfXin Long2017-01-061-45/+31
* sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner2016-12-281-4/+3