summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0213-10/+13
| * | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * | | | | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* | | | | | | Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-033-51/+29Star
|\ \ \ \ \ \ \
| * | | | | | | ceph_tcp_sendpage(): use ITER_BVEC sendmsgAl Viro2016-12-271-5/+15
| * | | | | | | rds: remove dead codeAl Viro2016-12-272-36/+0Star
| * | | | | | | ceph: switch to sock_recvmsg()Al Viro2016-12-271-10/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-021-1/+2
|\ \ \ \ \ \ \
| * | | | | | | virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+2
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-03-021-2/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-021-2/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-0216-250/+304
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | SUNRPC: Add a helper function xdr_stream_decode_string_dup()Trond Myklebust2017-02-211-0/+34
| * | | | | | sunrpc: silence uninitialized variable warningDan Carpenter2017-02-211-1/+3
| * | | | | | sunrpc: Allow xprt->ops->timer method to sleepChuck Lever2017-02-102-2/+2
| * | | | | | xprtrdma: Refactor management of mw_list fieldChuck Lever2017-02-105-24/+29
| * | | | | | xprtrdma: Handle stale connection rejectionChuck Lever2017-02-101-45/+21Star
| * | | | | | xprtrdma: Properly recover FRWRs with in-flight FASTREG WRsChuck Lever2017-02-102-10/+8Star
| * | | | | | xprtrdma: Shrink send SGEs arrayChuck Lever2017-02-101-4/+7
| * | | | | | xprtrdma: Reduce required number of send SGEsChuck Lever2017-02-103-9/+32
| * | | | | | xprtrdma: Disable pad optimization by defaultChuck Lever2017-02-102-1/+2
| * | | | | | xprtrdma: Per-connection pad optimizationChuck Lever2017-02-103-14/+16
| * | | | | | xprtrdma: Fix Read chunk paddingChuck Lever2017-02-101-6/+4Star
| * | | | | | NFSv4: Set the connection timeout to match the lease periodTrond Myklebust2017-02-091-4/+6
| * | | | | | SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust2017-02-092-11/+70
| * | | | | | SUNRPC: Refactor TCP socket timeout code into a helper functionTrond Myklebust2017-02-091-19/+26
| * | | | | | SUNRPC: Remove unused function rpc_get_timeout()Trond Myklebust2017-02-091-15/+0Star
| * | | | | | sunrpc: use simple_read_from_buffer for reading cache flushKinglong Mee2017-02-081-12/+3Star
| * | | | | | sunrpc: record rpc client pointer in seq->private directlyKinglong Mee2017-02-081-25/+10Star
| * | | | | | sunrpc: update the comments of sunrpc proc pathKinglong Mee2017-02-081-2/+2
| * | | | | | sunrpc: remove dead codes of cr_magic in rpc_credKinglong Mee2017-02-082-6/+0Star
| * | | | | | sunrpc: rename NFS_NGROUPS to UNX_NGROUPS for auth unixKinglong Mee2017-02-082-12/+10Star
| * | | | | | sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailKinglong Mee2017-02-081-32/+17Star
| * | | | | | sunrpc: error out if register_shrinker failKinglong Mee2017-02-081-1/+5
| * | | | | | SUNRPC: two small improvements to rpcauth shrinker.NeilBrown2017-01-301-2/+4
* | | | | | | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-03-011-3/+1Star
|\ \ \ \ \ \ \
| * | | | | | | idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-141-3/+1Star
* | | | | | | | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-03-019-270/+239Star
|\ \ \ \ \ \ \ \
| * | | | | | | | sunrpc: don't register UDP port with rpcbind when version needs congestion co...Jeff Layton2017-02-241-0/+7
| * | | | | | | | nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton2017-02-241-0/+15
| * | | | | | | | sunrpc: flag transports as having congestion controlJeff Layton2017-02-242-0/+9
| * | | | | | | | sunrpc: turn bitfield flags in svc_version into boolsJeff Layton2017-02-241-1/+1
| * | | | | | | | nfsd: merge stable fix into main nfsd branchJ. Bruce Fields2017-02-2010-103/+86Star
| |\ \ \ \ \ \ \ \
| * | | | | | | | | SUNRPC: Drop all entries from cache_detail when cache_purge()Kinglong Mee2017-02-081-15/+26
| * | | | | | | | | svcrdma: Poll CQs in "workqueue" modeChuck Lever2017-02-082-16/+16
| * | | | | | | | | svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever2017-02-082-26/+21Star
| * | | | | | | | | svcrdma: Remove unused sc_dto_q fieldChuck Lever2017-02-081-1/+0Star
| * | | | | | | | | svcrdma: Clean up backchannel send header encodingChuck Lever2017-02-081-8/+9
| * | | | | | | | | svcrdma: Clean up RPC-over-RDMA Call header decoderChuck Lever2017-02-081-153/+79Star