nx-match: Update register check functions.
[sliver-openvswitch.git] / lib /
2011-08-12 Ethan Jacksonnx-match: Update register check functions. review
2011-08-12 Ethan Jacksonnx-match: Fix bug in "move" action.
2011-08-12 Ethan Jacksonflow: New FLOW_WC_SEQ build assertion.
2011-08-12 Ethan Jacksonlib: Whitespace cleanup.
2011-08-09 Ben Pfaffofp-util: Rename struct flow_stats_request with ofputil...
2011-08-09 Ben Pfaffofp-util: Rename struct flow_mod to struct ofputil_flow...
2011-08-09 Ben PfaffNew action NXAST_RESUBMIT_TABLE.
2011-08-08 Ben Pfaffodp-util: New function odp_flow_key_from_string().
2011-08-08 Ben Pfaffodp-util: Format VLAN headers more like other headers...
2011-08-08 Ben Pfaffnetdev: Get rid of struct netdev_options and netdev_ope...
2011-08-08 Ben Pfaffnetdev: Decouple creating and configuring network devices.
2011-08-08 Ben Pfaffnetdev: Clean up and refactor packet receive interface.
2011-08-08 Ben Pfaffofp-util: Rewrite action decoding to improve compiler...
2011-08-04 Casey Barkerlib: Adapt headers for use in C++.
2011-08-04 Ethan Jacksonutil: Fix non-ANSI function declaration.
2011-08-04 Justin Pettitovs-appctl: Add "version" command to print version...
2011-08-04 Justin Pettitutil: Introduce get_program_version function.
2011-08-04 Simon Hormanovs-dpctl: Show number of flows
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...
next