[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1382090945-20860-1-git-send-email-mathias.krause@secunet.com>
Date: Fri, 18 Oct 2013 12:09:03 +0200
From: Mathias Krause <mathias.krause@...unet.com>
To: netdev@...r.kernel.org
Cc: Mathias Krause <mathias.krause@...unet.com>,
Steffen Klassert <steffen.klassert@...unet.com>,
Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>
Subject: [PATCH net-next 0/2] Removal of struct esp_data
This series removes one level of indirection when accessing the aead
crypto algorithm in ESP transforms by simply removing struct esp_data.
This results in smaller code and less memory usage per xfrm state.
Please apply!
Mathias Krause (2):
net: esp{4,6}: remove padlen from struct esp_data
net: esp{4,6}: get rid of struct esp_data
include/net/esp.h | 10 ----------
net/ipv4/esp4.c | 49 +++++++++++++++----------------------------------
net/ipv6/esp6.c | 48 +++++++++++++++---------------------------------
3 files changed, 30 insertions(+), 77 deletions(-)
--
1.7.10.4
--
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