ofproto: Fix use-after-free error when ports disappear.
[sliver-openvswitch.git] / lib /
2012-03-19 Ben Pfaffnetdev-linux: Fix use-after-free when netdev_dump_queue...
2012-03-08 Ethan Jacksonbond: Incorrectly reported an error in appctl.
2012-03-08 Ben Pfaffsocket-util: Unlink Unix domain sockets that bind but...
2012-01-31 Ben Pfaffsflow_agent: Use snprintf() in place of sprintf().
2012-01-30 Ben Pfafftable: Avoid segmentation fault when printing an empty...
2011-12-28 Ben Pfaffbundle: Fix returned error code in one bundle_check...
2011-12-27 Jesse Grosspacket: Match userspace and kernel definition of ICMP...
2011-12-07 Ben Pfaffsocket-util: Correctly return negative values for errors.
2011-11-16 Ethan Jacksonflow: flow_extract() improperly parses IPv6 TOS bits.
2011-11-02 Ben Pfaffstream: Fix uninitialized values in stream_init().
2011-10-31 Ben Pfaffnetdev-vport: Again allow "tap" devices to be added...
2011-10-18 Ben Pfaffofp-util: Avoid misaligned memory access in ofputil_enc...
2011-10-18 Justin Pettitpackets.h: Fix STP destination MAC address.
2011-09-08 Ben Pfaffdatapath: Allow a packet with no input port to omit...
2011-08-15 Ethan Jacksonnx-match: Fix bug in "move" action.
2011-08-15 Ben Pfaffofp-parse: Fix parsing of register values 2**31 and...
2011-08-10 Casey Barkerlib: Adapt headers for use in C++.
2011-08-01 Ben Pfaffvlog: Move log level definitions from source code to...
2011-08-01 Ben Pfaffvlog: Add a new log level "off".
2011-07-29 Ethan Jacksonnx-match: Shorten line length to 79 characters.
2011-07-28 pravin shelarDatapath action should not refer to controller
2011-07-28 Ben Pfaffvlog: Fix typo in VLOG_IS_ERR_ENABLED macro definition.
2011-07-27 Ben Pfaffsocket-util: New function lookup_hostname().
2011-07-27 Ben Pfaffsocket-util: Factor inet_parse_passive() out of inet_op...
2011-07-27 Ben Pfaffnetlink-socket: Reduce nl_sock_recv() from 2 (or more...
2011-07-27 Ben Pfaffnetlink-socket: Remove unused nl_sock_sendv() function.
2011-07-27 Ben Pfaffvlan-bitmap: Remove function vlan_bitmap_contains().
2011-07-27 Ben Pfaffmac-learning: Fix inverted logic in is_learning_vlan().
2011-07-27 Ben Pfaffofp-print: Make port "config" and "state" output easier...
2011-07-26 Ben Pfaffvswitchd: Prevent multiple ovs-vswitchd processes from...
2011-07-26 Ben Pfaffdirs: Make sysconfdir available via ovs_sysconfdir().
2011-07-26 Ben Pfaffstream-unix: Fix naming of passive Unix streams.
2011-07-26 Ben Pfaffnx-match: Make more fields writable with NXAST_REG_MOVE...
2011-07-23 Ethan Jacksonmac-learning: Simplify memory management.
2011-07-23 Ethan Jacksonmac-learning: Use random secret in hash function.
2011-07-23 Ethan Jacksonbundle: New action "bundle_load".
2011-07-23 Ethan Jacksonbundle: Implement NX_BD_ALG_ACTIVE_BACKUP.
2011-07-23 Ethan Jacksonnx-match: New helpers.
2011-07-23 Ben Pfaffutil: New function log_2_floor().
2011-07-23 Ethan Jacksonnx-match: Whitespace cleanup.
2011-07-22 Ethan Jacksonmac-learning: Convert to hmap.
2011-07-22 Ethan Jacksonmac-learning: Fix serious performance bug in the learni...
2011-07-20 Ben Pfaffbundle: Avoid GCC 4.5 warning about possibly uninitiali...
2011-07-20 Ben Pfaffbundle: Treat slave_type properly as 32-bit value.
2011-07-19 Ethan Jacksonvswitch: Implement bundle action.
2011-07-19 Ethan Jacksonofputil: Export ofputil_check_output_port().
2011-07-19 Ethan Jacksonnicira-ext: Generalize nx_mp_fields into nx_hash_fields.
2011-07-13 Ben Pfaffovs-bugtool: Add plugins previously used only under...
2011-07-08 Ben Pfaffpackets: Remove unneeded !! from eth_addr_is_local().
2011-07-08 Ben Pfaffvconn-stream: Always call the stream's run function...
2011-06-30 Ben Pfaffofp-util: Centralize decoding of OpenFlow actions.
2011-06-30 Ben Pfaffofp-util: Simplify iteration through OpenFlow actions.
2011-06-30 Ben Pfaffofp-util: Rename OFPUTIL_INVALID to OFPUTIL_MSG_INVALID.
2011-06-30 Ben Pfaffclassifier: Print ARP opcode as "arp_op" instead of...
2011-06-29 Ethan Jacksonbond: Drop packets on slaves disabled by LACP.
2011-06-28 Ethan Jacksonofp-parse: Fix invalid memory use.
2011-06-27 Ethan Jacksonbond: Drop packets on backup slaves.
2011-06-23 Ben Pfaffovs-ofctl: Accept only valid flow_mod and flow_stats_re...
2011-06-21 Ben Pfaffovsdb-idl: Plug hole in state machine.
2011-06-21 Ben Pfaffvlog: Add a little more detail to ratelimit messages
2011-06-21 Ben Pfaffovsdb-idl: Improve comment.
2011-06-17 Ben PfaffReduce log level for ENODEV errors getting Ethernet...
2011-06-17 Andrew Evansovs-ofctl: Print the offending flow on parse error...
2011-06-17 Ben Pfaffstream-ssl: Clear CAs for certificate verification...
2011-06-17 Justin Pettitnetdev-vport: Don't use ipsec options for either arg...
2011-06-16 Ben Pfaffdaemon: Disable logging to console after detaching.
2011-06-15 Ben Pfaffovsdb-idl: Optimize out transactions that are complete...
2011-06-15 Ben Pfaffofp-util: Send table_id correctly in OpenFlow 1.0 flow_...
2011-06-14 Ben Pfaffofp-parse: Ignore extra fields produced by dump-flows.
2011-06-14 Ben Pfaffofp-print: Change "table_id" to "table" in flow_mod...
2011-06-14 Ben Pfaffofp-parse: Add support for vlan_tci field.
2011-06-14 Ben PfaffDefine UINT64_MAX as "unknown" in Open vSwitch specific...
2011-06-14 Ben Pfaffofp-util: New functions ofputil_actions_equal(), ofputi...
2011-06-14 Ben Pfaffclassifier: New function cls_rule_hash().
2011-06-14 Ben Pfaffflow: Give flow_wildcards_hash() a 'basis' parameter.
2011-06-14 Ben Pfaffofproto: Better abstract flow stats encoding.
2011-06-14 Ben Pfaffofproto: Better abstract aggregate stats encoding and...
2011-06-14 Ben Pfaffopenflow: Make stats replies more like other OpenFlow...
2011-06-14 Ben Pfaffnicira-ext: Separate nx_aggregate_stats_reply from...
2011-06-14 Ben Pfaffopenflow: Merge ofp_flow_stats_request and ofp_aggregat...
2011-06-14 Ben Pfaffopenflow: Remove 'body' member from struct ofp_stats_msg.
2011-06-14 Ben Pfaffopenflow: Merge ofp_stats_request and ofp_stats_reply.
2011-06-14 Ethan Jacksonlacp: Loosen lacp_slave_is_current().
2011-06-14 Justin Pettitnetdev: Add methods to do netdev-specific argument...
2011-06-10 Ben Pfaffnicira-ext: Renumber NXT_FLOW_MOD_TABLE_ID.
2011-06-09 Justin PettitRemove NXAST_DROP_SPOOFED_ARP action.
2011-06-09 Justin Pettitvlog: Output configuration list in alphabetical order.
2011-06-09 Ben Pfaffdpif: Improve logging of upcalls.
2011-06-08 Ben Pfaffcompiler: Add macro for GCC "sentinel" attribute.
2011-06-08 Ben Pfaffprocess: Let process_run_capture() caller set maximum...
2011-06-08 Ben Pfaffrtnetlink-link: Avoid cast in rtnetlink_link_notifier_r...
2011-06-07 Ben Pfaffofp-parse: Add support for dl_dst masks in flow match...
2011-06-07 Ben PfaffBetter abstract wildcards for Ethernet destination...
2011-06-07 Ben Pfaffofp-parse: Fix wildcard bits for dl_dst in flow parsing.
2011-06-07 Ben Pfafflist: Clarify description of list_moved().
2011-06-07 Ben Pfaffsignals: New function signal_unregister().
2011-06-07 Ben Pfaffdpif-linux: Fix memory and file descriptor leak in...
2011-06-07 Ben Pfafflearning-switch: Also wildcard VLAN priority bits.
2011-06-06 Ethan Jacksondpif-linux: Avoid duplicate code in dpif_linux_vport_se...
2011-06-06 Ben Pfaffstream-ssl: Disable SSL session caching.
next