summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: change to hold sk after auth shkey is created successfullyXin Long2019-07-101-4/+4
* sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long2019-04-171-0/+1
* sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long2019-02-271-0/+1
* sctp: allocate sctp_sockaddr_entry with kzallocXin Long2019-01-232-7/+2
* sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long2019-01-091-0/+1
* sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long2018-12-011-3/+7
* sctp: not allow to set asoc prsctp_enable by sockoptXin Long2018-11-231-21/+5
* sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner2018-11-101-3/+2
* sctp: use right member as the param of list_for_each_entryXin Long2018-11-101-3/+3
* sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2018-09-152-11/+15
* sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long2018-06-131-1/+1
* sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2018-05-192-40/+77
* sctp: fix the issue that the cookie-ack with auth can't get processedXin Long2018-05-191-1/+1
* sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long2018-05-191-1/+1
* sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsgXin Long2018-05-191-1/+0
* sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long2018-05-191-0/+3
* 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-131-5/+8
* sctp: do not leak kernel memory to user spaceEric Dumazet2018-04-131-1/+3
* sctp: fix recursive locking warning in sctp_do_peeloffXin Long2018-04-131-2/+2
* sctp: verify size of a new chunk in _sctp_make_chunk()Alexey Kodanev2018-03-111-1/+6
* sctp: fix dst refcnt leak in sctp_v6_get_dst()Alexey Kodanev2018-03-111-3/+7
* sctp: fix dst refcnt leak in sctp_v4_get_dstTommi Rantala2018-03-111-6/+4
* sctp: make use of pre-calculated lenMarcelo Ricardo Leitner2018-03-031-6/+10
* 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
* 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: Replace use of sockets_allocated with specified macro.Tonghao Zhang2018-01-021-2/+2
* sctp: out_qlen should be updated when pruning unsent queueXin Long2017-12-251-6/+5
* 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: fix array overrun read on sctp_timer_tblColin Ian King2017-12-091-1/+1
* net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2017-11-241-2/+3
* sctp: do not peel off an assoc from one netns to another oneXin Long2017-11-241-0/+4
* sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-11-181-0/+32
* sctp: full support for ipv6 ip_nonlocal_bind & IP_FREEBINDLaszlo Toth2017-11-181-2/+4
* sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long2017-11-181-1/+1
* sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner2017-09-201-1/+2
* sctp: Avoid out-of-bounds reads from address storageStefano Brivio2017-09-202-4/+6
* sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-08-301-0/+2
* sctp: check af before verify address in sctp_addr_id2transportXin Long2017-07-051-1/+1
* sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long2017-07-051-3/+2
* sctp: disable BH in sctp_for_each_endpointXin Long2017-07-051-2/+2
* sctp: sctp_addr_id2transport should verify the addr before looking up assocXin Long2017-06-171-1/+5
* sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segmentXin Long2017-06-171-1/+1
* sctp: fix ICMP processing if skb is non-linearDavide Caratti2017-06-071-7/+9
* sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet2017-06-071-0/+3
* sctp: fix src address selection if using secondary addresses for ipv6Xin Long2017-06-071-17/+29