summaryrefslogtreecommitdiff
path: root/ofproto/in-band.c
Commit message (Expand)AuthorAgeFilesLines
...
* in-band: Make in_band_create() always initialize its output argument.Ben Pfaff2010-11-051-0/+1
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* flow: Get rid of flow_t typedef.Ben Pfaff2010-10-111-3/+3
* treewide: Remove trailing whitespaceJoe Perches2010-08-301-40/+40
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* Always #include <sys/socket.h> before <net/if.h>.Ben Pfaff2010-05-261-0/+1
* poll-loop: New function poll_timer_wait_until().Ben Pfaff2010-05-261-7/+2
* in-band: Generalize the in-band code to arbitrary (IP,port) pairs.Ben Pfaff2010-04-261-155/+174
* in-band: Use NULL for null pointer constant, instead of 0.Ben Pfaff2010-04-261-1/+1
* in-band: Refactor in_band_set_remotes().Ben Pfaff2010-04-261-9/+24
* in-band: Refactor slightly to be easier to understand.Ben Pfaff2010-04-261-15/+16
* in-band: Avoid magic number in refresh_remotes().Ben Pfaff2010-04-261-6/+4
* in-band: Better adapt to new rconn usage pattern.Ben Pfaff2010-04-261-16/+14
* in-band: Refresh both local and remote rules even if local rules change.Ben Pfaff2010-04-201-1/+4
* in-band: Really reinstall in-band rules in in_band_flushed().Ben Pfaff2010-04-201-1/+3
* in-band: Remove comment that only a single controller is supported.Ben Pfaff2010-04-201-5/+0
* in-band: Support an arbitrary number of controllers.Ben Pfaff2010-04-201-271/+442
* in-band: Drop in-band flows when turning off in-band control.Ben Pfaff2010-04-201-0/+6
* in-band: Fix memory leak in in_band_destroy().Ben Pfaff2010-04-201-0/+1
* in-band: Fix null pointer dereference.Ben Pfaff2010-04-201-1/+1
* in-band: Fix memory leak in get_remote_mac().Ben Pfaff2010-04-201-1/+2
* in-band: Fix inconsistency in in-band code.Ben Pfaff2010-04-201-0/+1
* tunneling: Add support for tunnel ID.Jesse Gross2010-04-191-1/+1
* netdev: Fully handle netdev lifecycle through refcounting.Jesse Gross2010-01-151-4/+4
* Merge "master" branch into "db".Ben Pfaff2009-12-021-32/+32
|\
| * Merge citrix branch into master.Jesse Gross2009-11-101-32/+32
* | Add new function xzalloc(n) as a shorthand for xcalloc(1, n).Ben Pfaff2009-11-041-1/+1
|/
* Merge citrix branch into master.Ben Pfaff2009-09-221-9/+159
* ofproto: Fix bad merge in previous commit.Ben Pfaff2009-09-021-1/+1
* Merge citrix branch into master.Ben Pfaff2009-09-021-120/+265
* netdev: Make netdev_find_dev_by_in4() use netdevs, not device names.Ben Pfaff2009-07-301-9/+17
* Merge citrix branch into master.Ben Pfaff2009-07-161-52/+42
* Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).Ben Pfaff2009-07-081-0/+359