aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-02SUNRPC: Fix some kernel doc complaintsChuck Lever4-4/+6
2019-01-02xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever3-10/+8
2019-01-02xprtrdma: Add trace points for calls to transport switch methodsChuck Lever1-7/+11
2019-01-02xprtrdma: Relocate the xprtrdma_mr_map trace pointsChuck Lever1-1/+1
2019-01-02xprtrdma: Clean up of xprtrdma chunk trace pointsChuck Lever1-3/+3
2019-01-02xprtrdma: Remove unused fields from rpcrdma_iaChuck Lever1-2/+0
2019-01-02xprtrdma: Cull dprintk() call sitesChuck Lever4-68/+19
2019-01-02xprtrdma: Simplify locking that protects the rl_allreqs listChuck Lever3-35/+23
2019-01-02xprtrdma: Expose transport header errorsChuck Lever1-1/+0
2019-01-02xprtrdma: Remove request_module from backchannelChuck Lever1-2/+0
2019-01-02xprtrdma: Recognize XDRBUF_SPARSE_PAGESChuck Lever1-5/+6
2019-01-02xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR)Chuck Lever3-5/+8
2019-01-02xprtrdma: Remove rpcrdma_memreg_opsChuck Lever5-101/+116
2019-01-02xprtrdma: Remove support for FMR memory registrationChuck Lever4-359/+2
2019-01-02xprtrdma: Reduce max_frwr_depthChuck Lever1-4/+11
2019-01-02xprtrdma: Fix ri_max_segs and the result of ro_maxpagesChuck Lever3-6/+14
2019-01-02xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever5-17/+23
2019-01-02xprtrdma: No qp_event disconnectChuck Lever2-33/+0
2019-01-02xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever4-48/+44
2019-01-02xprtrdma: Refactor Receive accountingChuck Lever4-38/+18
2019-01-02xprtrdma: Ensure MRs are DMA-unmapped when posting LOCAL_INV failsChuck Lever1-2/+2
2019-01-02xprtrdma: Yet another double DMA-unmapChuck Lever2-5/+10
2018-12-19SUNRPC discard cr_uid from struct rpc_cred.NeilBrown2-7/+6
2018-12-19SUNRPC: simplify auth_unix.NeilBrown2-70/+32
2018-12-19SUNRPC: remove crbind rpc_cred operationNeilBrown4-15/+1
2018-12-19SUNRPC: remove generic cred code.NeilBrown4-219/+2
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown3-8/+12
2018-12-19SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTNeilBrown2-2/+0
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown3-109/+4
2018-12-19SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown3-2/+9
2018-12-19SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown2-13/+8
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown3-24/+40
2018-12-19SUNRPC: remove machine_cred field from struct auth_credNeilBrown2-10/+7
2018-12-19SUNRPC: remove uid and gid from struct auth_credNeilBrown4-31/+19
2018-12-19SUNRPC: remove groupinfo from struct auth_cred.NeilBrown3-17/+13
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown4-2/+17
2018-12-19SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUGBen Dooks1-8/+0
2018-12-18SUNRPC: Remove xprt_connect_status()Trond Myklebust1-31/+1
2018-12-18SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust1-2/+2
2018-12-18SUNRPC: Fix disconnection racesTrond Myklebust3-5/+7
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds35-176/+278
2018-12-09net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz1-13/+10
2018-12-07ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio1-21/+21
2018-12-07tcp: lack of available data can also cause TSO deferEric Dumazet1-11/+24
2018-12-07ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani1-0/+1
2018-12-05ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner3-2/+21
2018-12-05sctp: frag_point sanity checkJakub Audykowicz2-2/+7
2018-12-05tcp: fix NULL ref in tail loss probeYuchung Cheng1-4/+7
2018-12-05tcp: Do not underestimate rwnd_limitedEric Dumazet1-1/+4
2018-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-19/+29