cascardo/ovs.git
2013-09-13 Ben Pfaffofproto: Refactor eviction cases to use common code.
2013-09-13 Ben Pfaffofproto: New helper any_pending_ops().
2013-09-13 Ben Pfaffofproto: Mark immutable members of struct rule 'const'.
2013-09-13 Ben Pfaffofproto: Make some functions for rules private to ofpro...
2013-09-13 Ben Pfaffofproto: Remove ->timeout_mutex from struct rule (just...
2013-09-13 Ben Pfaffofproto: Replace rwlock in struct rule by a mutex.
2013-09-13 Ben Pfaffofproto: Protect index by cookie with ofproto_mutex.
2013-09-13 Ben Pfaffofproto: Drop 'expirable_mutex' in favor of new global...
2013-09-13 Ben Pfaffofproto: Move rule_execute() out of ofopgroup_complete().
2013-09-13 Ben Pfaffclassifier: Allow CLS_CURSOR_FOR_EACH to use a const...
2013-09-13 Ben Pfaffguarded-list: New data structure for thread-safe queue.
2013-09-13 Ben Pfaffofproto: Add a ref_count to "struct rule" to protect...
2013-09-13 Ben Pfaffofproto: Break actions out of rule into new rule_action...
2013-09-13 Ben Pfaffofproto: Remove soon-to-be-invalid optimizations.
2013-09-13 Ben Pfaffofproto: Move function find_meter() into ofpacts as...
2013-09-13 Ben Pfaffofproto: Merge ofproto_rule_delete() and ofproto_delete...
2013-09-13 Ben Pfaffofproto-dpif: Remove vestigial "clogged" feature.
2013-09-13 Ben Pfaffofproto: Avoid gratuitous memory allocation and free.
2013-09-13 Ben Pfaffofproto: Correct comments.
2013-09-13 Ben Pfaffofproto: Eliminate 'ofproto_node' member from struct...
2013-09-13 Ben Pfaffofproto: Reduce number of "collect" functions taking...
2013-09-13 Ben Pfaffofproto: Factor code out of collect_rules_{loose,strict...
2013-09-13 Jarno Rajahalmeofproto: Use proper error code when meter_id is out...
2013-09-13 Ben PfaffDelete meters in the right place.
2013-09-13 Ben Pfafflist: New function list_move().
2013-09-13 Ben Pfaffofproto: Avoid removing rules from meter lists twice.
2013-09-12 Alex Wangvswitchd: Clear bfd_status column when bfd is disabled...
2013-09-12 Alex Wangbridge: Always call smap_destroy() after smap_init()
2013-09-10 Ethan Jacksonofproto: Reduce default number of miss handlers.
2013-09-10 Ethan Jacksonofproto-dpif: Don't hold mac rwlock while calling send_...
2013-09-10 Ethan Jacksonofproto: Fix core dump due to uninitialized cls_rule.
2013-09-10 Ben Pfaffofproto: Do not call ->rule_destruct() if ->rule_constr...
2013-09-09 Daniel Borkmanndatapath: flow: fix potential illegal memory access...
2013-09-09 Guolin Yangutil: Don't set thread name to empty
2013-09-06 Pravin B Shelardatapath: Remove compat files.
2013-09-06 Pravin B Shelardatapath: Remove reciprocal_div compat code.
2013-09-06 Pravin B Shelardatapath: Remove compat support for NLA_NUL_STRING
2013-09-06 Pravin B Shelardatapath: Cleanup compat support.
2013-09-06 Pravin B Shelardatapath: Cleanup netlink compat code.
2013-09-06 Pravin B Shelardatapath: Remove vlan compat support
2013-09-06 Pravin B Shelardatapath: Remove checksum compat support
2013-09-06 Pravin B Shelardatapath: Remove skb->mark compat code.
2013-09-06 Pravin B Shelardatapath: Remove namespace compat support.
2013-09-06 Pravin B Shelardatapath: vport: Remove compat support
2013-09-06 Pravin B Shelardatapath: Drop support for RHEL5 build
2013-09-06 Pravin B Shelardatapath: Move kernel version check to configure.
2013-09-06 Pravin B Shelardatapath: Drop support for linux pre-2.6.32 kernel.
2013-09-05 Jesse Grossdatapath: Fix alignment of struct sw_flow_key.
2013-09-04 Simon Hormanovs-ofctl: Correct formatting of instructions in manpage.
2013-09-04 Ethan Jacksonofproto: Rename struct rule's evict lock and use it...
2013-09-04 Ethan Jacksonofproto-dpif: Don't manage eviction groups from threads.
2013-09-04 Ethan Jacksonofproto-dpif: Hide struct rule_dpif internally.
2013-09-04 Ben Pfaffofproto-dpif: Do not dpif_port_del() patch ports in...
2013-09-04 Alex Wangofproto-dpif-xlate: Fix confusion between "no stp port...
2013-09-04 Romain Lengletdpif: fix segfault in CONTROLLER action with sflow...
2013-09-04 Ben Pfaffofproto: Convert units correctly in ofport_open().
2013-09-04 Ben Pfaffflow: Fix hypothetical memory leak in miniflow_move().
2013-09-04 Ben Pfaffofproto: Fix memory leak in add_flow().
2013-09-04 Ben Pfaffofproto-dpif-mirror: Fix memory leak in mbridge_unref().
2013-09-04 Ben Pfaffflow: Fix memory leak in minimask_move().
2013-09-04 Ben Pfaffofproto-dpif: Fix use-after-free deleting a bridge...
2013-09-04 Ethan Jacksonofproto-dpif: Destroy facets on ofproto removal.
2013-09-04 Guolin Yangcfm: Fix a memory allocation bug in cfm_get_remove_mpids().
2013-09-04 Ethan Jacksonofproto-dpif-xlate: Fix mac learning deadlock.
2013-08-30 Guolin YangFix a bug in conversion between flow/mask and flow key
2013-08-30 Ed Masteutil: Include pthread_np.h on FreeBSD
2013-08-29 Pravin B Shelardatapath: Sync vxlan tunneling code with upstream ovs...
2013-08-28 Justin PettitPrepare for 2.0.0.
2013-08-28 Justin PettitSet release date for 1.11.0.
2013-08-28 Jarno Rajahalmeofproto-dpif-upcall: Batch upcalls.
2013-08-28 YAMAMOTO Takashinetdev-dummy: Stop overriding patch vport type with...
2013-08-28 YAMAMOTO Takashinetdev-bsd: fix crashes
2013-08-28 Ben Pfaffpackets, pktbuf: Align L3 headers on 32-bit boundary.
2013-08-28 Ben Pfaffpackets: Introduce IPv6 headers not aligned on a 32...
2013-08-28 Ben Pfaffpackets: Do not assume that IPv4, TCP, or ARP headers...
2013-08-28 Ben Pfaffofproto: Remove obsolete comment and assertion.
2013-08-28 Jarno Rajahalmelib: Keep track of usable protocols while parsing.
2013-08-28 Ben Pfaffnetdev: Fix deadlock when netdev_dump_queues() callback...
2013-08-28 Ben Pfaffofproto: Fully construct rules before putting them...
2013-08-27 Andy Zhoudatapath: add rounddown() definition into compatibility...
2013-08-27 Ben Pfaffofproto: Make OFPFC_ADD internally modify a rule instea...
2013-08-27 Ben Pfaffofp-util: Abstract flow_mod OFPFF_* flags.
2013-08-27 Ben Pfaffofproto-dpif-xlate: Fix fin_timeout to make rules expir...
2013-08-27 Ben Pfaffclassifier: New function cls_rule_move().
2013-08-27 Ben PfaffFix typos in a couple of OpenFlow related comments.
2013-08-27 Andy Zhoudatapath: optimize flow compare and mask functions
2013-08-27 Jarno Rajahalmeofproto-dpif.at: Remove push_vlan from an OF1.0 test.
2013-08-26 Gurucharan... ovs-save: Do not depend on hardcoded set of $PATH for...
2013-08-26 Ben Pfaffovs-atomic: Add native Clang implementation.
2013-08-23 Alex Wangdpif: Change get_max_ports() to return uint32_t.
2013-08-23 Alex Wangofproto: Change max_ports and alloc_port_no to uint16_t...
2013-08-23 priteshofproto: remove the extra reset to make code clear...
2013-08-23 Ben Pfaffmeta-flow: Use correct OF1.2+ errors for invalid fields...
2013-08-23 Ben Pfaffofproto-dpif-xlate: Refactor xlate_table_action() to...
2013-08-23 Ben Pfaffofproto-dpif: Fix thread safety annotation on rule_dpif...
2013-08-23 Jarno Rajahalmeofproto-dpif-upcall.c: Fix indentation.
2013-08-23 Jarno RajahalmeRemove duplicate call to subfacet_create().
2013-08-22 Alex Wangbfd: Implement forwarding_if_rx.
2013-08-22 Jesse Grossdatapath: Remove redundant EtherType check in vlan...
2013-08-22 Andy Zhoudatapath: More strict vlan encap netlink check
next