lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1462424050-16084-1-git-send-email-dsa@cumulusnetworks.com> Date: Wed, 4 May 2016 21:54:08 -0700 From: David Ahern <dsa@...ulusnetworks.com> To: netdev@...r.kernel.org Cc: David Ahern <dsa@...ulusnetworks.com> Subject: [PATCH net-next 0/2] net: l3mdev: Allow send on enslaved interface 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
Powered by blists - more mailing lists