Guenter Roeck
|
69f6a34bde
seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock
|
11 years ago |
Linus Torvalds
|
ae045e2455
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
11 years ago |
Alexei Starovoitov
|
7ae457c1e5
net: filter: split 'struct sk_filter' into socket and bpf parts
|
11 years ago |
Alexei Starovoitov
|
8fb575ca39
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
|
11 years ago |
Alexei Starovoitov
|
4df95ff488
net: filter: rename sk_chk_filter() -> bpf_check_classic()
|
11 years ago |
Alexei Starovoitov
|
2695fb552c
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
|
11 years ago |
Kees Cook
|
c2e1f2e30d
seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
|
11 years ago |
Kees Cook
|
3ba2530cc0
seccomp: allow mode setting across threads
|
11 years ago |
Kees Cook
|
dbd952127d
seccomp: introduce writer locking
|
11 years ago |
Kees Cook
|
c8bee430dc
seccomp: split filter prep from check and apply
|
11 years ago |
Kees Cook
|
1d4457f999
sched: move no_new_privs into new atomic flags
|
11 years ago |
Kees Cook
|
48dc92b9fc
seccomp: add "seccomp" syscall
|
11 years ago |
Kees Cook
|
3b23dd1284
seccomp: split mode setting routines
|
11 years ago |
Kees Cook
|
1f41b45041
seccomp: extract check/assign mode helpers
|
11 years ago |
Kees Cook
|
d78ab02c2c
seccomp: create internal mode-setting function
|
11 years ago |
Linus Torvalds
|
f9da455b93
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
11 years ago |
Fabian Frederick
|
119ce5c8b9
kernel/seccomp.c: kernel-doc warning fix
|
11 years ago |
Daniel Borkmann
|
3480593131
net: filter: get rid of BPF_S_* enum
|
11 years ago |
Alexei Starovoitov
|
5fe821a9de
net: filter: cleanup invocation of internal BPF
|
11 years ago |
Alexei Starovoitov
|
8f577cadf7
seccomp: JIT compile seccomp filter
|
11 years ago |
Kees Cook
|
0acf07d240
seccomp: fix memory leak on filter attach
|
11 years ago |
Daniel Borkmann
|
2eac764832
seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPF
|
11 years ago |
Linus Torvalds
|
0b747172dc
Merge git://git.infradead.org/users/eparis/audit
|
11 years ago |
Linus Torvalds
|
bea803183e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
|
11 years ago |
Alexei Starovoitov
|
bd4cf0ed33
net: filter: rework/optimize internal BPF interpreter's instruction set
|
11 years ago |
Eric Paris
|
5e937a9ae9
syscall_get_arch: remove useless function arguments
|
11 years ago |
Rashika Kheria
|
864f32a52b
kernel: Mark function as static in kernel/seccomp.c
|
11 years ago |
Nicolas Schichan
|
d13274794a
seccomp: allow BPF_XOR based ALU instructions.
|
12 years ago |
Andy Lutomirski
|
87b526d349
seccomp: Make syscall skipping and nr changes more consistent
|
13 years ago |
Will Drewry
|
8156b451f3
seccomp: fix build warnings when there is no CONFIG_SECCOMP_FILTER
|
13 years ago |