| Commit message (Expand) | Author | Age |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2016-08-06 |
|\ |
|
| * | VSOCK: Add Makefile and Kconfig | Asias He | 2016-08-01 |
| * | VSOCK: Introduce virtio_transport.ko | Asias He | 2016-08-01 |
| * | VSOCK: Introduce virtio_vsock_common.ko | Asias He | 2016-08-01 |
| * | VSOCK: defer sock removal to transports | Stefan Hajnoczi | 2016-08-01 |
| * | VSOCK: transport-specific vsock_transport functions | Stefan Hajnoczi | 2016-08-01 |
* | | Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2016-08-04 |
|\ \ |
|
| * | | SUNRPC: Detect immediate closure of accepted sockets | Trond Myklebust | 2016-08-01 |
| * | | SUNRPC: accept() may return sockets that are still in SYN_RECV | Trond Myklebust | 2016-08-01 |
| * | | SUNRPC: Remove unused callback xpo_adjust_wspace() | Trond Myklebust | 2016-07-13 |
| * | | SUNRPC: Change TCP socket space reservation | Trond Myklebust | 2016-07-13 |
| * | | SUNRPC: Add a server side per-connection limit | Trond Myklebust | 2016-07-13 |
| * | | SUNRPC: Micro optimisation for svc_data_ready | Trond Myklebust | 2016-07-13 |
| * | | SUNRPC: Call the default socket callbacks instead of open coding | Trond Myklebust | 2016-07-13 |
| * | | SUNRPC: lock the socket while detaching it | Trond Myklebust | 2016-07-13 |
| * | | SUNRPC: Add tracepoints for dropped and deferred requests | Trond Myklebust | 2016-07-13 |
| * | | SUNRPC: Add a tracepoint for server socket out-of-space conditions | Trond Myklebust | 2016-07-13 |
| * | | sunrpc: add gss minor status to svcauth_gss_proxy_init | Scott Mayhew | 2016-07-13 |
| * | | sunrpc: remove 'inuse' flag from struct cache_detail. | NeilBrown | 2016-07-13 |
* | | | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 2016-08-04 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-08-03 |
|\ \ \ |
|
| * | | | sctp: allow receiving msg when TCP-style sk is in CLOSED state | Xin Long | 2016-07-31 |
| * | | | sctp: allow delivering notifications after receiving SHUTDOWN | Xin Long | 2016-07-31 |
| * | | | sctp: fix the issue sctp requeue auth chunk incorrectly | Xin Long | 2016-07-31 |
| * | | | tcp: consider recv buf for the initial window scale | Soheil Hassas Yeganeh | 2016-07-31 |
| * | | | net: ipv6: use list_move instead of list_del/list_add | Wei Yongjun | 2016-07-30 |
| * | | | tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor() | Wei Yongjun | 2016-07-30 |
* | | | | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2016-08-02 |
|\ \ \ \ |
|
| * | | | | libceph: fsmap.user subscription support | Yan, Zheng | 2016-07-27 |
| * | | | | libceph: make sure redirect does not change namespace | Yan, Zheng | 2016-07-27 |
| * | | | | libceph: rados pool namespace support | Yan, Zheng | 2016-07-27 |
| * | | | | libceph: introduce reference counted string | Yan, Zheng | 2016-07-27 |
| * | | | | libceph: define new ceph_file_layout structure | Yan, Zheng | 2016-07-27 |
| * | | | | libceph: fix some missing includes | Ilya Dryomov | 2016-07-27 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2016-07-30 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Merge branch 'nfs-rdma' | Trond Myklebust | 2016-07-24 |
| |\ \ \ |
|
| | * | | | xprtrdma: fix semicolon.cocci warnings | kbuild test robot | 2016-07-19 |
| | * | | | NFS: Don't drop CB requests with invalid principals | Chuck Lever | 2016-07-11 |
| | * | | | svc: Avoid garbage replies when pc_func() returns rpc_drop_reply | Chuck Lever | 2016-07-11 |
| | * | | | xprtrdma: No direct data placement with krb5i and krb5p | Chuck Lever | 2016-07-11 |
| | * | | | xprtrdma: Clean up fixup_copy_count accounting | Chuck Lever | 2016-07-11 |
| | * | | | xprtrdma: Update only specific fields in private receive buffer | Chuck Lever | 2016-07-11 |
| | * | | | xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup() | Chuck Lever | 2016-07-11 |
| | * | | | xprtrdma: rpcrdma_inline_fixup() overruns the receive page list | Chuck Lever | 2016-07-11 |
| | * | | | xprtrdma: Chunk list encoders no longer share one rl_segments array | Chuck Lever | 2016-07-11 |
| | * | | | xprtrdma: Place registered MWs on a per-req list | Chuck Lever | 2016-07-11 |
| | * | | | xprtrdma: Release orphaned MRs immediately | Chuck Lever | 2016-07-11 |
| | * | | | xprtrdma: Allocate MRs on demand | Chuck Lever | 2016-07-11 |
| | * | | | xprtrdma: Chunk list encoders must not return zero | Chuck Lever | 2016-07-11 |
| | * | | | xprtrdma: Honor ->send_request API contract | Chuck Lever | 2016-07-11 |