aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-19/+38
2015-11-06arm64: bpf: fix mod-by-zero caseZi Shen Lim1-8/+13
2015-11-06arm64: bpf: fix div-by-zero caseZi Shen Lim2-13/+27
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann1-1/+1
2015-06-26arm64: bpf: fix endianness conversion bugsXi Wang2-2/+24
2015-06-25arm64: bpf: fix out-of-bounds read in bpf2a64_offset()Xi Wang1-3/+4
2015-05-08arm64: bpf: fix signedness bug in loading 64-bit immediateXi Wang1-1/+1
2014-12-03arm64: bpf: lift restriction on last instructionZi Shen Lim1-5/+8
2014-10-20net: bpf: arm64: minor fix of type in jitedDaniel Borkmann1-1/+1
2014-10-20arm64: bpf: add 'load 64-bit immediate' instructionZi Shen Lim1-0/+31
2014-10-20arm64: bpf: add 'shift by register' instructionsZi Shen Lim2-2/+18
2014-10-20net: bpf: arm64: address randomize and write protect JIT codeDaniel Borkmann1-9/+30
2014-09-12net: bpf: arm64: fix module memory leak when JIT image build failsDaniel Borkmann1-1/+3
2014-09-08arm64: eBPF JIT compilerZi Shen Lim3-0/+850