aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-30sctp: use SCTP_FUTURE_ASSOC for SCTP_MAXSEG sockoptXin Long1-5/+7
2019-01-30sctp: use SCTP_FUTURE_ASSOC for SCTP_ASSOCINFO sockoptXin Long1-2/+4
2019-01-30sctp: use SCTP_FUTURE_ASSOC for SCTP_RTOINFO sockoptXin Long1-2/+4
2019-01-30sctp: use SCTP_FUTURE_ASSOC for SCTP_PEER_ADDR_PARAMS sockoptXin Long1-8/+10
2019-01-30sctp: introduce SCTP_FUTURE/CURRENT/ALL_ASSOCXin Long2-3/+6
2019-01-24sctp: set flow sport from saddr only when it's 0Xin Long2-2/+4
2019-01-24sctp: set chunk transport correctly when it's a new asocXin Long1-3/+8
2019-01-24sctp: improve the events for sctp stream addingXin Long1-11/+8
2019-01-24sctp: improve the events for sctp stream resetXin Long1-22/+17
2019-01-16sctp: allocate sctp_sockaddr_entry with kzallocXin Long2-7/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-3/+4
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-12-10sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long1-0/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+15
2018-12-05sctp: frag_point sanity checkJakub Audykowicz2-2/+7
2018-12-03sctp: kfree_rcu asocXin Long1-1/+1
2018-11-30sctp: update frag_point when stream_interleave is setXin Long2-3/+7
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-11-27sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long1-0/+1
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-42/+9
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-19sctp: add sockopt SCTP_EVENTXin Long1-0/+88
2018-11-19sctp: rename enum sctp_event to sctp_event_typeXin Long3-8/+8
2018-11-19sctp: add subscribe per asocXin Long5-10/+15
2018-11-19sctp: define subscribe in sctp_sock as __u16Xin Long4-20/+38
2018-11-12sctp: process sk_reuseport in sctp_get_port_localXin Long1-13/+33
2018-11-12sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long3-10/+81
2018-11-12sctp: do reuseport_select_sock in __sctp_rcv_lookup_endpointXin Long1-28/+41
2018-11-10sctp: Fix SKB list traversal in sctp_intl_store_ordered().David S. Miller1-5/+12
2018-11-10sctp: Fix SKB list traversal in sctp_intl_store_reasm().David S. Miller1-5/+12
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio2-4/+8
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