sliver-openvswitch.git
2009-01-26 Justin PettitFor SNAT, don't store the pre-fragment L2 header before... for-nox/0.4
2009-01-21 Justin PettitFix fragment issue for large IP packets when SNAT actio...
2009-01-21 Ben PfaffImprove handling of unexpected 'status' in process_stat...
2009-01-21 Ben Pfaffprocess: New function process_escape_args().
2009-01-21 Ben PfaffDebian packaging: Remove IP addresses from netdevs...
2009-01-21 Ben PfaffNew function netdev_enumerate().
2009-01-21 Ben PfaffNew function svec_join().
2009-01-21 Ben PfaffDebian packaging: Add several new settings to /etc...
2009-01-21 Ben Pfaffprocess: Avoid stealing pclose()'s exit status.
2009-01-21 Ben Pfaffdaemon: Fix behavior in read_pidfile() when pid file...
2009-01-21 Ben Pfaffdaemon: Fix bogus error message in read_pidfile() when...
2009-01-21 Ben Pfaffdaemon: Fix segfault in read_pidfile() when pidfile...
2009-01-19 Ben Pfaffdebian: Avoid aborting on switch startup when $COMMANDS...
2009-01-15 Ben Pfaffdebian: Move ofp-switch-setup and manpage into correct...
2009-01-14 Justin PettitCheck wildcards for in_port != out_port output validation.
2009-01-14 rootAllow controller to set MAC address to use in ARP respo...
2009-01-13 Ben PfaffCrossport lib/svec.[ch] from master branch.
2009-01-13 Ben PfaffIntroduce x2nrealloc() helper function.
2009-01-13 Ben PfaffCrossport lib/process.[ch] from master branch.
2009-01-13 Ben PfaffNew function ds_get_line().
2009-01-13 Ben PfaffNew function ds_put_buffer().
2009-01-13 Ben Pfafffatal-signal: Fix bug in call_hooks() recursion detection.
2009-01-13 Ben Pfaffdpctl: Fix use-after-free in "probe" command.
2009-01-13 Ben Pfaffnetdev: Fix file descriptor leak.
2009-01-13 Ben Pfaffdatapath: Check DMI strings for NULL.
2009-01-13 Ben Pfaffdatapath: Avoid pointer arithmetic on possibly-NULL...
2009-01-13 Ben Pfaffdaemon: report error if daemon child process fails...
2009-01-13 Ben Pfaffdhcp-client: Don't report long time to expiration after...
2009-01-13 Ben Pfaffdatapath: Fix tracking of number of flows in hash table.
2009-01-13 Ben Pfaffrconn: Fix segfault when the idle timeout races with...
2009-01-13 Ben Pfaffdatapath: Don't drop oversize GSO frames, since GSO...
2009-01-13 Ben PfaffFix bug that could have caused infinite loop in ofp_pri...
2009-01-13 Ben PfaffDo not forward multicast addresses that must not be...
2009-01-13 Ben PfaffNew function to test for multicast addresses that must...
2009-01-13 Ben Pfaffsecchan: Fix cut-and-paste errors in port speed determi...
2009-01-13 Ben PfaffFix off-by-one error in looking up datapaths by index.
2009-01-13 Ben PfaffMake ds_cstr() always null-terminate the string.
2009-01-13 Ben PfaffDrop message about short Ethernet frames entirely.
2009-01-06 Ben PfaffRemove userspace switch in favor of the superior usersp...
2009-01-06 Ben PfaffFix "make dist" by adding forgotten files to sources...
2009-01-05 Ben PfaffPrevent Debian package upgrades from prompting.
2008-12-26 Ben PfaffFix learning-switch STP breakage from "out_port" in...
2008-12-23 Justin PettitFix setting "of" device name based on unitialized dp_idx.
2008-12-19 Justin PettitFix flag to indicate whether Flow End messages should...
2008-12-19 Justin PettitFix null pointer dereference when a delete flow command...
2008-12-18 Ben Pfaffsecchan: Switch in-band control traffic by hand only...
2008-12-17 Ben PfaffDon't use separate asynchronous event connection for...
2008-12-17 Justin PettitAdd support for exporting flow information in NetFlow...
2008-12-17 Justin PettitFix usage line about specifying local datapath in secchan.
2008-12-17 Ben PfaffImprove formatting of process termination messages...
2008-12-17 Ben Pfaffvlog: Optimize logging disabled, rate-limited messages.
2008-12-17 Ben PfaffReduce rate limit for short-packet messages even further.
2008-12-17 Ben PfaffFix typo in comment.
2008-12-17 Ben PfaffAdd reminder comment to lib/learning-switch.c.
2008-12-16 Ben PfaffFix mangled header guards in ofp-print.h.
2008-12-16 Ben PfaffImprove secchan.8 manpage.
2008-12-16 Ben PfaffFix typo in error message.
2008-12-16 Ben PfaffStyle fix: f(x) is better than f((x))
2008-12-11 Ben PfaffAdd userspace datapath to openflow.
2008-12-11 Ben PfaffUpdate required Autoconf version in INSTALL.
2008-12-11 Ben PfaffMake ds_put_char_multiple() use the provided character...
2008-12-03 Justin PettitCleanup some formatting in openflow.h.
2008-12-03 Justin PettitChange references in comments from "ofp_vendor" to...
2008-12-02 Ben PfaffUpdate prerequisite Autoconf version to 2.60 (from...
2008-12-02 Justin PettitFix compatibility back to Linux 2.6.15 and 2.4.32.
2008-12-02 Ben PfaffAdd missing "%s" to VLOG_WARN_RL call.
2008-12-02 Justin PettitOfficially call this code version 0.8.9~1.
2008-12-01 Justin PettitAdd support for listing and deleting entries based...
2008-11-27 Ben PfaffAdd DATAPATH_ID to switch packaging, to enable persiste...
2008-11-27 Ben PfaffAllow the datapath ID to be configured by changing...
2008-11-27 Ben PfaffSimplify code in stream_recv().
2008-11-27 Ben PfaffMake dpif_close() accept a null pointer.
2008-11-27 Ben Pfaffrconn_destroy() should close monitoring connections...
2008-11-27 Ben PfaffFree txbuf, rxbuf in vconn-ssl and vconn-stream destruc...
2008-11-27 Justin PettitAdd support for understanding ICMP type and code in...
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...
next