summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | net: sctp: fix warning "NULL check before some freeing functions is not needed"Hariprasad Kelam2019-07-171-8/+4Star
| * | | | fix: taprio: Change type of txtime-delay parameter to u32Vedang Patel2019-07-161-3/+3
| * | | | skbuff: fix compilation warnings in skb_dump()Qian Cai2019-07-161-1/+1
| * | | | net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi2019-07-151-0/+2
| | |_|/ | |/| |
| * | | sit: use dst_cache in ipip6_tunnel_xmitHaishuang Yan2019-07-141-4/+9
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-1913-122/+97Star
|\ \ \ \
| * | | | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-1913-122/+97Star
* | | | | Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-07-1818-508/+845
|\ \ \ \ \
| * | | | | SUNRPC: Optimise transport balancing codeTrond Myklebust2019-07-181-29/+38
| * | | | | SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust2019-07-183-2/+4
| * | | | | SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-187-19/+46
| * | | | | SUNRPC: Fix initialisation of struct rpc_xprt_switchTrond Myklebust2019-07-181-1/+3
| * | | | | SUNRPC: Skip zero-refcount transportsTrond Myklebust2019-07-161-1/+19
| * | | | | SUNRPC: Replace division by multiplication in calculation of queue lengthTrond Myklebust2019-07-161-3/+2Star
| * | | | | SUNRPC: Fix transport accounting when caller specifies an rpc_xprtTrond Myklebust2019-07-122-23/+22Star
| * | | | | Merge tag 'nfs-rdma-for-5.3-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-07-128-332/+441
| |\ \ \ \ \
| | * | | | | xprtrdma: Modernize ops->connectChuck Lever2019-07-095-36/+87
| | * | | | | xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever2019-07-093-7/+8
| | * | | | | xprtrdma: Refactor chunk encodingChuck Lever2019-07-091-20/+16Star
| | * | | | | xprtrdma: Streamline rpcrdma_post_recvsChuck Lever2019-07-091-21/+38
| | * | | | | xprtrdma: Simplify rpcrdma_rep_createChuck Lever2019-07-091-14/+8Star
| | * | | | | xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever2019-07-094-50/+36Star
| | * | | | | xprtrdma: Reduce context switching due to Local InvalidationChuck Lever2019-07-094-53/+136
| | * | | | | xprtrdma: Add mechanism to place MRs back on the free listChuck Lever2019-07-093-0/+22
| | * | | | | xprtrdma: Remove fr_stateChuck Lever2019-07-093-123/+94Star
| | * | | | | xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flagChuck Lever2019-07-093-5/+1Star
| | * | | | | xprtrdma: Fix occasional transport deadlockChuck Lever2019-07-094-29/+20Star
| | * | | | | xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_reqChuck Lever2019-07-091-3/+3
| | * | | | | xprtrdma: Fix use-after-free in rpcrdma_post_recvsChuck Lever2019-07-021-1/+2
| * | | | | | SUNRPC: Fix possible autodisconnect during connect due to old last_usedDave Wysochanski2019-07-061-1/+1
| * | | | | | SUNRPC: Drop redundant CONFIG_ from CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPESAnna Schumaker2019-07-061-1/+1
| * | | | | | Merge branch 'multipath_tcp'Trond Myklebust2019-07-064-32/+135
| |\ \ \ \ \ \
| | * | | | | | SUNRPC: Remove warning in debugfs.c when compiling with W=1Trond Myklebust2019-07-061-1/+1
| | * | | | | | SUNRPC: add links for all client xprts to debugfsNeilBrown2019-07-061-17/+29
| | * | | | | | SUNRPC: enhance rpc_clnt_show_stats() to report on all xprts.NeilBrown2019-07-061-6/+9
| | * | | | | | NFS: send state management on a single connection.NeilBrown2019-07-061-1/+23
| | * | | | | | SUNRPC: Allow creation of RPC clients with multiple connectionsTrond Myklebust2019-07-062-3/+17
| | * | | | | | SUNRPC: Add basic load balancing to the transport switchTrond Myklebust2019-07-062-4/+56
| * | | | | | | Merge branch 'bh-remove'Trond Myklebust2019-07-066-90/+160
| |\ \ \ \ \ \ \
| | * | | | | | | SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lockTrond Myklebust2019-07-061-25/+25
| | * | | | | | | SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lockTrond Myklebust2019-07-065-53/+47Star
| | * | | | | | | SUNRPC: Replace direct task wakeups from softirq contextTrond Myklebust2019-07-061-6/+72
| | * | | | | | | SUNRPC: Replace the queue timer with a delayed work functionTrond Myklebust2019-07-061-10/+20
| | |/ / / / / /
| * | | | | | | SUNRPC: Count ops completing with tk_status < 0Dave Wysochanski2019-07-061-2/+6
| * | | | | | | SUNRPC: Use proper printk specifiers for unsigned long longDave Wysochanski2019-07-061-1/+1
| * | | | | | | SUNRPC: Move call to rpc_count_iostats before rpc_call_doneDave Wysochanski2019-07-062-4/+5
| |/ / / / / /
* | | | | | | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-189-86/+212
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | rbd: support for object-map and fast-diffIlya Dryomov2019-07-082-0/+62
| * | | | | | libceph: export osd_req_op_data() macroIlya Dryomov2019-07-081-8/+0Star
| * | | | | | libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov2019-07-082-6/+6