aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/seccomp.c
Commit message (Expand)AuthorAge
* seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lockGuenter Roeck2014-08-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-06
|\
| * net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-02
| * net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov2014-08-02
| * net: filter: rename sk_chk_filter() -> bpf_check_classic()Alexei Starovoitov2014-08-02
| * net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov2014-07-25
* | seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook2014-07-18
* | seccomp: allow mode setting across threadsKees Cook2014-07-18
* | seccomp: introduce writer lockingKees Cook2014-07-18
* | seccomp: split filter prep from check and applyKees Cook2014-07-18
* | sched: move no_new_privs into new atomic flagsKees Cook2014-07-18
* | seccomp: add "seccomp" syscallKees Cook2014-07-18
* | seccomp: split mode setting routinesKees Cook2014-07-18
* | seccomp: extract check/assign mode helpersKees Cook2014-07-18
* | seccomp: create internal mode-setting functionKees Cook2014-07-18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-12
|\
| * net: filter: get rid of BPF_S_* enumDaniel Borkmann2014-06-02
| * net: filter: cleanup invocation of internal BPFAlexei Starovoitov2014-05-21
| * seccomp: JIT compile seccomp filterAlexei Starovoitov2014-05-15
* | kernel/seccomp.c: kernel-doc warning fixFabian Frederick2014-06-06
|/
* seccomp: fix memory leak on filter attachKees Cook2014-04-16
* seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPFDaniel Borkmann2014-04-14
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-12
|\
| * syscall_get_arch: remove useless function argumentsEric Paris2014-03-20
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-04-03
|\ \
| * | kernel: Mark function as static in kernel/seccomp.cRashika Kheria2014-02-27
| |/
* / net: filter: rework/optimize internal BPF interpreter's instruction setAlexei Starovoitov2014-03-31
|/
* seccomp: allow BPF_XOR based ALU instructions.Nicolas Schichan2013-03-25
* seccomp: Make syscall skipping and nr changes more consistentAndy Lutomirski2012-10-02
* seccomp: fix build warnings when there is no CONFIG_SECCOMP_FILTERWill Drewry2012-04-17
* ptrace,seccomp: Add PTRACE_SECCOMP supportWill Drewry2012-04-13
* seccomp: Add SECCOMP_RET_TRAPWill Drewry2012-04-13
* seccomp: add SECCOMP_RET_ERRNOWill Drewry2012-04-13
* seccomp: remove duplicated failure loggingKees Cook2012-04-13
* seccomp: add system call filtering using BPFWill Drewry2012-04-13
* seccomp: audit abnormal end to a process due to seccompEric Paris2012-01-17
* x86-64: seccomp: fix 32/64 syscall holeRoland McGrath2009-03-02
* make seccomp zerocost in scheduleAndrea Arcangeli2007-07-16
* move seccomp from /proc to a prctlAndrea Arcangeli2007-07-16
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16