sliver-openvswitch.git
2013-02-06 Simon Hormanpacket: packet_get_tcp_flags: use flow's innermost...
2013-02-06 Simon Hormanodp-util: commit_set_nw_action: use flow's innermost...
2013-02-06 Simon Hormanpacket: Correctly set ethertype in pop_mpls()
2013-02-06 Ben PfaffFAQ: Fix typo (doubled "later").
2013-02-06 Ben PfaffFAQ: Expand on how one would implement VLAN handling...
2013-02-05 Ethan Jacksonnicira-ext: Remove the autopath action.
2013-02-05 Ethan Jacksonbond: Remove stable bond mode.
2013-02-05 Simon HormanUser-Space MPLS actions and matches
2013-02-05 Justin PettitPrepare for post-1.10.0 (1.10.90).
2013-02-05 Justin PettitPrepare for 1.10.0.
2013-02-05 Justin PettitNEWS: Rearrange announcements related to 1.10 and 1.9.
2013-02-04 Justin PettitNEWS: Mention experimental support for newer versions...
2013-02-04 Justin PettitNEWS: Correct some items incorrectly stating they arriv...
2013-02-04 Justin PettitFAQ: Add an entry describing the different ways to...
2013-02-04 Ben Pfaffpython/ovs/db/types: Fix English grammar for enums...
2013-02-04 Ben PfaffFAQ: Add question and answer about PPP.
2013-02-02 Jesse Grosstunneling: Don't send ICMP messages if no tunnel port...
2013-02-01 Ben PfaffUse is_pow2() function, where possible, instead of...
2013-02-01 Ben Pfaffsocket-util: Use set_nonblocking() helper function.
2013-02-01 Ben Pfafftimeval: Avoid unnecessary integer overflow in time_ala...
2013-02-01 Ben Pfaffworker: Use ovs_retval_to_string() where EOF is a possi...
2013-02-01 Ben Pfaffunixctl: Use ovs_retval_to_string() where EOF is a...
2013-02-01 Ben Pfaffnetdev-linux: Check return value of set_nonblocking().
2013-02-01 Ben Pfaffprocess: Check return value of set_nonblocking().
2013-02-01 Ben Pfaffbridge: Rename iface_create() variable to avoid hiding...
2013-02-01 Ben Pfaffofp-util: Rename ofputil_port_from_string() variable...
2013-02-01 Ben Pfaffvlog: New function vlog_set_levels_from_string_assert().
2013-02-01 Justin Pettitofp-parse: Ignore "idle_age" and "hard_age" when parsin...
2013-02-01 Ben Pfaffnetlink-socket: Don't bother logging SO_RCVBUFFORCE...
2013-01-31 Ben Pfaffofproto-dpif: Fix memory leak in port_dump_next().
2013-01-31 Ben Pfaffovs-ctl: Update comment.
2013-01-31 Ben Pfaffofproto-dpif: Clear revalidation flags only once, not...
2013-01-31 Ben Pfaffovsdb-tool: Fix memory leak on error path in "show...
2013-01-31 Ben Pfaffovsdb-idl: Fix memory leak on error path.
2013-01-31 Ben Pfaffmeta-flow: Add missing "break" to mf_set_wild().
2013-01-31 Ben Pfaffmeta-flow: Avoid null pointer dereference in mf_format_...
2013-01-30 Gurucharan... ovs-ctl: Fix a couple of typos.
2013-01-29 Ethan Jacksonnetdev-vport: Build on all platforms.
2013-01-29 Ethan Jacksontests: Add tunnel unit tests.
2013-01-29 Ethan Jacksonlib: Switch to flow based tunneling.
2013-01-29 Jesse Grosstunnel: Userspace implementation of tunnel manipulation.
2013-01-29 Ethan Jacksonnetdev: New function netdev_get_dpif_port().
2013-01-29 Ethan Jacksonpackets: Create global helper is_ip_any().
2013-01-29 Ethan Jacksondpif-netdev: Allow stub interfaces on the dummy datapath.
2013-01-29 Ethan Jacksonofproto-dpif: Install drops for flows from invalid...
2013-01-28 Ethan Jacksonofproto-dpif: Require an in_port when tracing datapath...
2013-01-28 Ethan Jacksonofproto-dpif: Use ofproto_receive() in update_stats().
2013-01-28 Ethan Jacksonroute-table: Add route_table_wait() to the stub impleme...
2013-01-28 Jesse Grossdatapath: Remove kernel patch ports.
2013-01-28 Jesse Grossdatapath: Remove compatibility GRE identifier.
2013-01-28 Jesse Grossdatapath: Remove tunnel configuration sequence number.
2013-01-28 Jesse Grossdatapath: Remove vport MAC address configuration.
2013-01-28 Jesse Grossdatapath: Remove tunnel path MTU discovery support.
2013-01-28 Jesse Grossdatapath: Remove support for Don't Fragment inheritance.
2013-01-28 Jesse GrossFAQ: Add entry describing upgrade order between userspa...
2013-01-26 Justin Pettitworker: Don't have worker abort when parent dies.
2013-01-26 Pravin B Shelardatapath: Clear struct ovs_key_ipv4_tunnel padding.
2013-01-26 Ben Pfaffofproto: Maintain "expirable" list for "add" flow_mod...
2013-01-26 Ben Pfaffofproto: Properly refresh rule modified time when nothi...
2013-01-26 Ben Pfaffvconn: Initialize 'recv_any_version' member of struct...
2013-01-25 Thomas Graflinux: Increase accuracy of ingress_policing_rate at...
2013-01-25 Justin Pettitdpif-linux: Report dropped lost messages at WARN level.
2013-01-25 Thomas Grafrhel: Add OVSREQUIRES to automatically bring up OpenFlo...
2013-01-25 Thomas Grafrhel: Automatically start openvswitch service before...
2013-01-25 Simon Hormanofproto: Optimise OpenFlow flow expiry
2013-01-24 Ben Pfaffrconn: Fix null pointer dereference in rconn_add_monitor().
2013-01-24 Ben Pfaffovs-ofctl: Use vconn_open() instead of vconn_open_block...
2013-01-24 Ben Pfaffnetdev-dummy: Test LACP negotiation.
2013-01-24 Ethan Jacksonofproto-dpif: Implement patch ports in userspace.
2013-01-24 Ethan Jacksonofproto-dpif: Refresh stats before ovs-appctl dpif...
2013-01-24 Ethan Jacksonofproto-dpif: Scope revalidation state to dpif_backers.
2013-01-24 Ben Pfaffovsdb: Fix double-free in ovsdb_jsonrpc_session_close().
2013-01-24 Ben Pfaffofproto: Avoid wild write removing OFPP_LOCAL port...
2013-01-24 Ben PfaffFAQ: Add QoS section.
2013-01-23 Ben Pfaffbridge: Fix bug in equal_pathnames().
2013-01-22 Ethan Jacksonofproto-dpif: Fix minor memory leak when creating dpif_...
2013-01-22 Ben Pfaffhash: Replace primary hash functions by murmurhash.
2013-01-22 Ben Pfaffhash: Change mhash_finish() data measurement from words...
2013-01-22 Ben Pfaffhash: Correct implementation of mhash_finish().
2013-01-22 Ben Pfafftests: Fix dependencies on hash function in ofproto...
2013-01-22 Jesse Grossdatapath: Return correct error code when dumping flow...
2013-01-22 Ben Pfaffdatapath: Don't dump partial action lists in flows.
2013-01-21 Jesse GrossRevert "datapath: Avoid null deref when GSO is for...
2013-01-21 Jesse Grossdatapath: Move LRO check from transmit to receive.
2013-01-21 Ben Pfaffdatapath: Avoid null deref when GSO is for verifying...
2013-01-21 Ben Pfaffofproto: Remove redundant call to ofconn_get_ofproto
2013-01-21 Pravin B Shelardatapath: Fix nelink attribute size for flow.
2013-01-21 Pravin B Shelardatapath: Fix Flow dump operation.
2013-01-19 Pravin B Shelardatapath: More flexible kernel/userspace tunneling...
2013-01-17 Gurucharan... debian: Change openvswitch restart logic for kernel...
2013-01-17 Justin Pettitofproto: Add "actions=" to drop action in "ovs-appctl...
2013-01-17 Simon Hormandpif-netdev: Limit scope of vlan in dp_netdev_execute_a...
2013-01-17 Ben PfaffNEWS: Mention that bridge compatibility is gone.
2013-01-17 Justin Pettitdpif-linux: Fix segfault when a port already exists.
2013-01-17 Ben PfaffMakefile.am: add check that <assert.h> is not used...
2013-01-17 Ben PfaffRemove useless use of <assert.h>.
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-17 Ben Pfaffutil: Introduce ovs_assert macro.
2013-01-16 Gurucharan... ovs-ctl.in: Restore ofport values across force-reload...
2013-01-16 Gurucharan... ovs-save: Add a helper command to maintain ofport value.
next