use new vsys promisc script
[sliver-openvswitch.git] / ofproto /
2012-09-24 Giuseppe LettieriMerge branch 'mainstream'
2012-09-20 Anupam Chandaofproto: Fix uninitialized field in ofputil_flow_update.
2012-09-13 Simon Hormanofp-util: Allow decoding of Open Flow 1.1 & 1.2 Table...
2012-09-13 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2012-09-05 Simon Hormanofp-errors: Use OFPERR_OFPBRC_BAD_TABLE_ID
2012-09-05 Simon Hormanofp-errors: Use OFPERR_OFPBRC_BAD_PORT
2012-09-05 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-05 Giuseppe LettieriMerge branch 'forward-port'
2012-09-04 Ben PfaffIntroduce sparse flows and masks, to reduce memory...
2012-09-04 Ben Pfaffclassifier: Prepare for "struct cls_rule" needing to...
2012-09-04 Ben Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...
2012-09-04 Ben Pfaffutil: New function zero_rightmost_1bit().
2012-09-04 Ben Pfaffflow: Replace flow_wildcards members by a single "struc...
2012-09-04 Ben Pfaffofproto: Move ofpacts_check() calls from ofproto-dpif...
2012-09-04 Ben Pfaffofproto: Move 'max_ports' from ofproto-dpif.c to ofproto.c.
2012-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
2012-08-29 Isaku Yamahataofproto-dpif: Make OFPP_TABLE send packet-in on miss.
2012-08-29 Isaku Yamahataofproto-dpif: refactor rule_dpif_lookup() for table...
2012-08-21 Ben Pfaffofproto-dpif: Make sure one-packet flows have zero...
2012-08-21 Ben Pfaffdpif: Add 'used' argument to dpif_flow_stats_extract().
2012-08-17 Ben PfaffDo not include zeroed metadata fields in NXM/OXM packet...
2012-08-16 Ben Pfaffofproto-dpif: Avoid dereferencing possibly null or...
2012-08-16 Mehak MahajanAdd Nicira vendor extension action NXAST_DEC_TTL_CNT_IDS.
2012-08-16 Ethan Jacksonofproto-dpif: Increase recursion limit.
2012-08-16 Ben Pfaffofproto-dpif: Fix typo in comment.
2012-08-16 Ben Pfaffofproto-dpif: Make sure one-packet flows have zero...
2012-08-16 Ben Pfaffofproto-dpif: Avoid searching all subfacets when creati...
2012-08-13 Ethan Jacksoncfm: Expose remote CFM opstate in the database.
2012-08-13 Ethan Jacksoncfm: Report opup as undefined if not in extended mode.
2012-08-09 Ben PfaffAdd support for 'hard_timeout' in OF1.2 flow_removed...
2012-08-08 Simon Hormanofp-util: Allow encoding of Open Flow 1.2 Packet In...
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-08-03 Ben Pfaffofproto-dpif: Remove superfluous cast.
2012-07-31 Simon Hormanopenflow: Add enum ofp_version
2012-07-31 Ben Pfaffopenflow: Separate OF1.0, OF1.1 flow_mod constants...
2012-07-31 Ben Pfaffopenflow: Rename OpenFlow 1.0 statistics messages with...
2012-07-31 Ben Pfaffofp-msgs: New approach to encoding and decoding OpenFlo...
2012-07-31 Justin Pettitdpif: Allow the port number to be requested when adding...
2012-07-26 Giuseppe Lettierinetdev implementation for FreeBSD
2012-07-24 Ben Pfaffofproto-dpif: Add more details to "ofproto/trace" output.
2012-07-18 Ben Pfaffofproto-dpif: Make OFPP_TABLE always resubmit to table 0.
2012-07-17 Ethan Jacksonofproto: Fix compiler warnings.
2012-07-16 Gurucharan Shettyofproto: fix typo in documentation.
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-07-12 Ben Pfaffofproto: Add extra comments and checking for expiring...
2012-07-12 Ben Pfaffofproto: Represent flow cookie changes as operations...
2012-07-12 Ben Pfaffofproto: Revert change in flow cookie when an ofoperati...
2012-07-12 Ben Pfaffrconn: Add byte counting feature to rconn_packet_counter.
2012-07-12 Ben Pfaffofproto: Finalize all ofoperations in a given ofgroup...
2012-07-12 Ben Pfaffofproto: Mark some function parameters const.
2012-07-06 Ben Pfaffofproto: Make ofoperation_create() return the new opera...
2012-07-06 Ben Pfaffofproto: Fix typos in comments.
2012-07-05 Ben Pfaffovs-vswitchd: Log datapath ID in a more user-friendly...
2012-07-05 Ben Pfaffofproto: Always include ofproto name in log messages.
2012-07-04 Ben Pfaffofp-actions: Add decoding and encoding OF1.1 instructio...
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-07-04 Ben Pfaffofp-util: Add OFPUTIL_ACTION_INVALID to enum ofputil_ac...
2012-06-27 Ben Pfaffofproto: Report nonexistent ports and queues as errors...
2012-06-26 Mehak MahajanSetting miss_send_len on receiving NXT_SET_ASYNC_CONFIG...
2012-06-26 Ben Pfaffofproto-dpif-governor: Improve performance when most...
2012-06-22 Ethan Jacksonofproto-dpif: Place high priority on sending CCMs.
2012-06-22 Ethan Jacksonbridge: Run fast when adding and deleting ports.
2012-06-21 Mehak MahajanReapplying the dscp changes: No need to restart DB...
2012-06-21 Ben Pfaffofproto-dpif: Add coverage counters for facet revalidation.
2012-06-21 Ben Pfaffofproto-dpif: Remove unused coverage counters.
2012-06-21 Ben Pfaffofproto: Periodically log a summary of flow table changes.
2012-06-21 Ben Pfafftoken-bucket: New library for generic rate-limiting.
2012-06-21 Ben Pfaffpinsched: Completely fill the token bucket at initializ...
2012-06-20 Ben Pfaffofproto-dpif-governor: Wake up only when there is genui...
2012-06-20 Ben PfaffRevert DSCP update changes.
2012-06-09 Mehak MahajanNo need to restart DB / OVS on changing dscp value.
2012-06-14 Ben Pfaffofproto: Remove member whose value is always -1 from...
2012-06-13 Ben Pfaffopenflow-1.0: Rename ofp_match to ofp10_match, OFPFW_...
2012-06-11 Ben Pfaffofproto: Update comment.
2012-06-08 Ethan Jacksonpackets: Rename compose_benign_packet().
2012-06-08 Ethan Jacksonpackets: Use RARPs for learning packets.
2012-06-07 Ethan Jacksonofproto: Fix use after free in ofoperation_complete().
2012-06-07 Ethan Jacksonofproto-dpif: Avoid calling eth_addr_is_reserved().
2012-06-07 Ethan Jacksonpackets: Generalize reserved RSPAN protocols.
2012-05-29 Justin Pettitofp-util: Clean up cookie handling.
2012-05-22 Ben Pfaffofproto-dpif-governor: Fix bug in log message.
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
2012-05-14 Ben Pfaffdocs: Fix bad troff markup.
2012-05-14 Ben PfaffAvoid assigning the same value to a variable back-to...
2012-05-14 Ben Pfaffofproto: Remove write-only variable.
2012-05-14 Simon HormanRemove forward declaration of vsp_vlandev_to_realdev()
2012-05-10 Simon Hormanofproto-dpif: Make parameters const.
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 Pfaffofproto-dpif: Introduce "internal flows" for handling...
2012-05-09 Ben Pfaffofproto-dpif: Move code closer to left margin in facet_...
2012-05-09 Ben Pfaffofproto-dpif: Factor parts of update_stats() out into...
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 Pfaffofproto-dpif: Minor style fix.
2012-05-09 Ben Pfaffofproto: Don't limit flows in OpenFlow tables by default.
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 Pfaffofproto-dpif: Accept OpenFlow-like flows in "ofproto...
next