aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds3-42/+165
2013-12-15Revert "selinux: consider filesystem subtype in policies"Linus Torvalds2-60/+22
2013-12-13Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux_fixes into for-linusJames Morris3-42/+165
2013-12-12selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_postroute()Paul Moore1-7/+35
2013-12-12selinux: look for IPsec labels on both inbound and outbound packetsPaul Moore3-14/+47
2013-12-12selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()Paul Moore1-15/+53
2013-12-12selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()Paul Moore1-2/+23
2013-12-04selinux: fix possible memory leakGeyslan G. Bem1-4/+7
2013-11-26Merge tag 'v3.12'Paul Moore4-39/+27
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds14-379/+417
2013-11-21Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-0/+2
2013-11-05selinux: apply selinux checks on new audit message typesEric Paris1-0/+2
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-27/+15
2013-10-22Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into ra-nextJames Morris14-379/+417
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-5/+5
2013-10-04selinux: remove 'flags' parameter from avc_audit()Linus Torvalds3-4/+4
2013-10-04selinux: avc_has_perm_flags has no more usersLinus Torvalds2-17/+6
2013-10-04selinux: remove 'flags' parameter from inode_has_permLinus Torvalds1-7/+6
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman1-1/+1
2013-09-26selinux: correct locking in selinux_netlbl_socket_connect)Paul Moore1-4/+2
2013-09-26selinux: Use kmemdup instead of kmalloc + memcpyDuan Jiong1-2/+2
2013-09-18Merge git://git.infradead.org/users/eparis/selinuxPaul Moore13-375/+415
2013-09-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-11/+6
2013-08-28Revert "SELinux: do not handle seclabel as a special flag"Eric Paris2-1/+4
2013-08-28selinux: consider filesystem subtype in policiesAnand Avati2-22/+60
2013-07-31net: split rt_genid for ipv4 and ipv6fan.du1-1/+6
2013-07-25Add SELinux policy capability for always checking packet and peer classes.Chris PeBenito4-6/+30
2013-07-25selinux: fix problems in netnode when BUG() is compiled outPaul Moore1-0/+2
2013-07-25SELinux: use a helper function to determine seclabelEric Paris1-14/+24
2013-07-25SELinux: pass a superblock to security_fs_useEric Paris3-15/+11
2013-07-25SELinux: do not handle seclabel as a special flagEric Paris2-4/+1
2013-07-25SELinux: change sbsec->behavior to shortEric Paris3-3/+3
2013-07-25SELinux: renumber the superblock optionsEric Paris2-4/+5
2013-07-25SELinux: do all flags twiddling in one placeEric Paris1-7/+5
2013-07-25SELinux: rename SE_SBLABELSUPP to SBLABEL_MNTEric Paris2-15/+15
2013-07-25SELinux: use define for number of bits in the mnt flags maskEric Paris1-1/+4
2013-07-25SELinux: make it harder to get the number of mnt opts wrongEric Paris1-2/+3
2013-07-25SELinux: remove crazy contortions around procEric Paris1-1/+1
2013-07-25SELinux: fix selinuxfs policy file on big endian systemsEric Paris1-2/+1
2013-07-25SELinux: Enable setting security contexts on rootfs inodes.Stephen Smalley1-0/+7
2013-07-25SELinux: Increase ebitmap_node size for 64-bit configurationWaiman Long1-1/+7
2013-07-25SELinux: Reduce overhead of mls_level_isvalid() function callWaiman Long4-19/+27
2013-07-25selinux: remove the BUG_ON() from selinux_skb_xfrm_sid()Paul Moore2-5/+8
2013-07-25selinux: cleanup the XFRM headerPaul Moore1-14/+5
2013-07-25selinux: cleanup selinux_xfrm_decode_session()Paul Moore1-11/+12
2013-07-25selinux: cleanup some comment and whitespace issues in the XFRM codePaul Moore1-13/+10
2013-07-25selinux: cleanup selinux_xfrm_sock_rcv_skb() and selinux_xfrm_postroute_last()Paul Moore2-60/+42
2013-07-25selinux: cleanup selinux_xfrm_policy_lookup() and selinux_xfrm_state_pol_flow_match()Paul Moore1-36/+18
2013-07-25selinux: cleanup and consolidate the XFRM alloc/clone/delete/free codePaul Moore1-31/+40
2013-07-25lsm: split the xfrm_state_alloc_security() hook implementationPaul Moore3-111/+95