summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2018-06-16sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev
2018-03-03sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long
2018-03-03sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long
2018-03-03sctp: use the right sk after waking up from wait_buf sleepXin Long
2018-03-03sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang
2018-02-13net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman
2018-02-13sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko
2018-02-13sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe
2018-01-01sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long
2018-01-01sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long
2017-11-26sctp: do not peel off an assoc from one netns to another oneXin Long
2017-11-11ipv6: Add rt6_get_cookie() functionMartin KaFai Lau
2017-06-05sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet
2017-03-16sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner
2017-03-16sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner
2017-03-16sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner
2017-03-16net: sctp, forbid negative lengthJiri Slaby
2017-02-23sctp: validate chunk len before actually using itMarcelo Ricardo Leitner
2017-02-23sctp: do not return the transmit err back to sctp_sendmsgXin Long
2016-05-01sctp: lack the check for ports in sctp_v6_cmp_addrXin Long
2016-05-01sctp: fix the transports round robin issue when init is retransmittedXin Long
2016-03-24sctp: Fix port hash table size computationNeil Horman
2016-02-25sctp: translate network order to host order when users get a hmacidXin Long
2016-02-25sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner
2016-01-28sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien
2016-01-28sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss
2016-01-28net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin
2016-01-28sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long
2016-01-04ipv6: sctp: clone options to avoid use after freeEric Dumazet
2016-01-04sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2016-01-04sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner
2015-12-18ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet
2015-12-14sctp: translate host order to network order when setting a hmacidlucien
2015-10-28sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien
2015-09-30sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner
2015-07-06sctp: Fix race between OOTB responce and route removalAlexander Sverdlin
2015-07-06sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-03-02net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann
2015-02-10net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara
2015-02-04net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann
2014-12-15net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann
2014-11-27net: sctp: fix memory leak in auth key managementDaniel Borkmann
2014-11-27net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann
2014-11-13net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann
2014-11-13net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann
2014-11-13net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann
2014-10-15sctp: handle association restarts when the socket is closed.Vlad Yasevich
2014-08-14sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet
2014-07-22net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann
2014-07-14net: sctp: fix information leaks in ulpevent layerDaniel Borkmann