cascardo/ovs.git
2014-05-28 Jarno RajahalmeCodingStyle: Allow C99 mixing of declarations and code.
2014-05-28 Ben Pfaffvtep: Don't try to both distribute and distclean the...
2014-05-28 Ben Pfaffofproto-dpif-xlate: Mark xcfgp and new_xcfg as static.
2014-05-28 Ben Pfaffofproto: Fix comment on struct meter.
2014-05-28 Simon Hormanofproto-dpif: Remove unused flows.txt from fin_timeout...
2014-05-28 Gurucharan... socket-util: Log the kernel assigned port number when...
2014-05-28 Gurucharan... ovs-ofctl: Enable the ability to 'detach' on Windows.
2014-05-28 Gurucharan... ovs-ofctl: Flush monitored data.
2014-05-28 Gurucharan... bridge: Initialize dscp for mgmt connections.
2014-05-28 Gurucharan... ovsdb-monitor.at: Changes for Windows.
2014-05-28 Ryan Wilsonofproto-dpif-xlate: Implement RCU locking in ofproto...
2014-05-27 Daniele Di... lib/flow: call memcmp in miniflow_equal()
2014-05-27 Gurucharan... socket-util: Refactor unix specific code to a new file.
2014-05-27 Simon Hormanofp-print: Merge ofp_print_stats_{reply, request}()
2014-05-27 Ben PfaffAUTHORS: Add Lars Kellogg-Stedman.
2014-05-27 Lars Kellogg... rhel: support persistent mac addresses on OVS bridges
2014-05-26 Joe Stringerxcache: Remove unused field xc_entry.u.learn.ofproto.
2014-05-24 Daniele Di... netdev-dpdk: use defined values for queues length
2014-05-23 Ethan Jacksonupcall: Remove redundant xlate_actions_for_side_effects().
2014-05-23 Jesse Grossmakefile.am: Apply printf check only to OVS userspace.
2014-05-23 Andy Zhouofproto-dpif-xlate: Coding style fix for bucket_is_alive()
2014-05-23 Andy Zhouofproto-dpif-xlate: Simplify group_is_alive
2014-05-23 Andy Zhouofproto-dpif: remove a redundant assignment
2014-05-23 Andy Zhouofproto: Remove ofproto_group_write_lookup()
2014-05-22 Ben Pfaffbridge: Add test that ports that disappear get added...
2014-05-22 Simon Hormanofproto: per-table statistics
2014-05-22 Ben Pfaffseq: Attribute wakeups to seq_wait()'s caller, not...
2014-05-22 Andy Zhouofproto: Add const to immutable members of ofgroup.
2014-05-22 Jesse GrossFAQ: Add a list of upstream kernel version supporting...
2014-05-22 Ryan WilsonTODO: Remove "OpenFlow Group Bucket Stats" from TODO...
2014-05-22 Alex Wangofproto-dpif-xlate: Fix a bug.
2014-05-22 Andy Zhoutests: Add tests for Openflow group stats
2014-05-22 Ryan Wilsonofproto: Add support for Openflow group and bucket...
2014-05-22 Ryan Wilsonofproto: Add reference count for Openflow groups.
2014-05-21 Ben Pfaffdpif-netdev: Use cmap for ports.
2014-05-21 Ben Pfaffdpif-netdev: Fix memory leak.
2014-05-21 Ben Pfaffdpif-netdev: Fix use-after-free in port_unref().
2014-05-21 Ben Pfaffcmap: Fix memory ordering for counter_changed().
2014-05-21 Joe Stringertests: Fix an ofproto test.
2014-05-21 Joe Stringerrevalidator: Re-fix a flow duplication bug.
2014-05-21 Ben Pfaffovs-vsctl: Add an example of how to limit the flows...
2014-05-21 Anoob Somanrhel: Remove creation of fake bond interface
2014-05-21 YAMAMOTO TakashiFAQ: Add an entry about datapath-id
2014-05-21 YAMAMOTO Takashinetdev-bsd: Fix a whitespace
2014-05-21 YAMAMOTO Takashiofproto: Fix comments
2014-05-21 Ryan Wilsonofproto: Remove per-flow miss hash table from upcall...
2014-05-21 Simon Hormandatapath: 16bit inner_network_header field in struct...
2014-05-20 Ben Pfaffcmap: New module for cuckoo hash table.
2014-05-20 Alex Wangovs-ctl: Raise the limit on the number of open file...
2014-05-20 Ben Pfaffdpif: Refactor flow dumping interface to make better...
2014-05-20 Ben PfaffAUTHORS: Fix spelling of Anoob Soman's name.
2014-05-19 Flavio Leitnerofproto-dpif-xlate: Add xlate_normal_flood()
2014-05-19 Flavio Leitnerofproto/xlate: Move is_admissible() up
2014-05-19 Flavio Leitnerdpif: Comestic indentation fixes
2014-05-19 Flavio Leitnerpacket: Add function ip_is_local_multicast()
2014-05-19 Daniel Borkmannpackets: Add igmp header definitions
2014-05-19 Daniel Borkmannnetinet: Add IPPROTO_IGMP definition
2014-05-19 Thomas Grafovs-vsctl: Add error column to show command
2014-05-19 Thomas Grafvswitchd: Add error column to Interface table to store...
2014-05-19 Thomas Grafvlog: Provide convenience macros to additionally store...
2014-05-19 Jarno Rajahalmelib/classifier: Rename 'cls_subtable_cache' as 'cls_sub...
2014-05-19 Ben Pfaffovs-rcu: Fix typo in comment.
2014-05-19 Ryan Wilsonovs-rcu: Add OVSRCU_TYPE_INITIALIZER which initializes...
2014-05-19 Ben Pfaffacinclude.m4: Fix "sparse", via detection of GNU make...
2014-05-19 Joe Stringertests: Check dpif-netdev odp_actions consistency.
2014-05-19 Joe Stringertests: Create dpif-netdev.at.
2014-05-19 Joe Stringerodp-util: Always serialise recirculation in upcall...
2014-05-19 Joe Stringertests: Remove duplicate STRIP_USED definition.
2014-05-19 Joe Stringerodp-util: Improve formatting of ND export to odp.
2014-05-16 Jarno RajahalmeUse prefix trie lookup for IPv4 by default.
2014-05-16 Ryan Wilsonnetdev: Remove netdev from global shash when the user...
2014-05-16 Andy Zhouofproto-dpif: Install internal rule should not change...
2014-05-16 Simon Hormanovs-atomic: Remove atomic_uint64_t and atomic_int64_t.
2014-05-16 Simon Hormanofproto-dpif-upcall: Use atomic_long in struct udpif
2014-05-16 Simon Hormanofproto-dpif: Break out MPLS controller tests into...
2014-05-15 Ben Pfaffofproto-dpif-upcall: Avoid use-after-free in revalidate...
2014-05-15 Simon Hormandatapath: sample action without side effects
2014-05-15 Gurucharan... tests: Change to parse dynamically allocated ports...
2014-05-15 Gurucharan... ovsdb-server.at: Skip transient transaction tests for...
2014-05-15 Justin PettitPrepare for post-2.3.0 (2.3.90).
2014-05-15 Justin PettitPrepare for 2.3.0.
2014-05-15 Jarno Rajahalmelib/classifier: Simpilify array ordering.
2014-05-14 Gurucharan... ovs-pki: Workaround lack of /dev/stdin in Windows.
2014-05-14 Joe Stringerodp-util: Fix a comment.
2014-05-14 Gurucharan... test-ovsdb: Fix setvbuf incompatibility on Windows.
2014-05-14 Gurucharan... util: set_program_name() can be called twice with diffe...
2014-05-14 Gurucharan... util: Disable popups while asserting in windows.
2014-05-14 Gurucharan... tests/library.at: Disable unix socket tests on Windows.
2014-05-14 Gurucharan... ovs-pki: Pass correct argument to 'sign' command.
2014-05-14 Gurucharan... timeval: Workaround strftime bug in VS 2013.
2014-05-14 Gurucharan... ovsdb: Open database in binary mode.
2014-05-14 Ben Pfaffmeta-flow: Use OXM-defined constant for TCP flags in...
2014-05-14 Ben Pfaffmeta-flow: Encode OXM version information into struct...
2014-05-14 Ben Pfaffnx-match: Refactor nxm_put_ip() to handle all IPv4...
2014-05-14 Ben PfaffImplement OpenFlow 1.5 port desc stats request.
2014-05-14 Ben PfaffImplement OpenFlow 1.5 group desc stats request.
2014-05-14 Ben PfaffAdd skeleton for OF1.5 support.
2014-05-14 Ben PfaffRemove --enable-of14 option because the implementation...
2014-05-14 Ben Pfaffofp-util: Remove ofputil_get_phy_port_size().
2014-05-14 Ben Pfaffofp-util: Simplify ofputil_decode_switch_features().
next