]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'cxgb4-ch_ktls-updates-in-net-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2020 20:57:03 +0000 (13:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2020 20:57:03 +0000 (13:57 -0700)
commitcf30964d8a2749d7db5dbb7f87bbf342a376c462
tree45fbeae1d21472fe088fe0cb15bfffbeca406432
parent9e0f03f5ee4f0ce7f9a2dff831015cc83ad87ffc
parentf59d58c1722525b92206435e4a5aec5ccd36f83b
Merge branch 'cxgb4-ch_ktls-updates-in-net-next'

Rohit Maheshwari says:

====================
cxgb4/ch_ktls: updates in net-next

This series of patches improves connections setup and statistics.

This series is broken down as follows:

Patch 1 fixes the handling of connection setup failure in HW. Driver
shouldn't return success to tls_dev_add, until HW returns success.

Patch 2 avoids the log flood.

Patch 3 adds ktls statistics at port level.

v1->v2:
- removed conn_up from all places.

v2->v3:
- Corrected timeout handling.
====================

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