summaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)Author
2018-04-29sctp: do not check port in sctp_inet6_cmp_addrXin Long
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-03-03sctp: make use of pre-calculated lenMarcelo Ricardo Leitner
2018-03-03sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner
2018-03-03sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renegeXin Long
2018-02-25sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long
2018-02-25sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long
2018-02-03sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long
2018-02-03sctp: avoid flushing unsent queue when doing asoc resetXin Long
2018-02-03sctp: only allow the asoc reset when the asoc outq is emptyXin Long
2018-01-31sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long
2018-01-31gso: validate gso_type in GSO handlersWillem de Bruijn
2018-01-31sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long
2018-01-31sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long
2018-01-17sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner
2018-01-17sctp: do not retransmit upon FragNeeded if PMTU discovery is disabledMarcelo Ricardo Leitner
2018-01-02sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long
2018-01-02sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang
2017-12-25sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner
2017-12-17sctp: use right member as the param of list_for_each_entryXin Long
2017-12-14sctp: use the right sk after waking up from wait_buf sleepXin Long
2017-12-14sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long
2017-11-24net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman
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-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-24sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth
2017-10-20sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long
2017-10-19sctp: do not peel off an assoc from one netns to another oneXin Long
2017-09-26sctp: Fix a big endian bug in sctp_diag_dump()Dan Carpenter
2017-09-15sctp: do not mark sk dumped when inet_sctp_diag_fill returns errXin Long
2017-09-15sctp: fix an use-after-free issue in sctp_sock_dumpXin Long
2017-09-08sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-23sctp: Avoid out-of-bounds reads from address storageStefano Brivio
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-18sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko
2017-08-11sctp: fix some indents in sm_make_chunk.cXin Long
2017-08-11sctp: remove the typedef sctp_disposition_tXin Long
2017-08-11sctp: remove the typedef sctp_sm_table_entry_tXin Long
2017-08-11sctp: remove the typedef sctp_verb_tXin Long