summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2017-06-07sctp: fix ICMP processing if skb is non-linearDavide Caratti1-7/+9
2017-06-07sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet1-0/+3
2017-06-07sctp: fix src address selection if using secondary addresses for ipv6Xin Long1-17/+29
2017-05-20ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()Eric Dumazet1-2/+1
2017-05-20ipv6: sctp: add rcu protection around np->optEric Dumazet1-3/+10
2017-05-08sctp: listen on the sock only when it's state is listening or closedXin Long1-0/+3
2017-04-22sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6
2017-04-18sctp: validate chunk len before actually using itMarcelo Ricardo Leitner1-6/+6
2017-04-18net: sctp, forbid negative lengthJiri Slaby1-1/+4
2017-04-18sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2016-07-12sctp: lack the check for ports in sctp_v6_cmp_addrXin Long1-0/+2
2016-02-15net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin1-1/+1
2016-02-15sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long2-4/+5
2016-01-16ipv6: sctp: clone options to avoid use after freeEric Dumazet1-0/+8
2016-01-16sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner1-0/+1
2016-01-16sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+3
2016-01-16sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner1-2/+2
2015-12-14ipv6: 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-27sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner1-23/+41
2015-07-05sctp: Fix race between OOTB responce and route removalAlexander Sverdlin1-1/+3
2015-07-05sctp: fix ASCONF list handlingMarcelo Ricardo Leitner1-11/+32
2015-02-27net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara1-1/+1
2015-02-27net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann1-1/+0
2014-12-16net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann1-2/+2
2014-11-11net: sctp: fix memory leak in auth key managementDaniel Borkmann1-2/+0
2014-11-11net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann1-0/+3
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-86/+69
2014-10-14net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann2-26/+10
2014-10-14net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann1-0/+2
2014-10-14net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2-60/+57
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-1/+1
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+16
2014-10-06sctp: handle association restarts when the socket is closed.Vlad Yasevich1-3/+16
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2-8/+6
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat1-1/+1
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo1-1/+1
2014-08-30sctp: Change sctp to implement csum_levelsTom Herbert1-2/+6
2014-08-30net: sctp: fix ABI mismatch through sctp_assoc_to_state helperDaniel Borkmann1-1/+1
2014-08-22net: sctp: fix suboptimal edge-case on non-active active/retrans path selectionDaniel Borkmann1-6/+3
2014-08-22net: sctp: spare unnecessary comparison in sctp_trans_elect_bestDaniel Borkmann1-1/+1
2014-08-22sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probezhuyj1-0/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-08-06sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet1-1/+1
2014-08-01net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong1-5/+0
2014-08-01sctp: Fixup v4mapped behaviour to comply with Sock APIJason Gunthorpe5-100/+107
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-07-23net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann1-0/+1
2014-07-23net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight2-4/+4