netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Removal of struct esp_data
@ 2013-10-18 10:09 Mathias Krause
  2013-10-18 10:09 ` [PATCH net-next 1/2] net: esp{4,6}: remove padlen from " Mathias Krause
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Mathias Krause @ 2013-10-18 10:09 UTC (permalink / raw)
  To: netdev; +Cc: Mathias Krause, Steffen Klassert, Herbert Xu, David S. Miller

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

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

end of thread, other threads:[~2013-10-29 12:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-18 10:09 [PATCH net-next 0/2] Removal of struct esp_data Mathias Krause
2013-10-18 10:09 ` [PATCH net-next 1/2] net: esp{4,6}: remove padlen from " Mathias Krause
2013-10-18 10:09 ` [PATCH net-next 2/2] net: esp{4,6}: get rid of " Mathias Krause
2013-10-18 17:55 ` [PATCH net-next 0/2] Removal " David Miller
2013-10-22 13:08   ` Steffen Klassert
2013-10-22 18:05     ` David Miller
2013-10-23  8:07       ` Steffen Klassert
2013-10-23 19:40         ` David Miller
2013-10-29 12:11           ` Steffen Klassert

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