summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-186-16/+16
* userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of ...Eric W. Biederman2012-09-142-3/+6
* ipv6: move dereference after check in fl_free()Dan Carpenter2012-08-171-5/+2Star
* userns: xt_owner: Add basic user namespace support.Eric W. Biederman2012-08-151-6/+24
* userns xt_recent: Specify the owner/group of ip_list_perms in the initial use...Eric W. Biederman2012-08-151-2/+11
* userns: Convert xt_LOG to print socket kuids and kgids as uids and gidsEric W. Biederman2012-08-151-6/+10
* userns: Convert cls_flow to work with user namespaces enabledEric W. Biederman2012-08-151-4/+12
* net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman2012-08-159-9/+17
* userns: nfnetlink_log: Report socket uids in the log sockets user namespaceEric W. Biederman2012-08-151-4/+10
* userns: Teach inet_diag to work with user namespacesEric W. Biederman2012-08-152-7/+19
* netlink: Make the sending netlink socket availabe in NETLINK_CBEric W. Biederman2012-08-151-2/+4
* userns: Convert net/ax25 to use kuid_t where appropriateEric W. Biederman2012-08-151-7/+14
* net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman2012-08-151-7/+43
* userns: Use kgids for sysctl_ping_group_rangeEric W. Biederman2012-08-152-27/+33
* userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-1514-20/+34
* userns: Convert sock_i_uid to return a kuid_tEric W. Biederman2012-08-151-3/+3
* userns: Convert __dev_set_promiscuity to use kuids in audit logsEric W. Biederman2012-08-151-3/+4
* userns: Convert net/core/scm.c to use kuids and kgidsEric W. Biederman2012-08-152-10/+25
* libceph: fix crypto key null deref, memory leakSylvain Munaut2012-08-022-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-50/+43Star
|\
| * clean unix_bind() up a bitAl Viro2012-07-291-45/+43Star
| * pull mnt_want_write()/mnt_drop_write() into kern_path_create()/done_path_crea...Al Viro2012-07-291-4/+0Star
| * new helper: done_path_create()Al Viro2012-07-291-5/+4Star
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-0116-60/+304
|\ \
| * | nfs: enable swap on NFSMel Gorman2012-08-014-2/+62
| * | netvm: prevent a stream-specific deadlockMel Gorman2012-08-014-13/+27
| * | netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman2012-08-012-6/+63
| * | netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman2012-08-013-25/+112
| * | netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman2012-08-011-0/+22
| * | net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman2012-08-012-8/+12
| * | memcg: rename config variablesAndrew Morton2012-08-015-6/+6
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-08-012-0/+4
|\ \ \
| * | | net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2012-07-152-0/+4
* | | | Merge tag 'nfs-for-3.6-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-08-014-5/+19
|\ \ \ \
| * | | | SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky2012-07-311-2/+2
| * | | | nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-07-313-1/+14
| * | | | sunrpc: clarify comments on rpc_make_runnableJeff Layton2012-07-311-2/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-08-0114-119/+216
|\ \ \ \ \
| * | | | | ipv4: Properly purge netdev references on uncached routes.David S. Miller2012-08-013-4/+66
| * | | | | ipv4: Cache routes in nexthop exception entries.David S. Miller2012-08-012-64/+78
| * | | | | ipv4: percpu nh_rth_output cacheEric Dumazet2012-07-312-6/+32
| * | | | | ipv4: Restore old dst_free() behavior.Eric Dumazet2012-07-314-40/+39Star
| * | | | | bridge: make port attributes conststephen hemminger2012-07-301-3/+3
| * | | | | ipv4: remove rt_cache_rebuild_countEric Dumazet2012-07-301-11/+0Star
| * | | | | net: ipv4: fix RCU races on dst refcountsEric Dumazet2012-07-307-29/+41
| * | | | | net: TCP early demux cleanupEric Dumazet2012-07-302-4/+0Star
| * | | | | ipv6: fix incorrect route 'expires' value passed to userspaceLi Wei2012-07-302-8/+8
| * | | | | ipv4: clean up put_childLin Ming2012-07-301-26/+25Star
| * | | | | ipv4: fix debug info in tnode_newLin Ming2012-07-301-1/+1
* | | | | | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-07-311-1/+4
|\ \ \ \ \ \