Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / ofproto / in-band.c
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-17 Gurucharan Shettyofproto: Don't use DELETE inside enumerator list.
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ben Pfaffofproto-dpif: Refactor checking for in-band special...
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-05-29 Ethan Jacksonofproto: Ditch SLOW_IN_BAND slow path reason.
2013-04-04 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-25 Ethan Jacksonin-band: Use "internal" netdev type for local ports.
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2013-01-09 Justin Pettitofproto: Fix remaining incorrect users of OVSP_LOCAL.
2012-12-12 Ben Pfaffpackets: Change IP_ARGS interface to take an ovs_be32...
2012-09-13 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
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 Pfaffclassifier: Break cls_rule 'flow' and 'wc' members...
2012-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-03-07 Ben Pfaffopenflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.
2011-09-30 Ben Pfaffflow: Move flow_extract_stats() to dpif.c, as dpif_flow...
2011-09-29 Jesse Grossin-band: Classifier rules should use OpenFlow ports.
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-08-08 Ben Pfaffnetdev: Get rid of struct netdev_options and netdev_ope...
2011-08-04 Ben Pfaffin-band: Delete remaining rules when disabling in-band...
2011-07-01 Justin Pettitofproto: Rename "private.h" to "ofproto->provider.h".
2011-06-14 Ben Pfaffofproto: Implement asynchronous OFPT_FLOW_MOD commands.
2011-05-26 Ben Pfaffin-band: Avoid "cast increases required alignment of...
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-04 Ben PfaffDESIGN: Move in-band control design discussion here.
2011-05-04 Ben Pfaffofproto: Move private definitions to separate header.
2011-03-29 Ben Pfaffofproto: Factor OpenFlow connection management into...
2011-03-16 Ben Pfaffofproto: Get rid of archaic "switch status" OpenFlow...
2011-03-16 Ben Pfaffofproto: Fix obsolete comments.
2011-02-03 Ethan Jacksonpackets: Add eth_addr_compare_3way function.
2011-02-02 Justin Pettitlib: Replace IP_TYPE_ references with IPPROTO_.
2011-01-28 Ben Pfaffdatapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming...
2010-12-13 Jesse Grossvswitchd: Consistently use size_t for action lengths.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-11-15 Ben Pfaffvswitch: Add other-config:in-band-queue to set queue...
2010-11-11 Ben Pfaffofproto: Disable timeouts for flows added by ofproto_ad...
2010-11-08 Ben Pfaffclassifier: Move in-band set_<field>() functions public...
2010-11-08 Ben Pfaffofproto: Change ofproto_add_flow(), ofproto_delete_flow...
2010-11-05 Ben Pfaffin-band: Make in_band_create() always initialize its...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-10-11 Ben Pfaffflow: Get rid of flow_t typedef.
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
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-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 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-19 Jesse Grosstunneling: Add support for tunnel ID.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-15 Jesse Grossnetdev: Fully handle netdev lifecycle through refcounting.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-11-04 Ben PfaffAdd new function xzalloc(n) as a shorthand for xcalloc...
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-06 Justin PettitMerge commit 'origin/citrix'
2009-10-05 Ben PfaffMerge "citrix" branch into "master.
2009-09-22 Ben PfaffMerge citrix branch into master.
2009-09-12 Justin PettitMerge commit 'origin/citrix'
2009-09-05 Justin PettitMerge commit 'origin/citrix'
2009-09-02 Ben Pfaffofproto: Fix bad merge in previous commit.
2009-09-02 Ben PfaffMerge citrix branch into master.
2009-08-25 Justin PettitMerge commit 'origin/citrix'
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-19 Ben PfaffMerge citrix into master.
2009-07-30 Ben Pfaffnetdev: Make netdev_find_dev_by_in4() use netdevs,...
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-16 Ben PfaffMerge citrix branch into master.
2009-07-08 Ben PfaffRename "secchan" to "ofproto" (library) and "ovs-openfl...