aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-27sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long1-0/+1
2018-11-19sctp: not increase stream's incnt before sending addstrm_in requestXin Long1-1/+0
2018-11-19Revert "sctp: remove sctp_transport_pmtu_check"Xin Long1-0/+3
2018-11-19sctp: not allow to set asoc prsctp_enable by sockoptXin Long1-21/+5
2018-11-19sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmitXin Long1-20/+1
2018-11-03sctp: define SCTP_SS_DEFAULT for Stream schedulersXin Long1-1/+1
2018-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+12
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-29sctp: check policy more carefully when getting pr statusXin Long1-3/+5
2018-10-29sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long1-3/+7
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+18
2018-10-18sctp: use sk_wmem_queued to check for writable spaceXin Long1-29/+9
2018-10-18sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk sizeXin Long2-21/+8
2018-10-17sctp: not free the new asoc when sctp_wait_for_connect returns errXin Long1-1/+3
2018-10-17sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner1-3/+2
2018-10-16sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL insteadXin Long1-4/+4
2018-10-15sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long3-1/+9
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-10-03sctp: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+10
2018-09-20sctp: update dst pmtu with the correct daddrXin Long1-2/+10
2018-09-10sctp: Use skb_queue_is_first().David S. Miller1-1/+1
2018-09-03sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabelXin Long1-4/+6
2018-09-03sctp: fix invalid reference to the index variable of the iteratorXin Long1-11/+13
2018-08-27sctp: remove useless start_fail from sctp_ht_iter in procXin Long1-4/+0
2018-08-27sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2-11/+15
2018-08-11net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko1-22/+66
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko8-71/+78
2018-07-24sctp: whitespace fixesStephen Hemminger2-3/+2
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-1/+1
2018-07-04sctp: fix the issue that pathmtu may be set lower than MINSEGMENTXin Long1-1/+1
2018-07-04sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dstXin Long1-0/+9
2018-07-04sctp: add support for setting flowlabel when adding a transportXin Long2-2/+15
2018-07-04sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparamsXin Long1-6/+171
2018-07-04sctp: add support for dscp and flowlabel per transportXin Long3-6/+28
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+5
2018-06-29sctp: add support for SCTP_REUSE_PORT sockoptXin Long1-7/+55
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds3-3/+5
2018-06-22rhashtable: split rhashtable.hNeilBrown2-0/+2
2018-06-21sctp: fix erroneous inc of snmp SctpFragUsrMsgsMarcelo Ricardo Leitner1-1/+3
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-10/+18
2018-06-14sctp: define sctp_packet_gso_append to build GSO framesXin Long1-10/+18
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-539/+471
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2018-06-05sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long1-1/+1
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-5/+3
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-77/+10