summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sctp: add encap_err_lookup for udp encap socksXin Long2020-10-301-0/+19
* | sctp: create udp6 sock and set its encap_rcvXin Long2020-10-301-0/+26
* | sctp: create udp4 sock and add its encap_rcvXin Long2020-10-302-0/+44
* | udp: support sctp over udp in skb_udp_tunnel_segmentXin Long2020-10-301-1/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-081-0/+1
|\
| * sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet2020-10-081-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-6/+3
|\|
| * net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski2020-09-201-6/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-046-17/+13
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-10/+6
| |\
| | * sctp: not disable bh in the whole sctp_get_port_local()Xin Long2020-08-241-10/+6
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-235-7/+7
| |/