| 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 | 
| 2008-10-31 | 
Ben Pfaff | Fix openflow-datapath-source bugs added in "Simplify...  | 
commit | commitdiff | tree | snapshot | 
| 2008-10-31 | 
Ben Pfaff | Add settings for switch netmask and gateway for in...  | 
commit | commitdiff | tree | snapshot | 
| 2008-10-31 | 
Ben Pfaff | Add extension hooks to debian/rules. | 
commit | commitdiff | tree | snapshot | 
| 2008-10-31 | 
Ben Pfaff | Move ofp-switch-config into new package openflow-switch...  | 
commit | commitdiff | tree | snapshot | 
| 2008-10-31 | 
Ben Pfaff | Improve the error message when vconn gets an unexpected...  | 
commit | commitdiff | tree | snapshot | 
| 2008-10-31 | 
Ben Pfaff | In openflow-switch init script, correct secchan option...  | 
commit | commitdiff | tree | snapshot | 
| 2008-10-31 | 
Ben Pfaff | In openflow-switch init script, do not re-load openflow...  | 
commit | commitdiff | tree | snapshot | 
| 2008-10-31 | 
Ben Pfaff | Ignore openflow-pki-server directory. | 
commit | commitdiff | tree | snapshot | 
| 2008-10-31 | 
Ben Pfaff | Add missing header file to datapath/Modules.mk. | 
commit | commitdiff | tree | snapshot | 
| 2008-10-30 | 
Justin Pettit | Pull configuration information from DMI. | 
commit | commitdiff | tree | snapshot | 
| 2008-10-30 | 
Ben Pfaff | Fix vconn_transact() bug introduced in commit 65ac65a6d2, | 
commit | commitdiff | tree | snapshot | 
| 2008-10-30 | 
Ben Pfaff | Simplify debian/rules by adding new openflow-datapath...  | 
commit | commitdiff | tree | snapshot | 
| 2008-10-30 | 
Ben Pfaff | Break HTTP parts of openflow-pki package into new openf...  | 
commit | commitdiff | tree | snapshot | 
| 2008-10-29 | 
Ben Pfaff | Fix support for out-of-band control in Debian switch...  | 
commit | commitdiff | tree | snapshot | 
| 2008-10-29 | 
Ben Pfaff | Move exported headers to include/openflow, private...  | 
commit | commitdiff | tree | snapshot | 
| 2008-10-29 | 
Ben Pfaff | New function netdev_set_etheraddr(). | 
commit | commitdiff | tree | snapshot | 
| 2008-10-29 | 
Ben Pfaff | Fix parsing of logging options in OpenFlow controller. | 
commit | commitdiff | tree | snapshot | 
| 2008-10-29 | 
Ben Pfaff | Add "self-sign" command to ofp-pki. | 
commit | commitdiff | tree | snapshot | 
| 2008-10-29 | 
Ben Pfaff | Fix typo in manpage. | 
commit | commitdiff | tree | snapshot | 
| next |