aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)Author
2018-04-12sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet
2018-04-12sctp: do not leak kernel memory to user spaceEric Dumazet
2018-03-08sctp: fix dst refcnt leak in sctp_v6_get_dst()Alexey Kodanev
2018-03-08sctp: do not pr_err for the duplicated node in transport rhlistXin Long
2018-03-08sctp: fix dst refcnt leak in sctp_v4_get_dstTommi Rantala
2018-03-08sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev
2018-01-22gso: validate gso_type in GSO handlersWillem de Bruijn
2018-01-16sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long
2018-01-16sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long
2018-01-16sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long
2018-01-15sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner
2018-01-10sctp: make use of pre-calculated lenMarcelo Ricardo Leitner
2018-01-10sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner
2018-01-10sctp: GFP_ATOMIC is not needed in sctp_setsockopt_eventsMarcelo Ricardo Leitner
2018-01-08sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner
2018-01-08sctp: do not retransmit upon FragNeeded if PMTU discovery is disabledMarcelo Ricardo Leitner
2018-01-03sctp: fix error path in sctp_stream_initMarcelo Ricardo Leitner
2017-12-27sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang
2017-12-18sctp: add SCTP_CID_RECONF conversion in sctp_cnameXin Long
2017-12-18sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renegeXin Long
2017-12-11sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro
2017-12-01sctp: do not abandon the other frags in unsent outq if one msg has outstandin...Xin Long
2017-12-01sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long
2017-12-01sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long
2017-11-28sctp: use right member as the param of list_for_each_entryXin Long
2017-11-28sctp: remove extern from stream schedXin Long
2017-11-28sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_failXin Long
2017-11-28sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long
2017-11-28sctp: avoid flushing unsent queue when doing asoc resetXin Long
2017-11-28sctp: only allow the asoc reset when the asoc outq is emptyXin Long
2017-11-28sctp: only allow the out stream reset when the stream outq is emptyXin Long
2017-11-28sctp: use sizeof(__u16) for each stream number length instead of magic numberXin Long
2017-11-18sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long
2017-11-16net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman
2017-11-16sctp: check stream reset info len before making reconf chunkXin Long
2017-11-16sctp: use the right sk after waking up from wait_buf sleepXin Long
2017-11-16sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01sctp: fix error return code in sctp_send_add_streams()Wei Yongjun
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long
2017-10-29sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long
2017-10-29sctp: fix some type cast warnings introduced by transport rhashtableXin Long
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long
2017-10-29sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook
2017-10-24sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth