summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: check and update stream->out_curr when allocating stream_outXin Long2019-02-031-0/+20
* sctp: walk the list of asoc safelyGreg Kroah-Hartman2019-02-011-2/+2
* sctp: set flow sport from saddr only when it's 0Xin Long2019-01-252-2/+4
* sctp: set chunk transport correctly when it's a new asocXin Long2019-01-251-3/+8
* sctp: improve the events for sctp stream addingXin Long2019-01-251-11/+8Star
* sctp: improve the events for sctp stream resetXin Long2019-01-251-22/+17Star
* sctp: allocate sctp_sockaddr_entry with kzallocXin Long2019-01-162-7/+2Star
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-0/+1
|\
| * sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long2018-12-101-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-104-6/+15
|\|
| * sctp: frag_point sanity checkJakub Audykowicz2018-12-062-2/+7
| * sctp: kfree_rcu asocXin Long2018-12-041-1/+1
| * sctp: update frag_point when stream_interleave is setXin Long2018-11-302-3/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-291-0/+1
|\|
| * sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long2018-11-281-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-253-42/+9Star
|\|
| * sctp: not increase stream's incnt before sending addstrm_in requestXin Long2018-11-191-1/+0Star
| * Revert "sctp: remove sctp_transport_pmtu_check"Xin Long2018-11-191-0/+3
| * sctp: not allow to set asoc prsctp_enable by sockoptXin Long2018-11-191-21/+5Star
| * sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmitXin Long2018-11-191-20/+1Star
* | sctp: add sockopt SCTP_EVENTXin Long2018-11-191-0/+88
* | sctp: rename enum sctp_event to sctp_event_typeXin Long2018-11-193-8/+8
* | sctp: add subscribe per asocXin Long2018-11-195-10/+15
* | sctp: define subscribe in sctp_sock as __u16Xin Long2018-11-194-20/+38
* | sctp: process sk_reuseport in sctp_get_port_localXin Long2018-11-121-13/+33
* | sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long2018-11-123-10/+81
* | sctp: do reuseport_select_sock in __sctp_rcv_lookup_endpointXin Long2018-11-121-28/+41
* | sctp: Fix SKB list traversal in sctp_intl_store_ordered().David S. Miller2018-11-111-5/+12
* | sctp: Fix SKB list traversal in sctp_intl_store_reasm().David S. Miller2018-11-111-5/+12
* | net: Convert protocol error handlers from void to intStefano Brivio2018-11-092-4/+8
|/
* sctp: define SCTP_SS_DEFAULT for Stream schedulersXin Long2018-11-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-012-6/+12
|\
| * sctp: check policy more carefully when getting pr statusXin Long2018-10-301-3/+5
| * sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long2018-10-301-3/+7
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-194-9/+18
|\
| * sctp: not free the new asoc when sctp_wait_for_connect returns errXin Long2018-10-181-1/+3
| * sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner2018-10-181-3/+2Star
| * sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL insteadXin Long2018-10-161-4/+4
| * sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long2018-10-163-1/+9
* | sctp: use sk_wmem_queued to check for writable spaceXin Long2018-10-181-29/+9Star
* | sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk sizeXin Long2018-10-182-21/+8Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-1/+1
|\|
| * sctp: fix fall-through annotationGustavo A. R. Silva2018-10-031-1/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-2/+10
|\|
| * sctp: update dst pmtu with the correct daddrXin Long2018-09-201-2/+10
* | sctp: Use skb_queue_is_first().David S. Miller2018-09-101-1/+1
|/
* sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabelXin Long2018-09-041-4/+6