summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long2021-05-221-1/+2
* sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva2021-05-221-1/+1
* sctp: delay auto_asconf init until binding the first addrXin Long2021-05-221-14/+17
* Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long2021-05-221-5/+8
* net/sctp: fix race condition in sctp_destroy_sockOr Cohen2021-04-281-8/+5
* sctp: change to hold/put transport for proto_unreach_timerXin Long2020-11-243-5/+5
* sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet2020-10-141-0/+1
* sctp: not disable bh in the whole sctp_get_port_local()Xin Long2020-09-121-10/+6
* sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-293-1/+6
* sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen2020-06-031-4/+5
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2020-05-201-2/+2
* sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen2020-05-101-1/+5
* sctp: fix the transports round robin issue when init is retransmittedXin Long2020-05-102-2/+2
* sctp: use right member as the param of list_for_each_entryXin Long2020-05-021-3/+3
* sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner2020-04-132-15/+33
* sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long2020-03-111-7/+20
* sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long2020-01-121-10/+18
* sctp: fully initialize v4 addr in some functionsXin Long2020-01-041-0/+4
* inet: stop leaking jiffies on the wireEric Dumazet2019-11-101-1/+1
* sctp: not bind the socket in sctp_connectXin Long2019-11-061-19/+2
* sctp: fix the issue that flags are ignored when using kernel_connectXin Long2019-11-063-20/+40
* sctp: change sctp_prot .no_autobind with trueXin Long2019-10-291-2/+2
* sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long2019-09-211-1/+1
* sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET2019-09-211-1/+1
* sctp: fix the transport error_count checkXin Long2019-08-251-1/+1
* sctp: change to hold sk after auth shkey is created successfullyXin Long2019-07-101-4/+4
* sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long2019-04-271-0/+1
* sctp: allocate sctp_sockaddr_entry with kzallocXin Long2019-01-262-7/+2
* sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long2019-01-131-0/+1
* sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long2018-12-011-3/+7
* sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner2018-11-101-3/+2
* sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2018-05-262-40/+77
* sctp: fix the issue that the cookie-ack with auth can't get processedXin Long2018-05-261-1/+1
* sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long2018-05-261-1/+1
* sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long2018-05-261-0/+3
* sctp: do not check port in sctp_inet6_cmp_addrXin Long2018-04-291-30/+30
* sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet2018-04-131-5/+8
* sctp: do not leak kernel memory to user spaceEric Dumazet2018-04-131-1/+3
* sctp: fix recursive locking warning in sctp_do_peeloffXin Long2018-04-131-2/+2
* fixup: sctp: verify size of a new chunk in _sctp_make_chunk()Greg Kroah-Hartman2018-03-181-1/+1
* sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2018-03-111-2/+6
* sctp: fix dst refcnt leak in sctp_v6_get_dst()Alexey Kodanev2018-03-111-3/+7
* sctp: fix dst refcnt leak in sctp_v4_get_dstTommi Rantala2018-03-111-6/+4
* sctp: make use of pre-calculated lenMarcelo Ricardo Leitner2018-03-031-6/+10
* sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long2018-01-311-10/+6
* sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long2018-01-311-8/+6
* sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang2018-01-021-2/+2
* sctp: use the right sk after waking up from wait_buf sleepXin Long2017-12-161-10/+11
* sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long2017-12-161-3/+14
* net: sctp: fix array overrun read on sctp_timer_tblColin Ian King2017-12-091-1/+1