summaryrefslogtreecommitdiffstats
path: root/net/sctp/associola.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: update transport state when processing a dupcook packetXin Long2023-10-041-2/+1
* sctp: delete the nested flexible array peer_initXin Long2023-04-211-2/+3
* sctp: remove unnecessary NULL check in sctp_association_init()Alexey Kodanev2022-10-201-3/+1
* sctp: leave the err path free in sctp_stream_init to sctp_stream_freeXin Long2022-07-271-3/+2
* sctp: enable PLPMTUD when the transport is readyXin Long2021-06-221-0/+4
* sctp: add probe_interval in sysctl and sock/asoc/transportXin Long2021-06-221-0/+2
* sctp: add encap_port for netns sock asoc and transportXin Long2020-10-301-0/+4
* net: sctp: associola.c: delete duplicated wordsRandy Dunlap2020-08-241-2/+2
* sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-251-1/+4
* sctp: fix typo sctp_ulpevent_nofity_peer_addr_changeJonas Falkevik2020-05-271-4/+4
* sctp: get netns from asoc and ep baseXin Long2019-12-091-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-251-0/+1
|\
| * sctp: cache netns in sctp_ep_commonXin Long2019-11-231-0/+1
* | sctp: add support for Primary Path SwitchoverXin Long2019-11-081-0/+3
* | sctp: add SCTP_ADDR_POTENTIALLY_FAILED notificationXin Long2019-11-081-18/+14
* | sctp: add pf_expose per netns and sock and asocXin Long2019-11-081-0/+1
* | net: use helpers to change sk_ack_backlogEric Dumazet2019-11-061-2/+2
* | sctp: add SCTP_ADDR_MADE_PRIM eventXin Long2019-10-091-0/+2
* | sctp: add SCTP_ADDR_REMOVED eventXin Long2019-10-091-0/+1
* | sctp: add SCTP_ADDR_ADDED eventXin Long2019-10-091-13/+6
|/
* sctp: not set peer.asconf_capable in sctp_association_initXin Long2019-08-191-9/+0
* sctp: remove prsctp_enable from asocXin Long2019-07-081-1/+0
* sctp: remove reconf_enable from asocXin Long2019-07-081-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1
* sctp: add SCTP_FUTURE_ASSOC for SCTP_PEER_ADDR_THLDS sockoptXin Long2019-01-301-1/+1
* sctp: introduce SCTP_FUTURE/CURRENT/ALL_ASSOCXin Long2019-01-301-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-4/+5
|\
| * sctp: kfree_rcu asocXin Long2018-12-031-1/+1
| * sctp: update frag_point when stream_interleave is setXin Long2018-11-301-3/+4
* | sctp: add subscribe per asocXin Long2018-11-191-0/+2
|/
* sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long2018-10-291-3/+7
* sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long2018-10-151-1/+2
* sctp: add support for setting flowlabel when adding a transportXin Long2018-07-041-2/+10
* sctp: add support for dscp and flowlabel per transportXin Long2018-07-041-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-111-1/+29
|\
| * sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2018-05-071-1/+29
* | sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner2018-04-271-4/+2
* | sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner2018-04-271-7/+17
* | sctp: introduce sctp_assoc_set_pmtuMarcelo Ricardo Leitner2018-04-271-8/+13
* | sctp: remove an if() that is always trueMarcelo Ricardo Leitner2018-04-271-4/+2
* | sctp: move transport pathmtu calc away of sctp_assoc_add_peerMarcelo Ricardo Leitner2018-04-271-8/+1
* | sctp: remove the unused sctp_assoc_is_match functionXin Long2018-04-251-25/+0
|/
* sctp: implement enqueue_event for sctp_stream_interleaveXin Long2017-12-111-1/+1
* net: sctp: Convert timers to use timer_setup()Kees Cook2017-10-251-2/+1
* sctp: remove the typedef sctp_subtype_tXin Long2017-08-061-1/+1
* sctp: remove the typedef sctp_transport_cmd_tXin Long2017-08-061-1/+1
* sctp: remove the typedef sctp_scope_tXin Long2017-08-061-9/+8
* net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
* sctp: remove the typedef sctp_paramhdr_tXin Long2017-07-011-3/+3
* sctp: handle errors when updating asocXin Long2017-06-201-11/+14