summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selinux: conditionally reschedule in hashtab_insert while loading selinux policyDave Jones2014-06-031-0/+3
* selinux: conditionally reschedule in mls_convert_context while loading selinu...Dave Jones2014-06-031-0/+2
* selinux: reject setexeccon() on MNT_NOSUID applications with -EACCESPaul Moore2014-06-031-2/+4
* selinux: Report permissive mode in avc: denied messages.Stephen Smalley2014-06-033-5/+11
* Merge branch 'smack-for-3.16' of git://git.gitorious.org/smack-next/kernel in...James Morris2014-05-205-73/+307
|\
| * Warning in scanf string typingToralf Förster2014-05-061-1/+1
| * Smack: Label cgroup files for systemdCasey Schaufler2014-04-301-12/+18
| * Smack: Verify read access on file open - v3Casey Schaufler2014-04-231-3/+16
| * Smack: bidirectional UDS connect checkCasey Schaufler2014-04-112-23/+27
| * Smack: Correctly remove SMACK64TRANSMUTE attributeCasey Schaufler2014-04-111-6/+19
| * SMACK: Fix handling value==NULL in post setxattrJosé Bollo2014-04-111-1/+3
| * bugfix patch for SMACKPankaj Kumar2014-04-111-2/+2
| * Smack: adds smackfs/ptrace interfaceLukasz Pawelczyk2014-04-115-2/+118
| * Smack: unify all ptrace accesses in the smackLukasz Pawelczyk2014-04-111-13/+71
| * Smack: fix the subject/object order in smack_ptrace_traceme()Lukasz Pawelczyk2014-04-113-9/+29
| * Minor improvement of 'smack_sb_kern_mount'José Bollo2014-04-111-3/+5
* | security: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-04-151-1/+1
* | Merge tag 'keys-20140314' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...James Morris2014-04-1413-52/+59
|\ \
| * | smack: fix key permission verificationDmitry Kasatkin2014-03-141-1/+6
| * | KEYS: Move the flags representing required permission to linux/key.hDavid Howells2014-03-1413-51/+53
* | | Merge commit 'v3.14' into nextJames Morris2014-04-1410534-219737/+561299
|\ \ \ | |_|/ |/| |
| * | Linux 3.14v3.14Linus Torvalds2014-03-311-1/+1
| * | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2014-03-314-77/+134
| |\ \
| | * | switch mnt_hash to hlistAl Viro2014-03-314-50/+61
| | * | don't bother with propagate_mnt() unless the target is sharedAl Viro2014-03-311-10/+7
| | * | keep shadowed vfsmounts togetherAl Viro2014-03-311-9/+23
| | * | resizable namespace.c hashesAl Viro2014-03-312-24/+59
| * | | MAINTAINERS: resume as Documentation maintainerRandy Dunlap2014-03-311-2/+2
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-03-312-32/+45
| |\ \ \
| | * | | Input: mousedev - fix race when creating mixed deviceDmitry Torokhov2014-03-291-31/+42
| | * | | Input: don't modify the id of ioctl-provided ff effect on upload failureElias Vanderstuyft2014-03-291-1/+3
| * | | | AUDIT: Allow login in non-init namespacesEric Paris2014-03-311-1/+11
| * | | | ext4: atomically set inode->i_flags in ext4_set_inode_flags()Theodore Ts'o2014-03-312-6/+24
| | |/ / | |/| |
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-03-291-1/+2
| |\ \ \
| | * | | time: Revert to calling clock_was_set_delayed() while in irq contextJohn Stultz2014-03-281-1/+2
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-03-291-1/+0
| |\ \ \ \
| | * | | | rbd: drop an unsafe assertionAlex Elder2014-03-291-1/+0
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-2832-195/+363
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'vlan_offloads'David S. Miller2014-03-285-3/+19
| | |\ \ \ \ \
| | | * | | | | vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich2014-03-282-0/+10
| | | * | | | | veth: Turn off vlan rx acceleration in vlan_featuresVlad Yasevich2014-03-281-1/+4
| | | * | | | | ifb: Remove vlan acceleration from vlan_featuresVlad Yasevich2014-03-281-1/+2
| | | * | | | | qlge: Do not propaged vlan tag offloads to vlansVlad Yasevich2014-03-281-1/+3
| | |/ / / / /
| | * | | | | bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich2014-03-282-5/+20
| | * | | | | net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2014-03-283-6/+12
| | * | | | | MAINTAINERS: bonding: change email addressVeaceslav Falico2014-03-281-1/+1
| | * | | | | MAINTAINERS: bonding: change email addressJay Vosburgh2014-03-281-1/+1
| | * | | | | ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa2014-03-282-52/+145
| | * | | | | tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet2014-03-281-1/+1
| | * | | | | openvswitch: fix a possible deadlock and lockdep warningFlavio Leitner2014-03-281-20/+6