index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
filter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: allow bpf programs to tail-call other bpf programs
Alexei Starovoitov
2015-05-21
1
-1
/
+1
*
test_bpf: add tests related to BPF_MAXINSNS
Daniel Borkmann
2015-05-14
1
-0
/
+8
*
test_bpf: add 173 new testcases for eBPF
Michael Holzheu
2015-05-12
1
-0
/
+10
*
seccomp, filter: add and use bpf_prog_create_from_user from seccomp
Daniel Borkmann
2015-05-09
1
-7
/
+5
*
seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filter
Nicolas Schichan
2015-05-09
1
-4
/
+0
*
net: filter: add a callback to allow classic post-verifier transformations
Nicolas Schichan
2015-05-09
1
-0
/
+6
*
filter: introduce SKF_AD_VLAN_TPID BPF extension
Michal Sekletar
2015-03-24
1
-0
/
+1
*
ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux
Daniel Borkmann
2015-03-01
1
-1
/
+3
*
ebpf: export BPF_PSEUDO_MAP_FD to uapi
Daniel Borkmann
2015-03-01
1
-2
/
+0
*
net: sock: allow eBPF programs to be attached to sockets
Alexei Starovoitov
2014-12-05
1
-0
/
+1
*
bpf: handle pseudo BPF_LD_IMM64 insn
Alexei Starovoitov
2014-09-26
1
-0
/
+6
*
bpf: expand BPF syscall with program load/unload
Alexei Starovoitov
2014-09-26
1
-6
/
+2
*
net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selected
Daniel Borkmann
2014-09-10
1
-39
/
+39
*
net: bpf: be friendly to kmemcheck
Daniel Borkmann
2014-09-09
1
-3
/
+3
*
net: bpf: consolidate JIT binary allocator
Daniel Borkmann
2014-09-09
1
-0
/
+13
*
net: filter: split filter.h and expose eBPF to user space
Alexei Starovoitov
2014-09-09
1
-55
/
+1
*
net: filter: add "load 64-bit immediate" eBPF instruction
Alexei Starovoitov
2014-09-09
1
-0
/
+18
*
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
2014-09-05
1
-5
/
+44
*
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
2014-08-02
1
-17
/
+23
*
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
Alexei Starovoitov
2014-08-02
1
-2
/
+2
*
net: filter: rename sk_chk_filter() -> bpf_check_classic()
Alexei Starovoitov
2014-08-02
1
-1
/
+1
*
net: filter: rename sk_filter_proglen -> bpf_classic_proglen
Alexei Starovoitov
2014-08-02
1
-2
/
+1
*
net: filter: simplify socket charging
Alexei Starovoitov
2014-08-02
1
-1
/
+1
*
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
Alexei Starovoitov
2014-07-24
1
-25
/
+25
*
net: filter: sk_chk_filter() no longer mangles filter
Eric Dumazet
2014-07-13
1
-1
/
+1
*
net: filter: move load_pointer() into filter.h
Zi Shen Lim
2014-07-08
1
-0
/
+13
*
net: filter: cleanup A/X name usage
Alexei Starovoitov
2014-06-11
1
-72
/
+84
*
net: filter: improve filter block macros
Daniel Borkmann
2014-06-01
1
-50
/
+205
*
net: filter: get rid of BPF_S_* enum
Daniel Borkmann
2014-06-01
1
-70
/
+38
*
net: filter: let unattached filters use sock_fprog_kern
Daniel Borkmann
2014-05-23
1
-1
/
+1
*
net: filter: remove DL macro
Daniel Borkmann
2014-05-23
1
-3
/
+0
*
net: filter: cleanup invocation of internal BPF
Alexei Starovoitov
2014-05-21
1
-4
/
+2
*
net: filter: x86: internal BPF JIT
Alexei Starovoitov
2014-05-15
1
-0
/
+3
*
net: filter: make BPF conversion more readable
Alexei Starovoitov
2014-05-12
1
-0
/
+51
*
net: filter: make register naming more comprehensible
Daniel Borkmann
2014-05-04
1
-8
/
+36
*
net: filter: simplify label names from jump-table
Daniel Borkmann
2014-05-04
1
-0
/
+3
*
filter: added BPF random opcode
Chema Gonzalez
2014-04-22
1
-0
/
+1
*
net: filter: seccomp: fix wrong decoding of BPF_S_ANC_SECCOMP_LD_W
Daniel Borkmann
2014-04-14
1
-1
/
+0
*
net: filter: rework/optimize internal BPF interpreter's instruction set
Alexei Starovoitov
2014-03-31
1
-10
/
+64
*
net: filter: move filter accounting to filter core
Daniel Borkmann
2014-03-31
1
-13
/
+17
*
net: filter: keep original BPF program around
Daniel Borkmann
2014-03-31
1
-2
/
+13
*
net: filter: add jited flag to indicate jit compiled filters
Daniel Borkmann
2014-03-31
1
-1
/
+2
*
net: filter: let bpf_tell_extensions return SKF_AD_MAX
Daniel Borkmann
2014-01-21
1
-7
/
+1
*
net: introduce SO_BPF_EXTENSIONS
Michal Sekletar
2014-01-18
1
-0
/
+11
*
net: fix unsafe set_memory_rw from softirq
Alexei Starovoitov
2013-10-07
1
-4
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-06-19
1
-0
/
+1
|
\
|
*
sock_diag: fix filter code sent to userspace
Nicolas Dichtel
2013-06-10
1
-0
/
+1
*
|
filter: do not output bpf image address for security reason
Eric Dumazet
2013-05-19
1
-2
/
+2
|
/
*
filter: fix va_list build error
Xi Wang
2013-05-01
1
-0
/
+1
*
include/linux: printk is needed in filter.h when CONFIG_BPF_JIT is defined
Chen Gang
2013-03-29
1
-0
/
+3
[next]