netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request (net): ipsec 2013-03-27
@ 2013-03-27  7:41 Steffen Klassert
  2013-03-27  7:41 ` [PATCH 1/3] af_key: initialize satype in key_notify_policy_flush() Steffen Klassert
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Steffen Klassert @ 2013-03-27  7:41 UTC (permalink / raw)
  To: David Miller; +Cc: Herbert Xu, Steffen Klassert, netdev

1) Initialize the satype field in key_notify_policy_flush(),
   this was left uninitialized. From Nicolas Dichtel.

2) The sequence number difference for replay notifications
   was misscalculated on ESN sequence number wrap. We need
   a separate replay notify function for esn.

3) Fix an off by one in the esn replay notify function.
   From Mathias Krause.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit a0b1c42951dd06ec83cc1bc2c9788131d9fefcd8:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next (2013-02-20 18:58:50 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git master

for you to fetch changes up to 799ef90c55e692e096d8bd9e5871b95264b1e9ba:

  xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn() (2013-03-25 07:25:50 +0100)

----------------------------------------------------------------
Mathias Krause (1):
      xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn()

Nicolas Dichtel (1):
      af_key: initialize satype in key_notify_policy_flush()

Steffen Klassert (1):
      xfrm: Fix replay notification for esn.

 net/key/af_key.c       |    1 +
 net/xfrm/xfrm_replay.c |   66 +++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 66 insertions(+), 1 deletion(-)

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

end of thread, other threads:[~2013-03-27 18:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-27  7:41 pull request (net): ipsec 2013-03-27 Steffen Klassert
2013-03-27  7:41 ` [PATCH 1/3] af_key: initialize satype in key_notify_policy_flush() Steffen Klassert
2013-03-27  7:41 ` [PATCH 2/3] xfrm: Fix replay notification for esn Steffen Klassert
2013-03-27  7:41 ` [PATCH 3/3] xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn() Steffen Klassert
2013-03-27 18:09 ` pull request (net): ipsec 2013-03-27 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).