netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request (net-next): ipsec-next 2014-01-14
@ 2014-01-14  6:49 Steffen Klassert
  2014-01-14  6:49 ` [PATCH 01/15] xfrm: checkpatch errors with space Steffen Klassert
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Steffen Klassert @ 2014-01-14  6:49 UTC (permalink / raw)
  To: David Miller; +Cc: Herbert Xu, Steffen Klassert, netdev

This pull request has a merge conflict between commits be7928d20bab
("net: xfrm: xfrm_policy: fix inline not at beginning of declaration") and
da7c224b1baa ("net: xfrm: xfrm_policy: silence compiler warning") from
the net-next tree and commit 2f3ea9a95c58 ("xfrm: checkpatch erros with
inline keyword position") from the ipsec-next tree.

The version from net-next can be used, like it is done in linux-next.

1) Checkpatch cleanups, from Weilong Chen.

2) Fix lockdep complaints when pktgen is used with IPsec,
   from Fan Du.

3) Update pktgen to allow any combination of IPsec transport/tunnel mode
   and AH/ESP/IPcomp type, from Fan Du.

4) Make pktgen_dst_metrics static, Fengguang Wu.

5) Compile fix for pktgen when CONFIG_XFRM is not set,
   from Fan Du.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 852ad5e631967ae2203cb08c5b6b42c26011ed63:

  Merge branch 'bridge_cleanups' (2013-12-19 19:27:34 -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 6bae919003602729d6f5920315bf71ca78bd9e48:

  {xfrm,pktgen} Fix compiling error when CONFIG_XFRM is not set (2014-01-10 07:46:24 +0100)

----------------------------------------------------------------
Fan Du (9):
      {pktgen, xfrm} Correct xfrm state lock usage when transforming
      {pktgen, xfrm} Add statistics counting when transforming
      {pktgen, xfrm} Correct xfrm_state_lock usage in xfrm_stateonly_find
      {pktgen, xfrm} Using "pgset spi xxx" to spedifiy SA for a given flow
      {pktgen, xfrm} Construct skb dst for tunnel mode transformation
      {pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgen
      {pktgen, xfrm} Show spi value properly when ipsec turned on
      {pktgen, xfrm} Document IPsec usage in pktgen.txt
      {xfrm,pktgen} Fix compiling error when CONFIG_XFRM is not set

Fengguang Wu (1):
      pktgen_dst_metrics[] can be static

Weilong Chen (5):
      xfrm: checkpatch errors with space
      xfrm: checkpatch errors with foo * bar
      xfrm: checkpatch erros with space prohibited
      xfrm: fix checkpatch error
      xfrm: checkpatch erros with inline keyword position

 Documentation/networking/pktgen.txt |   15 +++++++
 include/net/xfrm.h                  |    2 +
 net/core/pktgen.c                   |   80 +++++++++++++++++++++++++++++------
 net/xfrm/xfrm_input.c               |    6 +--
 net/xfrm/xfrm_policy.c              |   38 ++++++++---------
 net/xfrm/xfrm_proc.c                |    2 +-
 net/xfrm/xfrm_state.c               |   44 ++++++++++++++-----
 net/xfrm/xfrm_user.c                |    6 +--
 8 files changed, 142 insertions(+), 51 deletions(-)

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

end of thread, other threads:[~2014-01-14  7:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14  6:49 pull request (net-next): ipsec-next 2014-01-14 Steffen Klassert
2014-01-14  6:49 ` [PATCH 01/15] xfrm: checkpatch errors with space Steffen Klassert
2014-01-14  6:49 ` [PATCH 02/15] xfrm: checkpatch errors with foo * bar Steffen Klassert
2014-01-14  6:49 ` [PATCH 03/15] xfrm: checkpatch erros with space prohibited Steffen Klassert
2014-01-14  6:49 ` [PATCH 04/15] xfrm: fix checkpatch error Steffen Klassert
2014-01-14  6:49 ` [PATCH 05/15] xfrm: checkpatch erros with inline keyword position Steffen Klassert
2014-01-14  6:49 ` [PATCH 06/15] {pktgen, xfrm} Correct xfrm state lock usage when transforming Steffen Klassert
2014-01-14  6:49 ` [PATCH 07/15] {pktgen, xfrm} Add statistics counting " Steffen Klassert
2014-01-14  6:49 ` [PATCH 08/15] {pktgen, xfrm} Correct xfrm_state_lock usage in xfrm_stateonly_find Steffen Klassert
2014-01-14  6:49 ` [PATCH 09/15] {pktgen, xfrm} Using "pgset spi xxx" to spedifiy SA for a given flow Steffen Klassert
2014-01-14  6:49 ` [PATCH 10/15] {pktgen, xfrm} Construct skb dst for tunnel mode transformation Steffen Klassert
2014-01-14  6:49 ` [PATCH 11/15] {pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgen Steffen Klassert
2014-01-14  6:49 ` [PATCH 12/15] {pktgen, xfrm} Show spi value properly when ipsec turned on Steffen Klassert
2014-01-14  6:49 ` [PATCH 13/15] {pktgen, xfrm} Document IPsec usage in pktgen.txt Steffen Klassert
2014-01-14  6:49 ` [PATCH 14/15] pktgen_dst_metrics[] can be static Steffen Klassert
2014-01-14  6:49 ` [PATCH 15/15] {xfrm,pktgen} Fix compiling error when CONFIG_XFRM is not set Steffen Klassert
2014-01-14  7:14 ` pull request (net-next): ipsec-next 2014-01-14 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).