netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: vrf: Fix send to local broadcast address
@ 2018-01-25  3:37 David Ahern
  2018-01-25  3:37 ` [PATCH net-next 1/2] net: vrf: Add support for sends " David Ahern
  2018-01-25  3:37 ` [PATCH net-next 2/2] net/ipv4: Allow send to local broadcast from a socket bound to a VRF David Ahern
  0 siblings, 2 replies; 6+ messages in thread
From: David Ahern @ 2018-01-25  3:37 UTC (permalink / raw)
  To: netdev; +Cc: David Ahern

Patch set to fix packet send to the 255.255.255.255 address from a VRF.

First patch tell vrf driver to ignore those packets. Second patches
updates the uapi to allow sends from sockets bound to an L3 master
device.

David Ahern (2):
  net: vrf: Add support for sends to local broadcast address
  net/ipv4: Allow send to local broadcast from a socket bound to a VRF

 drivers/net/vrf.c      |  5 +++--
 net/ipv4/ip_sockglue.c |  6 +++++-
 net/ipv4/raw.c         | 15 ++++++++++++++-
 net/ipv4/udp.c         | 15 ++++++++++++++-
 4 files changed, 36 insertions(+), 5 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2018-01-26  2:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-25  3:37 [PATCH net-next 0/2] net: vrf: Fix send to local broadcast address David Ahern
2018-01-25  3:37 ` [PATCH net-next 1/2] net: vrf: Add support for sends " David Ahern
2018-01-25 21:23   ` David Miller
2018-01-25 22:01     ` David Ahern
2018-01-26  2:25       ` David Miller
2018-01-25  3:37 ` [PATCH net-next 2/2] net/ipv4: Allow send to local broadcast from a socket bound to a VRF David Ahern

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