aboutsummaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
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
2018-10-16sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL insteadXin Long
2018-10-15sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-03sctp: fix fall-through annotationGustavo A. R. Silva
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-20sctp: update dst pmtu with the correct daddrXin Long
2018-09-10sctp: Use skb_queue_is_first().David S. Miller
2018-09-03sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabelXin Long
2018-09-03sctp: fix invalid reference to the index variable of the iteratorXin Long
2018-08-27sctp: remove useless start_fail from sctp_ht_iter in procXin Long
2018-08-27sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long
2018-08-11net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko
2018-07-24sctp: whitespace fixesStephen Hemminger
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller