summaryrefslogtreecommitdiffstats
path: root/include/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-0/+4
|\
| * sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko2017-07-151-0/+4
* | 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
* net, sctp: convert sctp_auth_bytes.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-2/+3
* sctp: remove the typedef sctp_init_chunk_tXin Long2017-07-012-4/+4
* sctp: remove the typedef sctp_data_chunk_tXin Long2017-07-012-2/+2
* sctp: remove the typedef sctp_param_tXin Long2017-07-011-8/+6
* sctp: remove the typedef sctp_paramhdr_tXin Long2017-07-012-3/+4
* sctp: remove the typedef sctp_cid_tXin Long2017-07-013-5/+7
* sctp: remove the typedef sctp_chunkhdr_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-062-11/+22
|\
| * sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-052-6/+5
| * sctp: check for dst and pathmtu update in sctp_packet_configXin Long2017-04-031-3/+14
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-2/+3
|\ \ | |/
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-151-1/+2
|\ \ | |/
| * net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+2
* | sctp: implement receiver-side procedures for the Reconf Response ParameterXin Long2017-03-121-0/+4
* | sctp: implement receiver-side procedures for the Add Incoming Streams Request...Xin Long2017-03-121-0/+4
* | sctp: implement receiver-side procedures for the Add Outgoing Streams Request...Xin Long2017-03-121-0/+4
* | sctp: add support for generating add stream change event notificationXin Long2017-03-121-0/+4
* | sctp: implement receiver-side procedures for the SSN/TSN Reset Request ParameterXin Long2017-03-121-0/+4
* | sctp: add support for generating assoc reset event notificationXin Long2017-03-121-0/+4
|/
* sctp: add support for MSG_MOREXin Long2017-02-201-0/+1
* sctp: sctp_transport_dst_check should check if transport pmtu is dst mtuXin Long2017-02-191-1/+3
* sctp: add reconf chunk eventXin Long2017-02-191-0/+3
* sctp: add reconf chunk processXin Long2017-02-191-0/+1
* sctp: add a function to verify the sctp reconf chunkXin Long2017-02-191-0/+3
* sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long2017-02-191-0/+4
* sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...Xin Long2017-02-191-0/+6
* sctp: add support for generating stream ssn reset event notificationXin Long2017-02-191-0/+4
* sctp: add support for generating stream reconf resp chunkXin Long2017-02-191-0/+7
* sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long2017-02-091-0/+2
* sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long2017-02-091-0/+3
* sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long2017-02-091-0/+1
* sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long2017-02-091-0/+2
OpenPOWER on IntegriCloud