ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / lib /
2012-06-13 Ben Pfaffofp-util: Implement translation to and from OpenFlow...
2012-06-13 Ben Pfaffpackets: Add ETH_TYPE_MPLS and ETH_TYPE_MPLS_MCAST.
2012-06-13 Ben Pfaffpackets: Define IPPROTO_SCTP if not provided by <netine...
2012-06-13 Ben Pfaffopenflow-1.0: Rename ofp_match to ofp10_match, OFPFW_...
2012-06-11 Simon Hormannx-match: Add parsing and serialisation of OXM matches.
2012-06-10 Ben Pfaffdpif-netdev: Fix use-after-free in dpif_netdev_recv.
2012-06-08 Ethan Jacksonpackets: Rename compose_benign_packet().
2012-06-08 Ethan Jacksonlacp: Print may_enable flag in appctl output.
2012-06-08 Ethan Jacksonpackets: Use RARPs for learning packets.
2012-06-07 Ethan Jacksonpackets: Update the reserved protocols list.
2012-06-07 Ethan Jacksonpackets: Generalize reserved RSPAN protocols.
2012-06-07 Ethan Jacksonpackets: Fix eth_addr_equal_except().
2012-06-06 Ethan Jacksondpif-linux: Fix invalid format specifier.
2012-06-01 Ben Pfaffdpif-linux: Log details when a packet is lost.
2012-06-01 Ben Pfaffdpif-linux: Slightly refactor internal data structures.
2012-06-01 Ben Pfaffdpif-linux: Avoid pessimal behavior when kernel-to...
2012-06-01 Ben Pfaffpoll-loop: More strictly rate-limit high CPU use logging.
2012-05-29 Joe Stringerflow: Adds support for arbitrary ethernet masking
2012-05-29 Justin Pettitofp-util: Clean up cookie handling.
2012-05-29 Joe Stringerpackets: Adds ethernet-matching helper functions
2012-05-25 Ben Pfaffodp-util: Update ODPUTIL_FLOW_KEY_BYTES for current...
2012-05-22 Ethan Jacksonmemory: Memory leak when generating reports.
2012-05-24 Simon Hormanovs-dpctl: Don't include include/openvswitch/tunnel.h
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
2012-05-22 Ben Pfaffsimap: New data structure for string-to-integer maps.
2012-05-22 Ben Pfaffvlog: Take advantage of relaxed "-v" syntax through...
2012-05-22 Ben Pfaffpython: Implement "vlog/set", "vlog/list" unixctl comma...
2012-05-22 Ben PfaffUse PYTHONDONTWRITEBYTECODE=yes for invoking Python...
2012-05-21 Pravin B Shelartunnel: Accept 'set options:tos' as hex value.
2012-05-16 Ethan Jacksonofp-util: Fix stale comment.
2012-05-16 Giuseppe Lettieridpif-netdev: allow for proper destruction of netdev...
2012-05-14 Ben Pfaffdaemon: Add comment.
2012-05-14 Ben Pfafffatal-signal: Log when terminating due to a fatal signal.
2012-05-14 Ben Pfaffofp-util: Match on NXAST_CONTROLLER as an output to...
2012-05-14 Ben Pfaffofp-parse: Mark ofp_fatal() as never returning.
2012-05-14 Ben PfaffAvoid writes to variables that are never read back.
2012-05-14 Ben Pfaffcfm: Avoid null pointer dereference in cfm_process_hear...
2012-05-10 Ben Pfaffdynamic-string: New function ds_get_test_line().
2012-05-10 Ben Pfaffodp-util: Fix parsing of actions encapsulated within...
2012-05-10 Ethan Jacksonofputil: Accept OFPP_NONE as a valid output port.
2012-05-09 Ben Pfaffofproto-dpif: Segregate CFM, LACP, and STP traffic...
2012-05-09 Ben Pfaffofproto-dpif: Introduce "slow path" datapath flows.
2012-05-09 Ben Pfaffodp-util: Change user_action_cookie from struct to...
2012-05-09 Ben Pfaffofproto-dpif: Clean up and centralize sFlow logic.
2012-05-09 Ben Pfaffodp-util: Use switch for checking values of an enum.
2012-05-09 Ben Pfaffodp-util: Fix typo in comment.
2012-05-08 Justin Pettitofp-util: Factor out determining physical port size.
2012-05-08 Justin Pettitofp-util: Add ofputil_switch_features_ports_trunc function.
2012-05-08 Justin Pettitofproto: Add support for OF1.3 port description multipa...
2012-05-07 Ben Pfaffofp-util: Treat a packet-out in_port of OFPP_CONTROLLER...
2012-05-07 Ben Pfaffofp-parse: New function parse_ofp_exact_flow().
2012-05-07 Ben Pfaffofp-util: Avoid ovs_fatal() in ofputil_parse_key_value().
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-05-01 Ben Pfaffofp-print: Add some more white space to flow dumps.
2012-05-01 Ben Pfaffnetdev: Document use for get_etheraddr member of struct...
2012-04-30 Ben Pfaffcfm: Avoid constructing log message that will be droppe...
2012-04-27 Ben Pfaffmeta-flow: Correctly set destination MAC in mf_set_flow...
2012-04-26 Ethan Jacksonrconn: Simplify rconn_send() semantics.
2012-04-26 Ansis Attekanicira-ext: Support masking of nd_target field
2012-04-26 Ben Pfaffcoverage: Make ovs-appctl command more useful and less...
2012-04-26 Ben Pfaffcoverage: Rate-limit logging coverage information.
2012-04-26 Ben Pfafftimeval: Rate-limit logging rusage information.
2012-04-26 Ben Pfaffcfm: Log fault status changes more informatively.
2012-04-26 Ben Pfaffjson: Correct position tracking in JSON parser implemen...
2012-04-25 Ben Pfaffjsonrpc: Keep jsonrpc_recv() from taking over the CPU.
2012-04-25 Ben PfaffFix memory leaks.
2012-04-25 Simon HormanAdd OXM data to mf_fields
2012-04-20 Ansis Attekaautomake: ofp-errors.[c|inc] are actually inside srcdir
2012-04-19 Ben Pfaffofproto-dpif: Make it easier to credit statistics for...
2012-04-19 Ben Pfaffclassifier: Optimize search of "catchall" table.
2012-04-19 Ben Pfaffmac-learning: Speed up mac_table_hash().
2012-04-19 Ben Pfaffhash: Speed up hash_bytes().
2012-04-19 Ben Pfaffdpif: Make caller of dpif_recv() provide buffer space.
2012-04-19 Ben Pfaffnetlink-socket: Make caller provide message receive...
2012-04-19 Ben Pfaffnetlink-socket: Remove unnecessary #include.
2012-04-19 Ben Pfaffnetlink: Postpone choosing sequence numbers until send...
2012-04-19 Ben Pfaffdpif-linux: Avoid malloc() in dpif_linux_operate().
2012-04-19 Ben Pfaffofpbuf: New functions ofpbuf_use_stub() and ofpbuf_get_...
2012-04-19 Ben Pfaffnetlink-socket: Avoid forcing a reply for final message...
2012-04-19 Ben Pfaffdpif: Include TCP flags in "ovs-dpctl dump-flows" output.
2012-04-19 Ben Pfaffofproto-dpif: Batch flow uninstallations due to expiration.
2012-04-19 Ben Pfaffofproto-dpif: Keep subfacet "used" times more up-to...
2012-04-17 Ethan Jacksonlacp: Remove heartbeat mode.
2012-04-17 Ethan Jacksonlacp: Remove custom transmission intervals.
2012-04-17 Ethan Jacksonvswitch: Use consistent representation of DSCP bits.
2012-04-17 Ethan Jacksonsocket-util: Remove DSCP_INVALID.
2012-04-17 Ethan Jacksonlib: Pull dscp bits out of reconnect.
2012-04-17 Ethan Jacksonsocket-util: Close socket on failed dscp modification.
2012-04-12 Ethan Jacksonstream: By default disable probing on unix sockets.
2012-04-12 Ethan Jacksonpython: Honor zero probe interval in reconnect.py
2012-04-14 Ben Pfafflearn: Make it possible to parse "load" actions wider...
2012-04-14 Ben Pfafflearn: Fix bugs when learn actions use subfields wider...
2012-04-14 Ben Pfaffmeta-flow: New functions for reading and writing genera...
2012-04-14 Ben Pfaffutil: New function bitwise_is_all_zeros().
2012-04-14 Ben Pfaffutil: New function bitwise_one().
2012-04-12 Ben Pfaffovsdb-idl: Improve documentation.
2012-04-12 Ben Pfaffovsdb-idl: Improve ovsdb_idl_txn_increment() interface.
2012-04-12 Ben Pfaffovsdb-idl: Simplify transaction retry.
2012-04-06 Ethan Jacksonutil: New function set_program_name_version().
2012-04-06 Mehak MahajanAdded handling of previously ignored cfm faults.
next