summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long2019-11-221-1/+1
* sctp: fix the transport error_count checkXin Long2019-11-221-1/+1
* sctp: change to hold sk after auth shkey is created successfullyXin Long2019-10-051-4/+4
* sctp: fix identification of new acks for SFR-CACCMarcelo Ricardo Leitner2018-11-201-25/+23
* sctp: fix the issue that the cookie-ack with auth can't get processedXin Long2018-10-211-1/+1
* sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long2018-10-211-0/+3
* sctp: do not check port in sctp_inet6_cmp_addrXin Long2018-10-211-30/+30
* sctp: do not leak kernel memory to user spaceEric Dumazet2018-10-211-1/+3
* sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2018-06-161-2/+6
* sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long2018-03-031-8/+6
* sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long2018-03-031-10/+6
* sctp: use the right sk after waking up from wait_buf sleepXin Long2018-03-031-10/+11
* sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang2018-03-031-2/+2
* net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2018-02-131-0/+2
* sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2018-02-131-0/+2
* sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe2018-02-135-100/+107
* sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long2018-01-011-2/+2
* sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long2018-01-011-1/+1
* sctp: do not peel off an assoc from one netns to another oneXin Long2017-11-261-0/+4
* ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2017-11-111-1/+1
* sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet2017-06-051-0/+3
* sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner2017-03-161-2/+6
* sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner2017-03-161-1/+2
* sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner2017-03-161-2/+5
* net: sctp, forbid negative lengthJiri Slaby2017-03-161-1/+4
* sctp: validate chunk len before actually using itMarcelo Ricardo Leitner2017-02-231-6/+6
* sctp: do not return the transmit err back to sctp_sendmsgXin Long2017-02-231-11/+5
* sctp: lack the check for ports in sctp_v6_cmp_addrXin Long2016-05-011-0/+2
* sctp: fix the transports round robin issue when init is retransmittedXin Long2016-05-012-2/+2
* sctp: Fix port hash table size computationNeil Horman2016-03-241-9/+38
* sctp: translate network order to host order when users get a hmacidXin Long2016-02-251-2/+7
* sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner2016-02-251-0/+1
* sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien2016-01-282-1/+3
* sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss2016-01-281-19/+23
* net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin2016-01-281-1/+1
* sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2016-01-282-4/+5
* ipv6: sctp: clone options to avoid use after freeEric Dumazet2016-01-041-0/+8
* sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2016-01-041-0/+3
* sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner2016-01-041-2/+2
* ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet2015-12-181-1/+8
* sctp: translate host order to network order when setting a hmacidlucien2015-12-141-2/+2
* sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien2015-10-281-1/+1
* sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner2015-09-301-23/+41
* sctp: Fix race between OOTB responce and route removalAlexander Sverdlin2015-07-061-1/+3
* sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2015-07-061-11/+32
* net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann2015-03-021-0/+7
* net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara2015-02-101-1/+1
* net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann2015-02-041-1/+0
* net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann2014-12-151-2/+2
* net: sctp: fix memory leak in auth key managementDaniel Borkmann2014-11-271-2/+0