index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Make the bpf_prog_array_map more generic
Wang Nan
2015-08-09
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-07-31
1
-4
/
+4
|
\
|
*
ebpf, x86: fix general protection fault when tail call is invoked
Daniel Borkmann
2015-07-29
1
-4
/
+4
*
|
bpf, x86/sparc: show actual number of passes in bpf_jit_dump
Daniel Borkmann
2015-07-30
1
-1
/
+1
*
|
bpf: introduce bpf_skb_vlan_push/pop() helpers
Alexei Starovoitov
2015-07-20
1
-38
/
+42
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-06-24
1
-24
/
+126
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-06-01
1
-1
/
+6
|
|
\
|
*
|
x86: bpf_jit: implement bpf_tail_call() helper
Alexei Starovoitov
2015-05-21
1
-24
/
+126
*
|
|
Merge branch 'x86/asm' into x86/core, to prepare for new patch
Ingo Molnar
2015-06-08
1
-1
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
x86/debug: Remove perpetually broken, unmaintainable dwarf annotations
Ingo Molnar
2015-06-02
1
-1
/
+0
|
|
/
*
|
x86: bpf_jit: fix compilation of large bpf programs
Alexei Starovoitov
2015-05-25
1
-1
/
+6
|
/
*
x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructions
Alexei Starovoitov
2015-05-12
1
-0
/
+28
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-12-10
1
-2
/
+4
|
\
|
*
bpf: x86: fix epilogue generation for eBPF programs
Alexei Starovoitov
2014-12-05
1
-2
/
+4
*
|
x86: bpf_jit_comp: Remove inline from static function definitions
Joe Perches
2014-12-09
1
-9
/
+9
*
|
x86: bpf_jit_comp: Reduce is_ereg() code size
Joe Perches
2014-12-09
1
-5
/
+5
|
/
*
x86: bpf_jit: fix two bugs in eBPF JIT compiler
Alexei Starovoitov
2014-10-14
1
-6
/
+19
*
net: bpf: be friendly to kmemcheck
Daniel Borkmann
2014-09-09
1
-1
/
+1
*
net: bpf: consolidate JIT binary allocator
Daniel Borkmann
2014-09-09
1
-39
/
+11
*
net: filter: add "load 64-bit immediate" eBPF instruction
Alexei Starovoitov
2014-09-09
1
-0
/
+17
*
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
2014-09-05
1
-12
/
+6
*
bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT
Alexei Starovoitov
2014-08-25
1
-0
/
+42
*
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
2014-08-02
1
-6
/
+6
*
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
Alexei Starovoitov
2014-08-02
1
-1
/
+1
*
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
Alexei Starovoitov
2014-07-24
1
-1
/
+1
*
net: filter: cleanup A/X name usage
Alexei Starovoitov
2014-06-11
1
-130
/
+130
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-24
1
-1
/
+1
|
\
|
*
net: filter: x86: fix JIT address randomization
Alexei Starovoitov
2014-05-13
1
-1
/
+1
*
|
net: filter: x86: internal BPF JIT
Alexei Starovoitov
2014-05-15
2
-654
/
+737
*
|
net: filter: x86: split bpf_jit_compile()
Alexei Starovoitov
2014-05-15
1
-65
/
+92
|
/
*
net: filter: add jited flag to indicate jit compiled filters
Daniel Borkmann
2014-03-31
1
-1
/
+2
*
net: Rename skb->rxhash to skb->hash
Tom Herbert
2014-03-26
1
-4
/
+4
*
x86: bpf_jit: support negative offsets
Alexei Starovoitov
2014-03-11
1
-1
/
+1
*
bpf: do not use reciprocal divide
Eric Dumazet
2014-01-15
1
-4
/
+10
*
net: x86: bpf: don't forget to free sk_filter (v2)
Andrey Vagin
2013-11-07
1
-0
/
+2
*
net: fix unsafe set_memory_rw from softirq
Alexei Starovoitov
2013-10-07
1
-5
/
+13
*
x86: bpf_jit_comp: secure bpf jit against spraying attacks
Eric Dumazet
2013-05-19
1
-6
/
+47
*
x86: bpf_jit_comp: can call module_free() from any context
Eric Dumazet
2013-05-17
1
-17
/
+3
*
filter: bpf_jit_comp: refactor and unify BPF JIT image dump output
Daniel Borkmann
2013-03-21
1
-7
/
+2
*
x86: bpf_jit_comp: add pkt_type support
Eric Dumazet
2013-01-30
1
-1
/
+39
*
x86: bpf_jit_comp: add vlan tag support
Eric Dumazet
2012-10-31
1
-0
/
+21
*
x86: bpf_jit_comp: add XOR instruction for BPF JIT
Daniel Borkmann
2012-09-24
1
-0
/
+9
*
x86 bpf_jit: support MOD operation
Eric Dumazet
2012-09-10
1
-0
/
+25
*
x86 bpf_jit: support BPF_S_ANC_ALU_XOR_X instruction
Eric Dumazet
2012-06-06
1
-0
/
+4
*
bpf jit: Let the x86 jit handle negative offsets
Jan Seiffert
2012-04-03
2
-48
/
+115
*
x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of AND
zhuangfeiran@ict.ac.cn
2012-03-29
1
-1
/
+1
*
net: bpf_jit: fix BPF_S_LDX_B_MSH compilation
Eric Dumazet
2012-03-19
1
-9
/
+5
*
net: bpf_jit: fix divide by 0 generation
Eric Dumazet
2012-01-18
1
-14
/
+22
*
net: bpf_jit: fix an off-one bug in x86_64 cond jump target
Markus Kötter
2011-12-19
1
-2
/
+2
*
net: filter: Just In Time compiler for x86-64
Eric Dumazet
2011-04-27
3
-0
/
+798