All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] packet socket cleanup
@ 2026-08-11 18:47 Joe Damato
  2026-08-11 18:47 ` [PATCH net-next 1/2] net/packet: Reduce VLAN tag code duplication Joe Damato
  2026-08-11 18:47 ` [PATCH net-next 2/2] net/packet: Use copy_safe_from_sockptr to dedupe code Joe Damato
  0 siblings, 2 replies; 5+ messages in thread
From: Joe Damato @ 2026-08-11 18:47 UTC (permalink / raw)
  To: netdev
  Cc: andrew+netdev, davem, edumazet, kuba, pabeni, horms, willemb,
	Joe Damato, linux-kernel, Willem de Bruijn

Greetings:

This series does some minor cleanup in the packet socket code to reduce code
duplication and use existing helpers (like copy_safe_from_sockptr).

No functional changes are introduced with this series.

Thanks,
Joe

Joe Damato (2):
  net/packet: Reduce VLAN tag code duplication
  net/packet: Use copy_safe_from_sockptr to dedupe code

 net/packet/af_packet.c | 116 ++++++++++++++++++++++-------------------
 1 file changed, 62 insertions(+), 54 deletions(-)


base-commit: 31397cf1819210bd63fa3d2c7d8c24f7c8667d99
-- 
2.53.0-Meta


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

end of thread, other threads:[~2026-08-12 12:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-11 18:47 [PATCH net-next 0/2] packet socket cleanup Joe Damato
2026-08-11 18:47 ` [PATCH net-next 1/2] net/packet: Reduce VLAN tag code duplication Joe Damato
2026-08-12 12:28   ` Willem de Bruijn
2026-08-11 18:47 ` [PATCH net-next 2/2] net/packet: Use copy_safe_from_sockptr to dedupe code Joe Damato
2026-08-12 12:19   ` Willem de Bruijn

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.