aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)Author
2018-05-22sctp: do not check port in sctp_inet6_cmp_addrXin Long
2018-05-22sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet
2018-05-22sctp: do not leak kernel memory to user spaceEric Dumazet
2018-05-22sctp: fix recursive locking warning in sctp_do_peeloffXin Long
2018-03-20sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev
2018-03-20sctp: make use of pre-calculated lenMarcelo Ricardo Leitner
2018-02-28sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long
2018-02-28sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long
2018-02-28sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang
2018-01-17sctp: use the right sk after waking up from wait_buf sleepXin Long
2018-01-17sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long
2018-01-17net: sctp: fix array overrun read on sctp_timer_tblColin Ian King
2017-12-06net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman
2017-12-06sctp: do not peel off an assoc from one netns to another oneXin Long
2017-12-06sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long
2017-12-06sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long
2017-10-03sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko
2017-07-31sctp: check af before verify address in sctp_addr_id2transportXin Long
2017-06-25sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long
2017-06-25sctp: fix ICMP processing if skb is non-linearDavide Caratti
2017-06-24sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet
2017-06-13sctp: listen on the sock only when it's state is listening or closedXin Long
2016-07-10sctp: lack the check for ports in sctp_v6_cmp_addrXin Long
2016-03-04sctp: Fix port hash table size computationNeil Horman
2016-03-04sctp: translate network order to host order when users get a hmacidXin Long
2016-03-04sctp: allow setting SCTP_SACK_IMMEDIATELY by the applicationMarcelo Ricardo Leitner
2016-01-31sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss
2016-01-31net: sctp: prevent writes to cookie_hmac_alg from accessing invalid memorySasha Levin
2016-01-31sctp: sctp should release assoc when sctp_make_abort_user return NULL in sctp...Xin Long
2016-01-22ipv6: sctp: clone options to avoid use after freeEric Dumazet
2016-01-22sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner
2016-01-22sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2016-01-22sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner
2015-12-14ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet
2015-12-14sctp: translate host order to network order when setting a hmacidlucien
2015-10-03sctp: fix race on protocol/netns initializationMarcelo Ricardo Leitner
2015-07-10sctp: Fix race between OOTB responce and route removalAlexander Sverdlin
2015-07-10sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-06-12sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHOMarcelo Ricardo Leitner
2015-03-25sctp: avoid to repeatedly declare external variablesYing Xue
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-03-02net: use common macro for assering skb->cb[] available size in protocol familiesEyal Birger
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-02net: sctp: Deletion of an unnecessary check before the function call "kfree"Markus Elfring
2015-01-30net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara
2015-01-26net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann
2015-01-17net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-09put iov_iter into msghdrAl Viro