summaryrefslogtreecommitdiffstats
path: root/include/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: Remove unused declaration sctp_backlog_migrate()Yue Haibing2023-08-101-2/+0
* sctp: Remove unused function declarationsYue Haibing2023-08-022-5/+0
* sctp: delete the nested flexible array peer_initXin Long2023-04-211-1/+1
* sctp: delete the nested flexible array skipXin Long2023-04-211-2/+2
* sctp: delete the nested flexible array paramsXin Long2023-04-211-4/+4
* 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-092-0/+2
* sctp: add fair capacity stream schedulerXin Long2023-03-092-0/+8
* sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long2023-02-231-0/+1
* sctp: delete free member from struct sctp_sched_opsXin Long2022-12-011-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-0/+2
|\
| * sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao2022-11-291-0/+2
* | sctp: add dif and sdif check in asoc and ep lookupXin Long2022-11-182-5/+9
* | sctp: add skb_sdif in struct sctp_afXin Long2022-11-181-0/+1
* | sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long2022-11-171-5/+0
* | sctp: change to include linux/sctp.h in net/sctp/checksum.hXin Long2022-11-171-1/+1
* | sctp: remove unnecessary NULL check in sctp_association_init()Alexey Kodanev2022-10-201-2/+1
|/
* net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-2/+1
|\
| * sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long2022-01-021-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-302-4/+5
|\|
| * sctp: use call_rcu to free endpointXin Long2021-12-252-4/+5
* | sctp: move hlist_node and hashent out of sctp_ep_commonXin Long2021-12-232-6/+6
* | 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: subtract sctphdr len in sctp_transport_pl_hlenXin Long2021-10-291-1/+2
* sctp: reset probe_timer in sctp_transport_pl_updateXin Long2021-10-291-3/+1
* sctp: fix transport encap_port update in sctp_vtag_verifyXin Long2021-10-151-3/+3
* 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
* sctp: move 198 addresses from unusable to private scopeXin Long2021-07-011-3/+1
* 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: process sctp over udp icmp err on sctp sideXin Long2021-06-221-0/+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-222-1/+4
* | sctp: add the probe timer in transport for PLPMTUDXin Long2021-06-225-1/+16
* | sctp: add the constants/variables and states and some APIs for transportXin Long2021-06-223-3/+70
* | sctp: add probe_interval in sysctl and sock/asoc/transportXin Long2021-06-222-0/+5
* | sctp: add pad chunk and its make function and event tableXin Long2021-06-221-0/+1
|/
* sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long2021-04-301-1/+0
* sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long2020-11-051-0/+6
* sctp: add the error cause for new encapsulation port restartXin Long2020-10-301-0/+3
* sctp: add udphdr to overhead when udp_port is setXin Long2020-10-302-2/+6
* sctp: allow changing transport encap_port by peer packetsXin Long2020-10-302-6/+2
* sctp: add encap_port for netns sock asoc and transportXin Long2020-10-301-0/+6
* sctp: create udp4 sock and add its encap_rcvXin Long2020-10-302-0/+4
* net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski2020-09-201-3/+5