summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Avoid deadlock when credit window is resetChuck Lever2014-06-043-19/+7Star
* SUNRPC: Move congestion window constants to header fileChuck Lever2014-06-041-19/+9Star
* xprtrdma: Reset connection timeout after successful reconnectChuck Lever2014-06-041-0/+1
* xprtrdma: Use macros for reconnection timeout constantsChuck Lever2014-06-041-7/+12
* xprtrdma: Allocate missing pagelistShirley Ma2014-06-041-0/+6
* xprtrdma: Remove Tavor MTU settingChuck Lever2014-06-041-14/+0Star
* xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnectingChuck Lever2014-06-041-9/+20
* xprtrdma: Reduce the number of hardway buffer allocationsChuck Lever2014-06-041-12/+13
* xprtrdma: Limit work done by completion handlerChuck Lever2014-06-042-4/+7
* xprtrmda: Reduce calls to ib_poll_cq() in completion handlersChuck Lever2014-06-042-18/+42
* xprtrmda: Reduce lock contention in completion handlersChuck Lever2014-06-041-4/+10
* xprtrdma: Split the completion queueChuck Lever2014-06-042-92/+137
* xprtrdma: Make rpcrdma_ep_destroy() return voidChuck Lever2014-06-043-13/+4Star
* xprtrdma: Simplify rpcrdma_deregister_external() synopsisChuck Lever2014-06-044-10/+4Star
* xprtrdma: mount reports "Invalid mount option" if memreg mode not supportedChuck Lever2014-06-041-4/+4
* xprtrdma: Fall back to MTHCAFMR when FRMR is not supportedChuck Lever2014-06-041-16/+15Star
* xprtrdma: Remove REGISTER memory registration modeChuck Lever2014-06-042-88/+5Star
* xprtrdma: Remove MEMWINDOWS registration modesChuck Lever2014-06-044-203/+7Star
* xprtrdma: Remove BOUNCEBUFFERS memory registration modeChuck Lever2014-06-043-28/+1Star
* xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process contextChuck Lever2014-06-043-7/+21
* nfs-rdma: Fix for FMR leaksAllen Andrews2014-06-041-35/+38
* xprtrdma: mind the device's max fast register page list depthSteve Wise2014-06-043-16/+36
* net, sunrpc: suppress allocation warning in rpc_malloc()David Rientjes2014-05-291-2/+3
* SUNRPC: Fix a module reference issue in rpcsec_gssTrond Myklebust2014-05-181-3/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-1352-114/+119
|\
| * vti: don't allow to add the same tunnel twiceNicolas Dichtel2014-04-121-1/+1
| * gre: don't allow to add the same tunnel twiceNicolas Dichtel2014-04-121-1/+1
| * pktgen: be friendly to LLTX devicesDaniel Borkmann2014-04-121-2/+6
| * net: ipv6: Fix oif in TCP SYN+ACK route lookup.Lorenzo Colitti2014-04-111-1/+1
| * net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-1145-98/+90Star
| * bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita2014-04-112-4/+5
| * net: core: don't account for udp header size when computing seglenFlorian Westphal2014-04-111-5/+7
| * l2tp: take PMTU from tunnel UDP socketDmitry Petukhov2014-04-091-2/+2
| * net: sctp: test if association is dead in sctp_wake_up_waitersDaniel Borkmann2014-04-091-0/+6
* | Merge tag 'for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/e...Linus Torvalds2014-04-114-72/+92
|\ \
| * | 9pnet_rdma: check token type before int conversionSimon Derr2014-03-251-0/+2
| * | 9pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.Simon Derr2014-03-251-46/+25Star
| * | 9P: Get rid of REQ_STATUS_FLSHSimon Derr2014-03-252-6/+3Star
| * | 9pnet_rdma: add cancelled()Simon Derr2014-03-251-1/+14
| * | 9pnet_rdma: update request status during sendSimon Derr2014-03-251-0/+6
| * | 9P: Add cancelled() to the transport functions.Simon Derr2014-03-252-6/+20
| * | net: Mark function as static in 9p/client.cRashika2014-03-251-1/+1
| * | 9P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet2014-03-254-14/+23
* | | Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-04-0911-86/+119
|\ \ \ | |_|/ |/| |
| * | nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky2014-03-311-0/+16
| * | SUNRPC: Clear xpt_bc_xprt if xs_setup_bc_tcp failedKinglong Mee2014-03-301-0/+2
| * | NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee2014-03-302-21/+0Star
| * | SUNRPC: New helper for creating client with rpc_xprtKinglong Mee2014-03-301-25/+33
| * | NFSD: Free backchannel xprt in bc_destroyKinglong Mee2014-03-301-0/+4
| * | rpc: Allow xdr_buf_subsegment to operate in-placeJ. Bruce Fields2014-03-291-6/+16