All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: add local address bind support to vxlan and geneve
@ 2024-02-22 20:48 Richard Gobert
  2024-02-22 20:51 ` [PATCH net-next 1/2] net: vxlan: enable local address bind for vxlan sockets Richard Gobert
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Richard Gobert @ 2024-02-22 20:48 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, idosch, razor, amcohen, petrm,
	jbenc, b.galvani, bpoirier, gavinl, martin.lau, daniel, herbert,
	netdev, linux-kernel

This series adds local address bind support to both vxlan
and geneve sockets.

Richard Gobert (2):
  net: vxlan: enable local address bind for vxlan sockets
  net: geneve: enable local address bind for geneve sockets

 drivers/net/geneve.c               | 58 +++++++++++++++++++++++++++---
 drivers/net/vxlan/vxlan_core.c     | 19 +++++++---
 include/net/geneve.h               |  6 ++++
 include/uapi/linux/if_link.h       |  2 ++
 tools/include/uapi/linux/if_link.h |  2 ++
 5 files changed, 77 insertions(+), 10 deletions(-)

-- 
2.36.1

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

end of thread, other threads:[~2024-02-28 17:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-22 20:48 [PATCH net-next 0/2] net: add local address bind support to vxlan and geneve Richard Gobert
2024-02-22 20:51 ` [PATCH net-next 1/2] net: vxlan: enable local address bind for vxlan sockets Richard Gobert
2024-02-23 17:49   ` kernel test robot
2024-02-24  5:58   ` kernel test robot
2024-02-22 20:53 ` [PATCH net-next 2/2] net: geneve: enable local address bind for geneve sockets Richard Gobert
2024-02-22 22:31   ` Eyal Birger
2024-02-27  9:02     ` Richard Gobert
2024-02-28 17:51       ` Eyal Birger
2024-02-24  9:01   ` kernel test robot
2024-02-24 10:06   ` Jiri Benc
2024-02-23 14:11 ` [PATCH net-next 0/2] net: add local address bind support to vxlan and geneve Jakub Kicinski

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.