summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | xprtrdma: use complete() instead complete_all()Daniel Wagner2016-09-231-1/+1
| * | | SUNRPC: Fix setting of buffer length in xdr_set_next_buffer()Trond Myklebust2016-09-221-2/+2
| * | | SUNRPC: Fix corruption of xdr->nwords in xdr_copy_to_scratchTrond Myklebust2016-09-221-2/+5
| * | | sunrpc: fix write space race causing stallsDavid Vrabel2016-09-191-1/+10
| * | | xprtrdma: Eliminate rpcrdma_receive_worker()Chuck Lever2016-09-193-12/+5
| * | | xprtrdma: Rename rpcrdma_receive_wc()Chuck Lever2016-09-191-3/+3
| * | | xprtrmda: Report address of frmr, not mwChuck Lever2016-09-191-2/+6
| * | | xprtrdma: Support larger inline thresholdsChuck Lever2016-09-191-2/+2
| * | | xprtrdma: Use gathered Send for large inline messagesChuck Lever2016-09-195-185/+207
| * | | xprtrdma: Basic support for Remote InvalidationChuck Lever2016-09-196-7/+44
| * | | xprtrdma: Client-side support for rpcrdma_connect_privateChuck Lever2016-09-195-15/+49
| * | | xprtrdma: Move recv_wr to struct rpcrdma_repChuck Lever2016-09-192-7/+7
| * | | xprtrdma: Move send_wr to struct rpcrdma_reqChuck Lever2016-09-194-24/+24
| * | | xprtrdma: Simplify rpcrdma_ep_post_recv()Chuck Lever2016-09-194-11/+5
| * | | xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbufChuck Lever2016-09-194-31/+23
| * | | xprtrdma: Delay DMA mapping Send and Receive buffersChuck Lever2016-09-194-26/+78
| * | | xprtrdma: Replace DMA_BIDIRECTIONALChuck Lever2016-09-194-35/+36
| * | | xprtrdma: Use smaller buffers for RPC-over-RDMA headersChuck Lever2016-09-193-5/+7
| * | | xprtrdma: Initialize separate RPC call and reply buffersChuck Lever2016-09-193-59/+99
| * | | SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever2016-09-194-12/+10
| * | | SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever2016-09-193-1/+3
| * | | SUNRPC: Generalize the RPC buffer release APIChuck Lever2016-09-196-29/+18
| * | | SUNRPC: Generalize the RPC buffer allocation APIChuck Lever2016-09-195-35/+61
| * | | SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever2016-09-193-36/+8
| * | | xprtrdma: Eliminate INLINE_THRESHOLD macrosChuck Lever2016-09-194-15/+6
| * | | SUNRPC: rpc_clnt_add_xprt setup function for NFS layerAndy Adamson2016-09-191-0/+64
| * | | SUNRPC search xprt switch for sockaddrAndy Adamson2016-09-192-1/+38
| * | | SUNRPC rpc_clnt_xprt_switch_add_xprtAndy Adamson2016-09-191-0/+7
| * | | SUNRPC rpc_clnt_xprt_switch_putAndy Adamson2016-09-191-0/+6
| * | | SUNRPC remove rpc_task_release_client from rpc_task_set_clientAndy Adamson2016-09-191-1/+0
| * | | SUNRPC: Initialise struct svc_serv backchannel fields during __svc_create()Trond Myklebust2016-09-191-0/+17
| * | | sunrpc: Remove unnecessary variableAmitoj Kaur Chawla2016-09-191-2/+1
* | | | Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-10-134-35/+111
|\ \ \ \ | |_|/ / |/| | |
| * | | svcrdma: support Remote InvalidationChuck Lever2016-09-232-6/+64
| * | | svcrdma: Server-side support for rpcrdma_connect_privateChuck Lever2016-09-231-4/+30
| * | | svcrdma: Skip put_page() when send_reply() failsChuck Lever2016-09-231-1/+1
| * | | svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever2016-09-234-26/+18
* | | | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-2/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-1118-240/+357
|\ \ \ \
| * | | | netfilter: Fix slab corruption.Linus Torvalds2016-10-111-75/+33
| * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-10-083-45/+65
| |\ \ \ \
| | * | | | Bluetooth: Refactor append name and appearanceMichał Narajowski2016-10-063-50/+38
| | * | | | Bluetooth: Add appearance to default scan rsp dataMichał Narajowski2016-10-061-1/+10
| | * | | | Bluetooth: Fix local name in scan rspMichał Narajowski2016-10-061-12/+35
| * | | | | ipv6 addrconf: disallow rtr_solicits < -1Maciej Żenczykowski2016-10-071-1/+3
| * | | | | Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-10-0611-116/+251
| |\ \ \ \ \
| | * | | | | rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseDavid Howells2016-10-061-5/+6
| | * | | | | rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells2016-10-065-6/+28
| | * | | | | rxrpc: Return negative error code to kernel serviceDavid Howells2016-10-061-1/+1
| | * | | | | rxrpc: Add missing notificationDavid Howells2016-10-061-0/+1
OpenPOWER on IntegriCloud