Age | Commit message (Expand) | Author | Files | Lines |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -1/+1 |
2018-12-28 | mm: reference totalram_pages and managed_pages once per function | Arun KS | 1 | -3/+4 |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2018-12-10 | sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_event | Xin Long | 1 | -0/+1 |
2018-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -6/+15 |
2018-12-06 | sctp: frag_point sanity check | Jakub Audykowicz | 2 | -2/+7 |
2018-12-04 | sctp: kfree_rcu asoc | Xin Long | 1 | -1/+1 |
2018-12-01 | sctp: update frag_point when stream_interleave is set | Xin Long | 2 | -3/+7 |
2018-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2018-11-28 | sctp: increase sk_wmem_alloc when head->truesize is increased | Xin Long | 1 | -0/+1 |
2018-11-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -42/+9 |
2018-11-20 | sctp: not increase stream's incnt before sending addstrm_in request | Xin Long | 1 | -1/+0 |
2018-11-19 | Revert "sctp: remove sctp_transport_pmtu_check" | Xin Long | 1 | -0/+3 |
2018-11-19 | sctp: not allow to set asoc prsctp_enable by sockopt | Xin Long | 1 | -21/+5 |
2018-11-19 | sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmit | Xin Long | 1 | -20/+1 |
2018-11-19 | sctp: add sockopt SCTP_EVENT | Xin Long | 1 | -0/+88 |
2018-11-19 | sctp: rename enum sctp_event to sctp_event_type | Xin Long | 3 | -8/+8 |
2018-11-19 | sctp: add subscribe per asoc | Xin Long | 5 | -10/+15 |
2018-11-19 | sctp: define subscribe in sctp_sock as __u16 | Xin Long | 4 | -20/+38 |
2018-11-12 | sctp: process sk_reuseport in sctp_get_port_local | Xin Long | 1 | -13/+33 |
2018-11-12 | sctp: add sock_reuseport for the sock in __sctp_hash_endpoint | Xin Long | 3 | -10/+81 |
2018-11-12 | sctp: do reuseport_select_sock in __sctp_rcv_lookup_endpoint | Xin Long | 1 | -28/+41 |
2018-11-11 | sctp: Fix SKB list traversal in sctp_intl_store_ordered(). | David S. Miller | 1 | -5/+12 |
2018-11-11 | sctp: Fix SKB list traversal in sctp_intl_store_reasm(). | David S. Miller | 1 | -5/+12 |
2018-11-09 | net: Convert protocol error handlers from void to int | Stefano Brivio | 2 | -4/+8 |
2018-11-04 | sctp: define SCTP_SS_DEFAULT for Stream schedulers | Xin Long | 1 | -1/+1 |
2018-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -6/+12 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+1 |
2018-10-30 | sctp: check policy more carefully when getting pr status | Xin Long | 1 | -3/+5 |
2018-10-30 | sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peer | Xin Long | 1 | -3/+7 |
2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -9/+18 |
2018-10-18 | sctp: use sk_wmem_queued to check for writable space | Xin Long | 1 | -29/+9 |
2018-10-18 | sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk size | Xin Long | 2 | -21/+8 |
2018-10-18 | sctp: not free the new asoc when sctp_wait_for_connect returns err | Xin Long | 1 | -1/+3 |
2018-10-18 | sctp: fix race on sctp_id2asoc | Marcelo Ricardo Leitner | 1 | -3/+2 |
2018-10-16 | sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL instead | Xin Long | 1 | -4/+4 |
2018-10-16 | sctp: use the pmtu from the icmp packet to update transport pathmtu | Xin Long | 3 | -1/+9 |
2018-10-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2018-10-03 | sctp: fix fall-through annotation | Gustavo A. R. Silva | 1 | -1/+1 |
2018-09-25 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+10 |
2018-09-20 | sctp: update dst pmtu with the correct daddr | Xin Long | 1 | -2/+10 |
2018-09-10 | sctp: Use skb_queue_is_first(). | David S. Miller | 1 | -1/+1 |
2018-09-04 | sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabel | Xin Long | 1 | -4/+6 |
2018-09-04 | sctp: fix invalid reference to the index variable of the iterator | Xin Long | 1 | -11/+13 |
2018-08-28 | sctp: remove useless start_fail from sctp_ht_iter in proc | Xin Long | 1 | -4/+0 |
2018-08-28 | sctp: hold transport before accessing its asoc in sctp_transport_get_next | Xin Long | 2 | -11/+15 |
2018-08-11 | net/sctp: Replace in/out stream arrays with flex_array | Konstantin Khorenko | 1 | -22/+66 |
2018-08-11 | net/sctp: Make wrappers for accessing in/out streams | Konstantin Khorenko | 8 | -71/+78 |
2018-07-25 | sctp: whitespace fixes | Stephen Hemminger | 2 | -3/+2 |
2018-07-21 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 1 | -1/+1 |