sliver-openvswitch.git
2008-11-21 Ben PfaffMaintain separate async and sync connections to nl...
2008-11-21 Ben PfaffDynamically allocate switch status categories.
2008-11-21 Ben PfaffGet rid of unused parameter to rate_limit_start().
2008-11-21 Ben PfaffDon't rate-limit packet_ins from flows that the control...
2008-11-20 Ben PfaffPrevent accidentally passing an integer value to IP_ARGS.
2008-11-20 Ben PfaffFix printing of IP addresses in ofp_print_action().
2008-11-20 Ben PfaffUse "%zu" to print size_t, not "%"PRIu16.
2008-11-13 Ben PfaffCopy skbs when we save them.
2008-11-13 Ben PfaffSimplify code for constructing skb in recv_packet_out().
2008-11-13 Ben PfaffFix double-free: NF_HOOK sometimes frees the sk_buff...
2008-11-13 Ben PfaffNo need to test argument of kfree_skb() for non-null.
2008-11-13 Ben PfaffNever free an skb that has been passed to genlmsg_reply().
2008-11-13 Ben PfaffPull arp header before grabbing the pointer to it.
2008-11-13 Ben PfaffPull data into headers properly, and checksum ICMP...
2008-11-13 Ben PfaffReset mac header in flow_extract(), because it might...
2008-11-13 Ben PfaffUse skb_copy_bits() to copy data that might not be...
2008-11-13 Ben PfaffVerify in fwd_port_input() that 'skb' has no destructor.
2008-11-13 Ben PfaffVerify in execute_actions() that 'skb' is not shared.
2008-11-13 Ben PfaffFix datapath make_writable() function.
2008-11-13 Ben PfaffMake datapath's flow_extract() properly pull data into...
2008-11-13 Ben PfaffAdd comment.
2008-11-13 Ben PfaffDon't oops in dp_output_control() for skbs with null...
2008-11-13 Ben PfaffVerify in fwd_port_input() that we are not passed packe...
2008-11-13 Ben PfaffWhen a packet arrives via bridging, clone it if it...
2008-11-13 Ben PfaffMake sure that do_port_input() always puts a MAC header...
2008-11-13 Ben PfaffIn handle_arp_snat() and snat_pre_route() pull enough...
2008-11-13 Ben PfaffIn update_mapping(), update m->hw_addr unconditionally.
2008-11-13 Ben PfaffFactor common SNAT code into new functions.
2008-11-13 Ben PfaffMake snat_skb() skb argument const.
2008-11-13 Ben PfaffDon't process packets in NAT that aren't destined for us.
2008-11-13 Ben PfaffOrphan and clone packets transmitted on dp_dev (proper...
2008-11-13 Ben PfaffAlways compile openflow modules with debug information.
2008-11-11 Ben PfaffCheck kmalloc() return value.
2008-11-11 Ben PfaffFix typo: = should be ==
2008-11-11 Ben PfaffStopgap fix for bug #478, where kernel panics on SNAT...
2008-11-10 Ben PfaffFix " is running" and " is not running" messages from...
2008-11-10 Ben PfaffMake openflow-switch depend on dmidecode, procps instea...
2008-11-10 Ben PfaffAdd build number to kernel modules built via Debian...
2008-11-07 Ben PfaffAdd --with-build-number configure argument and support...
2008-11-06 Justin PettitAdd --monitor flag to default init scripts for secchan.
2008-11-06 Ben PfaffNew package openflow-dbg for debugging symbols for...
2008-11-06 Ben PfaffFix typo in code to set core limit that broke the openf...
2008-11-05 Ben PfaffAdd openflow-switch settings for the limit on core...
2008-11-05 Ben PfaffAdd new Debian package "corekeeper" to centralize and...
2008-11-05 Justin PettitRename switchmon to switchui.
2008-11-05 Ben PfaffIgnore openflow-monitor and openflow-wdt build directories.
2008-11-05 Justin PettitAdd dist_sbin_SCRIPTS make target.
2008-11-05 Justin PettitHave git ignore the monitor and wdt packaging links.
2008-11-05 Ben PfaffWhen a new OpenFlow kernel module package is installed...
2008-11-05 Ben PfaffUnload kernel module when stopping switch, in Debian...
2008-11-05 Ben PfaffAdd required "subst" script to EXTRA_DIST.
2008-11-05 Ben PfaffMove "update" remote command from base secchan into...
2008-11-05 Ben PfaffNew switch remote command for setting configuration...
2008-11-05 Ben PfaffMake ofp-switch-setup preserve config variables that...
2008-11-05 Ben PfaffAdd "execute" to dpctl usage message.
2008-11-05 Ben PfaffFix openflow-switch log rotation.
2008-11-05 Ben PfaffCreate vlog sockets after daemonizing, so that pidfiles...
2008-11-04 Justin PettitDump more detailed information about system state from...
2008-11-04 Ben PfaffUse "set -e" command instead of "#! /bin/sh -e" magic.
2008-11-04 Ben PfaffAdd missing dependency on openssl to openflow-pki.
2008-11-04 Ben PfaffAdd build number to datapath version and --version...
2008-11-04 Ben PfaffIn reboot script, send SIGUSR1 to ofp-switchmon to...
2008-11-04 Ben PfaffCall VLOG_WARN before send_child_message(), to get...
2008-11-04 Ben PfaffFix location of installed commands.
2008-11-04 Ben PfaffPass --enable-snat to configure for datapath module...
2008-11-03 Ben PfaffMake COMMANDS option in openflow-switch defaults file...
2008-10-31 Ben PfaffAdd libncurses5-dev as build dependency for openflow.
2008-10-31 Ben PfaffImplement log rotation in openflow-switch.
2008-10-31 Ben PfaffMake secchan log to file by default.
2008-10-31 Ben PfaffAdd /var/log/openflow directory to openflow-common.
2008-10-31 Ben PfaffSend openssl output to logfile on "ofp-pki self-sign...
2008-10-31 Ben PfaffDon't make ofp-pki --log option relative to log directory.
2008-10-31 Ben PfaffPut ofp-pki logfile in log directory instead of in...
2008-10-31 Ben PfaffFix openflow-datapath-source bugs added in "Simplify...
2008-10-31 Ben PfaffAdd settings for switch netmask and gateway for in...
2008-10-31 Ben PfaffAdd extension hooks to debian/rules.
2008-10-31 Ben PfaffMove ofp-switch-config into new package openflow-switch...
2008-10-31 Ben PfaffImprove the error message when vconn gets an unexpected...
2008-10-31 Ben PfaffIn openflow-switch init script, correct secchan option...
2008-10-31 Ben PfaffIn openflow-switch init script, do not re-load openflow...
2008-10-31 Ben PfaffIgnore openflow-pki-server directory.
2008-10-31 Ben PfaffAdd missing header file to datapath/Modules.mk.
2008-10-30 Justin PettitPull configuration information from DMI.
2008-10-30 Ben PfaffFix vconn_transact() bug introduced in commit 65ac65a6d2,
2008-10-30 Ben PfaffSimplify debian/rules by adding new openflow-datapath...
2008-10-30 Ben PfaffBreak HTTP parts of openflow-pki package into new openf...
2008-10-29 Ben PfaffFix support for out-of-band control in Debian switch...
2008-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-10-29 Ben PfaffNew function netdev_set_etheraddr().
2008-10-29 Ben PfaffFix parsing of logging options in OpenFlow controller.
2008-10-29 Ben PfaffAdd "self-sign" command to ofp-pki.
2008-10-29 Ben PfaffFix typo in manpage.
2008-10-28 Ben PfaffImprove the command interface so that it sends back...
2008-10-27 Ben PfaffDelete ununsed file Make.vars.
2008-10-27 Ben PfaffAdd a warning when secchan is invoked with a controller...
2008-10-27 Ben PfaffAdd Nicira extension for remote command execution.
2008-10-27 Ben PfaffChange the secchan "hook" mechanism to be easier to...
2008-10-27 Ben PfaffFix typo in default switch config.
2008-10-25 Justin PettitFix leaking of flows when output action validation...
2008-10-25 Justin PettitFix leaking of flows when output action validation...
next