1) Support TSO on xfrm interfaces. From Eyal Birger. 2) Variable calculation simplifications in esp4/esp6. From Jiapeng Chong / Jiapeng Zhong.
3) Fix a return code in xfrm_do_migrate. From Zheng Yongjun. Please pull or let me know if there are problems. Thanks! The following changes since commit ede71cae72855f8d6f6268510895210adc317666: net-next: docs: Fix typos in snmp_counter.rst (2021-01-05 17:07:38 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git master for you to fetch changes up to 4ac7a6eecbec90c7f83d5ea6f0498d9fa9c62917: xfrm: Return the correct errno code (2021-02-04 09:29:27 +0100) ---------------------------------------------------------------- Eyal Birger (1): xfrm: interface: enable TSO on xfrm interfaces Jiapeng Chong (1): esp: Simplify the calculation of variables Jiapeng Zhong (1): net: Simplify the calculation of variables Zheng Yongjun (1): xfrm: Return the correct errno code net/ipv4/esp4_offload.c | 2 +- net/ipv6/esp6.c | 2 +- net/xfrm/xfrm_interface.c | 10 +++++++++- net/xfrm/xfrm_user.c | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-)