summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
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
2014-12-09net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann
2014-11-24switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iterAl Viro
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-21net: sctp: keep owned chunk in destructor_arg instead of skb->cbDaniel Borkmann
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-11net: sctp: fix memory leak in auth key managementDaniel Borkmann
2014-11-11net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-10-30sctp: replace seq_printf with seq_putsMichele Baldessari
2014-10-30sctp: add transport state in /proc/net/sctp/remaddrMichele Baldessari
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-14net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann
2014-10-14net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann
2014-10-14net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-06sctp: handle association restarts when the socket is closed.Vlad Yasevich
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo
2014-09-09net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller