summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2016-02-27sctp: translate network order to host order when users get a hmacidXin Long1-2/+7
2016-02-27sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner1-0/+1
2016-02-13sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss1-15/+19
2016-01-23ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()Eric Dumazet1-2/+1
2016-01-23sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien2-1/+3
2015-12-30ipv6: sctp: clone options to avoid use after freeEric Dumazet1-0/+8
2015-12-30sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+3
2015-12-30ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-12-30sctp: translate host order to network order when setting a hmacidlucien1-2/+2
2015-10-13Revert "sctp: Fix race between OOTB responce and route removal"Ben Hutchings1-3/+1
2015-10-13sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien1-1/+1
2015-08-07sctp: Fix race between OOTB responce and route removalAlexander Sverdlin1-1/+3
2015-08-07sctp: fix ASCONF list handlingMarcelo Ricardo Leitner1-11/+32
2015-03-06net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara1-1/+1
2015-02-20net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann1-1/+0
2015-02-20net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann1-0/+7
2015-01-01net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann1-2/+2
2015-01-01net: sctp: fix memory leak in auth key managementDaniel Borkmann1-2/+0
2015-01-01net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann1-0/+3
2014-11-05net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann2-26/+10
2014-11-05net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann1-0/+2
2014-11-05net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2-60/+57
2014-09-14sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet1-1/+1
2014-09-14net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann1-0/+1
2014-08-06net: sctp: fix information leaks in ulpevent layerDaniel Borkmann1-107/+15
2014-07-11sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang1-1/+1
2014-06-09sctp: reset flowi4_oif parameter on route lookupXufeng Zhang1-1/+6
2014-04-30net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann2-7/+2
2014-04-02net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann1-0/+7
2014-04-02net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann1-9/+32
2013-11-28sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich1-1/+1
2013-11-28sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du1-1/+2
2013-10-27Revert "sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()"Ben Hutchings1-2/+1
2013-10-27net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann1-29/+13
2013-10-27net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann1-0/+3
2013-09-10sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman1-6/+2
2013-06-29net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann1-0/+6
2013-05-13net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-03-27sctp: don't break the loop while meeting the active_path so as to find the m...Xufeng Zhang1-1/+1
2013-03-27sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich1-1/+1
2013-02-20net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann1-0/+5
2013-02-20net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-02-20sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman1-4/+8
2013-01-03sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscallTommi Rantala2-6/+11
2013-01-03sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...Tommi Rantala1-2/+5
2012-11-16sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan1-1/+2
2012-10-10sctp: Don't charge for data in sndbuf again when transmitting packetThomas Graf1-1/+20
2012-08-19sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2-7/+12
2012-06-10sctp: check cached dst before using itNicolas Dichtel2-20/+1
2012-05-11sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf1-2/+3