aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/net
AgeCommit message (Expand)Author
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-30bpf, x86/sparc: show actual number of passes in bpf_jit_dumpDaniel Borkmann
2015-07-29ebpf, x86: fix general protection fault when tail call is invokedDaniel Borkmann
2015-07-20bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-08Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar
2015-06-02x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-25x86: bpf_jit: fix compilation of large bpf programsAlexei Starovoitov
2015-05-21x86: bpf_jit: implement bpf_tail_call() helperAlexei Starovoitov
2015-05-12x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructionsAlexei Starovoitov
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-09x86: bpf_jit_comp: Remove inline from static function definitionsJoe Perches
2014-12-09x86: bpf_jit_comp: Reduce is_ereg() code sizeJoe Perches
2014-12-05bpf: x86: fix epilogue generation for eBPF programsAlexei Starovoitov
2014-10-14x86: bpf_jit: fix two bugs in eBPF JIT compilerAlexei Starovoitov
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann
2014-09-09net: bpf: consolidate JIT binary allocatorDaniel Borkmann
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann
2014-08-25bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov
2014-08-02net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov
2014-06-11net: filter: cleanup A/X name usageAlexei Starovoitov
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-15net: filter: x86: internal BPF JITAlexei Starovoitov
2014-05-15net: filter: x86: split bpf_jit_compile()Alexei Starovoitov
2014-05-13net: filter: x86: fix JIT address randomizationAlexei Starovoitov
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert
2014-03-11x86: bpf_jit: support negative offsetsAlexei Starovoitov
2014-01-15bpf: do not use reciprocal divideEric Dumazet
2013-11-07net: x86: bpf: don't forget to free sk_filter (v2)Andrey Vagin
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov
2013-05-19x86: bpf_jit_comp: secure bpf jit against spraying attacksEric Dumazet
2013-05-17x86: bpf_jit_comp: can call module_free() from any contextEric Dumazet
2013-03-21filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann
2013-01-30x86: bpf_jit_comp: add pkt_type supportEric Dumazet
2012-10-31x86: bpf_jit_comp: add vlan tag supportEric Dumazet
2012-09-24x86: bpf_jit_comp: add XOR instruction for BPF JITDaniel Borkmann
2012-09-10x86 bpf_jit: support MOD operationEric Dumazet
2012-06-06x86 bpf_jit: support BPF_S_ANC_ALU_XOR_X instructionEric Dumazet
2012-04-03bpf jit: Let the x86 jit handle negative offsetsJan Seiffert
2012-03-29x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of ANDzhuangfeiran@ict.ac.cn
2012-03-19net: bpf_jit: fix BPF_S_LDX_B_MSH compilationEric Dumazet
2012-01-18net: bpf_jit: fix divide by 0 generationEric Dumazet
2011-12-19net: bpf_jit: fix an off-one bug in x86_64 cond jump targetMarkus Kötter