aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-28Set release date for 1.11.0.v1.11.0Justin Pettit
2013-08-20ofproto-dpif: Fix memory leak in handle_flow_miss().Ben Pfaff
2013-08-14ofproto-dpif: Destroy bundle after moving its last port out.Ben Pfaff
2013-08-13debian: Fix build with old versions of dpkg-buildflags.Ben Pfaff
2013-08-13ovs-ofctl: Avoid groff warning due to too-long line.Ben Pfaff
2013-08-13debian: Apply hardening options to build.Ben Pfaff
2013-08-05odp-util: Always export the priority and skb_mark netlink attributes.Andy Zhou
2013-08-03ofproto-dpif: avoid losing track of kernel flows upon reinstallationAndy Zhou
2013-08-03ofproto-dpif: Always un-wildcard fields that are being set.Justin Pettit
2013-08-01odp-util: Always serialize tunnel mask attributes.Jesse Gross
2013-08-01datapath: Introduce is_mask when serializing netlink attributes.Jesse Gross
2013-08-01ofproto-dpif-xlate: Unmask mark when used for tunnels.Jesse Gross
2013-08-01datapath: Accept any 802.2 eth_type mask but override to be exact matchAndy Zhou
2013-08-01datapath: Accept any in_port mask but override to be exact matchAndy Zhou
2013-08-01datapath: Always allow tunnel mask to be specified in the netlinkAndy Zhou
2013-07-31odp-util: fix bug in setting ipv4 frag flag maskAndy Zhou
2013-07-31datapath: always export priority and skb_mark in netlink messageAndy Zhou
2013-07-30ofproto-dpif: Only track drop flows that are installedAndy Zhou
2013-07-30ofproto-dpif: Unset DPIF_FP_MODIFY flag when creating a new floAndy Zhou
2013-07-29datapath: Fix missing VLAN netlink attribute handlingAndy Zhou
2013-07-29datapath: fix a bug in SF_FLOW_KEY_PUT macroAndy Zhou
2013-07-26datapath: list: Fix double fetch of pointer in hlist_entry_safe()Pravin B Shelar
2013-07-22datapath: remove RCU annotation from flow->maskAndy Zhou
2013-07-19datapath: Add mask check during flow lookupAndy Zhou
2013-07-17ofproto-dpif: Make "ovs-appctl dpif/dump-flows" megaflow-aware.Justin Pettit
2013-07-17ofproto-dpif: Expire fin_timeout actions when no previous timeout set.Justin Pettit
2013-07-17ovs-ofctl: Bug fix in flow_format()Andy Zhou
2013-07-16ofproto-dpif: Don't put new subfacets as result of "userspace" action.Justin Pettit
2013-07-16datapath: Use masked flow when validating actions.Jesse Gross
2013-07-15datapath: Revert "datapath: rhel: Account for RHEL specific backports"Pravin B Shelar
2013-07-15rhel, xenserver: Create /var/log/openvswitch directory.Gurucharan Shetty
2013-07-12ofproto-dpif: Zero-out subfacet counters when installation fails.Justin Pettit
2013-07-12datapath: Use kernel eth_mac_addr() on old kernels.Jesse Gross
2013-07-12datapath: rhel: Account for RHEL specific backportsThomas Graf
2013-07-11FAQ: Add supported kernel versions for newer OVS releases.Jesse Gross
2013-07-11ovs-ctl.in: Increase the limit on file descriptors.Gurucharan Shetty
2013-07-11ovs-vswitchd: Correct the documentation on the limits for bridges and ports.Gurucharan Shetty
2013-07-09datpath: Fix tunnel TTL flow rejection message.Jesse Gross
2013-07-09datapath: Always include tunnel TTL in serialized Netlink attributes.Jesse Gross
2013-07-09datapath: fix bugs in exporting netlink attributesAndy Zhou
2013-07-09datapath: Fix Netlink error message header.Jesse Gross
2013-07-09datapath: Use DP_MAX_PORTS when no IN_PORT attribute is present.Jesse Gross
2013-07-08datapath: Make netlink error messages more consistent.Jesse Gross
2013-07-03datapath: add netlink error message to help kernel userspace integration.Andy Zhou
2013-07-03odp-util: Clearly indicate VID mask is printed in hex.Justin Pettit
2013-07-03odp-util: Always encode mask of 0xffff for dl_type < ETH_TYPE_MIN.Justin Pettit
2013-07-02Keep all of tunnel metadata in flow.Jarno Rajahalme
2013-07-02datapath: Fix tunnel source port selection for mega flowAndy Zhou
2013-06-28ofproto-dpif: Add ability to disable megaflows.Justin Pettit
2013-06-28flow: Don't assume non-IPv4 is IPv6 for un-wildcarding.Justin Pettit