summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2017-11-11ipv6: Add rt6_get_cookie() functionMartin KaFai Lau1-1/+1
2017-06-05sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet1-0/+3
2017-03-16sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6
2017-03-16sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2017-03-16sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner1-2/+5
2017-03-16net: sctp, forbid negative lengthJiri Slaby1-1/+4
2017-02-23sctp: validate chunk len before actually using itMarcelo Ricardo Leitner1-6/+6
2017-02-23sctp: do not return the transmit err back to sctp_sendmsgXin Long1-11/+5
2016-05-01sctp: lack the check for ports in sctp_v6_cmp_addrXin Long1-0/+2
2016-05-01sctp: fix the transports round robin issue when init is retransmittedXin Long2-2/+2
2016-03-24sctp: Fix port hash table size computationNeil Horman1-9/+38
2016-02-25sctp: translate network order to host order when users get a hmacidXin Long1-2/+7
2016-02-25sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner1-0/+1
2016-01-28sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien2-1/+3
2016-01-28sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss1-19/+23
2016-01-28net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin1-1/+1
2016-01-28sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2-4/+5
2016-01-04ipv6: sctp: clone options to avoid use after freeEric Dumazet1-0/+8
2016-01-04sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+3
2016-01-04sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner1-2/+2
2015-12-18ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-12-14sctp: translate host order to network order when setting a hmacidlucien1-2/+2
2015-10-28sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien1-1/+1
2015-09-30sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner1-23/+41
2015-07-06sctp: Fix race between OOTB responce and route removalAlexander Sverdlin1-1/+3
2015-07-06sctp: fix ASCONF list handlingMarcelo Ricardo Leitner1-11/+32
2015-03-02net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann1-0/+7
2015-02-10net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara1-1/+1
2015-02-04net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann1-1/+0
2014-12-15net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann1-2/+2
2014-11-27net: sctp: fix memory leak in auth key managementDaniel Borkmann1-2/+0
2014-11-27net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann1-0/+3
2014-11-13net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann2-26/+10
2014-11-13net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann1-0/+2
2014-11-13net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2-60/+57
2014-10-15sctp: handle association restarts when the socket is closed.Vlad Yasevich1-3/+16
2014-08-14sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet1-1/+1
2014-07-23net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann1-0/+1
2014-07-15net: sctp: fix information leaks in ulpevent layerDaniel Borkmann1-107/+15
2014-06-20net: sctp: check proc_dointvec result in proc_sctp_do_authDaniel Borkmann1-2/+1
2014-06-19net: sctp: propagate sysctl errors from proc_do* properlyDaniel Borkmann1-20/+23
2014-06-15net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann1-4/+28
2014-06-12sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang1-1/+1
2014-06-11net: sctp: fix incorrect type in gfp initializerDaniel Borkmann1-1/+1
2014-06-11net: sctp: improve sctp_select_active_and_retran_path selectionDaniel Borkmann1-5/+45
2014-06-11net: sctp: migrate most recently used transport to ktimeDaniel Borkmann3-5/+7
2014-06-11net: sctp: refactor active path selectionDaniel Borkmann1-59/+61
2014-06-11ktime: add ktime_after and ktime_before helperDaniel Borkmann1-1/+1
2014-05-24net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-1/+2
2014-05-24net: Eliminate no_check from protoswTom Herbert2-4/+0