netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request (net-next): ipsec-next 2013-01-23
@ 2013-01-23  8:18 Steffen Klassert
  2013-01-23  8:18 ` [PATCH 1/8] xfrm: removes a superfluous check and add a statistic Steffen Klassert
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Steffen Klassert @ 2013-01-23  8:18 UTC (permalink / raw)
  To: David Miller; +Cc: Herbert Xu, Steffen Klassert, netdev

1) Add a statistic counter for invalid output states and
   remove a superfluous state valid check, from Li RongQing.

2) Probe for asynchronous block ciphers instead of synchronous block
   ciphers to make the asynchronous variants available even if no
   synchronous block ciphers are found, from Jussi Kivilinna.

3) Make rfc3686 asynchronous block cipher and make use of
   the new asynchronous variant, from Jussi Kivilinna.

4) Replace some rwlocks by rcu, from Cong Wang.

5) Remove some unused defines.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 483f777266f5da205459c290994bd3cda5f1f6bc:

  drivers/net: remove orphaned references to micro channel (2013-01-06 21:13:33 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git testing

for you to fetch changes up to 02bfd8ecf5cf980ede53e30a903b102924fc32f4:

  xfrm: Remove unused defines (2013-01-21 11:19:04 +0100)

----------------------------------------------------------------
Cong Wang (3):
      xfrm: replace rwlock on xfrm_state_afinfo with rcu
      xfrm: replace rwlock on xfrm_km_list with rcu
      xfrm: use separated locks to protect pointers of struct xfrm_state_afinfo

Jussi Kivilinna (3):
      xfrm_algo: probe asynchronous block ciphers instead of synchronous
      crypto: ctr - make rfc3686 asynchronous block cipher
      crypto: aesni-intel - remove rfc3686(ctr(aes)), utilize rfc3686 from ctr-module instead

Li RongQing (1):
      xfrm: removes a superfluous check and add a statistic

Steffen Klassert (1):
      xfrm: Remove unused defines

 arch/x86/crypto/aesni-intel_glue.c |   37 --------
 crypto/ctr.c                       |  173 +++++++++++++++++++++++-------------
 crypto/tcrypt.c                    |    4 +
 crypto/tcrypt.h                    |    1 +
 include/net/xfrm.h                 |    4 -
 include/uapi/linux/snmp.h          |    1 +
 net/xfrm/xfrm_algo.c               |    3 +-
 net/xfrm/xfrm_output.c             |    6 ++
 net/xfrm/xfrm_proc.c               |    1 +
 net/xfrm/xfrm_state.c              |  131 +++++++++++++--------------
 10 files changed, 185 insertions(+), 176 deletions(-)

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

end of thread, other threads:[~2013-01-23 21:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-23  8:18 pull request (net-next): ipsec-next 2013-01-23 Steffen Klassert
2013-01-23  8:18 ` [PATCH 1/8] xfrm: removes a superfluous check and add a statistic Steffen Klassert
2013-01-23  8:18 ` [PATCH 2/8] xfrm_algo: probe asynchronous block ciphers instead of synchronous Steffen Klassert
2013-01-23  8:18 ` [PATCH 3/8] crypto: ctr - make rfc3686 asynchronous block cipher Steffen Klassert
2013-01-23  8:19 ` [PATCH 4/8] crypto: aesni-intel - remove rfc3686(ctr(aes)), utilize rfc3686 from ctr-module instead Steffen Klassert
2013-01-23  8:19 ` [PATCH 5/8] xfrm: replace rwlock on xfrm_state_afinfo with rcu Steffen Klassert
2013-01-23  8:19 ` [PATCH 6/8] xfrm: replace rwlock on xfrm_km_list " Steffen Klassert
2013-01-23  8:19 ` [PATCH 7/8] xfrm: use separated locks to protect pointers of struct xfrm_state_afinfo Steffen Klassert
2013-01-23  8:19 ` [PATCH 8/8] xfrm: Remove unused defines Steffen Klassert
2013-01-23 19:00 ` pull request (net-next): ipsec-next 2013-01-23 David Miller
2013-01-23 21:23   ` Herbert Xu

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).