Merge branch 'wireguard-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 29 Apr 2020 21:23:05 +0000 (14:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Apr 2020 21:23:05 +0000 (14:23 -0700)
commit30724ccbfc8325cade4a2d36cd1f75b06341d9eb
tree21d3525bc0649801ca7996a2a51e31d7d668cae3
parent42c556fef92361bbc58be22f91b1c49db0963c34
parenteebabcb26ea1e3295704477c6cd4e772c96a9559
Merge branch 'wireguard-fixes'

Jason A. Donenfeld says:

====================
wireguard fixes for 5.7-rc4

This series contains two fixes and a cleanup for wireguard:

1) Removal of a spurious newline, from Sultan Alsawaf.

2) Fix for a memory leak in an error path, in which memory allocated
   prior to the error wasn't freed, reported by Sultan Alsawaf.

3) Fix to ECN support to use RFC6040 properly like all the other tunnel
   drivers, from Toke Høiland-Jørgensen.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>