[ovs-git] Open vSwitch: netdev: Add classes which don't require initialization. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Sep 30 20:12:03 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  0a6d2aa6732dbf15686149a7cccf6ae71e3749c9 (commit)
       via  1a487cec005de9f77cb9d1a2492681af293f73fb (commit)
       via  effb3acf60ddf247236f46f69897ccb9582dacd2 (commit)
       via  362424c31e44722e3816e646943e22991ff9a91c (commit)
      from  c38cd4bc703054bb77a5261a6b934dfc8e52c0c6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0a6d2aa6732dbf15686149a7cccf6ae71e3749c9
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0a6d2aa6732dbf15686149a7cccf6ae71e3749c9
Author: Jesse Gross <jesse at nicira.com>
		
netdev: Add classes which don't require initialization.
		
If a class requires does not require initialization, still add it
to the list of netdev classes.


commit 1a487cec005de9f77cb9d1a2492681af293f73fb
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1a487cec005de9f77cb9d1a2492681af293f73fb
Author: Jesse Gross <jesse at nicira.com>
		
netdev-linux: Fix tap device using wrong FD.
		
Tap devices were doing ioctls on the AF_INET socket, instead of the
FD opened on the tap device.


commit effb3acf60ddf247236f46f69897ccb9582dacd2
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=effb3acf60ddf247236f46f69897ccb9582dacd2
Author: Jesse Gross <jesse at nicira.com>
		
netdev: Fix memory leak in netdev_open.
		
The name of the netdev is copied but is never freed.


commit 362424c31e44722e3816e646943e22991ff9a91c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=362424c31e44722e3816e646943e22991ff9a91c
Author: Jesse Gross <jesse at nicira.com>
		
netdev: Fix typo in netdev provider enumerate.
		


-----------------------------------------------------------------------

Summary of changes:
 lib/netdev-linux.c    |    8 +++++---
 lib/netdev-provider.h |    2 +-
 lib/netdev.c          |    3 +++
 3 files changed, 9 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list