summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* For SNAT, don't store the pre-fragment L2 header before actions are applied.for-nox/0.4Justin Pettit2009-01-263-6/+12
* Fix fragment issue for large IP packets when SNAT action enabled.Justin Pettit2009-01-203-2/+92
* Improve handling of unexpected 'status' in process_status_msg().Ben Pfaff2009-01-201-3/+7
* process: New function process_escape_args().Ben Pfaff2009-01-202-23/+31
* Debian packaging: Remove IP addresses from netdevs within a switch.Ben Pfaff2009-01-201-0/+4
* New function netdev_enumerate().Ben Pfaff2009-01-202-0/+25
* New function svec_join().Ben Pfaff2009-01-202-0/+17
* Debian packaging: Add several new settings to /etc/default/openflow-switch.Ben Pfaff2009-01-203-22/+117
* process: Avoid stealing pclose()'s exit status.Ben Pfaff2009-01-201-12/+13
* daemon: Fix behavior in read_pidfile() when pid file is not locked.Ben Pfaff2009-01-201-0/+5
* daemon: Fix bogus error message in read_pidfile() when pidfile is empty.Ben Pfaff2009-01-201-2/+7
* daemon: Fix segfault in read_pidfile() when pidfile does not exist.Ben Pfaff2009-01-201-1/+3
* debian: Avoid aborting on switch startup when $COMMANDS is empty.Ben Pfaff2009-01-191-2/+2
* debian: Move ofp-switch-setup and manpage into correct package.Ben Pfaff2009-01-152-2/+0
* Check wildcards for in_port != out_port output validation.Justin Pettit2009-01-141-1/+2
* Allow controller to set MAC address to use in ARP responses for SNAT IPs.root2009-01-133-21/+57
* Crossport lib/svec.[ch] from master branch.Ben Pfaff2009-01-134-0/+364
* Introduce x2nrealloc() helper function.Ben Pfaff2009-01-132-0/+8
* Crossport lib/process.[ch] from master branch.Ben Pfaff2009-01-134-0/+482
* New function ds_get_line().Ben Pfaff2009-01-132-0/+19
* New function ds_put_buffer().Ben Pfaff2009-01-132-0/+7
* fatal-signal: Fix bug in call_hooks() recursion detection.Ben Pfaff2009-01-121-1/+1
* dpctl: Fix use-after-free in "probe" command.Ben Pfaff2009-01-121-1/+1
* netdev: Fix file descriptor leak.Ben Pfaff2009-01-121-0/+1
* datapath: Check DMI strings for NULL.Ben Pfaff2009-01-121-6/+8
* datapath: Avoid pointer arithmetic on possibly-NULL pointer.Ben Pfaff2009-01-122-2/+8
* daemon: report error if daemon child process fails to start properlyBen Pfaff2009-01-121-1/+3
* dhcp-client: Don't report long time to expiration after lease expires.Ben Pfaff2009-01-121-1/+6
* datapath: Fix tracking of number of flows in hash table.Ben Pfaff2009-01-121-1/+1
* rconn: Fix segfault when the idle timeout races with connection failure.Ben Pfaff2009-01-121-1/+5
* datapath: Don't drop oversize GSO frames, since GSO will break them up.Ben Pfaff2009-01-121-1/+1
* Fix bug that could have caused infinite loop in ofp_print_actions().Ben Pfaff2009-01-121-1/+1
* Do not forward multicast addresses that must not be, in learning-switch.Ben Pfaff2009-01-121-0/+4
* New function to test for multicast addresses that must not be forwarded.Ben Pfaff2009-01-121-0/+11
* secchan: Fix cut-and-paste errors in port speed determination.Ben Pfaff2009-01-122-2/+2
* Fix off-by-one error in looking up datapaths by index.Ben Pfaff2009-01-121-1/+1
* Make ds_cstr() always null-terminate the string.Ben Pfaff2009-01-121-1/+1
* Drop message about short Ethernet frames entirely.Ben Pfaff2009-01-121-10/+0
* Remove userspace switch in favor of the superior userspace datapath.Ben Pfaff2009-01-0631-4514/+25
* Fix "make dist" by adding forgotten files to sources lists.Ben Pfaff2009-01-061-0/+1
* Prevent Debian package upgrades from prompting.Ben Pfaff2009-01-056-0/+94
* Fix learning-switch STP breakage from "out_port" in flow stats request.Ben Pfaff2008-12-261-0/+1
* Fix setting "of" device name based on unitialized dp_idx.Justin Pettit2008-12-231-1/+2
* Fix flag to indicate whether Flow End messages should be sent.Justin Pettit2008-12-191-1/+5
* Fix null pointer dereference when a delete flow command is executed.Justin Pettit2008-12-192-13/+12
* secchan: Switch in-band control traffic by hand only on OpenFlow TCP ports.Ben Pfaff2008-12-181-4/+10
* Don't use separate asynchronous event connection for user datapath.Ben Pfaff2008-12-171-10/+27
* Add support for exporting flow information in NetFlow v5 format.Justin Pettit2008-12-1736-166/+1061
* Fix usage line about specifying local datapath in secchan.Justin Pettit2008-12-171-2/+2
* Improve formatting of process termination messages in secchan logging.Ben Pfaff2008-12-161-3/+6