summaryrefslogtreecommitdiffstats
path: root/include/net/sctp/structs.h
AgeCommit message (Expand)AuthorLines
2025-11-10sctp: Don't inherit do_auto_asconf in sctp_clone_sock().Kuniyuki Iwashima-4/+0
2025-10-28sctp: Constify struct sctp_sched_opsChristophe JAILLET-1/+1
2025-10-27sctp: Remove sctp_pf.create_accept_sk().Kuniyuki Iwashima-3/+0
2025-08-19sctp: Convert cookie authentication to use HMAC-SHA256Eric Biggers-23/+7
2025-08-19sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authenticationEric Biggers-5/+0
2025-07-25sctp: Replace sockaddr with sockaddr_inet in sctp_addr unionKees Cook-1/+1
2025-05-05sctp: Remove unused sctp_assoc_del_peer and sctp_chunk_iifDr. David Alan Gilbert-2/+0
2025-04-08sctp: detect and prevent references to a freed transport in sendmsgRicardo CaƱuelo Navarro-1/+2
2024-08-26sctp: Correct spelling in headersSimon Horman-10/+10
2024-02-05sctp: preserve const qualifier in sctp_sk()Eric Dumazet-4/+1
2023-08-02sctp: Remove unused function declarationsYue Haibing-2/+0
2023-04-21sctp: delete the nested flexible array peer_initXin Long-1/+1
2023-04-17sctp: delete the obsolete code for the host name address paramXin Long-1/+0
2023-03-09sctp: add weighted fair queueing stream schedulerXin Long-0/+1
2023-03-09sctp: add fair capacity stream schedulerXin Long-0/+7
2023-02-23sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long-0/+1
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long-3/+5
2022-11-18sctp: add skb_sdif in struct sctp_afXin Long-0/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2021-12-25sctp: use call_rcu to free endpointXin Long-1/+2
2021-12-23sctp: move hlist_node and hashent out of sctp_ep_commonXin Long-4/+4
2021-11-25sctp: make the raise timer more simple and accurateXin Long-4/+3
2021-11-03security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long-10/+10
2021-07-25sctp: send pmtu probe only if packet loss in Search Complete stateXin Long-0/+1
2021-07-25sctp: improve the code for pmtu probe send and recv updateXin Long-2/+2
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2021-06-28sctp: validate from_addr_param returnMarcelo Ricardo Leitner-1/+1
2021-06-24sctp: do black hole detection in search complete stateXin Long-1/+2
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long-0/+1
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long-0/+1
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long-0/+2
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long-0/+4
2021-06-22sctp: add the constants/variables and states and some APIs for transportXin Long-0/+8
2021-06-22sctp: add probe_interval in sysctl and sock/asoc/transportXin Long-0/+3
2020-11-05sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long-0/+6
2020-10-30sctp: add udphdr to overhead when udp_port is setXin Long-0/+1
2020-10-30sctp: allow changing transport encap_port by peer packetsXin Long-6/+1
2020-10-30sctp: add encap_port for netns sock asoc and transportXin Long-0/+6
2020-09-20net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski-3/+5
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig-1/+1
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig-10/+0
2020-07-15net: sctp: drop duplicate words in commentsRandy Dunlap-3/+3
2020-02-29net: sctp: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+3
2019-11-23sctp: cache netns in sctp_ep_commonXin Long-0/+3
2019-11-08sctp: add support for Primary Path SwitchoverXin Long-3/+8
2019-11-08sctp: add pf_expose per netns and sock and asocXin Long-0/+2
2019-08-27sctp: make ecn flag per netns and endpointXin Long-1/+2
2019-08-19sctp: add asconf_enable in struct sctp_endpointXin Long-0/+1
2019-07-08sctp: rename sp strm_interleave to ep intl_enableXin Long-1/+1