summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
...
| * | sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long2021-06-222-1/+39
| * | sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long2021-06-222-0/+46
| * | sctp: do the basic send and recv for PLPMTUD probeXin Long2021-06-224-6/+62
| * | sctp: add the probe timer in transport for PLPMTUDXin Long2021-06-225-0/+93
| * | sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transportXin Long2021-06-221-0/+118
| * | sctp: add probe_interval in sysctl and sock/asoc/transportXin Long2021-06-223-0/+38
| * | sctp: add pad chunk and its make function and event tableXin Long2021-06-222-0/+49
| * | sctp: sm_statefuns: Fix spelling mistakesZheng Yongjun2021-05-311-15/+15
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-272-1/+2
| |\|
| * | net: Remove the member netns_okYejune Deng2021-05-171-1/+0
* | | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-281-1/+2
|\ \ \ | |_|/ |/| |
| * | sctp: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-1/+2
| |/
* | sctp: fix the proc_handler for sysctl encap_portXin Long2021-05-251-1/+1
* | sctp: add the missing setting for asoc encap_portXin Long2021-05-251-0/+1
|/
* sctp: delay auto_asconf init until binding the first addrXin Long2021-05-031-14/+17
* Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long2021-05-031-5/+8
* sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long2021-05-031-1/+2
* Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case"Xin Long2021-05-031-5/+1
* Revert "Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK""Xin Long2021-05-031-3/+3
* sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long2021-04-302-43/+30
* Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK"Xin Long2021-04-301-3/+3
* sctp: do asoc update earlier in sctp_sf_do_dupcook_aXin Long2021-04-301-5/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-8/+5
|\
| * net/sctp: fix race condition in sctp_destroy_sockOr Cohen2021-04-131-8/+5
* | sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva2021-04-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-4/+3
|\|
| * net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()Maciej Żenczykowski2021-04-051-4/+3
* | net: sctp: Fix some typosLu Wei2021-03-282-2/+2
* | sm_statefuns.c: Mundane spello fixesBhaskar Chowdhury2021-03-281-5/+5
|/
* sctp: move sk_route_caps check and set into sctp_outq_flush_transportsXin Long2021-03-192-7/+7
* net: sctp: trivial: fix typo in commentDrew Fustini2021-03-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-4/+12
|\
| * net: fix iteration for sctp transport seq_filesNeilBrown2021-02-081-4/+12
* | sctp: remove the NETIF_F_SG flag before calling skb_segmentXin Long2021-01-161-1/+1
|/
* sctp: Fix some typoChristophe JAILLET2020-11-231-2/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-193-5/+5
|\
| * sctp: change to hold/put transport for proto_unreach_timerXin Long2020-11-143-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-061-2/+2
|\|
| * sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat2020-11-021-2/+2
* | sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long2020-11-052-3/+2
* | sctp: enable udp tunneling socksXin Long2020-10-301-0/+52
* | sctp: handle the init chunk matching an existing asocXin Long2020-10-301-0/+50
* | sctp: add the error cause for new encapsulation port restartXin Long2020-10-301-0/+20
* | sctp: support for sending packet over udp6 sockXin Long2020-10-301-11/+32
* | sctp: support for sending packet over udp4 sockXin Long2020-10-302-17/+33
* | sctp: call sk_setup_caps in sctp_packet_transmit insteadXin Long2020-10-301-6/+7
* | 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-304-1/+14
* | sctp: add SCTP_REMOTE_UDP_ENCAPS_PORT sockoptXin Long2020-10-301-0/+114
* | sctp: add encap_port for netns sock asoc and transportXin Long2020-10-304-0/+18