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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 29 Aug 2015 17:44:04 -0700
From:	Pravin B Shelar <pshelar@...ira.com>
To:	netdev@...r.kernel.org
Cc:	Pravin B Shelar <pshelar@...ira.com>
Subject: [PATCH net-next 0/4] openvswitch: Cleanup post vport conversion.

After converting all vport to netdev implmentations there
is no need for some of vport functionalify.

Pravin B Shelar (4):
  openvswitch: Remove vport get_name()
  openvswitch: Remove egress_tun_info.
  openvswitch: Remove vport stats.
  openvswitch: Remove vport-net

 net/openvswitch/actions.c            |    5 --
 net/openvswitch/datapath.c           |    1 -
 net/openvswitch/datapath.h           |    5 --
 net/openvswitch/flow.c               |    3 +-
 net/openvswitch/vport-geneve.c       |    3 +-
 net/openvswitch/vport-gre.c          |    3 +-
 net/openvswitch/vport-internal_dev.c |   58 ++++++++---------
 net/openvswitch/vport-netdev.c       |   22 ++----
 net/openvswitch/vport-netdev.h       |    2 +-
 net/openvswitch/vport-vxlan.c        |    3 +-
 net/openvswitch/vport.c              |  118 +++++-----------------------------
 net/openvswitch/vport.h              |   47 +++----------
 12 files changed, 67 insertions(+), 203 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ