aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-02-13sunrpc: Properly decode kuids and kgids in RPC_AUTH_UNIX credentialsGravatar Eric W. Biederman 1-2/+4
2013-02-13sunrpc: Properly encode kuids and kgids in auth.unix.gid rpc pipe upcalls.Gravatar Eric W. Biederman 1-5/+9
2013-02-13sunrpc: Properly encode kuids and kgids in RPC_AUTH_UNIX credentialsGravatar Eric W. Biederman 1-3/+3
2013-02-13sunrpc: Hash uids by first computing their value in the initial usernsGravatar Eric W. Biederman 2-3/+8
2013-02-13sunrpc: Update svcgss xdr handle to rpsec_contect cacheGravatar Eric W. Biederman 1-5/+13
2013-02-13sunrpc: Update gss uid to security context mapping.Gravatar Eric W. Biederman 1-5/+15
2013-02-13sunrpc: Use gid_valid to test for gid != INVALID_GIDGravatar Eric W. Biederman 1-3/+2
2013-02-13sunrpc: Convert kuids and kgids to uids and gids for printingGravatar Eric W. Biederman 3-7/+13
2013-02-13sunrpc: Simplify auth_unix now that everything is a kgid_tGravatar Eric W. Biederman 1-10/+4
2013-02-13sunrpc: Use uid_eq and gid_eq where appropriateGravatar Eric W. Biederman 4-8/+8
2013-02-13sunrpc: Use kuid_t and kgid_t where appropriateGravatar Eric W. Biederman 3-10/+10
2013-02-13sunrpc: Use userns friendly constants.Gravatar Eric W. Biederman 4-9/+9
2013-02-129p: Modify the stat structures to use kuid_t and kgid_tGravatar Eric W. Biederman 2-11/+20
2013-02-129p: Transmit kuid and kgid valuesGravatar Eric W. Biederman 1-12/+13
2013-02-129p: Add 'u' and 'g' format specifies for kuids and kgidsGravatar Eric W. Biederman 1-0/+36
2013-02-12ceph: Only allow mounts in the initial network namespaceGravatar Eric W. Biederman 1-0/+5
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 5-60/+61
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 4-111/+105
2012-12-20libceph: register request before unregister lingerGravatar Alex Elder 1-1/+1
2012-12-20libceph: don't use rb_init_node() in ceph_osdc_alloc_request()Gravatar Alex Elder 1-1/+1
2012-12-20libceph: init event->node in ceph_osdc_create_event()Gravatar Alex Elder 1-0/+1
2012-12-20libceph: init osd->o_node in create_osd()Gravatar Alex Elder 1-0/+1
2012-12-20libceph: report connection fault with warningGravatar Alex Elder 1-1/+1
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+2
2012-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 18-57/+121
2012-12-19ipv6: addrconf.c: remove unnecessary "if"Gravatar Cong Ding 1-2/+1
2012-12-19bridge: Correctly encode addresses when dumping mdb entriesGravatar Vlad Yasevich 1-2/+4
2012-12-19bridge: Do not unregister all PF_BRIDGE rtnl operationsGravatar Vlad Yasevich 4-1/+9
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+2
2012-12-18Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 13-74/+144
2012-12-17atm: use scnprintf() instead of sprintf()Gravatar chas williams - CONTRACTOR 1-25/+15
2012-12-17netlink: validate addr_len on bindGravatar Hannes Frederic Sowa 1-0/+3
2012-12-17netlink: change presentation of portid in procfs to unsignedGravatar Hannes Frederic Sowa 1-1/+1
2012-12-17nfsd4: cleanup: replace rq_resused count by rq_next_page pointerGravatar J. Bruce Fields 4-7/+11
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+30
2012-12-17svcrpc: fix some printksGravatar J. Bruce Fields 1-4/+4
2012-12-17libceph: socket can close in any connection stateGravatar Alex Elder 1-17/+30
2012-12-17rbd: remove linger unconditionallyGravatar Alex Elder 1-1/+1
2012-12-17SUNRPC: continue run over clients list on PipeFS event instead of breakGravatar Stanislav Kinsbursky 1-1/+1
2012-12-17libceph: avoid using freed osd in __kick_osd_requests()Gravatar Alex Elder 1-1/+2
2012-12-17ceph: don't reference req after putGravatar Alex Elder 1-1/+1
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-9/+6
2012-12-16ipv6: Fix Makefile offload objectsGravatar Simon Arlott 1-1/+1
2012-12-15sctp: jsctp_sf_eat_sack: fix jprobes function signature mismatchGravatar Daniel Borkmann 1-1/+2
2012-12-15bridge: add flags to distinguish permanent mdb entiresGravatar Amerigo Wang 3-7/+14
2012-12-15sctp: Change defaults on cookie hmac selectionGravatar Neil Horman 2-4/+27
2012-12-15SUNRPC: variable 'svsk' is unused in function bc_send_requestGravatar Trond Myklebust 1-2/+0
2012-12-15SUNRPC: Handle ECONNREFUSED in xs_local_setup_socketGravatar Trond Myklebust 1-0/+4
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Gravatar Eric W. Biederman 1-1/+2
2012-12-14inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockGravatar Christoph Paasch 5-8/+24