summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'block/for-next'Stephen Rothwell2019-12-041-51/+25
|\
| * Merge branch 'for-linus' into for-nextJens Axboe2019-12-031-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 remote-tracking branch 'nfc-next/master'Stephen Rothwell2019-12-041-1/+2
|\ \ \
| * | | NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan2018-06-081-0/+10
| * | | NFC: fix attrs checks in netlink interfaceAndrey Konovalov2018-06-041-2/+4
* | | | Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell2019-12-048-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 remote-tracking branch 'nfs/linux-next'Stephen Rothwell2019-12-0411-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-032-2/+7
* | | | | | | Merge remote-tracking branch 'ceph/master'Stephen Rothwell2019-12-043-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
* | | | | | | | Merge remote-tracking branch 'netfilter/master'Stephen Rothwell2019-12-044-10/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER eventwenxu2019-12-021-0/+3
| * | | | | | | | netfilter: nf_flow_table_offload: add IPv6 match descriptionPablo Neira Ayuso2019-11-301-1/+11
| * | | | | | | | netfilter: conntrack: tell compiler to not inline nf_ct_resolve_clashFlorian Westphal2019-11-301-3/+4
| * | | | | | | | netfilter: nf_flow_table_offload: Don't use offset uninitialized in flow_offl...Nathan Chancellor2019-11-301-2/+2
| * | | | | | | | netfilter: nf_flow_table_offload: Fix block_cb tc_setup_type as TC_SETUP_CLSF...wenxu2019-11-301-3/+3
| * | | | | | | | netfilter: nf_flow_table_offload: Fix block setup as TC_SETUP_FT cmdwenxu2019-11-301-1/+1
| * | | | | | | | netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal2019-11-291-0/+3
* | | | | | | | | net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li2019-12-032-0/+2