summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| * | | | | sunrpc: Prevent resvport min/max inversion via sysfs and module parameterFrank Sorenson2016-07-191-1/+5
| * | | | | sunrpc: Prevent resvport min/max inversion via sysctlFrank Sorenson2016-07-191-2/+2
| * | | | | sunrpc: Fix reserved port range calculationFrank Sorenson2016-07-191-1/+1
| * | | | | sunrpc: Fix bit count when setting hashtable size to power-of-twoFrank Sorenson2016-07-191-3/+1
| * | | | | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew2016-07-195-9/+7
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-2924-191/+3232
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-0723-190/+3231
| |\ \ \ \ \ \
| | * | | | | | netlabel: Implement CALIPSO config functions for SMACK.Huw Davies2016-06-273-0/+212
| | * | | | | | calipso: Add a label cache.Huw Davies2016-06-275-7/+341
| | * | | | | | calipso: Add validation of CALIPSO option.Huw Davies2016-06-272-0/+68
| | * | | | | | netlabel: Pass a family parameter to netlbl_skbuff_err().Huw Davies2016-06-271-3/+8
| | * | | | | | calipso: Allow the lsm to label the skbuff directly.Huw Davies2016-06-274-4/+282
| | * | | | | | ipv6: constify the skb pointer of ipv6_find_tlv().Huw Davies2016-06-271-1/+1
| | * | | | | | calipso: Allow request sockets to be relabelled by the lsm.Huw Davies2016-06-274-7/+156
| | * | | | | | ipv6: Allow request socks to contain IPv6 options.Huw Davies2016-06-273-6/+21
| | * | | | | | calipso: Set the calipso socket label to match the secattr.Huw Davies2016-06-276-9/+715
| | * | | | | | netlabel: Move bitmap manipulation functions to the NetLabel core.Huw Davies2016-06-272-79/+79
| | * | | | | | ipv6: Add ipv6_renew_options_kern() that accepts a kernel mem pointer.Huw Davies2016-06-271-0/+49
| | * | | | | | netlabel: Add support for removing a CALIPSO DOI.Huw Davies2016-06-273-0/+149
| | * | | | | | netlabel: Add support for creating a CALIPSO protocol domain mapping.Huw Davies2016-06-274-5/+89
| | * | | | | | netlabel: Add support for enumerating the CALIPSO DOI list.Huw Davies2016-06-273-0/+161
| | * | | | | | netlabel: Add support for querying a CALIPSO DOI.Huw Davies2016-06-273-0/+189
| | * | | | | | netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies2016-06-279-2/+500
| | * | | | | | netlabel: Add an address family to domain hash entries.Huw Davies2016-06-276-58/+192
| | * | | | | | netlabel: Mark rcu pointers with __rcu.Huw Davies2016-06-272-4/+4
| | * | | | | | netlabel: handle sparse category maps in netlbl_catmap_getlong()Paul Moore2016-06-091-5/+4
| | * | | | | | iucv: properly clone LSM attributes to newly created child socketsPaul Moore2016-06-071-1/+4
| | * | | | | | netlabel: add address family checks to netlbl_{sock,req}_delattr()Paul Moore2016-06-061-2/+10
| * | | | | | | net: Use ns_capable_noaudit() when determining net sysctl permissionsTyler Hicks2016-06-061-1/+1
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-291-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman2016-06-231-4/+4
| |/ / / / / / /
OpenPOWER on IntegriCloud