Netdev List
 help / color / mirror / Atom feed
* pull request (net-next): ipsec-next 2018-10-01
@ 2018-10-01  9:16 Steffen Klassert
  2018-10-01  9:16 ` [PATCH 1/3] xfrm: Make function xfrmi_get_link_net() static Steffen Klassert
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Steffen Klassert @ 2018-10-01  9:16 UTC (permalink / raw)
  To: David Miller; +Cc: Herbert Xu, Steffen Klassert, netdev

1) Make xfrmi_get_link_net() static to silence a sparse warning.
   From Wei Yongjun.

2) Remove a unused esph pointer definition in esp_input().
   From Haishuang Yan.

3) Allow the NIC driver to quietly refuse xfrm offload
   in case it does not support it, the SA is created
   without offload in this case.
   From Shannon Nelson.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 817e60a7a2bb1f22052f18562990d675cb3a3762:

  Merge branch 'nfp-add-NFP5000-support' (2018-08-28 16:01:48 -0700)

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 4a132095dd64fefabdc5dad1cd9e9809b126e582:

  xfrm: allow driver to quietly refuse offload (2018-08-29 08:04:44 +0200)

----------------------------------------------------------------
Haishuang Yan (1):
      esp: remove redundant define esph

Shannon Nelson (1):
      xfrm: allow driver to quietly refuse offload

Wei Yongjun (1):
      xfrm: Make function xfrmi_get_link_net() static

 Documentation/networking/xfrm_device.txt | 4 ++++
 net/ipv4/esp4.c                          | 7 +++----
 net/ipv6/esp6.c                          | 7 +++----
 net/xfrm/xfrm_device.c                   | 6 +++++-
 net/xfrm/xfrm_interface.c                | 2 +-
 5 files changed, 16 insertions(+), 10 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-02 12:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-01  9:16 pull request (net-next): ipsec-next 2018-10-01 Steffen Klassert
2018-10-01  9:16 ` [PATCH 1/3] xfrm: Make function xfrmi_get_link_net() static Steffen Klassert
2018-10-01  9:16 ` [PATCH 2/3] esp: remove redundant define esph Steffen Klassert
2018-10-01  9:16 ` [PATCH 3/3] xfrm: allow driver to quietly refuse offload Steffen Klassert
2018-10-02  5:32 ` pull request (net-next): ipsec-next 2018-10-01 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox