aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2014-12-09x86: bpf_jit_comp: Remove inline from static function definitionsJoe Perches1-9/+9
2014-12-09x86: bpf_jit_comp: Reduce is_ereg() code sizeJoe Perches1-5/+5
2014-12-05bpf: x86: fix epilogue generation for eBPF programsAlexei Starovoitov1-2/+4
2014-10-14x86: bpf_jit: fix two bugs in eBPF JIT compilerAlexei Starovoitov1-6/+19
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann1-1/+1
2014-09-09net: bpf: consolidate JIT binary allocatorDaniel Borkmann1-39/+11
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov1-0/+17
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann1-12/+6
2014-08-25bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov1-0/+42
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-6/+6
2014-08-02net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov1-1/+1
2014-07-24net: 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-15net: filter: x86: internal BPF JITAlexei Starovoitov2-654/+737
2014-05-15net: filter: x86: split bpf_jit_compile()Alexei Starovoitov1-65/+92
2014-05-13net: 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-11x86: bpf_jit: support negative offsetsAlexei Starovoitov1-1/+1
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