tunnels: fix netns vs proto registration ordering
[safe/jmp/linux-2.6] / security / smack /
2009-11-20 Eric Dumazetnet: rename skb->iif to skb->skb_iif
2009-09-23 James Morrisseq_file: constify seq_operations
2009-09-23 Nick BlackMove magic numbers into magic.h
2009-09-10 David P. Quigleysysfs: Add labeling support for sysfs
2009-09-10 David P. QuigleyLSM/SELinux: inode_{get,set,notify}secctx hooks to...
2009-09-02 David HowellsKEYS: Add a keyctl to install a process's session keyri...
2009-08-05 Julia Lawallsecurity/smack: Use AF_INET for sin_family field
2009-07-09 Thomas Liusecurity: Make lsm_priv union in lsm_audit.h anonymous
2009-07-09 Thomas LiuMove variable function in lsm_audit.h into SMACK privat...
2009-06-24 Ingo Molnarsecurity: rename ptrace_may_access => ptrace_access_check
2009-06-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-11 Linus TorvaldsMerge branch 'rcu-for-linus' of git://git./linux/kernel...
2009-05-28 Tetsuo Handasmack: Remove redundant initialization.
2009-05-22 Roel Kluinsmack: do not beyond ARRAY_SIZE of data
2009-05-08 James MorrisMerge branch 'master' into next
2009-04-18 Etienne BassetSmack: check for SMACK xattr validity in smack_inode_se...
2009-04-15 Jiri Pirkorculist: use list_entry_rcu in places where it's approp...
2009-04-13 Etienne Bassetsmack: implement logging V3
2009-03-28 Etienne Bassetsmack: Add a new '-CIPSO' option to the network address...
2009-03-28 Paul Moorenetlabel: Cleanup the Smack/NetLabel code to fix incomi...
2009-03-28 Paul Moorenetlabel: Label incoming TCP connections correctly...
2009-03-25 Etienne Bassetsmack: convert smack to standard linux lists
2009-03-23 James MorrisMerge branch 'master' into next
2009-03-04 etiennesmack: fixes for unlabeled host support
2009-03-04 etiennesmack: fixes for unlabeled host support
2009-02-19 Randy Dunlapsmack: fix lots of kernel-doc notation
2009-01-28 Casey Schauflersmackfs load append mode fix
2009-01-08 Fernando Carrijoremove lots of double-semicolons
2009-01-06 James MorrisMerge branch 'next' into for-linus
2009-01-06 James MorrisRevert "CRED: Fix regression in cap_capable() as shown...
2009-01-05 David HowellsCRED: Fix regression in cap_capable() as shown up by...
2009-01-04 Al Viroaudit: validate comparison operations, store them in...
2008-12-31 Casey Schauflersmack: Add support for unlabeled network hosts and...
2008-12-31 Paul Moorenetlabel: Update kernel configuration API
2008-12-25 Sergio Luissmackfs: check for allocation failures in smk_set_access()
2008-12-19 James Morrissecurity: pass mount flags to security_sb_kern_mount()
2008-11-13 David HowellsCRED: Allow kernel services to override LSM settings...
2008-11-13 David HowellsCRED: Make execve() take advantage of copy-on-write...
2008-11-13 David HowellsCRED: Inaugurate COW credentials
2008-11-13 David HowellsCRED: Use RCU to access another task's creds and to...
2008-11-13 David HowellsCRED: Wrap current->cred and a few other accessors
2008-11-13 David HowellsCRED: Detach the credentials from task_struct
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-10-10 James MorrisMerge branch 'master' of git://git.infradead.org/users...
2008-10-10 Paul Moorenetlabel: Replace protocol/NetLabel linking with refrer...
2008-10-10 Paul Mooresmack: Fix missing calls to netlbl_skbuff_err()
2008-08-28 James MorrisMerge branch 'master' into next
2008-08-14 David Howellssecurity: Fix setting of PF_SUPERPRIV by __capable()
2008-08-05 Casey Schauflersmack: limit privilege by label
2008-07-27 Al Viro[PATCH] pass MAY_OPEN to vfs_permission() explicitly
2008-07-14 James Morrissecurity: remove register_security hook
2008-07-14 Stephen SmalleySecurity: split proc ptrace checking into read vs....
2008-06-04 Casey SchauflerSmack: fuse mount hang fix
2008-04-30 Oleg Nesterovsignals: cleanup security_task_kill() usage/implementation
2008-04-29 Ahmed S. DarwishSmack: Integrate Smack with Audit
2008-04-29 David HowellsSecurity: Make secctx_to_secid() take const secdata
2008-04-29 David HowellsSecurity: Make secctx_to_secid() take const secdata
2008-04-29 Linus TorvaldsMerge branch 'audit.b50' of git://git./linux/kernel...
2008-04-29 David Howellsxattr: add missing consts to function arguments
2008-04-28 Serge E. Hallynsmack: use cap_task_prctl
2008-04-28 Casey Schauflersmack: make smk_cipso_doi() and smk_unlbl_ambient()
2008-04-28 Harvey Harrisonsmack: fix integer as NULL pointer warning in smack_lsm.c
2008-04-28 Eric ParisAudit: collect sessionid in netlink messages
2008-04-22 Al Viro[PATCH] switch a bunch of LSM hooks from nameidata...
2008-04-19 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-19 Ahmed S. DarwishSecurity: Introduce security= boot parameter
2008-04-13 Paul MooreNetLabel: Allow passing the LSM domain as a shared...
2008-03-25 Ahmed S. Darwishsmackfs: remove redundant lock, fix open(,O_RDWR)
2008-03-20 Serge Hallynfile capabilities: remove cap_task_kill()
2008-03-20 Ahmed S. Darwishsmack: do not dereference NULL ipc object
2008-03-13 Ahmed S. Darwishsmackfs: do not trust `count' in inodes write()s
2008-03-05 Eric ParisLSM/SELinux: Interfaces to allow FS to control mount...
2008-02-24 Casey SchauflerSmack: update for file capabilities
2008-02-19 Casey SchauflerSmack: unlabeled outgoing ambient packets
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-14 Ahmed S. DarwishSmack: check for 'struct socket' with NULL sk
2008-02-05 Casey SchauflerSmack: Simplified Mandatory Access Control Kernel