cascardo/ovs.git
2014-06-13 Ben Pfaffstream-ssl: Enable TLSv1.1 and TLSv1.2.
2014-06-13 Jarno Rajahalmelib/classifier: Fix use of uninitialized memory.
2014-06-13 Jarno Rajahalmelib/classifier: Clarify trie_lookup_value().
2014-06-12 Flavio Leitnerovs-lib: allow non-root users to check service status
2014-06-12 Jason Kölkerrhel: Add Patch Port support to initscripts
2014-06-12 Lars Kellogg... rhel: support persistent mac addresses on OVS bridges
2014-06-09 Anoob Somannetflow: Fold netflow_expire() into netflow_flow_clear().
2014-06-06 Ben Pfaffofproto: Fix memory leak in ofproto_destroy().
2014-06-05 Simon Hormanofproto: Send monitor updates if a flow mod changes...
2014-06-02 Jarno Rajahalmelib/match: Add mask bits for nd_target for ICMPv6
2014-05-28 Gurucharan... bridge: Initialize dscp for mgmt connections.
2014-05-21 Jesse Grossdatapath: Fix build from stats backport.
2014-05-21 Jesse Grossopenvswitch: fix a possible deadlock and lockdep warning
2014-05-20 Ben PfaffAUTHORS: Fix spelling of Anoob Soman's name.
2014-05-14 Anoob Somanofproto-dpif-xlate: Fix null pointer dereference
2014-05-09 Thomas Grafovs-ctl: Don't decrease max open fds if already set...
2014-05-09 Ben PfaffMakefiles: Fix invocation of dot2pic when builddir...
2014-05-09 YAMAMOTO Takashidot2pic: Stop assuming the path of the interpreter
2014-05-09 YAMAMOTO Takashidot2pic: Use "> $@; mv $@.tmp $@" notation to make...
2014-05-07 Joe Stringertunnel: Fix bug where misconfiguration persists.
2014-05-05 Justin PettitPrepare for 2.1.3.
2014-05-05 Joe Stringernetdev: Safely increment refcount in netdev_open().
2014-05-02 Jesse Grossdatapath: Fix feature check for HAVE_RXHASH.
2014-05-02 Pritesh Kotharidatapath: clear l4_rxhash in skb_clear_hash.
2014-05-02 YAMAMOTO Takashiofproto-dpif-xlate: Fix in_port=controller case for...
2014-05-01 Justin PettitSet release dates for 2.1.2. v2.1.2
2014-04-30 Ben Pfaffofproto-dpif: Close race between processing packet_ins...
2014-04-30 Alex Wangofproto-dpif: Use sequence number to wake up main threa...
2014-04-29 Justin PettitPrepare for 2.1.2.
2014-04-29 Justin PettitRevert "Prepare for 2.1.2."
2014-04-29 Joe Stringerdatapath: Check for backported skb_orphan_frags(). v2.1.1
2014-04-28 Justin PettitPrepare for 2.1.2.
2014-04-28 Justin PettitPrepare 2.1.1 release.
2014-04-24 Ben Pfaffbridge: When ports disappear from a datapath, add them...
2014-04-24 Joe Stringerrevalidator: Prevent handling the same flow twice.
2014-04-14 Zoltan Kissdatapath: Orphan frags in skb_zerocopy and handle errors
2014-04-11 Ben Pfaffdebian: Better document how to get a kernel module...
2014-04-11 Ben Pfaffovsdbmonitor: Remove.
2014-04-10 Ben Pfaffnetflow: Correctly track flow creation time.
2014-04-10 ZhengLingyunvlandev: Fix an obvious predicate logic crash bug.
2014-04-09 Jarno Rajahalmeofproto/xlate: Fix set field unwildcarding.
2014-04-09 Simon Hormanofproto-dpif-xlate: Correct check for MPLS LSE
2014-04-09 Jarno Rajahalmelib/ofp-actions: Silently discard set ip ecn/ttl action...
2014-04-09 Wei Zhangdatapath: supply a dummy err_handler of gre_cisco_proto...
2014-04-06 YAMAMOTO Takashiofproto-dpif-upcall: Expire netflow flow when revalidat...
2014-04-05 Ben Pfaffofp-print: Fix misaligned data access in ofp_print_erro...
2014-04-05 Ben Pfaffpackets: Fix misaligned data accesses for MPLS and...
2014-04-05 Ben Pfaffdpif-netdev: Unwildcard entire odp_port in dpif_netdev_...
2014-04-02 Ben Pfaffdebian: Allow kmod or module-init-tools for backward...
2014-03-31 Ben Pfaffdebian: Depend on 'kmod' instead of module-init-tools.
2014-03-31 Flavio Leitnerrhel: Enable DHCP support for internal ports.
2014-03-25 Jarno Rajahalmelib/pcap: Use ofpbuf_tail() instead of ofpbuf_end().
2014-03-20 Alex Wangcfm: Define old_cfm_fault as 'enum cfm_fault_reason'.
2014-03-19 Jarno Rajahalmedpif-netdev: Use packet key to parse TCP flags.
2014-03-19 Justin PettitSet release date for 2.1.0. v2.1.0
2014-03-19 Alex Wangcfm: Notify connectivity_seq on remote maintenance...
2014-03-17 Ben Pfaffofproto-dpif: Revalidate flows when the group table...
2014-03-15 kmindgstp: Fix bpdu tx problem in listening state
2014-03-02 Ben Pfafftunnel: Do not set padding bits in tunnel mask.
2014-03-02 Ben Pfaffodp-util: Include tun_id when nonzero even if "key...
2014-02-28 Ben Pfaffdatapath: Correctly report flow used times for first...
2014-02-26 Joe Stringerdpif-linux: Lookup netdev to get netdev type string.
2014-02-26 Joe Stringerupcall: Remove datapath flows when setting n-threads.
2014-02-26 Joe Stringerupcall: Delete flows that were not recently dumped.
2014-02-26 Joe Stringerupcall: Refactor ukey creation and dump handling
2014-02-26 Joe Stringerupcall: Defer ukey deletion until after pushing stats.
2014-02-26 Joe Stringerofproto-dpif: Test flow stats reporting.
2014-02-25 Ben Pfaffofproto-dpif: Complete all packet translations before...
2014-02-21 Ben Pfaffofproto-dpif: Fix segfault removing port when STP is...
2014-02-20 Ben Pfaffofproto: Update only OFPUTIL_PS_LINK_DOWN (not STP...
2014-02-19 Romain Lengletipfix: fix upcall cookie size checks to support 8 byte...
2014-02-19 Ansis Attekaovs-vsctl: reconnect to the database if connection...
2014-02-16 Jiri Pirkodatapath: fix dp check in ovs_dp_reset_user_features
2014-02-13 Jarno Rajahalmedatapath: Fix race.
2014-02-12 Jarno Rajahalmemeta-flow: Fix setting MFF_IP_FRAG.
2014-02-11 Ben Pfaffofproto-dpif-xlate: Make flows that match ICMP fields...
2014-02-08 Joe Stringerupcall: Avoid divide-by-zero calculating flow limit
2014-02-04 YAMAMOTO Takashipackets: Fix userland implementation of set-field ipv6...
2014-02-04 Ken Ajiroovs-vsctl: Update will be discarded when multiple ovs...
2014-02-01 Andy Zhoudatapth: Suppress error messages on megaflow updates
2014-01-28 Pravin B Shelardatapath: Fix ovs_flow_free() ovs-lock assert.
2014-01-31 Ben Pfaffbridge: Set ofport column in every database transaction.
2014-01-29 Ethan Jacksonofproto-dpif-upcall: Hardcode max_idle to 1500ms.
2014-01-23 Daniele Di... datapath: Fix ovs_dp_cmd_msg_size()
2014-01-22 Ansis Attekaipsec: install iptables rules that set IPsec bit in...
2014-01-21 Alex Wangbfd: Add bfd_src_ip and bfd_dst_ip.
2014-01-21 Joe Stringerupcall: Cache the number of flows from the datapath.
2014-01-21 Ben Pfaffvlog: Avoid deadlock in vlog_init__() corner case.
2014-01-17 Andy Zhoudatapath: Fix kernel panic on ovs_flow_free
2014-01-14 Thomas Grafdatapath: Pad OVS_PACKET_ATTR_PACKET if linear copy...
2014-01-15 YAMAMOTO Takashiofproto-dpif-xlate: Avoid recursive acquisition of...
2014-01-15 YAMAMOTO Takashiofproto-dpif-xlate: Fix a whitespace error.
2014-01-15 YAMAMOTO Takashifat-rwlock: Don't forget to destroy a mutex
2014-01-14 Ben Pfaffclassifier: Use fat_rwlock instead of ovs_rwlock.
2014-01-14 Ben Pfafffat-rwlock: New big but fast synchronization primitive.
2014-01-14 Ben Pfaffovs-thread: Add new support for thread-specific data.
2014-01-13 Ben Pfaffofproto-dpif: Un-wildcard nw_frag only for protocols...
2014-01-13 Ben Pfafftunnel: Un-wildcard only flags that really exist in...
2014-01-13 Ben Pfaffofproto-dpif-upcall: Avoid unnecessarily installing...
2014-01-13 Francesco FuscosFlow: clear the padding
next