aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/net
Commit message (Expand)AuthorAge
* x86: bpf_jit: fix compilation of large bpf programsAlexei Starovoitov2015-05-25
* x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructionsAlexei Starovoitov2015-05-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-10
|\
| * bpf: x86: fix epilogue generation for eBPF programsAlexei Starovoitov2014-12-06
* | x86: bpf_jit_comp: Remove inline from static function definitionsJoe Perches2014-12-09
* | x86: bpf_jit_comp: Reduce is_ereg() code sizeJoe Perches2014-12-09
|/
* x86: bpf_jit: fix two bugs in eBPF JIT compilerAlexei Starovoitov2014-10-14
* net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-09
* net: bpf: consolidate JIT binary allocatorDaniel Borkmann2014-09-09
* net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov2014-09-09
* net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-05
* bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov2014-08-25
* 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 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov2014-07-25
* net: filter: cleanup A/X name usageAlexei Starovoitov2014-06-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-24
|\
| * net: filter: x86: fix JIT address randomizationAlexei Starovoitov2014-05-13
* | net: filter: x86: internal BPF JITAlexei Starovoitov2014-05-15
* | net: filter: x86: split bpf_jit_compile()Alexei Starovoitov2014-05-15
|/
* net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann2014-03-31
* net: Rename skb->rxhash to skb->hashTom Herbert2014-03-26
* x86: bpf_jit: support negative offsetsAlexei Starovoitov2014-03-11
* bpf: do not use reciprocal divideEric Dumazet2014-01-15
* net: x86: bpf: don't forget to free sk_filter (v2)Andrey Vagin2013-11-07
* net: fix unsafe set_memory_rw from softirqAlexei Starovoitov2013-10-07
* x86: bpf_jit_comp: secure bpf jit against spraying attacksEric Dumazet2013-05-20
* x86: bpf_jit_comp: can call module_free() from any contextEric Dumazet2013-05-17
* filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann2013-03-21
* x86: bpf_jit_comp: add pkt_type supportEric Dumazet2013-01-30
* x86: bpf_jit_comp: add vlan tag supportEric Dumazet2012-10-31
* x86: bpf_jit_comp: add XOR instruction for BPF JITDaniel Borkmann2012-09-24
* x86 bpf_jit: support MOD operationEric Dumazet2012-09-10
* x86 bpf_jit: support BPF_S_ANC_ALU_XOR_X instructionEric Dumazet2012-06-06
* bpf jit: Let the x86 jit handle negative offsetsJan Seiffert2012-04-03
* x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of ANDzhuangfeiran@ict.ac.cn2012-03-29
* net: bpf_jit: fix BPF_S_LDX_B_MSH compilationEric Dumazet2012-03-19
* net: bpf_jit: fix divide by 0 generationEric Dumazet2012-01-18
* net: bpf_jit: fix an off-one bug in x86_64 cond jump targetMarkus Kötter2011-12-19
* net: filter: Just In Time compiler for x86-64Eric Dumazet2011-04-28