[net-next v4 0/3] net/tls: Minor code cleanup patches

2018-07-19 Thread Vakul Garg
This patch series improves tls_sw.c code by: 1) Using correct socket callback for flagging data availability. 2) Removing redundant variable assignments and wakeup callbacks. 3) Removing redundant dynamic array allocation. The patches do not fix any functional bug. Hence "Fixes:" tag has not

[net-next v4 0/3] net/tls: Minor code cleanup patches

2018-07-19 Thread Vakul Garg
This patch series improves tls_sw.c code by: 1) Using correct socket callback for flagging data availability. 2) Removing redundant variable assignments and wakeup callbacks. 3) Removing redundant dynamic array allocation. The patches do not fix any functional bug. Hence "Fixes:" tag has not