summaryrefslogtreecommitdiffstats
path: root/include/net/sctp/structs.h
Commit message (Expand)AuthorAgeFilesLines
* sctp: delete the nested flexible array peer_initXin Long2023-04-211-1/+1
* sctp: delete the obsolete code for the host name address paramXin Long2023-04-171-1/+0
* sctp: add weighted fair queueing stream schedulerXin Long2023-03-091-0/+1
* sctp: add fair capacity stream schedulerXin Long2023-03-091-0/+7
* sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long2023-02-231-0/+1
* sctp: add dif and sdif check in asoc and ep lookupXin Long2022-11-181-3/+5
* sctp: add skb_sdif in struct sctp_afXin Long2022-11-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-1/+2
|\
| * sctp: use call_rcu to free endpointXin Long2021-12-251-1/+2
* | sctp: move hlist_node and hashent out of sctp_ep_commonXin Long2021-12-231-4/+4
* | sctp: make the raise timer more simple and accurateXin Long2021-11-251-4/+3
|/
* security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long2021-11-031-10/+10
* sctp: send pmtu probe only if packet loss in Search Complete stateXin Long2021-07-251-0/+1
* sctp: improve the code for pmtu probe send and recv updateXin Long2021-07-251-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-1/+1
|\
| * sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-06-281-1/+1
* | sctp: do black hole detection in search complete stateXin Long2021-06-241-1/+2
* | sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long2021-06-221-0/+1
* | sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long2021-06-221-0/+1
* | sctp: do the basic send and recv for PLPMTUD probeXin Long2021-06-221-0/+2
* | sctp: add the probe timer in transport for PLPMTUDXin Long2021-06-221-0/+4
* | sctp: add the constants/variables and states and some APIs for transportXin Long2021-06-221-0/+8
* | sctp: add probe_interval in sysctl and sock/asoc/transportXin Long2021-06-221-0/+3
|/
* sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long2020-11-051-0/+6
* sctp: add udphdr to overhead when udp_port is setXin Long2020-10-301-0/+1
* sctp: allow changing transport encap_port by peer packetsXin Long2020-10-301-6/+1
* sctp: add encap_port for netns sock asoc and transportXin Long2020-10-301-0/+6
* net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski2020-09-201-3/+5
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-1/+1
* net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-10/+0
* net: sctp: drop duplicate words in commentsRandy Dunlap2020-07-151-3/+3
* net: sctp: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-251-0/+3
|\
| * sctp: cache netns in sctp_ep_commonXin Long2019-11-231-0/+3
* | sctp: add support for Primary Path SwitchoverXin Long2019-11-081-3/+8
* | sctp: add pf_expose per netns and sock and asocXin Long2019-11-081-0/+2
|/
* sctp: make ecn flag per netns and endpointXin Long2019-08-271-1/+2
* sctp: add asconf_enable in struct sctp_endpointXin Long2019-08-191-0/+1
* sctp: rename sp strm_interleave to ep intl_enableXin Long2019-07-081-1/+1
* sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long2019-07-081-16/+17
* sctp: remove prsctp_enable from asocXin Long2019-07-081-2/+1
* sctp: remove reconf_enable from asocXin Long2019-07-081-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1
* sctp: convert to genradixKent Overstreet2019-03-121-7/+8
* sctp: add SCTP_FUTURE_ASOC and SCTP_CURRENT_ASSOC for SCTP_STREAM_SCHEDULER s...Xin Long2019-01-301-0/+2
* sctp: add SCTP_FUTURE_ASSOC for SCTP_PEER_ADDR_THLDS sockoptXin Long2019-01-301-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-0/+2
|\
| * sctp: kfree_rcu asocXin Long2018-12-031-0/+2
* | sctp: add subscribe per asocXin Long2018-11-191-0/+2
* | sctp: define subscribe in sctp_sock as __u16Xin Long2018-11-191-1/+1