Changes v1->v2: - Initial two patches dropped because they have been applied. - Fixed merge conflicts against current master.
Changes v2->v3: - Fixed merge conflicts against current master. Changes v3->v4: - Fix use-after-free in patch 1 reported by Ed Maste. Ben Pfaff (4): netdev: Factor restoring flags into new "struct netdev_saved_flags". netdev: Add new "struct netdev_rx" for capturing packets from a netdev. Rename superclass members to 'up'. netdev: Get rid of netdev_dev. lib/dpif-netdev.c | 19 +- lib/netdev-bsd.c | 530 +++++++++++++--------------- lib/netdev-dummy.c | 271 +++++++------- lib/netdev-linux.c | 940 ++++++++++++++++++++++--------------------------- lib/netdev-provider.h | 180 ++++------ lib/netdev-vport.c | 145 ++++---- lib/netdev.c | 542 +++++++++++++--------------- lib/netdev.h | 49 ++- ofproto/ofproto.c | 4 +- utilities/ovs-dpctl.c | 4 +- vswitchd/bridge.c | 4 +- 11 files changed, 1225 insertions(+), 1463 deletions(-) -- 1.7.10.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev