summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2021-06-24sctp: do black hole detection in search complete stateXin Long
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long
2021-06-22sctp: extract sctp_v4_err_handle function from sctp_v4_errXin Long
2021-06-22sctp: extract sctp_v6_err_handle function from sctp_v6_errXin Long
2021-06-22sctp: remove the unessessary hold for idev in sctp_v6_errXin Long
2021-06-22sctp: enable PLPMTUD when the transport is readyXin Long
2021-06-22sctp: do state transition when receiving an icmp TOOBIG packetXin Long
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long
2021-06-22sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transportXin Long
2021-06-22sctp: add probe_interval in sysctl and sock/asoc/transportXin Long
2021-06-22sctp: add pad chunk and its make function and event tableXin Long
2021-05-31sctp: sm_statefuns: Fix spelling mistakesZheng Yongjun
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-25sctp: fix the proc_handler for sysctl encap_portXin Long
2021-05-25sctp: add the missing setting for asoc encap_portXin Long
2021-05-17sctp: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-05-17net: Remove the member netns_okYejune Deng
2021-05-03sctp: delay auto_asconf init until binding the first addrXin Long
2021-05-03Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long
2021-05-03sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long
2021-05-03Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case"Xin Long
2021-05-03Revert "Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK""Xin Long
2021-04-30sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long
2021-04-30Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK"Xin Long
2021-04-30sctp: do asoc update earlier in sctp_sf_do_dupcook_aXin Long
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-16sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva
2021-04-13net/sctp: fix race condition in sctp_destroy_sockOr Cohen
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-05net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()Maciej Żenczykowski
2021-03-28net: sctp: Fix some typosLu Wei
2021-03-28sm_statefuns.c: Mundane spello fixesBhaskar Chowdhury
2021-03-19sctp: move sk_route_caps check and set into sctp_outq_flush_transportsXin Long
2021-03-04net: sctp: trivial: fix typo in commentDrew Fustini
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-08net: fix iteration for sctp transport seq_filesNeilBrown
2021-01-16sctp: remove the NETIF_F_SG flag before calling skb_segmentXin Long
2020-11-23sctp: Fix some typoChristophe JAILLET
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-14sctp: change to hold/put transport for proto_unreach_timerXin Long
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-05sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long
2020-11-02sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat
2020-10-30sctp: enable udp tunneling socksXin Long
2020-10-30sctp: handle the init chunk matching an existing asocXin Long
2020-10-30sctp: add the error cause for new encapsulation port restartXin Long
2020-10-30sctp: support for sending packet over udp6 sockXin Long