index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf, mips: Limit to 33 tail calls
Paul Chaignon
2020-01-12
1
-4
/
+5
*
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
2019-08-25
2
-4
/
+0
*
MIPS: eBPF: Fix icache flush end address
Paul Burton
2019-03-05
1
-1
/
+1
*
MIPS: eBPF: Always return sign extended 32b values
Paul Burton
2019-02-27
1
-3
/
+6
*
MIPS: bpf: Fix a typo in build_one_insn()
Wei Yongjun
2017-11-01
1
-1
/
+1
*
MIPS: bpf: Fix uninitialised target compiler error
Matt Redfearn
2017-10-09
1
-1
/
+1
*
MIPS,bpf: fix missing break in switch statement
Colin Ian King
2017-08-22
1
-0
/
+1
*
MIPS,bpf: Cache value of BPF_OP(insn->code) in eBPF JIT.
David Daney
2017-08-21
1
-33
/
+34
*
MIPS, bpf: Implement JLT, JLE, JSLT and JSLE ops in the eBPF JIT.
David Daney
2017-08-21
1
-29
/
+72
*
MIPS,bpf: Fix using smp_processor_id() in preemptible splat.
David Daney
2017-08-21
1
-14
/
+14
*
MIPS: Add missing file for eBPF JIT.
David Daney
2017-08-04
1
-0
/
+1950
*
MIPS: Add support for eBPF JIT.
David Daney
2017-06-28
1
-1
/
+2
*
MIPS: BPF: Fix multiple problems in JIT skb access helpers.
David Daney
2017-04-10
1
-11
/
+12
*
MIPS: BPF: Quit clobbering callee saved registers in JIT code.
David Daney
2017-04-10
1
-4
/
+12
*
MIPS: BPF: Use unsigned access for unsigned SKB fields.
David Daney
2017-04-10
1
-2
/
+2
*
MIPS: BPF: Add JIT support for SKF_AD_HATYPE.
David Daney
2017-04-10
1
-4
/
+17
*
treewide: remove redundant #include <linux/kconfig.h>
Masahiro Yamada
2016-10-11
1
-1
/
+0
*
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2016-08-06
1
-1
/
+1
|
\
|
*
bpf, mips: fix off-by-one in ctx offset allocation
Daniel Borkmann
2016-07-21
1
-1
/
+1
*
|
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
2016-08-04
1
-2
/
+2
|
/
*
net: filter: make JITs zero A for SKF_AD_ALU_XOR_X
Rabin Vincent
2016-01-06
1
-15
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-20
1
-6
/
+7
|
\
|
*
MIPS: BPF: Fix load delay slots.
Ralf Baechle
2015-10-02
1
-0
/
+4
|
*
MIPS: BPF: Do all exports of symbols with FEXPORT().
Ralf Baechle
2015-10-01
1
-6
/
+3
*
|
ebpf: migrate bpf_prog's flags to bitfield
Daniel Borkmann
2015-10-03
1
-1
/
+1
|
/
*
MIPS: BPF: Fix build on pre-R2 little endian CPUs
Aurelien Jarno
2015-09-22
1
-0
/
+42
*
MIPS: BPF: Avoid unreachable code on little endian
Aurelien Jarno
2015-09-22
1
-3
/
+5
*
MIPS: BPF: Introduce BPF ASM helpers
Markos Chandras
2015-06-21
4
-145
/
+302
*
MIPS: BPF: Use BPF register names to describe the ABI
Markos Chandras
2015-06-21
1
-4
/
+4
*
MIPS: BPF: Move register definition to the BPF header
Markos Chandras
2015-06-21
2
-35
/
+35
*
MIPS: net: BPF: Replace RSIZE with SZREG
Markos Chandras
2015-06-21
1
-14
/
+14
*
MIPS: BPF: Free up some callee-saved registers
Markos Chandras
2015-06-21
2
-20
/
+17
*
MIPS: BPF: Fix stack pointer allocation
Markos Chandras
2015-06-06
1
-5
/
+1
*
module: remove mod arg from module_free, rename module_memfree().
Rusty Russell
2015-01-20
1
-1
/
+1
*
mips: bpf: Fix broken BPF_MOD
Denis Kirjanov
2014-12-08
1
-2
/
+2
*
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2014-10-18
1
-33
/
+20
|
\
|
*
MIPS: BPF: Add new emit_long_instr macro
Markos Chandras
2014-09-22
1
-32
/
+19
|
*
MIPS: Use WSBH/DSBH/DSHD on Loongson 3A
Chen Jie
2014-09-22
1
-1
/
+1
*
|
next: mips: bpf: Fix build failure
Guenter Roeck
2014-09-30
1
-1
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-09-23
1
-0
/
+1
|
\
|
|
*
arch/mips/net/bpf_jit.c: fix failure check
Andrey Utkin
2014-08-26
1
-2
/
+3
*
|
net: filter: constify detection of pkt_type_offset
Hannes Frederic Sowa
2014-09-13
1
-26
/
+1
*
|
net: bpf: be friendly to kmemcheck
Daniel Borkmann
2014-09-09
1
-1
/
+1
*
|
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
2014-09-05
1
-1
/
+2
|
/
*
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
2014-08-02
1
-4
/
+4
*
MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64
Markos Chandras
2014-06-26
1
-1
/
+4
*
MIPS: BPF: Use 32 or 64-bit load instruction to load an address to register
Markos Chandras
2014-06-26
1
-1
/
+13
*
MIPS: bpf: Fix PKT_TYPE case for big-endian cores
Markos Chandras
2014-06-26
1
-2
/
+10
*
MIPS: BPF: Prevent kernel fall over for >=32bit shifts
Markos Chandras
2014-06-26
1
-4
/
+12
*
MIPS: bpf: Drop update_on_xread and always initialize the X register
Markos Chandras
2014-06-26
1
-21
/
+1
[next]