summaryrefslogtreecommitdiffstats
path: root/arch/x86/net/bpf_jit_comp.c
Commit message (Expand)AuthorAgeFilesLines
...
| * ebpf, x86: fix general protection fault when tail call is invokedDaniel Borkmann2015-07-301-4/+4
* | bpf, x86/sparc: show actual number of passes in bpf_jit_dumpDaniel Borkmann2015-07-301-1/+1
* | bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov2015-07-211-38/+42
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-021-1/+6
|\
| * x86: bpf_jit: fix compilation of large bpf programsAlexei Starovoitov2015-05-251-1/+6
* | x86: bpf_jit: implement bpf_tail_call() helperAlexei Starovoitov2015-05-211-24/+126
|/
* x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructionsAlexei Starovoitov2015-05-131-0/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-101-2/+4
|\
| * bpf: x86: fix epilogue generation for eBPF programsAlexei Starovoitov2014-12-061-2/+4
* | x86: bpf_jit_comp: Remove inline from static function definitionsJoe Perches2014-12-091-9/+9
* | x86: bpf_jit_comp: Reduce is_ereg() code sizeJoe Perches2014-12-091-5/+5
|/
* x86: bpf_jit: fix two bugs in eBPF JIT compilerAlexei Starovoitov2014-10-141-6/+19
* net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-101-1/+1
* net: bpf: consolidate JIT binary allocatorDaniel Borkmann2014-09-101-39/+11Star
* net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov2014-09-091-0/+17
* net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-051-12/+6Star
* bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov2014-08-261-0/+42
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-031-6/+6
* net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov2014-08-031-1/+1
* net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov2014-07-251-1/+1
* net: filter: cleanup A/X name usageAlexei Starovoitov2014-06-111-130/+130
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-1/+1
|\
| * net: filter: x86: fix JIT address randomizationAlexei Starovoitov2014-05-141-1/+1
* | net: filter: x86: internal BPF JITAlexei Starovoitov2014-05-151-595/+719
* | net: filter: x86: split bpf_jit_compile()Alexei Starovoitov2014-05-151-65/+92
|/
* net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann2014-03-311-1/+2
* net: Rename skb->rxhash to skb->hashTom Herbert2014-03-261-4/+4
* bpf: do not use reciprocal divideEric Dumazet2014-01-161-4/+10
* net: x86: bpf: don't forget to free sk_filter (v2)Andrey Vagin2013-11-081-0/+2
* net: fix unsafe set_memory_rw from softirqAlexei Starovoitov2013-10-071-5/+13
* x86: bpf_jit_comp: secure bpf jit against spraying attacksEric Dumazet2013-05-201-6/+47
* x86: bpf_jit_comp: can call module_free() from any contextEric Dumazet2013-05-181-17/+3Star
* filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann2013-03-211-7/+2Star
* x86: bpf_jit_comp: add pkt_type supportEric Dumazet2013-01-311-1/+39
* x86: bpf_jit_comp: add vlan tag supportEric Dumazet2012-10-311-0/+21
* x86: bpf_jit_comp: add XOR instruction for BPF JITDaniel Borkmann2012-09-241-0/+9
* x86 bpf_jit: support MOD operationEric Dumazet2012-09-101-0/+25
* x86 bpf_jit: support BPF_S_ANC_ALU_XOR_X instructionEric Dumazet2012-06-061-0/+4
* bpf jit: Let the x86 jit handle negative offsetsJan Seiffert2012-04-041-17/+24
* x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of ANDzhuangfeiran@ict.ac.cn2012-03-301-1/+1
* net: bpf_jit: fix BPF_S_LDX_B_MSH compilationEric Dumazet2012-03-191-9/+5Star
* net: bpf_jit: fix divide by 0 generationEric Dumazet2012-01-181-14/+22
* net: bpf_jit: fix an off-one bug in x86_64 cond jump targetMarkus Kötter2011-12-191-2/+2
* net: filter: Just In Time compiler for x86-64Eric Dumazet2011-04-281-0/+654