From: David S. Miller Date: Fri, 20 May 2022 10:12:24 +0000 (+0100) Subject: Merge branch 'net-ipa-next' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b6d261449e6e4ed69ae654e3b4b41c0c416cf2a9;p=linux.git Merge branch 'net-ipa-next' Alex Elder says: ==================== net: ipa: a mix of patches This series includes a mix of things things that are generally minor. The first four are sort of unrelated fixes, and summarizing them here wouldn't be that helpful. The last three together make it so only the "configuration data" we need after initialization is saved for later use. Most such data is used only during driver initialization. But endpoint configuration is needed later, so the last patch saves a copy of that. Eventually we'll want to support reconfiguring endpoints at runtime as well, and this will facilitate that. ==================== Signed-off-by: David S. Miller --- b6d261449e6e4ed69ae654e3b4b41c0c416cf2a9