aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/net
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+4
2014-12-09x86: bpf_jit_comp: Remove inline from static function definitionsGravatar Joe Perches 1-9/+9
2014-12-09x86: bpf_jit_comp: Reduce is_ereg() code sizeGravatar Joe Perches 1-5/+5
2014-12-05bpf: x86: fix epilogue generation for eBPF programsGravatar Alexei Starovoitov 1-2/+4
2014-10-14x86: bpf_jit: fix two bugs in eBPF JIT compilerGravatar Alexei Starovoitov 1-6/+19
2014-09-09net: bpf: be friendly to kmemcheckGravatar Daniel Borkmann 1-1/+1
2014-09-09net: bpf: consolidate JIT binary allocatorGravatar Daniel Borkmann 1-39/+11
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionGravatar Alexei Starovoitov 1-0/+17
2014-09-05net: bpf: make eBPF interpreter images read-onlyGravatar Daniel Borkmann 1-12/+6
2014-08-25bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITGravatar Alexei Starovoitov 1-0/+42
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsGravatar Alexei Starovoitov 1-6/+6
2014-08-02net: filter: rename sk_convert_filter() -> bpf_convert_filter()Gravatar Alexei Starovoitov 1-1/+1
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Gravatar Alexei Starovoitov 1-1/+1
2014-06-11net: filter: cleanup A/X name usageGravatar Alexei Starovoitov 1-130/+130
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2014-05-15net: filter: x86: internal BPF JITGravatar Alexei Starovoitov 2-654/+737
2014-05-15net: filter: x86: split bpf_jit_compile()Gravatar Alexei Starovoitov 1-65/+92
2014-05-13net: filter: x86: fix JIT address randomizationGravatar Alexei Starovoitov 1-1/+1
2014-03-31net: filter: add jited flag to indicate jit compiled filtersGravatar Daniel Borkmann 1-1/+2
2014-03-26net: Rename skb->rxhash to skb->hashGravatar Tom Herbert 1-4/+4
2014-03-11x86: bpf_jit: support negative offsetsGravatar Alexei Starovoitov 1-1/+1
2014-01-15bpf: do not use reciprocal divideGravatar Eric Dumazet 1-4/+10
2013-11-07net: x86: bpf: don't forget to free sk_filter (v2)Gravatar Andrey Vagin 1-0/+2
2013-10-07net: fix unsafe set_memory_rw from softirqGravatar Alexei Starovoitov 1-5/+13
2013-05-19x86: bpf_jit_comp: secure bpf jit against spraying attacksGravatar Eric Dumazet 1-6/+47
2013-05-17x86: bpf_jit_comp: can call module_free() from any contextGravatar Eric Dumazet 1-17/+3
2013-03-21filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputGravatar Daniel Borkmann 1-7/+2
2013-01-30x86: bpf_jit_comp: add pkt_type supportGravatar Eric Dumazet 1-1/+39
2012-10-31x86: bpf_jit_comp: add vlan tag supportGravatar Eric Dumazet 1-0/+21
2012-09-24x86: bpf_jit_comp: add XOR instruction for BPF JITGravatar Daniel Borkmann 1-0/+9
2012-09-10x86 bpf_jit: support MOD operationGravatar Eric Dumazet 1-0/+25
2012-06-06x86 bpf_jit: support BPF_S_ANC_ALU_XOR_X instructionGravatar Eric Dumazet 1-0/+4
2012-04-03bpf jit: Let the x86 jit handle negative offsetsGravatar Jan Seiffert 2-48/+115
2012-03-29x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of ANDGravatar zhuangfeiran@ict.ac.cn 1-1/+1
2012-03-19net: bpf_jit: fix BPF_S_LDX_B_MSH compilationGravatar Eric Dumazet 1-9/+5
2012-01-18net: bpf_jit: fix divide by 0 generationGravatar Eric Dumazet 1-14/+22
2011-12-19net: bpf_jit: fix an off-one bug in x86_64 cond jump targetGravatar Markus Kötter 1-2/+2
2011-04-27net: filter: Just In Time compiler for x86-64Gravatar Eric Dumazet 3-0/+798