aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-25Update dates for 1.6.1 release.v1.6.1Justin Pettit
2012-06-25ofp-util: Avoid use-after-free in ofputil_encode_flow_mod().Ben Pfaff
2012-06-19debian: Make DKMS automatically build for running kernel.Ben Pfaff
2012-06-14Declare the version as "1.6.1".Justin Pettit
2012-06-13vlog: Avoid use-after-free in corner case.Ben Pfaff
2012-06-12datapath: Check currect return value from skb_gso_segment()Pravin B Shelar
2012-06-07datapath: Fix use-after-free bug in dp_notify.Pravin B Shelar
2012-06-07ofproto: Fix use after free in ofoperation_complete().Ethan Jackson
2012-06-04Set dates for release of 1.5.0.Justin Pettit
2012-06-04NEWS: Move learning timeout changes to 1.5.0 section.Justin Pettit
2012-05-29ofp-util: Clean up cookie handling.Justin Pettit
2012-05-25ofproto-dpif: Fix CONTROLLER actions for LLC frames.Ethan Jackson
2012-05-21bridge: Ignore "null" interfaces as required.Ethan Jackson
2012-05-22Fix typo in "PYTHONPATH".Ben Pfaff
2012-05-17datapath: Reset upper layer protocol info on internal devices.Jesse Gross
2012-05-16odp-util: Update ODPUTIL_FLOW_KEY_BYTES for current kernel flow format.Ben Pfaff
2012-05-16dpif-netdev: allow for proper destruction of netdev datapathsGiuseppe Lettieri
2012-05-14ofp-util: Treat a packet-out in_port of OFPP_CONTROLLER as OFPP_NONE.Ben Pfaff
2012-05-10odp-util: Fix parsing of actions encapsulated within "sample" actions.Ben Pfaff
2012-05-09rhel: Add timeouts to network scripts.Brian Kruger
2012-05-08datapath: Validation of IPv6 set port action uses IPv4 headerPravin B Shelar
2012-05-02ofproto: Don't allow feature reply to overflow max OpenFlow message size.Ben Pfaff
2012-04-27meta-flow: Correctly set destination MAC in mf_set_flow_value().Ben Pfaff
2012-04-25Fix memory leaks.Ben Pfaff
2012-04-24vswitchd: Avoid GCC warning.Ben Pfaff
2012-04-24vswitchd: Clean up iface_create().Ben Pfaff
2012-04-24vswitchd: Make reconfiguration update port configuration again.Ben Pfaff
2012-04-24vswitchd: Make iface_create() return an indication of success.Ben Pfaff
2012-04-24vswitchd: Factor code to configure netdevs out of iface_create().Ben Pfaff
2012-04-24vswitchd: Refactor iface_refresh_type() into iface_get_type().Ben Pfaff
2012-04-24vswitchd: Drop 'need_refresh' member from struct iface.Ben Pfaff
2012-04-24vswitchd: Push ofproto_port declaration down to inner blocks.Ben Pfaff
2012-04-24vswitchd: Report actual port number, not -1, in "added interface" message.Ben Pfaff
2012-04-23bridge: Refactor bridge_reconfigure().Ethan Jackson
2012-04-23vswitchd: Remove unused 'tag' from 'struct iface'.Ethan Jackson
2012-04-23ofproto: Fix use-after-free error when ports disappear.Ben Pfaff
2012-04-20vswitchd: Make "cfm_fault_status" column ephemeral.Ben Pfaff
2012-04-12stream: By default disable probing on unix sockets.Ethan Jackson
2012-04-12python: Honor zero probe interval in reconnect.pyEthan Jackson
2012-04-13learn: Make it possible to parse "load" actions wider than 64 bits.Ben Pfaff
2012-04-13learn: Fix bugs when learn actions use subfields wider than 64 bits.Ben Pfaff
2012-04-13meta-flow: New functions for reading and writing generalized subfields.Ben Pfaff
2012-04-13util: New function bitwise_is_all_zeros().Ben Pfaff
2012-04-13util: New function bitwise_one().Ben Pfaff
2012-04-11bridge: Rate limit port creations and deletions.Ethan Jackson
2012-04-11bridge: Rate limit default address warnings.Ethan Jackson
2012-04-09vswitchd: Remove port from datapath if it becomes non-operationalAnsis Atteka
2012-04-09datapath: Do not send notification if ovs_vport_set_options() failedAnsis Atteka
2012-03-28ovsdb-idl: Fix memory leak writing synthetic rows in ovsdb_idl_txn_write().Ben Pfaff
2012-03-26packet: Add additional TCP flags extraction on IPv6.Jesse Gross