summaryrefslogtreecommitdiffstats
path: root/include/net/sctp
AgeCommit message (Expand)AuthorLines
2017-08-11sctp: remove the typedef sctp_socket_type_tXin Long-4/+5
2017-08-11sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long-2/+2
2017-08-11sctp: remove the typedef sctp_cmsgs_tXin Long-2/+2
2017-08-11sctp: remove the typedef sctp_endpoint_type_tXin Long-3/+3
2017-08-11sctp: remove the typedef sctp_sender_hb_info_tXin Long-2/+2
2017-08-11sctp: remove the unused typedef sctp_packet_phandler_tXin Long-2/+0
2017-08-06sctp: remove the typedef sctp_subtype_tXin Long-15/+16
2017-08-06sctp: remove the typedef sctp_event_tXin Long-11/+7
2017-08-06sctp: remove the typedef sctp_event_timeout_tXin Long-6/+6
2017-08-06sctp: remove the typedef sctp_event_other_tXin Long-4/+4
2017-08-06sctp: remove the typedef sctp_event_primitive_tXin Long-4/+4
2017-08-06sctp: remove the typedef sctp_state_tXin Long-11/+11
2017-08-06sctp: remove the typedef sctp_ierror_tXin Long-3/+2
2017-08-06sctp: remove the typedef sctp_xmit_tXin Long-6/+7
2017-08-06sctp: remove the typedef sctp_sock_state_tXin Long-4/+5
2017-08-06sctp: remove the typedef sctp_transport_cmd_tXin Long-5/+6
2017-08-06sctp: remove the typedef sctp_scope_tXin Long-12/+13
2017-08-06sctp: remove the typedef sctp_scope_policy_tXin Long-2/+4
2017-08-06sctp: remove the typedef sctp_retransmit_reason_tXin Long-4/+4
2017-08-06sctp: remove the typedef sctp_lower_cwnd_tXin Long-3/+4
2017-08-03sctp: remove the typedef sctp_errhdr_tXin Long-4/+4
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2017-07-27sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long-2/+2
2017-07-24sctp: remove the typedef sctp_sackhdr_tXin Long-2/+2
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2017-07-16sctp: remove the typedef sctp_hmac_algo_param_tXin Long-1/+1
2017-07-16sctp: remove the typedef sctp_chunks_param_tXin Long-1/+1
2017-07-16sctp: remove the typedef sctp_random_param_tXin Long-1/+1
2017-07-15sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko-0/+4
2017-07-04net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_tReshetova, Elena-1/+1
2017-07-04net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_tReshetova, Elena-1/+1
2017-07-04net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_tReshetova, Elena-1/+1
2017-07-04net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_tReshetova, Elena-1/+1
2017-07-04net, sctp: convert sctp_auth_bytes.refcnt from atomic_t to refcount_tReshetova, Elena-2/+3
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long-4/+4
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long-2/+2
2017-07-01sctp: remove the typedef sctp_param_tXin Long-8/+6
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long-3/+4
2017-07-01sctp: remove the typedef sctp_cid_tXin Long-5/+7
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long-1/+1
2017-06-20sctp: handle errors when updating asocXin Long-2/+2
2017-06-02sctp: merge sctp_stream_new and sctp_stream_initXin Long-2/+2
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long-1/+2
2017-04-18sctp: process duplicated strreset out and addstrm out requests correctlyXin Long-0/+1
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-11/+22
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long-6/+5
2017-04-03sctp: check for dst and pathmtu update in sctp_packet_configXin Long-3/+14
2017-04-03sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long-0/+2
2017-03-30sctp: alloc stream info when initializing asocXin Long-1/+2
2017-03-28sctp: change to save MSG_MORE flag into assocXin Long-1/+1