All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/6] IXGBE IPsec fixes
@ 2026-08-18 13:19 Anatoly Burakov
  2026-08-18 13:19 ` [PATCH v1 1/6] net/ixgbe: add key length check in IPsec Anatoly Burakov
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Anatoly Burakov @ 2026-08-18 13:19 UTC (permalink / raw)
  To: dev

Small array of fixes and refactors for IXGBE IPsec implementation.

Anatoly Burakov (6):
  net/ixgbe: add key length check in IPsec
  net/ixgbe: remove unnecessary dev pointer
  net/ixgbe: harmonize return values in IPsec
  net/ixgbe: get rid of unnecessary malloc in IPsec
  net/ixgbe: fix missing HW write in IPsec
  net/ixgbe: refactor IPsec code

 drivers/net/intel/ixgbe/ixgbe_ipsec.c | 355 ++++++++++++--------------
 drivers/net/intel/ixgbe/ixgbe_ipsec.h |   1 +
 2 files changed, 161 insertions(+), 195 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-08-19 14:04 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-18 13:19 [PATCH v1 0/6] IXGBE IPsec fixes Anatoly Burakov
2026-08-18 13:19 ` [PATCH v1 1/6] net/ixgbe: add key length check in IPsec Anatoly Burakov
2026-08-18 13:19 ` [PATCH v1 2/6] net/ixgbe: remove unnecessary dev pointer Anatoly Burakov
2026-08-18 13:19 ` [PATCH v1 3/6] net/ixgbe: harmonize return values in IPsec Anatoly Burakov
2026-08-18 13:19 ` [PATCH v1 4/6] net/ixgbe: get rid of unnecessary malloc " Anatoly Burakov
2026-08-18 13:19 ` [PATCH v1 5/6] net/ixgbe: fix missing HW write " Anatoly Burakov
2026-08-18 13:19 ` [PATCH v1 6/6] net/ixgbe: refactor IPsec code Anatoly Burakov
2026-08-18 16:14 ` [PATCH v1 0/6] IXGBE IPsec fixes Radu Nicolau
2026-08-19 12:32 ` [PATCH v2 0/7] " Anatoly Burakov
2026-08-19 12:32   ` [PATCH v2 1/7] net/ixgbe: add key length check in IPsec Anatoly Burakov
2026-08-19 12:32   ` [PATCH v2 2/7] net/ixgbe: remove unnecessary dev pointer Anatoly Burakov
2026-08-19 12:32   ` [PATCH v2 3/7] net/ixgbe: harmonize return values in IPsec Anatoly Burakov
2026-08-19 12:32   ` [PATCH v2 4/7] net/ixgbe: get rid of unnecessary malloc " Anatoly Burakov
2026-08-19 12:32   ` [PATCH v2 5/7] net/ixgbe: use correct index variable " Anatoly Burakov
2026-08-19 12:52     ` Bruce Richardson
2026-08-19 12:32   ` [PATCH v2 6/7] net/ixgbe: fix missing HW write " Anatoly Burakov
2026-08-19 12:32   ` [PATCH v2 7/7] net/ixgbe: refactor IPsec code Anatoly Burakov
2026-08-19 14:04   ` [PATCH v2 0/7] IXGBE IPsec fixes Bruce Richardson

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.