summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* 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
* sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long2018-11-281-0/+1
* 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: 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
* sctp: fix invalid reference to the index variable of the iteratorXin Long2018-09-041-11/+13
* sctp: remove useless start_fail from sctp_ht_iter in procXin Long2018-08-281-4/+0Star
* sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2018-08-282-11/+15
* net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko2018-08-111-22/+66
* net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko2018-08-118-71/+78
* sctp: whitespace fixesStephen Hemminger2018-07-242-3/+2Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-1/+1
|\
| * sctp: fix the issue that pathmtu may be set lower than MINSEGMENTXin Long2018-07-041-1/+1
* | sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dstXin Long2018-07-041-0/+9
* | sctp: add support for setting flowlabel when adding a transportXin Long2018-07-042-2/+15
* | sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparamsXin Long2018-07-041-6/+171
* | sctp: add support for dscp and flowlabel per transportXin Long2018-07-043-6/+28
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-033-3/+5
|\|
| * Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-283-3/+5
* | sctp: add support for SCTP_REUSE_PORT sockoptXin Long2018-06-291-7/+55
* | rhashtable: split rhashtable.hNeilBrown2018-06-222-0/+2
|/
* sctp: fix erroneous inc of snmp SctpFragUsrMsgsMarcelo Ricardo Leitner2018-06-211-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-161-10/+18
|\
| * sctp: define sctp_packet_gso_append to build GSO framesXin Long2018-06-141-10/+18
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+3
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-077-539/+471Star
|\
| * sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long2018-06-051-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-273-18/+37
| |\