aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-07-26dirs: Make sysconfdir available via ovs_sysconfdir().Ben Pfaff
2011-07-26stream-unix: Fix naming of passive Unix streams.Ben Pfaff
2011-07-26nx-match: Make more fields writable with NXAST_REG_MOVE and other actions.Ben Pfaff
2011-07-22mac-learning: Simplify memory management.Ethan Jackson
2011-07-22mac-learning: Use random secret in hash function.Ethan Jackson
2011-07-22bundle: New action "bundle_load".Ethan Jackson
2011-07-22bundle: Implement NX_BD_ALG_ACTIVE_BACKUP.Ethan Jackson
2011-07-22nx-match: New helpers.Ethan Jackson
2011-07-22util: New function log_2_floor().Ben Pfaff
2011-07-22nx-match: Whitespace cleanup.Ethan Jackson
2011-07-22mac-learning: Convert to hmap.Ethan Jackson
2011-07-21mac-learning: Fix serious performance bug in the learning table.Ethan Jackson
2011-07-20bundle: Avoid GCC 4.5 warning about possibly uninitialized value.Ben Pfaff
2011-07-20bundle: Treat slave_type properly as 32-bit value.Ben Pfaff
2011-07-19vswitch: Implement bundle action.Ethan Jackson
2011-07-19ofputil: Export ofputil_check_output_port().Ethan Jackson
2011-07-19nicira-ext: Generalize nx_mp_fields into nx_hash_fields.Ethan Jackson
2011-07-13ovs-bugtool: Add plugins previously used only under XenServer.Ben Pfaff
2011-07-08packets: Remove unneeded !! from eth_addr_is_local().Ben Pfaff
2011-07-08vconn-stream: Always call the stream's run function from vconn_stream_run().Ben Pfaff
2011-06-30ofp-util: Centralize decoding of OpenFlow actions.Ben Pfaff
2011-06-30ofp-util: Simplify iteration through OpenFlow actions.Ben Pfaff
2011-06-30ofp-util: Rename OFPUTIL_INVALID to OFPUTIL_MSG_INVALID.Ben Pfaff
2011-06-30classifier: Print ARP opcode as "arp_op" instead of "opcode".Ben Pfaff
2011-06-29bond: Drop packets on slaves disabled by LACP.Ethan Jackson
2011-06-28ofp-parse: Fix invalid memory use.Ethan Jackson
2011-06-27bond: Drop packets on backup slaves.Ethan Jackson
2011-06-23ovs-ofctl: Accept only valid flow_mod and flow_stats_request fields.Ben Pfaff
2011-06-21ovsdb-idl: Plug hole in state machine.Ben Pfaff
2011-06-21vlog: Add a little more detail to ratelimit messagesBen Pfaff
2011-06-21ovsdb-idl: Improve comment.Ben Pfaff
2011-06-17Reduce log level for ENODEV errors getting Ethernet address.Ben Pfaff
2011-06-17ovs-ofctl: Print the offending flow on parse error when reading from a file.Andrew Evans
2011-06-17stream-ssl: Clear CAs for certificate verification before adding new ones.Ben Pfaff
2011-06-16netdev-vport: Don't use ipsec options for either arg in config_equal_ipsec().Justin Pettit
2011-06-16daemon: Disable logging to console after detaching.Ben Pfaff
2011-06-15ovsdb-idl: Optimize out transactions that are complete no-ops.Ben Pfaff
2011-06-15ofp-util: Send table_id correctly in OpenFlow 1.0 flow_mods.Ben Pfaff
2011-06-14ofp-parse: Ignore extra fields produced by dump-flows.Ben Pfaff
2011-06-14ofp-print: Change "table_id" to "table" in flow_mod and flow_stats.Ben Pfaff
2011-06-14ofp-parse: Add support for vlan_tci field.Ben Pfaff
2011-06-14Define UINT64_MAX as "unknown" in Open vSwitch specific interfaces.Ben Pfaff
2011-06-14ofp-util: New functions ofputil_actions_equal(), ofputil_actions_clone().Ben Pfaff
2011-06-14classifier: New function cls_rule_hash().Ben Pfaff
2011-06-14flow: Give flow_wildcards_hash() a 'basis' parameter.Ben Pfaff
2011-06-14ofproto: Better abstract flow stats encoding.Ben Pfaff
2011-06-14ofproto: Better abstract aggregate stats encoding and decoding.Ben Pfaff
2011-06-14openflow: Make stats replies more like other OpenFlow messages.Ben Pfaff
2011-06-14nicira-ext: Separate nx_aggregate_stats_reply from ofp_aggregate_stats_reply.Ben Pfaff
2011-06-14openflow: Merge ofp_flow_stats_request and ofp_aggregate_stats_request.Ben Pfaff