summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selinux: fix sidtab string cache lockingOndrej Mosnacek2020-02-061-9/+3
* selinux: fix typo in filesystem nameHridya Valsaraju2020-02-061-1/+1
* selinux: fix regression introduced by move_mount(2) syscallStephen Smalley2020-01-201-0/+10
* selinux: do not allocate ancillary buffer on first loadOndrej Mosnacek2020-01-161-15/+13
* selinux: remove redundant allocation and helper functionsPaul Moore2020-01-161-58/+36
* selinux: remove redundant selinux_nlmsg_permHuaisheng Ye2020-01-161-39/+34
* selinux: fix wrong buffer types in policydb.cOndrej Mosnacek2020-01-161-2/+2
* selinux: reorder hooks to make runtime disable less brokenOndrej Mosnacek2020-01-101-31/+70
* selinux: treat atomic flags more carefullyOndrej Mosnacek2020-01-103-31/+61
* selinux: make default_noexec read-only after initStephen Smalley2020-01-101-1/+1
* selinux: move ibpkeys code under CONFIG_SECURITY_INFINIBAND.Ravi Kumar Siddojigari2020-01-102-2/+15
* selinux: remove redundant msg_msg_alloc_securityHuaisheng Ye2020-01-101-11/+6
* Documentation,selinux: fix references to old selinuxfs mount pointStephen Smalley2020-01-072-8/+8
* selinux: deprecate disabling SELinux and runtimePaul Moore2020-01-074-0/+37
* selinux: allow per-file labelling for binderfsHridya Valsaraju2020-01-071-0/+1
* selinuxfs: use scnprintf to get real length for inodeliuyang342020-01-071-2/+2
* selinux: remove set but not used variable 'sidtab'YueHaibing2019-12-241-8/+0
* selinux: ensure the policy has been loaded before reading the sidtab statsPaul Moore2019-12-231-0/+6
* selinux: ensure we cleanup the internal AVC counters on error in avc_update()Jaihind Yadav2019-12-211-1/+1
* selinux: randomize layout of key structuresStephen Smalley2019-12-194-4/+4
* selinux: clean up selinux_enabled/disabled/enforcing_bootStephen Smalley2019-12-197-18/+17
* selinux: remove unnecessary selinux cred requestYang Guo2019-12-121-4/+3
* selinux: ensure we cleanup the internal AVC counters on error in avc_insert()Paul Moore2019-12-101-27/+24
* security: only build lsm_audit if CONFIG_SECURITY=yStephen Smalley2019-12-101-1/+1
* selinux: clean up selinux_inode_permission MAY_NOT_BLOCK testsStephen Smalley2019-12-101-4/+4
* selinux: fall back to ref-walk if audit is requiredStephen Smalley2019-12-103-26/+17
* selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"Stephen Smalley2019-12-103-4/+30
* security,lockdown,selinux: implement SELinux lockdownStephen Smalley2019-12-097-27/+74
* selinux: cache the SID -> context string translationOndrej Mosnacek2019-12-094-94/+288
* selinux: sidtab reverse lookup hash tableJeff Vander Stoep2019-12-099-167/+306
* Linux 5.5-rc1v5.5-rc1Linus Torvalds2019-12-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-08119-628/+1025
|\
| * r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit2019-12-071-1/+1
| * net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-071-1/+7
| * r8169: add missing RX enabling for WoL on RTL8125Heiner Kallweit2019-12-071-1/+1
| * vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2019-12-071-1/+3
| * net: phy: dp83867: fix hfs boot in rgmii modeGrygorii Strashko2019-12-071-48/+71
| * net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko2019-12-071-1/+1
| * inet: protect against too small mtu values.Eric Dumazet2019-12-075-11/+20
| * gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-071-1/+1
| * pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki2019-12-071-2/+0
| * Merge branch 'tcp-fix-handling-of-stale-syncookies-timestamps'David S. Miller2019-12-072-8/+32
| |\
| | * tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-071-3/+3
| | * tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-071-3/+13
| | * tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-072-2/+16
| |/
| * Merge tag 'mlx5-fixes-2019-12-05' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-12-0710-75/+143
| |\
| | * net/mlx5e: E-switch, Fix Ingress ACL groups in switchdev mode for prio tagParav Pandit2019-12-052-38/+93
| | * net/mlx5e: ethtool, Fix analysis of speed settingAya Levin2019-12-051-10/+3
| | * net/mlx5e: Fix translation of link mode into speedAya Levin2019-12-051-0/+1
| | * net/mlx5e: Fix free peer_flow when refcount is 0Roi Dayan2019-12-051-2/+5