summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-12-088-34/+84
|\
| * SUNRPC: Fix backchannel latency metricsChuck Lever2019-11-212-1/+3
| * SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever2019-10-301-21/+63
| * SUNRPC: Trace gssproxy upcall resultsChuck Lever2019-10-304-4/+12
| * sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov2019-10-111-6/+0
| * svcrdma: Improve DMA mapping trace pointsChuck Lever2019-10-081-2/+6
* | Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-12-0811-337/+435
|\ \
| * | SUNRPC: Capture completion of all RPC tasksChuck Lever2019-11-221-0/+1
| * | SUNRPC: Fix another issue with MIC buffer spaceChuck Lever2019-11-181-6/+5
| * | Merge tag 'nfs-rdma-for-5.5-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-11-188-328/+421
| |\ \
| | * | xprtrdma: Replace dprintk in xprt_rdma_set_portChuck Lever2019-10-241-6/+3
| | * | xprtrdma: Replace dprintk() in rpcrdma_update_connect_private()Chuck Lever2019-10-242-15/+10
| | * | xprtrdma: Refine trace_xprtrdma_fixupChuck Lever2019-10-241-3/+2
| | * | xprtrdma: Report the computed connect delayChuck Lever2019-10-242-12/+4
| | * | xprtrdma: Wake tasks after connect worker failsChuck Lever2019-10-241-9/+6
| | * | xprtrdma: Pull up sometimesChuck Lever2019-10-244-7/+81
| | * | xprtrdma: Refactor rpcrdma_prepare_msg_sges()Chuck Lever2019-10-241-117/+146
| | * | xprtrdma: Move the rpcrdma_sendctx::sc_wr fieldChuck Lever2019-10-244-9/+9
| | * | xprtrdma: Remove rpcrdma_sendctx::sc_deviceChuck Lever2019-10-242-3/+2
| | * | xprtrdma: Remove rpcrdma_sendctx::sc_xprtChuck Lever2019-10-242-11/+10
| | * | xprtrdma: Ensure ri_id is stable during MR recyclingChuck Lever2019-10-242-24/+6
| | * | xprtrdma: Manage MRs in context of a single connectionChuck Lever2019-10-244-57/+40
| | * | xprtrdma: Fix MR list handlingChuck Lever2019-10-241-20/+21
| | * | xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever2019-10-243-4/+9
| | * | xprtrdma: Initialize rb_credits in one placeChuck Lever2019-10-244-16/+38
| | * | xprtrdma: Connection becomes unstable after a reconnectChuck Lever2019-10-242-0/+25
| | * | xprtrdma: Add unique trace points for posting Local Invalidate WRsChuck Lever2019-10-241-2/+2
| | * | SUNRPC: Add trace points to observe transport congestion controlChuck Lever2019-10-241-9/+13
| | * | SUNRPC: Eliminate log noise in call_reserveresultChuck Lever2019-10-241-12/+2
| * | | SUNRPC: Avoid RPC delays when exiting suspendTrond Myklebust2019-11-061-1/+1
| * | | NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust2019-11-042-2/+7
* | | | Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-061-51/+25
|\ \ \ \
| * | | | io_uring: ensure async punted connect requests copy dataJens Axboe2019-12-031-8/+8
| * | | | io_uring: ensure async punted sendmsg/recvmsg requests copy dataJens Axboe2019-12-031-43/+17
* | | | | Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-12-053-234/+190
|\ \ \ \ \
| * | | | | libceph, rbd, ceph: convert to use the new mount APIDavid Howells2019-11-272-231/+190
| * | | | | libceph: drop unnecessary check from dispatch() in mon_client.cIlya Dryomov2019-11-251-3/+0
* | | | | | kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni2019-12-051-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-0211-46/+57
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | openvswitch: remove another BUG_ON()Paolo Abeni2019-12-011-1/+5
| * | | | | openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni2019-12-011-1/+4
| * | | | | net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li2019-11-304-5/+6
| * | | | | tipc: fix duplicate SYN messages under link congestionTung Nguyen2019-11-291-7/+10
| * | | | | tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen2019-11-291-1/+1
| * | | | | tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen2019-11-291-0/+1
| * | | | | tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen2019-11-291-1/+3
| * | | | | net/tls: use sg_next() to walk sg entriesJakub Kicinski2019-11-292-12/+4
| * | | | | net/tls: remove the dead inplace_crypto codeJakub Kicinski2019-11-291-5/+1
| * | | | | net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski2019-11-293-6/+6
| * | | | | net/tls: free the record on encryption errorJakub Kicinski2019-11-291-2/+8