2008-12-17 |
Justin Pettit | Fix usage line about specifying local datapath in secchan. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | Improve formatting of process termination messages... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | vlog: Optimize logging disabled, rate-limited messages. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | Reduce rate limit for short-packet messages even further. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Pfaff | Add reminder comment to lib/learning-switch.c. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Ben Pfaff | Fix mangled header guards in ofp-print.h. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Ben Pfaff | Improve secchan.8 manpage. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Ben Pfaff | Fix typo in error message. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Ben Pfaff | Style fix: f(x) is better than f((x)) |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Pfaff | Add userspace datapath to openflow. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Pfaff | Update required Autoconf version in INSTALL. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Pfaff | Make ds_put_char_multiple() use the provided character... |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Justin Pettit | Cleanup some formatting in openflow.h. |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Justin Pettit | Change references in comments from "ofp_vendor" to... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Ben Pfaff | Update prerequisite Autoconf version to 2.60 (from... |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Justin Pettit | Fix compatibility back to Linux 2.6.15 and 2.4.32. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Ben Pfaff | Add missing "%s" to VLOG_WARN_RL call. |
commit | commitdiff | tree | snapshot |
2008-12-02 |
Justin Pettit | Officially call this code version 0.8.9~1. |
commit | commitdiff | tree | snapshot |
2008-12-01 |
Justin Pettit | Add support for listing and deleting entries based... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Ben Pfaff | Add DATAPATH_ID to switch packaging, to enable persiste... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Ben Pfaff | Allow the datapath ID to be configured by changing... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Ben Pfaff | Simplify code in stream_recv(). |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Ben Pfaff | Make dpif_close() accept a null pointer. |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Ben Pfaff | rconn_destroy() should close monitoring connections... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Ben Pfaff | Free txbuf, rxbuf in vconn-ssl and vconn-stream destruc... |
commit | commitdiff | tree | snapshot |
2008-11-27 |
Justin Pettit | Add support for understanding ICMP type and code in... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Ben Pfaff | Maintain separate async and sync connections to nl... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Ben Pfaff | Dynamically allocate switch status categories. |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Ben Pfaff | Get rid of unused parameter to rate_limit_start(). |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Ben Pfaff | Don't rate-limit packet_ins from flows that the control... |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ben Pfaff | Prevent accidentally passing an integer value to IP_ARGS. |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ben Pfaff | Fix printing of IP addresses in ofp_print_action(). |
commit | commitdiff | tree | snapshot |
2008-11-20 |
Ben Pfaff | Use "%zu" to print size_t, not "%"PRIu16. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Copy skbs when we save them. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Simplify code for constructing skb in recv_packet_out(). |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Fix double-free: NF_HOOK sometimes frees the sk_buff... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | No need to test argument of kfree_skb() for non-null. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Never free an skb that has been passed to genlmsg_reply(). |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Pull arp header before grabbing the pointer to it. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Pull data into headers properly, and checksum ICMP... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Reset mac header in flow_extract(), because it might... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Use skb_copy_bits() to copy data that might not be... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Verify in fwd_port_input() that 'skb' has no destructor. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Verify in execute_actions() that 'skb' is not shared. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Fix datapath make_writable() function. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Make datapath's flow_extract() properly pull data into... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Add comment. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Don't oops in dp_output_control() for skbs with null... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Verify in fwd_port_input() that we are not passed packe... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | When a packet arrives via bridging, clone it if it... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Make sure that do_port_input() always puts a MAC header... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | In handle_arp_snat() and snat_pre_route() pull enough... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | In update_mapping(), update m->hw_addr unconditionally. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Factor common SNAT code into new functions. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Make snat_skb() skb argument const. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Don't process packets in NAT that aren't destined for us. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Orphan and clone packets transmitted on dp_dev (proper... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ben Pfaff | Always compile openflow modules with debug information. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Ben Pfaff | Check kmalloc() return value. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Ben Pfaff | Fix typo: = should be == |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Ben Pfaff | Stopgap fix for bug #478, where kernel panics on SNAT... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Ben Pfaff | Fix " is running" and " is not running" messages from... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Ben Pfaff | Make openflow-switch depend on dmidecode, procps instea... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Ben Pfaff | Add build number to kernel modules built via Debian... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Ben Pfaff | Add --with-build-number configure argument and support... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Justin Pettit | Add --monitor flag to default init scripts for secchan. |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Ben Pfaff | New package openflow-dbg for debugging symbols for... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Ben Pfaff | Fix typo in code to set core limit that broke the openf... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Ben Pfaff | Add openflow-switch settings for the limit on core... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Ben Pfaff | Add new Debian package "corekeeper" to centralize and... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Justin Pettit | Rename switchmon to switchui. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Ben Pfaff | Ignore openflow-monitor and openflow-wdt build directories. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Justin Pettit | Add dist_sbin_SCRIPTS make target. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Justin Pettit | Have git ignore the monitor and wdt packaging links. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Ben Pfaff | When a new OpenFlow kernel module package is installed... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Ben Pfaff | Unload kernel module when stopping switch, in Debian... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Ben Pfaff | Add required "subst" script to EXTRA_DIST. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Ben Pfaff | Move "update" remote command from base secchan into... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Ben Pfaff | New switch remote command for setting configuration... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Ben Pfaff | Make ofp-switch-setup preserve config variables that... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Ben Pfaff | Add "execute" to dpctl usage message. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Ben Pfaff | Fix openflow-switch log rotation. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Ben Pfaff | Create vlog sockets after daemonizing, so that pidfiles... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Justin Pettit | Dump more detailed information about system state from... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ben Pfaff | Use "set -e" command instead of "#! /bin/sh -e" magic. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ben Pfaff | Add missing dependency on openssl to openflow-pki. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ben Pfaff | Add build number to datapath version and --version... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ben Pfaff | In reboot script, send SIGUSR1 to ofp-switchmon to... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ben Pfaff | Call VLOG_WARN before send_child_message(), to get... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ben Pfaff | Fix location of installed commands. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ben Pfaff | Pass --enable-snat to configure for datapath module... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Ben Pfaff | Make COMMANDS option in openflow-switch defaults file... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Add libncurses5-dev as build dependency for openflow. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Implement log rotation in openflow-switch. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Make secchan log to file by default. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Add /var/log/openflow directory to openflow-common. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Send openssl output to logfile on "ofp-pki self-sign... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Don't make ofp-pki --log option relative to log directory. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ben Pfaff | Put ofp-pki logfile in log directory instead of in... |
commit | commitdiff | tree | snapshot |
next |