summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
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 port hash table size computationNeil Horman
2016-05-01sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long
2016-02-27sctp: translate network order to host order when users get a hmacidXin Long
2016-02-27sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner
2016-02-13sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss
2016-01-22ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()Eric Dumazet
2016-01-22sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien
2015-12-30ipv6: sctp: clone options to avoid use after freeEric Dumazet
2015-12-30sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2015-12-30ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet
2015-12-30sctp: translate host order to network order when setting a hmacidlucien
2015-10-13Revert "sctp: Fix race between OOTB responce and route removal"Ben Hutchings
2015-10-13sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien
2015-08-07sctp: Fix race between OOTB responce and route removalAlexander Sverdlin
2015-08-07sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-03-06net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara
2015-02-20net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann
2015-02-20net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann
2015-01-01net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann
2015-01-01net: sctp: fix memory leak in auth key managementDaniel Borkmann
2015-01-01net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann
2014-11-05net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann
2014-11-05net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann
2014-11-05net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann
2014-09-13sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet
2014-09-13net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann
2014-08-06net: sctp: fix information leaks in ulpevent layerDaniel Borkmann
2014-07-11sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang
2014-06-09sctp: reset flowi4_oif parameter on route lookupXufeng Zhang
2014-04-30net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann
2014-04-02net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann
2014-04-02net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann
2013-11-28sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich
2013-11-28sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du
2013-10-26Revert "sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()"Ben Hutchings
2013-10-26net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann
2013-10-26net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann
2013-09-10sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman
2013-06-29net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann
2013-05-13net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann
2013-03-27sctp: don't break the loop while meeting the active_path so as to find the m...Xufeng Zhang
2013-03-27sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich