openvswitch
2009-03-02 Ben PfaffNew function make_packet_out(), and reimplement helpers...
2009-03-02 Ben Pfaffsecchan: Make hook_class structures const.
2009-03-02 Ben PfaffMake flow_print() print nw_proto. Print vlan in decimal.
2009-03-02 Ben PfaffAdd comment.
2009-03-02 Ben PfaffNew macro ALWAYS_INLINE to tell GCC that a function...
2009-03-02 Ben PfaffExport network address mask logic in switch-flow.c...
2009-03-02 Ben PfaffAvoid a "statement has no effect" warning from BUILD_AS...
2009-03-02 Ben PfaffDelete empty file.
2009-03-02 Ben Pfaffopenflow.h: Fix typos in comments.
2009-02-28 Ben Pfaffdpctl: Don't print trailing garbage in "dpctl status...
2009-02-28 Ben Pfaffdpctl: Fix assertion failure when second argument given...
2009-02-19 Ben Pfaffdatapath: Disallow action length 0, preventing DoS...
2009-02-13 Justin PettitSupport multiple NetFlow collectors.
2009-02-11 Ben Pfaffvswitch: Add startup and config files for the XenServer...
2009-02-11 Justin PettitCheck wildcards for in_port != out_port output validati...
2009-02-11 Justin PettitFix minor typos in vswitch.conf.5 man page.
2009-02-09 Ben Pfaffnetdev: fix segfault in lookup_netdev().
2009-02-06 Ben Pfaffvswitchd: Avoid 100% CPU when secchan dies too many...
2009-02-06 Ben Pfaffpoll-loop: Add support for logging the reason for wakeups.
2009-02-06 Ben Pfaffleak-checker: Break backtracing code into new module...
2009-02-06 Ben Pfaffvswitchd: Add build number to --version output.
2009-02-06 Ben PfaffAdd AC_SYS_LARGEFILE, to allow writing log files over...
2009-02-04 Justin PettitChanged control protocol name to OpenFlow Management...
2009-02-04 Justin PettitFirst cut of OpenFlow control protocol draft specification.
2009-02-03 Ben PfaffDon't define skb_copy_{to,from}_linear_data_offset...
2009-02-02 Ben Pfaffdatapath: Fix up checksum on Xen before forwarding...
2009-01-31 Ben Pfaffdatapath: Move all fwd_save_skb() calls into a single...
2009-01-26 Justin PettitFix build issues with recent SNAT changes on older...
2009-01-26 Justin PettitMove veth.c to Linux 2.6 compatibility directory.
2009-01-26 Justin PettitFor SNAT, don't store the pre-fragment L2 header before...
2009-01-26 Ben PfaffAdd comment.
2009-01-24 Justin PettitMove setting Nicira datapath ID out of kernel.
2009-01-23 Ben PfaffBackport the veth driver to Linux 2.6.18. Build for...
2009-01-23 Ben PfaffMake choices to build and to distribute modules indepen...
2009-01-23 Ben PfaffEliminate unused second argument to OFP_CHECK_LINUX...
2009-01-23 Ben PfaffIgnore more files.
2009-01-23 Ben PfaffAdd unit test for flow extraction.
2009-01-23 Ben PfaffAdd new function ofp_match_to_string() to ofp-print...
2009-01-23 Ben PfaffMove flow_fill_match() from udatapath to lib, so that...
2009-01-23 Ben PfaffImplement pcap file reader/writer library and use it...
2009-01-23 Ben PfaffFix minor bug in flow_extract().
2009-01-23 Ben PfaffMake port status change messages reliable.
2009-01-23 Ben Pfaffnetdev: Implement netdev_monitor, for monitoring networ...
2009-01-23 Ben Pfaffnetdev: Make carrier status available in device flags.
2009-01-23 Ben PfaffNew hash table keyed on string data.
2009-01-23 Ben Pfaffnetdev: New function netdev_nodev_get_flags().
2009-01-23 Ben PfaffMake nl_policy_parse() compatible with non-Generic...
2009-01-23 Ben PfaffAdd lookup3-based hash for bytes, and remove FNV hash...
2009-01-21 Ben PfaffAdd support for dynamic library symbols to ofp-parse...
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-19 Ben PfaffFix typo in comment.
2009-01-16 Keith AmidonReopen log file in addition to reading conf file when...
2009-01-16 Ben Pfaffvswitchd: Reduce flow idle time when flow table grows...
2009-01-16 Ben Pfaffvswitchd: Don't reset idle timer when updating flows.
2009-01-16 Ben PfaffRevert "brcompat: Don't re-read configuration file...
2009-01-16 Ben Pfaffvswitchd: Delete flows on a deleted interface when...
2009-01-16 Ben PfaffNew functions make_flow_mod(), make_del_flow().
2009-01-16 Ben Pfaffvswitchd: Avoid mishandling duplicate object names.
2009-01-16 Ben PfaffNew function svec_sort_unique(), svec_is_unique(),...
2009-01-16 Ben Pfaffbrcompat: Don't re-read configuration file from inside...
2009-01-15 Ben Pfaffbrcompat: Drop write-only variable.
2009-01-15 Ben Pfaffvlog: Add INFO level and apply it to messages for ...
2009-01-15 Ben Pfaffvconn: Ignore async messages before version negotiation...
2009-01-15 Ben Pfaffsecchan: Document --rate-limit and --burst-limit option...
2009-01-15 Ben Pfaffsecchan: Divide options in manpage into labeled subsect...
2009-01-15 Ben Pfaffdebian: Move ofp-switch-setup and manpage into correct...
2009-01-14 Ben Pfaffdpctl: Fix "add-flow" and "add-flows" when actions...
2009-01-14 Justin PettitMerge branch 'master' of nicira.dyndns.org:/srv/git...
2009-01-14 Justin PettitCheck wildcards for in_port != out_port output validation.
2009-01-14 Ben PfaffAdd missing #includes.
2009-01-14 rootAllow controller to set MAC address to use in ARP respo...
2009-01-14 Ben Pfaffvswitchd: Fix more memory leaks.
2009-01-14 Ben PfaffFix typo.
2009-01-14 Ben Pfaffvswitchd: Fix typo in comment.
2009-01-14 Ben Pfaffbrcompat: Don't try to write the config file if it...
2009-01-14 Ben Pfaffleak-checker: Make output file unbuffered.
2009-01-13 Ben Pfaffvswitchd: Fix memory leak.
2009-01-13 Ben PfaffFix bugs in leak checker.
2009-01-13 Ben Pfaffvswitchd: Fix memory leaks.
2009-01-13 Ben PfaffFix memory leak in nl_sock_transact().
2009-01-13 Ben PfaffImplement simple memory leak detector.
2009-01-13 Ben PfaffAdd ability to open null fds to process_start().
2009-01-13 Ben PfaffAdd libpcre3-dev to build-dependencies.
2009-01-13 Ben PfaffNew function process_run().
2009-01-13 Ben PfaffMerge master and vswitchd branches
2009-01-13 Ben PfaffMake dpctl accept an arbitrary number of actions.
2009-01-13 Ben Pfafflearning-switch: Remove unused variable.
2009-01-13 Ben Pfafffatal-signal: Fix bug in call_hooks() recursion detection.
2009-01-13 Ben PfaffUse xstrdup() instead of xasprintf() for duplicating...
next