All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: l3mdev: Allow send on enslaved interface
@ 2016-05-05  4:54 David Ahern
  2016-05-05  4:54 ` [PATCH net-next 1/2] net: l3mdev: Move get_saddr and rt6_dst David Ahern
  2016-05-05  4:54 ` [PATCH net-next 2/2] net: l3mdev: Allow send on enslaved interface David Ahern
  0 siblings, 2 replies; 5+ messages in thread
From: David Ahern @ 2016-05-05  4:54 UTC (permalink / raw)
  To: netdev; +Cc: David Ahern

First patch preps for the second. The second is required for several use
cases such as ping on an interface and BFD that need to send packets on
a specific interface, including ones enslaved to a VRF device.

David Ahern (2):
  net: l3mdev: Move get_saddr and rt6_dst
  net: l3mdev: Allow send on enslaved interface

 drivers/net/vrf.c    |  2 ++
 include/net/l3mdev.h | 56 +++-----------------------------------------
 net/ipv4/route.c     |  4 ++++
 net/ipv6/route.c     |  2 +-
 net/l3mdev/l3mdev.c  | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 75 insertions(+), 54 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH net-next v2 0/2] net: l3mdev: Allow send on enslaved interface
@ 2016-05-07 23:48 David Ahern
  2016-05-07 23:49 ` [PATCH net-next 2/2] " David Ahern
  0 siblings, 1 reply; 5+ messages in thread
From: David Ahern @ 2016-05-07 23:48 UTC (permalink / raw)
  To: netdev; +Cc: David Ahern

First patch preps for the second. The second is required for several use
cases such as ping on an interface and BFD that need to send packets on
a specific interface, including ones enslaved to a VRF device.

v2
- fixed brackets on both patches per comment from DaveM

David Ahern (2):
  net: l3mdev: Move get_saddr and rt6_dst
  net: l3mdev: Allow send on enslaved interface

 drivers/net/vrf.c    |  2 ++
 include/net/l3mdev.h | 56 +++-------------------------------------------
 net/ipv4/route.c     |  4 ++++
 net/ipv6/route.c     |  2 +-
 net/l3mdev/l3mdev.c  | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 73 insertions(+), 54 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2016-05-07 23:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-05  4:54 [PATCH net-next 0/2] net: l3mdev: Allow send on enslaved interface David Ahern
2016-05-05  4:54 ` [PATCH net-next 1/2] net: l3mdev: Move get_saddr and rt6_dst David Ahern
2016-05-07 19:01   ` David Miller
2016-05-05  4:54 ` [PATCH net-next 2/2] net: l3mdev: Allow send on enslaved interface David Ahern
2016-05-07 23:48 [PATCH net-next v2 0/2] " David Ahern
2016-05-07 23:49 ` [PATCH net-next 2/2] " David Ahern

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.