Age | Commit message (Collapse) | Author |
|
From Chris Wilson
24fa6c758204c83904881e78658f5cff7980938c in linux 5.7.y/5.7.6
ef50fa9bd17d13d0611e39e13b37bbd3e1ea50bf in mainline linux
|
|
From Chris Wilson
79eb9f19dbd2418c25e67f70d3b2fdc98a60dbea in linux 5.7.y/5.7.6
8ab3a3812aa90e488813e719308ffd807b865624 in mainline linux
|
|
From Khaled Almahallawy
479c06981236d3fea7ac4cf6a4f61fe896acacc1 in linux 5.7.y/5.7.6
a43555ac908c604f45ed98628805aec9355b9737 in mainline linux
|
|
From Imre Deak
2e61678ba2383c0d10a7c862721150a37ffe4eee in linux 5.7.y/5.7.6
a3005c2edf7e8c3478880db1ca84028a2b6819bb in mainline linux
|
|
bz#3071; ok dtucker@
|
|
|
|
|
|
From Denis Efremov
b89722d873c7544fe74f50b7a26e3f2ae50e32ae in linux 5.7.y/5.7.6
81921a828b94ce2816932c19a5ec74d302972833 in mainline linux
|
|
bz#3180; ok dtucker@
|
|
|
|
don't leave an empty .ssh directory when it's not needed. Use the same
function to replace the code in ssh-keygen that does the same thing.
bz#3156, ok djm@
|
|
From Lorenz Brun
48d3b36959153cc427964c519b5430024fd61e10 in linux 5.7.y/5.7.6
99c7b309472787026ce52fd2bc5d00630567a872 in mainline linux
|
|
From Jeykumar Sankaran
e1f81dfa5b88861a1cdda9cfd8f019ede3da7e8b in linux 5.7.y/5.7.6
968d81a64a883af2d16dd3f8a6ad6b67db2fde58 in mainline linux
|
|
From Chris Wilson
f11a45d13e11a238868afa6dbe1790ae816ef8af in linux 5.7.y/5.7.6
273500ae71711c040d258a7b3f4b6f44c368fff2 in mainline linux
|
|
From Chris Wilson
42765cb3887c2eea8a65f665a58f42b4ee6333c1 in linux 5.7.y/5.7.6
757a9395f33c51c4e6eff2c7c0fbd50226a58224 in mainline linux
|
|
From Imre Deak
fa48b63218d09c080dfcdbc04efd282ba5849d98 in linux 5.7.y/5.7.6
d96536f0fe699729a0974eb5b65eb0d87cc747e1 in mainline linux
|
|
current directory, so that it'll still be found if the shell startup
changes its directory. Since the path is potentially longer, make the
cmd buffer that uses it dynamically sized. bz#3185, with & ok djm@
|
|
From Lyude Paul
6326202d7a9b39203d6e5f3873750d91fb2b0aaf in linux 5.7.y/5.7.6
873a95e0d59ac06901ae261dda0b7165ffd002b8 in mainline linux
|
|
From Sandeep Raghuraman
a3d6d880d6e5af2c89d4ad7023272410e7d43755 in linux 5.7.y/5.7.6
790243d3bf78f9830a3b2ffbca1ed0f528295d48 in mainline linux
|
|
From Alex Deucher
fba8f9ef7e1405ee6f422beb874791e8a5eb489c in linux 5.7.y/5.7.6
b7f839d292948142eaab77cedd031aad0bfec872 in mainline linux
|
|
From Lyude Paul
5c6be713f9d0c84909a96b3978e1c543b8ea7ffd in linux 5.7.y/5.7.6
a5cb5fa6c3a5c2cf492db667b8670ee7b044b79f in mainline linux
|
|
From Wolfram Sang
50bda152c4d98ddf8f880edf21eb167758584c45 in linux 5.7.y/5.7.6
f78d4032de60f50fd4afaa0fb68ea03b985f820a in mainline linux
|
|
From Nicholas Kazlauskas
b5232e2ee8df85891514c73472cac09921e5d51d in linux 5.7.y/5.7.6
a24eaa5c51255b344d5a321f1eeb3205f2775498 in mainline linux
|
|
with help from cheloha@
|
|
discussed with cheloha@
|
|
"sure" jmatthew@
|
|
|
|
|
|
|
|
already check for a negative value.
|
|
gigabytes) instead of just the amount the caller asked for. This
resulted in a noticeable delay while attaching devices using multiple
msi-x vectors as we map and unmap the msi-x table for each vector.
ok kettenis@
|
|
manual pages document the same content, comparing can occasionally help
in cases of doubt, and some people may prefer one style, some the other.
While here, modernize a few .Lks from http:// to https://.
OK jmc@
|
|
Only ever set or decremented since import with machine.c r1.1 (1997);
While here, simplify the skip semantics behind the scroll functionality.
OK millert
|
|
IKEV2_CERT_X509_CERT.
|
|
|
|
|
|
parser aren't needed as they are checked at runtime during the handshake.
Moreover, these checks during startup of the daemon never worked
properly when dstid was not explicitly configured. The dstid depends
on the ID message payload which is only known after the initial handshake.
ok patrick@
|
|
|
|
SoCs there can be multiple instances of mvmdio(4), with SMI or XSMI
support. This replaces the mvmdio_sc global with a nicer FDT-based
interface to retrieve the methods to access the MII bus.
ok kettenis@
|
|
|
|
ok kettenis@
|
|
|
|
|
|
the Armada 7K and 8K SoCs. Additionally, it seems to be used on the
upcoming CN9K SoCs. This only supports version v2.2, since the older
v2.1 is only used on some old ARMv7 we have no support for, and where
there is no hardware for us to support.
A huge part of this driver is configuring the TCAM/SRAM-based "parser".
Thus most of the code, especially the parser handling, was ported from
EDK2 with a sed script doing plenty of automatic renaming and un-camel-
casing.
The controller supports multiple TX/RX queues/vectors and RSS, so this
would be a nice platform for testing network processing improvement on
arm64. For now though we only configure and use a single queue.
The driver is still unfinished, but it's time to continue the work in
tree. At least we can already send and receive packets, good enough
for dhclient to work.
Since the MACCHIATObin uses Clause 45 10G PHYs and SFPs, link state
handling is still a bit bogus, as we have no support for that. The
1G RJ45 port works fine though.
ok dlg@
|
|
found by jmatthew@
|
|
|
|
using that index (this is how it used to work), reported by Romain
Francoise.
|
|
to match the order they are listed in the RFC. No functional change.
|
|
this basically distributes incoming packets over the rx rings, where
without this they would all land on ring 0.
note that the 722 stuff is stubbed out at the moment. i don't have
an x722 to test with, so it's hard to get motivated to write the
code for it.
this is based on stuff supplied by christiano haesbaert.
|
|
|