summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-036-7/+10
|\
| * sctp: allow receiving msg when TCP-style sk is in CLOSED stateXin Long2016-07-301-1/+1
| * sctp: allow delivering notifications after receiving SHUTDOWNXin Long2016-07-301-1/+3
| * sctp: fix the issue sctp requeue auth chunk incorrectlyXin Long2016-07-301-1/+2
| * tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh2016-07-301-1/+2
| * net: ipv6: use list_move instead of list_del/list_addWei Yongjun2016-07-301-2/+1
| * tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor()Wei Yongjun2016-07-301-1/+1
* | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-08-029-24/+245
|\ \
| * | libceph: fsmap.user subscription supportYan, Zheng2016-07-281-1/+3
| * | libceph: make sure redirect does not change namespaceYan, Zheng2016-07-281-0/+15
| * | libceph: rados pool namespace supportYan, Zheng2016-07-283-15/+81
| * | libceph: introduce reference counted stringYan, Zheng2016-07-283-1/+114
| * | libceph: define new ceph_file_layout structureYan, Zheng2016-07-283-8/+32
| * | libceph: fix some missing includesIlya Dryomov2016-07-281-0/+1
* | | Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-07-3021-941/+864
|\ \ \ | |_|/ |/| |
| * | Merge branch 'nfs-rdma'Trond Myklebust2016-07-2422-886/+783
| |\ \
| | * | xprtrdma: fix semicolon.cocci warningskbuild test robot2016-07-191-1/+1
| | * | NFS: Don't drop CB requests with invalid principalsChuck Lever2016-07-111-0/+5
| | * | svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever2016-07-111-1/+2
| | * | xprtrdma: No direct data placement with krb5i and krb5pChuck Lever2016-07-114-2/+26
| | * | xprtrdma: Clean up fixup_copy_count accountingChuck Lever2016-07-111-13/+13
| | * | xprtrdma: Update only specific fields in private receive bufferChuck Lever2016-07-111-4/+9
| | * | xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup()Chuck Lever2016-07-111-28/+33
| | * | xprtrdma: rpcrdma_inline_fixup() overruns the receive page listChuck Lever2016-07-111-5/+11
| | * | xprtrdma: Chunk list encoders no longer share one rl_segments arrayChuck Lever2016-07-112-53/+44
| | * | xprtrdma: Place registered MWs on a per-req listChuck Lever2016-07-116-139/+94
| | * | xprtrdma: Release orphaned MRs immediatelyChuck Lever2016-07-112-12/+26
| | * | xprtrdma: Allocate MRs on demandChuck Lever2016-07-115-124/+114
| | * | xprtrdma: Chunk list encoders must not return zeroChuck Lever2016-07-113-3/+7
| | * | xprtrdma: Honor ->send_request API contractChuck Lever2016-07-115-24/+39
| | * | xprtrdma: Reply buffer exhaustion can be catastrophicChuck Lever2016-07-111-7/+5
| | * | xprtrdma: Clean up device capability detectionChuck Lever2016-07-114-29/+44
| | * | xprtrdma: Remove rpcrdma_map_one() and friendsChuck Lever2016-07-112-44/+0
| | * | xprtrdma: Remove ALLPHYSICAL memory registration modeChuck Lever2016-07-114-142/+2
| | * | xprtrdma: Do not leak an MW during a DMA map failureChuck Lever2016-07-112-0/+2
| | * | xprtrdma: Refactor MR recovery work queuesChuck Lever2016-07-115-166/+135
| | * | xprtrdma: Use scatterlist for DMA mapping and unmapping under FMRChuck Lever2016-07-111-39/+57
| | * | xprtrdma: Rename fields in rpcrdma_fmrChuck Lever2016-07-112-19/+19
| | * | xprtrdma: Move init and release helpersChuck Lever2016-07-112-89/+119
| | * | xprtrdma: Create common scatterlist fields in rpcrdma_mwChuck Lever2016-07-112-47/+46
| | * | xprtrdma: Remove FMRs from the unmap list after unmappingChuck Lever2016-07-111-2/+7
| * | | Merge branch 'sunrpc'Trond Myklebust2016-07-245-74/+130
| |\ \ \
| | * | | SUNRPC: Fix a compiler warning in fs/nfs/clnt.cTrond Myklebust2016-07-241-1/+1
| | * | | SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprtTrond Myklebust2016-07-161-5/+3
| | * | | SUNRPC: Fix suspicious enobufs issues.Trond Myklebust2016-06-131-6/+25
| | * | | SUNRPC: Reduce latency when send queue is congestedTrond Myklebust2016-06-132-12/+37
| | * | | SUNRPC: RPC transport queue must be low latencyTrond Myklebust2016-06-133-11/+27
| | * | | SUNRPC: Consolidate xs_tcp_data_ready and xs_data_readyTrond Myklebust2016-06-131-31/+7
| | * | | SUNRPC: Small optimisation of client receiveTrond Myklebust2016-06-131-11/+33