Fix and improve comments.
[sliver-openvswitch.git] / ofproto /
2010-07-21 Ben PfaffFix and improve comments.
2010-07-12 Ben Pfaffofproto: Fix abstraction of OpenFlow multiple table...
2010-07-12 Ben PfaffRestore ovs-vswitchd VLAN, mirror, bonding, QoS feature...
2010-07-02 Ben Pfaffofproto: Remove effectively dead code.
2010-06-30 Ben Pfaffwdp: Document 'port_set_config' and wdp_port_set_config().
2010-06-29 Ben Pfaffwdp: Get rid of most members of struct wdp_stats.
2010-06-29 Ben Pfaffwdp: Add new wdp_class member function 'get_table_stats'.
2010-06-29 Ben Pfaffwdp: Add new wdp_class member function 'recv_purge'.
2010-06-28 Ben Pfaffofproto: Send OpenFlow messages as ports are added...
2010-06-28 Ben Pfaffofp-util: New functions hton_ofp_phy_port(), ntoh_ofp_p...
2010-06-28 Ben PfaffMerge "master" into "wdp".
2010-06-24 Ben Pfaffvswitch: Implement unixctl command to reconnect OpenFlo...
2010-06-22 Ben PfaffMerge remote branch 'origin/master' into wdp-merge
2010-06-18 Jesse Grossofproto: Consistently make queue_id uint32_t.
2010-06-17 Ben PfaffImplement QoS framework.
2010-06-17 Ben Pfaffport-array: Add port_array_delete() function.
2010-06-17 Ben Pfaffvconn: Move OpenFlow utility functions into new file...
2010-06-17 Ben Pfaffofproto: Fix byte order for OFP_VLAN_NONE to dl_vlan...
2010-06-09 Jesse Grosstimeval: Use monotonic time where appropriate.
2010-06-08 Ben Pfaffdiscovery: Include datapath name in log messages.
2010-06-08 Ben Pfaffofproto: Make OpenFlow connection log messages name...
2010-06-08 Ben Pfaffrconn: Drop rconn_new(), rconn_new_from_vconn() functions.
2010-06-08 Ben Pfaffrconn: Drop 'name' arg to rconn_new_from_vconn(), rconn...
2010-06-07 Ben PfaffMerge "master" branch into "wdp".
2010-06-04 Jesse Grossbridge: Filter some gratuitous ARPs on bond slaves.
2010-06-02 Jesse Grossnetdev: Remove may_create/may_open flags.
2010-06-01 Ben PfaffMerge "master" into "wdp".
2010-05-27 Ben Pfaffofproto: Avoid null pointer dereference if in_band_crea...
2010-05-27 Ben Pfaffofproto: Fix treatment of out-of-band controllers.
2010-05-26 Ben PfaffAdd some missing "#include"s.
2010-05-26 Ben PfaffAlways #include <sys/socket.h> before <net/if.h>.
2010-05-26 Ben Pfaffpoll-loop: New function poll_timer_wait_until().
2010-05-24 Ben Pfaffwdp-xflow: Update port groups when adding or removing...
2010-05-24 Ben PfaffMerge "master" into "wdp".
2010-05-20 Ben PfaffDistribute some necessary files.
2010-05-20 Ben PfaffMerge "master" into "wdp".
2010-05-19 Ben Pfaffnetflow: Use macro for constant instead of static const...
2010-05-17 Wei Yongjunofproto: fix compile warning of ofproto/ofproto.c
2010-05-14 Ben Pfaffwdp-xflow: Copy client_data from old rule to new rule...
2010-05-13 Ben Pfaffofproto: Prefer "master" and "other" connections for...
2010-05-12 Ben Pfaffofproto-sflow: Maintain table of ports even when cleari...
2010-05-11 Ben Pfaffofproto: Don't send async messages on transient connect...
2010-05-11 Ben Pfaffofproto: Fix segfault sending packet_ins on transient...
2010-05-05 Ben Pfaffofproto: Implement ofp_action_output "max_len" feature.
2010-05-05 Neil McKeesflow: Always add poller and sampler together.
2010-05-05 Neil McKeesflow: Properly fill in initial destination VLAN in...
2010-05-05 Neil McKeesflow: Include Ethernet FCS in frame_length to comply...
2010-05-04 Ben PfaffMake wdp.h C++ friendly.
2010-04-27 Ben Pfaffofproto: Avoid buffer copy in OFPT_PACKET_IN path.
2010-04-26 Ben Pfaffofproto: Fix bad memory access sending large numbers...
2010-04-26 Ben Pfaffofproto: Allow client to pass down extra (IP,port)...
2010-04-26 Ben Pfaffin-band: Generalize the in-band code to arbitrary ...
2010-04-26 Ben Pfaffin-band: Use NULL for null pointer constant, instead...
2010-04-26 Ben Pfaffin-band: Refactor in_band_set_remotes().
2010-04-26 Ben Pfaffin-band: Refactor slightly to be easier to understand.
2010-04-26 Ben Pfaffin-band: Avoid magic number in refresh_remotes().
2010-04-26 Ben Pfaffin-band: Better adapt to new rconn usage pattern.
2010-04-20 Ben Pfaffin-band: Refresh both local and remote rules even if...
2010-04-20 Ben Pfaffin-band: Really reinstall in-band rules in in_band_flus...
2010-04-20 Ben Pfaffin-band: Remove comment that only a single controller...
2010-04-20 Ben Pfaffofproto: Add support for master/slave controller coordi...
2010-04-20 Ben PfaffAdd support for multiple OpenFlow controllers on a...
2010-04-20 Ben Pfaffofproto: Bundle all controller-related settings into...
2010-04-20 Ben Pfaffin-band: Support an arbitrary number of controllers.
2010-04-20 Ben Pfaffin-band: Drop in-band flows when turning off in-band...
2010-04-20 Ben Pfaffin-band: Fix memory leak in in_band_destroy().
2010-04-20 Ben Pfaffin-band: Fix null pointer dereference.
2010-04-20 Ben Pfaffin-band: Fix memory leak in get_remote_mac().
2010-04-20 Ben Pfaffin-band: Fix inconsistency in in-band code.
2010-04-20 Ben Pfaffofproto: Make valgrind happy.
2010-04-20 Ben Pfafffail-open: Fix typo in comment.
2010-04-20 Justin Pettitxfif: Fix a couple of missed changes from "dpif" to...
2010-04-19 Jesse Grosstunneling: Add support for tunnel ID.
2010-04-15 Ben Pfaffofproto: Use original in_port for executing NXAST_RESUB...
2010-04-13 Ben Pfaffofproto: Maximum value of "int" is INT_MAX, not UINT32_MAX.
2010-04-13 Ben Pfaffofproto: Make NXAST_RESUBMIT take header modifications...
2010-04-13 Ben Pfaffofproto: Copy the flow being translated in xlate_actions().
2010-04-08 Ben Pfaffwdp: Change functions that use wdp_port to avoid awkwar...
2010-04-08 Ben Pfaffxfif, wdp: Clarify comment.
2010-04-08 Ben Pfaffwdp: Document function pointers that may be null.
2010-04-05 Ben Pfaffofproto: Make OFPFC_MODIFY and OFPFC_MODIFY_STRICT...
2010-04-02 Ben Pfaffwdp: Improve comments and a few bits of code noticed...
2010-04-02 Ben Pfaffofproto: Start work to enable datapaths with built...
2010-04-01 Ben PfaffRename "odp" to "xflow".
2010-04-01 Ben PfaffCombine dl_vlan and dl_vlan_pcp.
2010-04-01 Ben Pfaffflow: Separate "flow_t" from "struct odp_flow_key".
2010-04-01 Ben Pfaffofproto: Factor out check on rule->send_flow_removed...
2010-04-01 Ben Pfaffofproto: Drop "now" argument from send_flow_removed().
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-24 Ben Pfaffofproto: Don't optimize out updating flow cookie.
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-09 Ben Pfaffofproto: Avoid extra call to time_msec().
2010-03-06 Ben Pfaffofproto: Fix stupid typo that broke the build.
2010-03-05 Ben Pfaffofproto: Fix OpenFlow flow statistics result.
2010-03-04 Ben Pfaffofproto: Don't shadow global variable name.
2010-02-25 Jesse Grosscollectors: Check for NULL set of collectors.
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-20 Jesse Grosscollectors: Check for NULL set of collectors.
2010-02-20 Ben Pfaffofproto: Fix implementation of OFPAT_SET_NW_DST.
2010-02-20 Justin Pettitofproto: Always terminate OpenFlow description strings
next