index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
net
/
bpf_jit_comp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-06
bpf: x86: fix epilogue generation for eBPF programs
Alexei Starovoitov
1
-2
/
+4
2014-10-14
x86: bpf_jit: fix two bugs in eBPF JIT compiler
Alexei Starovoitov
1
-6
/
+19
2014-09-10
net: bpf: be friendly to kmemcheck
Daniel Borkmann
1
-1
/
+1
2014-09-10
net: bpf: consolidate JIT binary allocator
Daniel Borkmann
1
-39
/
+11
2014-09-09
net: filter: add "load 64-bit immediate" eBPF instruction
Alexei Starovoitov
1
-0
/
+17
2014-09-05
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
1
-12
/
+6
2014-08-26
bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT
Alexei Starovoitov
1
-0
/
+42
2014-08-03
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
1
-6
/
+6
2014-08-03
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
Alexei Starovoitov
1
-1
/
+1
2014-07-25
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
Alexei Starovoitov
1
-1
/
+1
2014-06-11
net: filter: cleanup A/X name usage
Alexei Starovoitov
1
-130
/
+130
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-05-16
net: filter: x86: internal BPF JIT
Alexei Starovoitov
1
-595
/
+719
2014-05-16
net: filter: x86: split bpf_jit_compile()
Alexei Starovoitov
1
-65
/
+92
2014-05-14
net: filter: x86: fix JIT address randomization
Alexei Starovoitov
1
-1
/
+1
2014-03-31
net: filter: add jited flag to indicate jit compiled filters
Daniel Borkmann
1
-1
/
+2
2014-03-26
net: Rename skb->rxhash to skb->hash
Tom Herbert
1
-4
/
+4
2014-01-16
bpf: do not use reciprocal divide
Eric Dumazet
1
-4
/
+10
2013-11-08
net: x86: bpf: don't forget to free sk_filter (v2)
Andrey Vagin
1
-0
/
+2
2013-10-07
net: fix unsafe set_memory_rw from softirq
Alexei Starovoitov
1
-5
/
+13
2013-05-20
x86: bpf_jit_comp: secure bpf jit against spraying attacks
Eric Dumazet
1
-6
/
+47
2013-05-18
x86: bpf_jit_comp: can call module_free() from any context
Eric Dumazet
1
-17
/
+3
2013-03-22
filter: bpf_jit_comp: refactor and unify BPF JIT image dump output
Daniel Borkmann
1
-7
/
+2
2013-01-31
x86: bpf_jit_comp: add pkt_type support
Eric Dumazet
1
-1
/
+39
2012-10-31
x86: bpf_jit_comp: add vlan tag support
Eric Dumazet
1
-0
/
+21
2012-09-25
x86: bpf_jit_comp: add XOR instruction for BPF JIT
Daniel Borkmann
1
-0
/
+9
2012-09-11
x86 bpf_jit: support MOD operation
Eric Dumazet
1
-0
/
+25
2012-06-06
x86 bpf_jit: support BPF_S_ANC_ALU_XOR_X instruction
Eric Dumazet
1
-0
/
+4
2012-04-04
bpf jit: Let the x86 jit handle negative offsets
Jan Seiffert
1
-17
/
+24
2012-03-30
x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of AND
zhuangfeiran@ict.ac.cn
1
-1
/
+1
2012-03-20
net: bpf_jit: fix BPF_S_LDX_B_MSH compilation
Eric Dumazet
1
-9
/
+5
2012-01-19
net: bpf_jit: fix divide by 0 generation
Eric Dumazet
1
-14
/
+22
2011-12-20
net: bpf_jit: fix an off-one bug in x86_64 cond jump target
Markus Kötter
1
-2
/
+2
2011-04-28
net: filter: Just In Time compiler for x86-64
Eric Dumazet
1
-0
/
+654
[prev]