lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 28 Oct 2008 15:34:15 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	martin@...ongswan.org
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH] xfrm: Notify changes in UDP encapsulation via netlink

From: Martin Willi <martin@...ongswan.org>
Date: Tue, 28 Oct 2008 21:44:20 +0100

> >  static struct xfrm_mgr netlink_mgr = {
> >         .id             = "netlink",
> >         .notify         = xfrm_send_state_notify,
> >         .notify_policy  = xfrm_send_policy_notify,
> >         .report         = xfrm_send_report,
> >         .migrate        = xfrm_send_migrate,
> > +       .new_mapping    = xfrm_send_mapping,
> > };
> 
> This operation is invoked from net/ipv4/esp4.c through the
> km_new_mapping() function, km_new_mapping() invokes all registered key
> managers. It is already implemented in the PF_KEY interface (pfkeyv2_mgr
> in af_key.c), but is missing in the netlink xfrm interface. The patch
> adds this functionality to the netlink interface.

Sorry, I didn't pick up on that.  Thanks for the explanation.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ