summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long2019-09-191-1/+1
* sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET2019-09-191-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-031-4/+4
* sctp: Free cookie before we memdup a new oneNeil Horman2019-06-221-0/+8
* Fix memory leak in sctp_process_initNeil Horman2019-06-112-10/+8
* sctp: avoid running the sctp state machine recursivelyXin Long2019-05-082-37/+27
* sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long2019-04-171-0/+1
* inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov2019-02-271-0/+1
* sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long2019-02-271-0/+1
* sctp: improve the events for sctp stream resetXin Long2019-02-061-22/+17
* sctp: improve the events for sctp stream addingXin Long2019-02-061-13/+10
* 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: kfree_rcu asocXin Long2018-12-171-1/+1
* sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long2018-12-011-3/+7
* sctp: not increase stream's incnt before sending addstrm_in requestXin Long2018-11-231-1/+0
* sctp: not allow to set asoc prsctp_enable by sockoptXin Long2018-11-231-21/+5
* sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner2018-11-041-3/+2
* sctp: update dst pmtu with the correct daddrXin Long2018-10-181-2/+10
* sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2018-09-152-11/+15
* sctp: fix erroneous inc of snmp SctpFragUsrMsgsMarcelo Ricardo Leitner2018-08-241-1/+3
* sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long2018-06-111-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: fix the issue that the cookie-ack with auth can't get processedXin Long2018-05-191-1/+1
* sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2018-05-192-41/+75
* 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-121-5/+8
* sctp: do not leak kernel memory to user spaceEric Dumazet2018-04-121-1/+3
* sctp: fix dst refcnt leak in sctp_v6_get_dst()Alexey Kodanev2018-03-081-3/+7
* sctp: do not pr_err for the duplicated node in transport rhlistXin Long2018-03-081-4/+1
* sctp: fix dst refcnt leak in sctp_v4_get_dstTommi Rantala2018-03-081-6/+4
* sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2018-03-081-1/+6
* sctp: make use of pre-calculated lenMarcelo Ricardo Leitner2018-03-031-6/+10
* sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner2018-03-031-0/+10
* sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renegeXin Long2018-03-031-16/+8
* 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
* sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long2018-02-031-1/+1
* sctp: avoid flushing unsent queue when doing asoc resetXin Long2018-02-031-7/+14
* sctp: only allow the asoc reset when the asoc outq is emptyXin Long2018-02-031-0/+9
* sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long2018-01-311-2/+8
* 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
* sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2018-01-172-12/+25
* sctp: do not retransmit upon FragNeeded if PMTU discovery is disabledMarcelo Ricardo Leitner2018-01-171-12/+12
* sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long2018-01-021-1/+5