All of lore.kernel.org
 help / color / mirror / Atom feed
* pull request (net-next): ipsec-next 2017-04-11
@ 2017-04-11  5:53 Steffen Klassert
  2017-04-11  5:53 ` [PATCH 1/4] xfrm: remove unused struct xfrm_mgr::id Steffen Klassert
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Steffen Klassert @ 2017-04-11  5:53 UTC (permalink / raw)
  To: David Miller; +Cc: Herbert Xu, Steffen Klassert, netdev

1) Remove unused field from struct xfrm_mgr.

2) Code size optimizations for the xfrm prefix hash and
   address match.

3) Branch optimization for addr4_match.

All patches from Alexey Dobriyan.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit add641e7dee31b36aee83412c29e39dd1f5e0c9c:

  sched: act_csum: don't mangle TCP and UDP GSO packets (2017-03-23 17:40:33 -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 6c786bcb29dd684533ec165057f437d5bb34a4b2:

  xfrm: branchless addr4_match() on 64-bit (2017-03-27 07:04:14 +0200)

----------------------------------------------------------------
Alexey Dobriyan (4):
      xfrm: remove unused struct xfrm_mgr::id
      xfrm: use "unsigned int" in __xfrm6_pref_hash()
      xfrm: use "unsigned int" in addr_match()
      xfrm: branchless addr4_match() on 64-bit

 include/net/xfrm.h   | 11 +++++------
 net/key/af_key.c     |  1 -
 net/xfrm/xfrm_hash.h |  4 ++--
 net/xfrm/xfrm_user.c |  1 -
 4 files changed, 7 insertions(+), 10 deletions(-)

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

end of thread, other threads:[~2017-04-11 14:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11  5:53 pull request (net-next): ipsec-next 2017-04-11 Steffen Klassert
2017-04-11  5:53 ` [PATCH 1/4] xfrm: remove unused struct xfrm_mgr::id Steffen Klassert
2017-04-11  5:53 ` [PATCH 2/4] xfrm: use "unsigned int" in __xfrm6_pref_hash() Steffen Klassert
2017-04-11  5:53 ` [PATCH 3/4] xfrm: use "unsigned int" in addr_match() Steffen Klassert
2017-04-11  5:53 ` [PATCH 4/4] xfrm: branchless addr4_match() on 64-bit Steffen Klassert
2017-04-11 14:32 ` pull request (net-next): ipsec-next 2017-04-11 David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.