summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2018-12-01sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long1-3/+7
2018-11-23sctp: not increase stream's incnt before sending addstrm_in requestXin Long1-1/+0
2018-11-23sctp: not allow to set asoc prsctp_enable by sockoptXin Long1-21/+5
2018-11-04sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner1-3/+2
2018-10-18sctp: update dst pmtu with the correct daddrXin Long1-2/+10
2018-09-15sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2-11/+15
2018-08-24sctp: fix erroneous inc of snmp SctpFragUsrMsgsMarcelo Ricardo Leitner1-1/+3
2018-06-11sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long1-1/+1
2018-05-19sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long1-1/+1
2018-05-19sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsgXin Long1-1/+0
2018-05-19sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long1-0/+3
2018-05-19sctp: fix the issue that the cookie-ack with auth can't get processedXin Long1-1/+1
2018-05-19sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2-41/+75
2018-04-29sctp: do not check port in sctp_inet6_cmp_addrXin Long1-30/+30
2018-04-12sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet1-5/+8
2018-04-12sctp: do not leak kernel memory to user spaceEric Dumazet1-1/+3
2018-03-09sctp: fix dst refcnt leak in sctp_v6_get_dst()Alexey Kodanev1-3/+7
2018-03-09sctp: do not pr_err for the duplicated node in transport rhlistXin Long1-4/+1
2018-03-09sctp: fix dst refcnt leak in sctp_v4_get_dstTommi Rantala1-6/+4
2018-03-09sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev1-1/+6
2018-03-03sctp: make use of pre-calculated lenMarcelo Ricardo Leitner1-6/+10
2018-03-03sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner1-0/+10
2018-03-03sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renegeXin Long1-16/+8
2018-02-25sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long1-2/+4
2018-02-25sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long1-10/+19
2018-02-03sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long1-1/+1
2018-02-03sctp: avoid flushing unsent queue when doing asoc resetXin Long1-7/+14
2018-02-03sctp: only allow the asoc reset when the asoc outq is emptyXin Long1-0/+9
2018-01-31sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long1-2/+8
2018-01-31gso: validate gso_type in GSO handlersWillem de Bruijn1-0/+3
2018-01-31sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long1-10/+6
2018-01-31sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long1-8/+6
2018-01-17sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2-12/+25
2018-01-17sctp: do not retransmit upon FragNeeded if PMTU discovery is disabledMarcelo Ricardo Leitner1-12/+12
2018-01-02sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long1-1/+5
2018-01-02sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang1-2/+2
2017-12-25sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner1-1/+7
2017-12-17sctp: use right member as the param of list_for_each_entryXin Long1-3/+3
2017-12-14sctp: use the right sk after waking up from wait_buf sleepXin Long1-10/+11
2017-12-14sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long1-3/+14
2017-11-24net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman1-2/+3
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long3-5/+5
2017-10-29sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long1-2/+2
2017-10-29sctp: fix some type cast warnings introduced by transport rhashtableXin Long1-11/+11
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long3-12/+21
2017-10-29sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long1-0/+32
2017-10-24sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth1-2/+4
2017-10-20sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long1-1/+1