summaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)Author
2019-04-03sctp: use memdup_user instead of vmemdup_userXin Long
2019-03-19sctp: remove sched init from sctp_stream_initXin Long
2019-03-10sctp: call iov_iter_revert() after sending ABORTXin Long
2019-02-28sctp: chunk.c: correct format string for size_t in printkMatthias Maennich
2019-02-22sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien
2019-02-13sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrateXin Long
2019-02-13sctp: call gso_reset_checksum when computing checksum in sctp_gso_segmentXin Long
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityKonstantin Khlebnikov
2019-02-03sctp: check and update stream->out_curr when allocating stream_outXin Long
2019-02-01sctp: walk the list of asoc safelyGreg Kroah-Hartman
2019-01-24sctp: set flow sport from saddr only when it's 0Xin Long
2019-01-24sctp: set chunk transport correctly when it's a new asocXin Long
2019-01-24sctp: improve the events for sctp stream addingXin Long
2019-01-24sctp: improve the events for sctp stream resetXin Long
2019-01-16sctp: allocate sctp_sockaddr_entry with kzallocXin Long
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-10sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-05sctp: frag_point sanity checkJakub Audykowicz
2018-12-03sctp: kfree_rcu asocXin Long
2018-11-30sctp: update frag_point when stream_interleave is setXin Long
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-27sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-19sctp: not increase stream's incnt before sending addstrm_in requestXin Long
2018-11-19Revert "sctp: remove sctp_transport_pmtu_check"Xin Long
2018-11-19sctp: not allow to set asoc prsctp_enable by sockoptXin Long
2018-11-19sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmitXin Long
2018-11-19sctp: add sockopt SCTP_EVENTXin Long
2018-11-19sctp: rename enum sctp_event to sctp_event_typeXin Long
2018-11-19sctp: add subscribe per asocXin Long
2018-11-19sctp: define subscribe in sctp_sock as __u16Xin Long
2018-11-12sctp: process sk_reuseport in sctp_get_port_localXin Long
2018-11-12sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long
2018-11-12sctp: do reuseport_select_sock in __sctp_rcv_lookup_endpointXin Long
2018-11-10sctp: Fix SKB list traversal in sctp_intl_store_ordered().David S. Miller
2018-11-10sctp: Fix SKB list traversal in sctp_intl_store_reasm().David S. Miller
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio
2018-11-03sctp: define SCTP_SS_DEFAULT for Stream schedulersXin Long
2018-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-29sctp: check policy more carefully when getting pr statusXin Long
2018-10-29sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-18sctp: use sk_wmem_queued to check for writable spaceXin Long
2018-10-18sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk sizeXin Long
2018-10-17sctp: not free the new asoc when sctp_wait_for_connect returns errXin Long
2018-10-17sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner