aboutsummaryrefslogtreecommitdiffstats
path: root/net (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25bury posix_acl_..._masq() variantsAl Viro2-11/+3
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro16-204/+116
2011-07-25generic_acl: no need to clone acl just to push it to set_cached_acl()Al Viro1-8/+2
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro14-168/+139
2011-07-25reiserfs: cache negative ACLs for v1 stat formatChristoph Hellwig2-9/+5
2011-07-25xfs: cache negative ACLs if there is no attribute forkChristoph Hellwig2-12/+5
2011-07-259p: do no return 0 from ->check_acl without actually checkingChristoph Hellwig1-1/+1
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds12-69/+65
2011-07-25CIFS: Fix oops while mounting with prefixpathPavel Shilovsky1-1/+1
2011-07-25xfs: Fix wrong return value of xfs_file_aio_writeMarkus Trippelsdorf1-1/+4
2011-07-25fix devtmpfs raceAl Viro1-1/+2
2011-07-25iomap: make IOPORT/PCI mapping functions conditionalRandy Dunlap1-0/+8
2011-07-25i2c: Allow i2c_add_numbered_adapter() to assign a bus idGrant Likely4-14/+10
2011-07-25i2c-ali1535: Fix style issuesLABBE Corentin1-31/+30
2011-07-24gma500: udlay(20000) is too largeStephen Rothwell1-1/+1
2011-07-24bnx2x: use pci_pcie_cap()Vladislav Zolotarov1-1/+1
2011-07-24bnx2x: fix bnx2x_stop_on_error flow in bnx2x_sp_rtnl_taskVladislav Zolotarov1-11/+25
2011-07-24bnx2x: enable internal target-read for 57712 and up onlyShmulik Ravid1-3/+6
2011-07-24bnx2x: count statistic ramrods on EQ to prevent MC assertVladislav Zolotarov1-31/+32
2011-07-24bnx2x: fix loopback for non 10G linkYaniv Rosner1-6/+18
2011-07-24bnx2x: dcb - send all unmapped priorities to same COS as L2Dmitry Kravkov1-6/+33
2011-07-24iwlwifi: Fix build with CONFIG_PM disabled.David S. Miller1-0/+6
2011-07-24Documentation: Update augmented rbtree documentationSasha Levin1-9/+14
2011-07-24XZ: Fix missing <linux/kernel.h> includeLasse Collin1-1/+1
2011-07-24caam: don't pass bogus S_IFCHR to debugfs_create_...()Al Viro1-13/+13
2011-07-24get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeAl Viro7-13/+9
2011-07-24asus-wmi: ->is_visible() can't return negativeAl Viro1-1/+1
2011-07-24fix jffs2 ACLs on big-endian with 16bit mode_tAl Viro4-5/+5
2011-07-249p: close ACL leaksAl Viro3-15/+22
2011-07-24ocfs2_init_acl(): fix a leakAl Viro1-0/+1
2011-07-24VFS : mount lock scalability for internal mountsTim Chen7-4/+26
2011-07-24modpost: Fix modpost's license checking V3Alessio Igor Bogani1-1/+28
2011-07-24module: add /sys/module/<name>/uevent filesKay Sievers3-0/+22
2011-07-24module: change attr callbacks to take struct module_kobjectKay Sievers3-23/+24
2011-07-24modules: make arch's use default loader hooksJonas Bonn26-777/+12
2011-07-24modules: add default loader hook implementationsJonas Bonn2-1/+55
2011-07-24param: fix return value handling in param_set_*Satoru Moriya1-2/+2
2011-07-24KVM: IOMMU: Disable device assignment without interrupt remappingAlex Williamson1-0/+18
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong4-1/+80
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong6-14/+255
2011-07-24KVM: MMU: reorganize struct kvm_shadow_walk_iteratorXiao Guangrong1-1/+1
2011-07-24KVM: MMU: lockless walking shadow page tableXiao Guangrong2-8/+132
2011-07-24KVM: MMU: do not need atomicly to set/clear spteXiao Guangrong1-15/+71
2011-07-24KVM: MMU: introduce the rules to modify shadow page tableXiao Guangrong1-34/+69
2011-07-24KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong2-18/+41
2011-07-24KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong3-4/+21
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong7-132/+33
2011-07-24KVM: MMU: split kvm_mmu_free_pageXiao Guangrong1-3/+18
2011-07-24KVM: MMU: count used shadow pages on prepareing pathXiao Guangrong1-5/+5
2011-07-24KVM: MMU: rename 'pt_write' to 'emulate'Xiao Guangrong2-13/+13