aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-15bpf: do not use reciprocal divideEric Dumazet1-4/+10
2013-11-07net: x86: bpf: don't forget to free sk_filter (v2)Andrey Vagin1-0/+2
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-5/+13
2013-05-19x86: bpf_jit_comp: secure bpf jit against spraying attacksEric Dumazet1-6/+47
2013-05-17x86: bpf_jit_comp: can call module_free() from any contextEric Dumazet1-17/+3
2013-03-21filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann1-7/+2
2013-01-30x86: bpf_jit_comp: add pkt_type supportEric Dumazet1-1/+39
2012-10-31x86: bpf_jit_comp: add vlan tag supportEric Dumazet1-0/+21
2012-09-24x86: bpf_jit_comp: add XOR instruction for BPF JITDaniel Borkmann1-0/+9
2012-09-10x86 bpf_jit: support MOD operationEric Dumazet1-0/+25
2012-06-06x86 bpf_jit: support BPF_S_ANC_ALU_XOR_X instructionEric Dumazet1-0/+4
2012-04-03bpf jit: Let the x86 jit handle negative offsetsJan Seiffert2-48/+115
2012-03-29x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of ANDzhuangfeiran@ict.ac.cn1-1/+1
2012-03-19net: bpf_jit: fix BPF_S_LDX_B_MSH compilationEric Dumazet1-9/+5
2012-01-18net: bpf_jit: fix divide by 0 generationEric Dumazet1-14/+22
2011-12-19net: bpf_jit: fix an off-one bug in x86_64 cond jump targetMarkus Kötter1-2/+2
2011-04-27net: filter: Just In Time compiler for x86-64Eric Dumazet3-0/+798