sliver-openvswitch.git
2013-09-26 Giuseppe LettieriMerge branch 'mainstream'
2013-09-26 Simon Hormandatapath: Move segmentation compatibility code into...
2013-09-25 Simon Hormandatapath: simplify VLAN segmentation
2013-09-25 Ben Pfafftunnel: Make tnl_find() easier to understand.
2013-09-25 YAMAMOTO TakashiOPENFLOW-1.1+: update for OF1.3 ONF Extentions and...
2013-09-25 YAMAMOTO Takashifor ovs-appctl bridge/dump-flows, don't show "priority...
2013-09-25 Simon Hormanpackets: Remove unused function eth_mpls_depth
2013-09-24 Ben Pfaffdatapath: Fix typos in comment.
2013-09-24 Jarno Rajahalmeofproto-dpif-upcall: Fix a memory leak.
2013-09-24 Gurucharan... ovs-dpctl: Update usage where datapath name is optional.
2013-09-24 Gurucharan... odp-util: Parse the in_port as a name correctly.
2013-09-24 Gurucharan... ovs-dpctl: Parse the arguments correctly for del-flow.
2013-09-24 Gurucharan... ovs-dpctl: Add a missing simap_destroy()
2013-09-24 Gurucharan... ovs-dpctl: Remove stale comment.
2013-09-24 Ben Pfaffofproto-dpif-upcall: Fix typos in comments.
2013-09-24 Ben Pfaffhmap: Make bad hash functions easier to find.
2013-09-24 Ben Pfaffofproto: Fix memory leak in rule_actions_unref().
2013-09-24 Ben Pfaffofproto: Allow ofproto_delete_flow() to delete hidden...
2013-09-23 Wei Yongjundatapath: remove duplicated include from vport-gre.c
2013-09-23 Wei Yongjundatapath: remove duplicated include from vport-vxlan.c
2013-09-20 Ethan Jacksoncfm: Don't enforce CFM_FAULT_INTERVAL.
2013-09-20 alex wangcfm: Prevent interval fault when demand mode is enabled...
2013-09-19 Ben Pfaffofproto-dpif-upcall: Forward packets in order of arrival.
2013-09-19 Lorand Jakabdatapath: add linux/utils.c to .gitignore
2013-09-19 Lorand Jakabutilities: add ovs-dpctl-top to .gitignore
2013-09-18 Jesse Grossdatapath: Remove net_device_ops compatibility code.
2013-09-17 Ben Pfaffopenvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_...
2013-09-17 Ben PfaffNEWS: Move backported item from post-v2.0.0 to v2.0.0.
2013-09-17 Mark Hamiltonutilities: a top like tool for ovs-dpctl dump-flows.
2013-09-17 Ethan Jacksonodp-util: Remove trailing whitespace.
2013-09-17 Ethan Jacksonnetdev-vport: Fix indentation.
2013-09-17 Ben Pfaffofproto-dpif: Avoid unnecessarily counting packets.
2013-09-17 Ben Pfaffofproto-dpif: Remove write-only member 'key_fitness...
2013-09-17 Ben Pfaffofproto-dpif-upcall: Remove redundant 'packets' list...
2013-09-17 Ben Pfaffofproto-dpif: Use shash_find_and_delete() to simplify...
2013-09-17 Ben Pfaffofproto-dpif: Fix use-after-free error deleting last...
2013-09-17 Ben Pfaffvlog: Fix formatting of milliseconds in Python log...
2013-09-16 Jarno Rajahalmeovs-ofctl: Add meter support.
2013-09-16 Jarno Rajahalmerule_ofpacts: keep datapath meter_id.
2013-09-16 Jarno Rajahalmeofproto meters: Keep provider meter_id over mods.
2013-09-16 Jarno Rajahalmeofproto: Actually return the error code from meter...
2013-09-16 Ben PfaffINSTALL.RHEL: Explain how to work around old Autoconf...
2013-09-16 Ben Pfafftests: Make ovsdb-server add-db/remove-db test faster...
2013-09-16 Paul Ingramovsdb: write commit timestamps to millisecond resolution.
2013-09-16 Paul Ingramovsdb: Use DB load time, not on-disk commit times,...
2013-09-15 Giuseppe LettieriMerge branch 'mainstream'
2013-09-13 Jesse GrossFAQ: Fix version number for 2.0.
2013-09-13 Ben Pfafftimeval: Replace rwlock by mutex.
2013-09-13 Ben Pfafftimeval: Restore ability to warp time forward when...
2013-09-13 Ben Pfafftimeval: Add Clang thread-safety annotations, fix unimp...
2013-09-13 Paul Ingramvlog: Report timestamps in millisecond resolution in...
2013-09-13 Viresh Kumardatapath: remove HAVE_MAC_RAW
2013-09-13 Ben PfaffAUTHORS: Add Torbjorn Tornkvist.
2013-09-13 Ben Pfaffofp-util: Announce OpenFlow 1.3 table features only...
2013-09-13 Ben Pfaffofproto-dpif: Move "learn" actions into individual...
2013-09-13 Ben Pfaffofproto: Remove redundant cls parameter from a few...
2013-09-13 Ben Pfaffofproto: Add global locking around flow table changes.
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-12 Alex Wangvswitchd: Clear bfd_status column when bfd is disabled...
2013-09-12 Jarno Rajahalmeofp-parse: Set usable protocols in parse_ofp_meter_mod_...
2013-09-12 Jarno Rajahalmeofproto: Use proper error code when meter_id is out...
2013-09-12 Jarno RajahalmeDelete meters in the right place.
2013-09-12 Alex Wangbridge: Always call smap_destroy() after smap_init()
2013-09-12 Ben Pfaffdpif-linux: Use correct enum in dpif_linux_flow_dump_st...
2013-09-12 Giuseppe LettieriMerge branch 'mainstream'
2013-09-12 Daniel Balutaofproto: update flow_stats flags on flow_stats_request
2013-09-12 Ben PfaffFAQ: Explain how to output to the ingress port in OpenFlow.
2013-09-11 Andy Zhouopenflow-1.1+: move OFPTC11_TABLE_MISS_MASK out of...
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: Support out_group feature when matching on...
2013-09-10 Ben Pfaffofproto: Do not call ->rule_destruct() if ->rule_constr...
2013-09-08 Pravin B Shelardatapath: Remove compat workqueue.
2013-09-08 Pravin B Shelarlisp: Reset vlan tag on send.
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-09 YAMAMOTO Takashilib/timeval: don't forget to initialize a rwlock
2013-09-07 Pravin B Shelardatapath: Move flow table rehashing to flow install.
next