aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-05sctp: preserve const qualifier in sctp_sk()Eric Dumazet1-4/+1
2023-08-10sctp: Remove unused declaration sctp_backlog_migrate()Yue Haibing1-2/+0
2023-08-02sctp: Remove unused function declarationsYue Haibing2-5/+0
2023-04-21sctp: delete the nested flexible array peer_initXin Long1-1/+1
2023-04-21sctp: delete the nested flexible array skipXin Long1-2/+2
2023-04-21sctp: delete the nested flexible array paramsXin Long1-4/+4
2023-04-17sctp: delete the obsolete code for the host name address paramXin Long1-1/+0
2023-03-09sctp: add weighted fair queueing stream schedulerXin Long2-0/+2
2023-03-09sctp: add fair capacity stream schedulerXin Long2-0/+8
2023-02-23sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long1-0/+1
2022-12-01sctp: delete free member from struct sctp_sched_opsXin Long1-2/+0
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-11-29sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao1-0/+2
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long2-5/+9
2022-11-18sctp: add skb_sdif in struct sctp_afXin Long1-0/+1
2022-11-17sctp: move SCTP_PAD4 and SCTP_TRUNC4 to linux/sctp.hXin Long1-5/+0
2022-11-17sctp: change to include linux/sctp.h in net/sctp/checksum.hXin Long1-1/+1
2022-10-20sctp: remove unnecessary NULL check in sctp_association_init()Alexey Kodanev1-2/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-1/+1
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2022-01-02sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long1-2/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+5
2021-12-25sctp: use call_rcu to free endpointXin Long2-4/+5
2021-12-23sctp: move hlist_node and hashent out of sctp_ep_commonXin Long2-6/+6
2021-11-25sctp: make the raise timer more simple and accurateXin Long1-4/+3
2021-11-03security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long1-10/+10
2021-10-29sctp: subtract sctphdr len in sctp_transport_pl_hlenXin Long1-1/+2
2021-10-29sctp: reset probe_timer in sctp_transport_pl_updateXin Long1-3/+1
2021-10-15sctp: fix transport encap_port update in sctp_vtag_verifyXin Long1-3/+3
2021-07-25sctp: send pmtu probe only if packet loss in Search Complete stateXin Long1-0/+1
2021-07-25sctp: improve the code for pmtu probe send and recv updateXin Long1-2/+2
2021-07-01sctp: move 198 addresses from unusable to private scopeXin Long1-3/+1
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-28sctp: validate from_addr_param returnMarcelo Ricardo Leitner1-1/+1
2021-06-24sctp: do black hole detection in search complete stateXin Long1-1/+2
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long1-0/+2
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long1-0/+1
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long1-0/+1
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long2-1/+4
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long5-1/+16
2021-06-22sctp: add the constants/variables and states and some APIs for transportXin Long3-3/+70
2021-06-22sctp: add probe_interval in sysctl and sock/asoc/transportXin Long2-0/+5
2021-06-22sctp: add pad chunk and its make function and event tableXin Long1-0/+1
2021-04-30sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long1-1/+0
2020-11-05sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long1-0/+6
2020-10-30sctp: add the error cause for new encapsulation port restartXin Long1-0/+3
2020-10-30sctp: add udphdr to overhead when udp_port is setXin Long2-2/+6
2020-10-30sctp: allow changing transport encap_port by peer packetsXin Long2-6/+2
2020-10-30sctp: add encap_port for netns sock asoc and transportXin Long1-0/+6
2020-10-30sctp: create udp4 sock and add its encap_rcvXin Long2-0/+4