summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* 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-303-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 possibly using a bad saddr with a given dstMarcelo Ricardo Leitner2020-04-132-15/+33
* sctp: fix refcount bug in sctp_wfreeQiujun Huang2020-04-131-8/+23
* 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
* sctp: cache netns in sctp_ep_commonXin Long2019-12-053-2/+4
* sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien2019-12-051-1/+2
* 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-171-0/+1
* sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long2019-02-271-0/+1
* sctp: allocate sctp_sockaddr_entry with kzallocXin Long2019-01-232-7/+2
* sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long2019-01-091-0/+1
* sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long2018-12-011-3/+7
* sctp: not allow to set asoc prsctp_enable by sockoptXin Long2018-11-231-21/+5
* sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner2018-11-101-3/+2
* sctp: use right member as the param of list_for_each_entryXin Long2018-11-101-3/+3
* sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2018-09-152-11/+15
* sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long2018-06-131-1/+1
* sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2018-05-192-40/+77
* sctp: fix the issue that the cookie-ack with auth can't get processedXin Long2018-05-191-1/+1
* sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long2018-05-191-1/+1
* sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsgXin Long2018-05-191-1/+0
* sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long2018-05-191-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
* sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2018-03-111-1/+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: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long2018-02-251-2/+4
* sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long2018-02-251-10/+19
* gso: validate gso_type in GSO handlersWillem de Bruijn2018-01-311-0/+3
* 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