[ovs-git] Open vSwitch: AUTHORS: Add David S. Miller (master)

dev at openvswitch.org dev at openvswitch.org
Mon Apr 2 20:54:41 UTC 2012


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  4a00b733a692f3b524f691f67c19ffbaf6cac7ab (commit)
       via  c3cc8c031bb7be42b5b818c23d0e708a0cc11a26 (commit)
       via  d63649f1bb5101f365e51e7adbeed83a00bd6d69 (commit)
      from  75c8be3c0aa21bff5416b225ab84349a49610af1 (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 4a00b733a692f3b524f691f67c19ffbaf6cac7ab
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4a00b733a692f3b524f691f67c19ffbaf6cac7ab
Author: Jesse Gross <jesse at nicira.com>
		
AUTHORS: Add David S. Miller
		
Signed-off-by: Jesse Gross <jesse at nicira.com>


commit c3cc8c031bb7be42b5b818c23d0e708a0cc11a26
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c3cc8c031bb7be42b5b818c23d0e708a0cc11a26
Author: David S. Miller <davem at davemloft.net>
		
datapath: Stop using NLA_PUT*().
		
These macros contain a hidden goto, and are thus extremely error
prone and make code hard to audit.

Signed-off-by: David S. Miller <davem at davemloft.net>
[jesse: Additional transformations for code not upstream.]
Signed-off-by: Jesse Gross <jesse at nicira.com>


commit d63649f1bb5101f365e51e7adbeed83a00bd6d69
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=d63649f1bb5101f365e51e7adbeed83a00bd6d69
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Backport nla_put_be* functions.
		
Linux 3.5 replaces the NLA_PUT_* functions with non-macro version,
which required adding the endian-typed versions.  This backports
those functions and drops the macro backports.

Signed-off-by: Jesse Gross <jesse at nicira.com>


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

Summary of changes:
 AUTHORS                                     |    1 +
 datapath/brcompat_main.c                    |   18 +++++---
 datapath/datapath.c                         |   57 +++++++++++++++------------
 datapath/flow.c                             |   23 +++++++----
 datapath/linux/compat/include/net/netlink.h |   30 +++++++-------
 datapath/tunnel.c                           |   31 ++++++++------
 6 files changed, 91 insertions(+), 69 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list