summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: do not check port in sctp_inet6_cmp_addrXin Long2018-04-291-30/+30
* sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet2018-04-121-5/+8
* sctp: do not leak kernel memory to user spaceEric Dumazet2018-04-121-1/+3
* sctp: fix dst refcnt leak in sctp_v6_get_dst()Alexey Kodanev2018-03-081-3/+7
* sctp: do not pr_err for the duplicated node in transport rhlistXin Long2018-03-081-4/+1
* sctp: fix dst refcnt leak in sctp_v4_get_dstTommi Rantala2018-03-081-6/+4
* sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2018-03-081-1/+6
* sctp: make use of pre-calculated lenMarcelo Ricardo Leitner2018-03-031-6/+10
* sctp: add a ceiling to optlen in some sockoptsMarcelo Ricardo Leitner2018-03-031-0/+10
* sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renegeXin Long2018-03-031-16/+8
* sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long2018-02-251-2/+4
* sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long2018-02-251-10/+19
* sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long2018-02-031-1/+1
* sctp: avoid flushing unsent queue when doing asoc resetXin Long2018-02-031-7/+14
* sctp: only allow the asoc reset when the asoc outq is emptyXin Long2018-02-031-0/+9
* sctp: reinit stream if stream outcnt has been change by sinit in sendmsgXin Long2018-01-311-2/+8
* gso: validate gso_type in GSO handlersWillem de Bruijn2018-01-311-0/+3
* sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long2018-01-311-10/+6
* sctp: do not allow the v4 socket to bind a v4mapped v6 addressXin Long2018-01-311-8/+6
* sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2018-01-172-12/+25
* sctp: do not retransmit upon FragNeeded if PMTU discovery is disabledMarcelo Ricardo Leitner2018-01-171-12/+12
* sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long2018-01-021-1/+5
* sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang2018-01-021-2/+2
* sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner2017-12-251-1/+7
* sctp: use right member as the param of list_for_each_entryXin Long2017-12-171-3/+3
* sctp: use the right sk after waking up from wait_buf sleepXin Long2017-12-141-10/+11
* sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long2017-12-141-3/+14
* net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2017-11-241-2/+3
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-293-5/+5
* | sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long2017-10-291-2/+2
* | sctp: fix some type cast warnings introduced by transport rhashtableXin Long2017-10-291-11/+11
* | sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-293-12/+21
* | sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-10-291-0/+32
* | sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth2017-10-241-2/+4
|/
* sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long2017-10-201-1/+1
* sctp: do not peel off an assoc from one netns to another oneXin Long2017-10-191-0/+4
* sctp: Fix a big endian bug in sctp_diag_dump()Dan Carpenter2017-09-261-1/+3
* sctp: do not mark sk dumped when inet_sctp_diag_fill returns errXin Long2017-09-151-1/+0
* sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2017-09-152-38/+34
* sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner2017-09-081-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-012-4/+6
|\
| * sctp: Avoid out-of-bounds reads from address storageStefano Brivio2017-08-232-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-0/+2
|\|
| * sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-08-181-0/+2
* | sctp: fix some indents in sm_make_chunk.cXin Long2017-08-111-178/+170
* | sctp: remove the typedef sctp_disposition_tXin Long2017-08-113-671/+706
* | sctp: remove the typedef sctp_sm_table_entry_tXin Long2017-08-112-18/+26
* | sctp: remove the typedef sctp_verb_tXin Long2017-08-111-1/+1