aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-01Set release dates for 2.1.2.v2.1.2Justin Pettit
2014-04-30ofproto-dpif: Close race between processing packet_ins and checking seqno.Ben Pfaff
2014-04-30ofproto-dpif: Use sequence number to wake up main thread forAlex Wang
2014-04-29Prepare for 2.1.2.Justin Pettit
2014-04-29Revert "Prepare for 2.1.2."Justin Pettit
2014-04-29datapath: Check for backported skb_orphan_frags().v2.1.1Joe Stringer
2014-04-28Prepare for 2.1.2.Justin Pettit
2014-04-28Prepare 2.1.1 release.Justin Pettit
2014-04-23bridge: When ports disappear from a datapath, add them back.Ben Pfaff
2014-04-24revalidator: Prevent handling the same flow twice.Joe Stringer
2014-04-14datapath: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss
2014-04-11debian: Better document how to get a kernel module in README.Debian.Ben Pfaff
2014-04-11ovsdbmonitor: Remove.Ben Pfaff
2014-04-10netflow: Correctly track flow creation time.Ben Pfaff
2014-04-10vlandev: Fix an obvious predicate logic crash bug.ZhengLingyun
2014-04-09ofproto/xlate: Fix set field unwildcarding.Jarno Rajahalme
2014-04-09ofproto-dpif-xlate: Correct check for MPLS LSESimon Horman
2014-04-09lib/ofp-actions: Silently discard set ip ecn/ttl actions on OpenFlow10.Jarno Rajahalme
2014-04-08datapath: supply a dummy err_handler of gre_cisco_protocol to prevent kernel ...Wei Zhang
2014-04-06ofproto-dpif-upcall: Expire netflow flow when revalidate_ukey failedYAMAMOTO Takashi
2014-04-05ofp-print: Fix misaligned data access in ofp_print_error_msg().Ben Pfaff
2014-04-05packets: Fix misaligned data accesses for MPLS and SCTP fields.Ben Pfaff
2014-04-05dpif-netdev: Unwildcard entire odp_port in dpif_netdev_mask_from_nlattrs().Ben Pfaff
2014-04-02debian: Allow kmod or module-init-tools for backward compatibility.Ben Pfaff
2014-03-31debian: Depend on 'kmod' instead of module-init-tools.Ben Pfaff
2014-03-31rhel: Enable DHCP support for internal ports.Flavio Leitner
2014-03-25lib/pcap: Use ofpbuf_tail() instead of ofpbuf_end().Jarno Rajahalme
2014-03-20cfm: Define old_cfm_fault as 'enum cfm_fault_reason'.Alex Wang
2014-03-19dpif-netdev: Use packet key to parse TCP flags.Jarno Rajahalme
2014-03-19Set release date for 2.1.0.v2.1.0Justin Pettit
2014-03-19cfm: Notify connectivity_seq on remote maintenance points change.Alex Wang
2014-03-17ofproto-dpif: Revalidate flows when the group table changes.Ben Pfaff
2014-03-15stp: Fix bpdu tx problem in listening statekmindg
2014-03-01tunnel: Do not set padding bits in tunnel mask.Ben Pfaff
2014-03-01odp-util: Include tun_id when nonzero even if "key" flag not set.Ben Pfaff
2014-02-28datapath: Correctly report flow used times for first 5 minutes after boot.Ben Pfaff
2014-02-26dpif-linux: Lookup netdev to get netdev type string.Joe Stringer
2014-02-25upcall: Remove datapath flows when setting n-threads.Joe Stringer
2014-02-25upcall: Delete flows that were not recently dumped.Joe Stringer
2014-02-25upcall: Refactor ukey creation and dump handlingJoe Stringer
2014-02-25upcall: Defer ukey deletion until after pushing stats.Joe Stringer
2014-02-25ofproto-dpif: Test flow stats reporting.Joe Stringer
2014-02-25ofproto-dpif: Complete all packet translations before freeing an ofproto.Ben Pfaff
2014-02-21ofproto-dpif: Fix segfault removing port when STP is enabled.Ben Pfaff
2014-02-20ofproto: Update only OFPUTIL_PS_LINK_DOWN (not STP) from netdev state.Ben Pfaff
2014-02-19ipfix: fix upcall cookie size checks to support 8 byte cookiesRomain Lenglet
2014-02-19ovs-vsctl: reconnect to the database if connection was droppedAnsis Atteka
2014-02-15datapath: fix dp check in ovs_dp_reset_user_featuresJiri Pirko
2014-02-13datapath: Fix race.Jarno Rajahalme
2014-02-12meta-flow: Fix setting MFF_IP_FRAG.Jarno Rajahalme