summaryrefslogtreecommitdiff
path: root/arch/x86/net
AgeCommit message (Expand)AuthorFilesLines
2014-08-03net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov1-1/+1
2014-07-25net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov1-1/+1
2014-06-11net: filter: cleanup A/X name usageAlexei Starovoitov1-130/+130
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-05-16net: filter: x86: internal BPF JITAlexei Starovoitov2-654/+737
2014-05-16net: filter: x86: split bpf_jit_compile()Alexei Starovoitov1-65/+92
2014-05-14net: filter: x86: fix JIT address randomizationAlexei Starovoitov1-1/+1
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann1-1/+2
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-4/+4
2014-03-12x86: bpf_jit: support negative offsetsAlexei Starovoitov1-1/+1
2014-01-16bpf: do not use reciprocal divideEric Dumazet1-4/+10
2013-11-08net: 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-20x86: bpf_jit_comp: secure bpf jit against spraying attacksEric Dumazet1-6/+47
2013-05-18x86: bpf_jit_comp: can call module_free() from any contextEric Dumazet1-17/+3
2013-03-22filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann1-7/+2
2013-01-31x86: 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-25x86: bpf_jit_comp: add XOR instruction for BPF JITDaniel Borkmann1-0/+9
2012-09-11x86 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-04bpf jit: Let the x86 jit handle negative offsetsJan Seiffert2-48/+115
2012-03-30x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of ANDzhuangfeiran@ict.ac.cn1-1/+1
2012-03-20net: bpf_jit: fix BPF_S_LDX_B_MSH compilationEric Dumazet1-9/+5
2012-01-19net: bpf_jit: fix divide by 0 generationEric Dumazet1-14/+22
2011-12-20net: bpf_jit: fix an off-one bug in x86_64 cond jump targetMarkus Kötter1-2/+2
2011-04-28net: filter: Just In Time compiler for x86-64Eric Dumazet3-0/+798