summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Move fr_mr field to struct rpcrdma_mrChuck Lever2021-04-262-9/+6
* xprtrdma: Move the Work Request union to struct rpcrdma_mrChuck Lever2021-04-262-23/+13
* xprtrdma: Move fr_linv_done field to struct rpcrdma_mrChuck Lever2021-04-262-6/+5
* xprtrdma: Move cqe to struct rpcrdma_mrChuck Lever2021-04-262-21/+16
* xprtrdma: Move fr_cid to struct rpcrdma_mrChuck Lever2021-04-262-17/+16
* xprtrdma: Remove the RPC/RDMA QP event handlerChuck Lever2021-04-261-18/+0
* xprtrdma: Add tracepoints showing FastReg WRs and remote invalidationChuck Lever2021-04-261-0/+2
* xprtrdma: Avoid Send Queue wrappingChuck Lever2021-04-262-17/+16
* xprtrdma: Do not wake RPC consumer on a failed LocalInvChuck Lever2021-04-263-9/+41
* xprtrdma: Do not recycle MR after FastReg/LocalInv flushesChuck Lever2021-04-261-52/+17
* xprtrdma: Clarify use of barrier in frwr_wc_localinv_done()Chuck Lever2021-04-261-3/+5
* xprtrdma: Rename frwr_release_mr()Chuck Lever2021-04-263-6/+6
* xprtrdma: rpcrdma_mr_pop() already does list_del_init()Chuck Lever2021-04-261-1/+0
* xprtrdma: Delete rpcrdma_recv_buffer_put()Chuck Lever2021-04-264-20/+14
* xprtrdma: Fix cwnd update orderingChuck Lever2021-04-263-7/+8
* xprtrdma: Improve locking around rpcrdma_rep creationChuck Lever2021-04-261-4/+5
* xprtrdma: Improve commentary around rpcrdma_reps_unmap()Chuck Lever2021-04-261-1/+5
* xprtrdma: Improve locking around rpcrdma_rep destructionChuck Lever2021-04-261-7/+24
* xprtrdma: Put flushed Receives on free list instead of destroying themChuck Lever2021-04-261-1/+3
* xprtrdma: Do not refresh Receive Queue while it is drainingChuck Lever2021-04-262-0/+14
* xprtrdma: Avoid Receive Queue wrappingChuck Lever2021-04-261-0/+1
* SUNRPC: Handle major timeout in xprt_adjust_timeout()Chris Dion2021-04-141-2/+2
* SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever2021-04-141-2/+0
* SUNRPC: Add tracepoint that fires when an RPC is retransmittedChuck Lever2021-04-141-1/+3
* SUNRPC: Move fault injection call sitesChuck Lever2021-04-143-5/+8
* SUNRPC: Ensure the transport backchannel associationBenjamin Coddington2021-04-051-0/+4
* sunrpc: honor rpc_task's timeout value in rpcb_create()Eryu Guan2021-04-051-2/+5
* SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust2021-04-052-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-2554-240/+395
|\
| * net: bridge: don't notify switchdev for local FDB addressesVladimir Oltean2021-03-231-0/+2
| * net/sched: act_ct: clear post_ct if doing ct_clearMarcelo Ricardo Leitner2021-03-231-2/+4
| * net: dsa: don't assign an error value to tag_opsGeorge McCollister2021-03-231-4/+7
| * net: ipconfig: ic_dev can be NULL in ic_close_devsVladimir Oltean2021-03-221-6/+8
| * can: isotp: tx-path: zero initialize outgoing CAN framesOliver Hartkopp2021-03-201-3/+3
| * selinux: vsock: Set SID for socket returned by accept()David Brazdil2021-03-191-0/+1
| * sctp: move sk_route_caps check and set into sctp_outq_flush_transportsXin Long2021-03-192-7/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-03-198-44/+81
| |\
| | * netfilter: nftables: skip hook overlap logic if flowtable is stalePablo Neira Ayuso2021-03-181-0/+3
| | * netfilter: flowtable: Make sure GC works periodically in idle systemYinjun Zhang2021-03-181-1/+1
| | * netfilter: nftables: allow to update flowtable flagsPablo Neira Ayuso2021-03-181-0/+15
| | * netfilter: nftables: report EOPNOTSUPP on unsupported flowtable flagsPablo Neira Ayuso2021-03-181-1/+3
| | * netfilter: conntrack: Fix gre tunneling over ipv6Ludovic Senecaux2021-03-181-3/+0
| | * netfilter: ctnetlink: fix dump of the expect mask attributeFlorian Westphal2021-03-151-0/+1
| | * netfilter: x_tables: Use correct memory barriers.Mark Tomlinson2021-03-151-1/+1
| | * Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson2021-03-154-36/+55
| | * Revert "netfilter: x_tables: Update remaining dereference to RCU"Mark Tomlinson2021-03-153-3/+3
| * | net: check all name nodes in __dev_alloc_nameJiri Bohac2021-03-181-0/+12
| * | ipv6: weaken the v4mapped source checkJakub Kicinski2021-03-184-10/+15
| * | net: fix race between napi kthread mode and busy pollWei Wang2021-03-171-1/+18
| * | Merge tag 'mac80211-for-net-2021-03-17' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-03-179-15/+32
| |\ \