aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-03sctp: remove the typedef sctp_errhdr_tXin Long1-4/+4
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-07-27sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long1-2/+2
2017-07-24sctp: remove the typedef sctp_sackhdr_tXin Long1-2/+2
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-07-16sctp: remove the typedef sctp_hmac_algo_param_tXin Long1-1/+1
2017-07-16sctp: remove the typedef sctp_chunks_param_tXin Long1-1/+1
2017-07-16sctp: remove the typedef sctp_random_param_tXin Long1-1/+1
2017-07-15sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko1-0/+4
2017-07-04net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-04net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-04net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-04net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-04net, sctp: convert sctp_auth_bytes.refcnt from atomic_t to refcount_tReshetova, Elena1-2/+3
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long2-4/+4
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long2-2/+2
2017-07-01sctp: remove the typedef sctp_param_tXin Long1-8/+6
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long2-3/+4
2017-07-01sctp: remove the typedef sctp_cid_tXin Long3-5/+7
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long1-1/+1
2017-06-20sctp: handle errors when updating asocXin Long1-2/+2
2017-06-02sctp: merge sctp_stream_new and sctp_stream_initXin Long1-2/+2
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long1-1/+2
2017-04-18sctp: process duplicated strreset out and addstrm out requests correctlyXin Long1-0/+1
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-11/+22
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long2-6/+5
2017-04-03sctp: check for dst and pathmtu update in sctp_packet_configXin Long1-3/+14
2017-04-03sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long1-0/+2
2017-03-30sctp: alloc stream info when initializing asocXin Long1-1/+2
2017-03-28sctp: change to save MSG_MORE flag into assocXin Long1-1/+1
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-03-22sctp: declare struct sctp_stream before using itXin Long1-0/+1
2017-03-21sctp: define dst_pending_confirm as a bit in sctp_transportXin Long1-2/+2
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-03-12sctp: implement receiver-side procedures for the Reconf Response ParameterXin Long1-0/+4
2017-03-12sctp: implement receiver-side procedures for the Add Incoming Streams Request ParameterXin Long1-0/+4
2017-03-12sctp: implement receiver-side procedures for the Add Outgoing Streams Request ParameterXin Long1-0/+4
2017-03-12sctp: add support for generating add stream change event notificationXin Long1-0/+4
2017-03-12sctp: implement receiver-side procedures for the SSN/TSN Reset Request ParameterXin Long1-0/+4
2017-03-12sctp: add support for generating assoc reset event notificationXin Long1-0/+4
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+2
2017-02-20sctp: add support for MSG_MOREXin Long1-0/+1
2017-02-19sctp: sctp_transport_dst_check should check if transport pmtu is dst mtuXin Long1-1/+3
2017-02-19sctp: add reconf chunk eventXin Long1-0/+3
2017-02-19sctp: add reconf chunk processXin Long1-0/+1
2017-02-19sctp: add a function to verify the sctp reconf chunkXin Long1-0/+3
2017-02-19sctp: implement receiver-side procedures for the Incoming SSN Reset Request ParameterXin Long1-0/+4
2017-02-19sctp: implement receiver-side procedures for the Outgoing SSN Reset Request ParameterXin Long1-0/+6
2017-02-19sctp: add support for generating stream ssn reset event notificationXin Long1-0/+4
2017-02-19sctp: add support for generating stream reconf resp chunkXin Long1-0/+7