summaryrefslogtreecommitdiffstats
path: root/arch/x86/net
Commit message (Expand)AuthorAgeFilesLines
* 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-131-1/+1
* | net: filter: x86: internal BPF JITAlexei Starovoitov2014-05-152-654/+737
* | 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
* x86: bpf_jit: support negative offsetsAlexei Starovoitov2014-03-111-1/+1
* bpf: do not use reciprocal divideEric Dumazet2014-01-151-4/+10
* net: x86: bpf: don't forget to free sk_filter (v2)Andrey Vagin2013-11-071-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-191-6/+47
* x86: bpf_jit_comp: can call module_free() from any contextEric Dumazet2013-05-171-17/+3
* filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann2013-03-211-7/+2
* x86: bpf_jit_comp: add pkt_type supportEric Dumazet2013-01-301-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-032-48/+115
* x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of ANDzhuangfeiran@ict.ac.cn2012-03-291-1/+1
* net: bpf_jit: fix BPF_S_LDX_B_MSH compilationEric Dumazet2012-03-191-9/+5
* 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-273-0/+798
OpenPOWER on IntegriCloud