summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()Mathieu Desnoyers2013-09-121-25/+25
* Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-09-113-22/+50
|\
| * rpc: let xdr layer allocate gssproxy receieve pagesJ. Bruce Fields2013-09-061-10/+6Star
| * rpc: fix huge kmalloc's in gss-proxyJ. Bruce Fields2013-09-063-1/+37
| * rpc: comment on linux_cred encoding, treat all as unsignedJ. Bruce Fields2013-09-061-8/+10
| * rpc: clean up decoding of gssproxy linux credsJ. Bruce Fields2013-09-061-19/+13Star
* | Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-09-0910-218/+712
|\ \
| * | SUNRPC: Add an identifier for struct rpc_clntTrond Myklebust2013-09-051-0/+25
| * | SUNRPC: Ensure rpc_task->tk_pid is available for tracepointsTrond Myklebust2013-09-041-1/+1
| * | SUNRPC: Add tracepoints to help debug socket connection issuesTrond Myklebust2013-09-041-1/+12
| * | SUNRPC refactor rpcauth_checkverf error returnsAndy Adamson2013-09-034-13/+19
| * | SUNRPC new rpc_credops to test credential expiryAndy Adamson2013-09-033-2/+153
| * | SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultAndy Adamson2013-09-031-1/+1
| * | SUNRPC: rpcauth_create needs to know about rpc_clnt clone statusTrond Myklebust2013-09-021-7/+8
| * | RPCSEC_GSS: Share all credential caches on a per-transport basisTrond Myklebust2013-09-021-3/+89
| * | RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth cachesTrond Myklebust2013-09-011-9/+68
| * | SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objectsTrond Myklebust2013-09-011-0/+35
| * | SUNRPC: Remove the rpc_client->cl_dentryTrond Myklebust2013-09-012-23/+25
| * | SUNRPC: Remove the obsolete auth-only interface for pipefs dentry managementTrond Myklebust2013-09-011-9/+1Star
| * | RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentriesTrond Myklebust2013-09-011-89/+92
| * | SUNRPC: Add a framework to clean up management of rpc_pipefs directoriesTrond Myklebust2013-08-302-3/+134
| * | RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objectsTrond Myklebust2013-08-301-12/+20
| * | RPCSEC_GSS: Further cleanupsTrond Myklebust2013-08-301-11/+20
| * | SUNRPC: Replace clnt->cl_principalTrond Myklebust2013-08-305-21/+14Star
| * | RPCSEC_GSS: Clean up upcall message allocationTrond Myklebust2013-08-301-18/+19
| * | SUNRPC: Cleanup rpc_setup_pipedirTrond Myklebust2013-08-301-14/+13Star
| * | SUNRPC: Remove unused struct rpc_clnt field cl_protnameTrond Myklebust2013-08-301-1/+0Star
| * | SUNRPC: Deprecate rpc_client->cl_protnameTrond Myklebust2013-08-303-11/+11
| * | rpc_pipe: convert back to simple_dir_inode_operationsJeff Layton2013-07-241-18/+1Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-09-093-11/+20
|\ \ \
| * \ \ Merge tag 'fscache-fixes-for-ceph' into wip-fscacheMilosz Tanski2013-09-0674-294/+732
| |\ \ \
| * | | | libceph: use pg_num_mask instead of pgp_num_mask for pg.seed calcSage Weil2013-09-041-1/+1
| * | | | libceph: create_singlethread_workqueue() doesn't return ERR_PTRsDan Carpenter2013-08-271-4/+2Star
| * | | | libceph: potential NULL dereference in ceph_osdc_handle_map()Dan Carpenter2013-08-271-0/+2
| * | | | libceph: fix error handling in handle_reply()Dan Carpenter2013-08-271-3/+3
| * | | | ceph: punch hole supportLi Wang2013-08-151-2/+9
| * | | | Merge remote-tracking branch 'linus/master' into testingSage Weil2013-08-15376-8703/+12186
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | ceph: WQ_NON_REENTRANT is meaningless and going awayTejun Heo2013-08-101-1/+1
| * | | | libceph: unregister request in __map_request failed and nofail == falsemajianpeng2013-08-101-0/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-073-3/+11
|\ \ \ \ \
| * | | | | userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman2013-08-312-3/+3
| * | | | | sysfs: Restrict mounting sysfsEric W. Biederman2013-08-291-0/+8
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-09-072-5/+36
|\ \ \ \ \ \
| * | | | | | tcp: properly increase rcv_ssthresh for ofo packetsEric Dumazet2013-09-061-1/+4
| * | | | | | tcp: fix no cwnd growth after timeoutYuchung Cheng2013-09-061-4/+2Star
| * | | | | | net: netlink: filter particular protocols from analyzersDaniel Borkmann2013-09-061-0/+30
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+2
|\ \ \ \ \ \ \
| * | | | | | | treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-201-1/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-5/+10
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Merge branch 'master' into for-3.12/upstreamJiri Kosina2013-09-04372-8678/+12121
| |\ \ \ \ \ \