From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steffen Klassert Subject: pull request (net-next): ipsec-next 2018-03-29 Date: Thu, 29 Mar 2018 09:25:45 +0200 Message-ID: <20180329072549.2880-1-steffen.klassert@secunet.com> Mime-Version: 1.0 Content-Type: text/plain Cc: Herbert Xu , Steffen Klassert , To: David Miller Return-path: Received: from a.mx.secunet.com ([62.96.220.36]:54126 "EHLO a.mx.secunet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752173AbeC2HZx (ORCPT ); Thu, 29 Mar 2018 03:25:53 -0400 Sender: netdev-owner@vger.kernel.org List-ID: 1) Remove a redundant pointer initialization esp_input_set_header(). From Colin Ian King. 2) Mark the xfrm kmem_caches as __ro_after_init. From Alexey Dobriyan. 3) Do the checksum for an ipsec offlad packet in software if the device does not advertise NETIF_F_HW_ESP_TX_CSUM. From Shannon Nelson. 4) Use booleans for true and false instead of integers in xfrm_policy_cache_flush(). From Gustavo A. R. Silva Please pull or let me know if there are problems. Thanks! The following changes since commit cf19e5e2054f5172c07a152f9e04eb3bae3d86dd: Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue (2018-02-12 19:55:33 -0500) 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 415a13296a1a49639cabf9d2fe92267810caa47a: xfrm_policy: use true and false for boolean values (2018-03-07 10:55:13 +0100) ---------------------------------------------------------------- Alexey Dobriyan (1): xfrm: mark kmem_caches as __ro_after_init Colin Ian King (1): esp4: remove redundant initialization of pointer esph Gustavo A. R. Silva (1): xfrm_policy: use true and false for boolean values Shannon Nelson (1): esp: check the NETIF_F_HW_ESP_TX_CSUM bit before segmenting net/ipv4/esp4.c | 2 +- net/ipv4/esp4_offload.c | 2 ++ net/ipv6/esp6_offload.c | 2 ++ net/xfrm/xfrm_input.c | 3 ++- net/xfrm/xfrm_policy.c | 4 ++-- 5 files changed, 9 insertions(+), 4 deletions(-)