openvswitch
2009-01-01 Ben Pfaffvswitchd: Prevent a single interface from being added...
2008-12-31 Ben Pfaffsecchan: Fix cut-and-paste errors in port speed determi...
2008-12-31 Ben Pfaffvswitchd: Drop debug output that was accidentally included.
2008-12-31 Ben Pfaffvswitchd: Implement port mirroring.
2008-12-31 Ben PfaffNew functions for parsing integers.
2008-12-31 Ben PfaffNew function svec_equal().
2008-12-31 Justin PettitReturn meaningful errors for brctl modification commands.
2008-12-31 Ben PfaffMake the datapath tolerate kernels that lack NLA_NUL_ST...
2008-12-31 Ben Pfaffvswitchd: Be careful to sort all the svecs that are...
2008-12-31 Justin PettitAdd support for "brctl show".
2008-12-31 Ben Pfaffvswitchd: Fix fd leaks by closing files that we read...
2008-12-31 Ben Pfaffvswitchd: Add support for remote controller.
2008-12-30 Ben PfaffFix bug in make_add_simple_flow() that busts secchan...
2008-12-30 Ben Pfaffvswitchd: Don't try to delete local port from datapath.
2008-12-30 Ben Pfaffbrcompat: Remove line-length limitations from brc_modif...
2008-12-30 Ben Pfaffbrcompat: Write temporary file to same directory as...
2008-12-30 Ben PfaffNew function nl_sock_wait(), to improve netlink socket...
2008-12-30 Ben PfaffProperly lock dp_mutex around changes to the datapath.
2008-12-30 Ben Pfaffbrcompat: Fix usage message.
2008-12-30 Ben Pfaffbrcompat: Add note about required kernel module to...
2008-12-30 Ben PfaffSimplify lookup_dp() now that we can assume that dp_nam...
2008-12-30 Ben PfaffForce DP_GENL_A_DP_NAME and DP_GENL_A_PORTNAME to be...
2008-12-30 Ben PfaffFactor datapath common code into new function lookup_dp().
2008-12-30 Ben PfaffFix GNU make warning about overriding commands for...
2008-12-30 Ben PfaffUpdate dpif comments and prototypes.
2008-12-30 Ben PfaffRestore openflow-netlink.h ABI.
2008-12-30 Ben PfaffUse rcu_dereference() before we dereference an RCU...
2008-12-30 Ben PfaffFix off-by-one error in looking up datapaths by index.
2008-12-30 Justin PettitFix missing symbol in brcompat kernel module on older...
2008-12-30 Justin PettitIncrease max datapaths to 256 (Bug #561).
2008-12-30 Ben Pfaffbrcompat: Build brcompat module only under Linux 2.6.
2008-12-30 Ben Pfaffbrcompat: Remove policy from Netlink code.
2008-12-30 Ben Pfaffbrcompat: Fix typo in user message.
2008-12-30 Ben Pfaffbrcompat: Indentation fixups.
2008-12-30 Ben PfaffMake datapath compile with Xen kernel.
2008-12-30 Justin PettitFirst cut at bridge compatibility for vswitchd.
2008-12-30 Ben Pfaffvswitchd: Fix SIGHUP behavior for bonded ports.
2008-12-30 Ben Pfaffvswitchd: Properly renumber port_ifidx values on iface...
2008-12-30 Ben Pfaffvswitchd: Revalidate all flows upon bridge configuratio...
2008-12-30 Ben PfaffNew function mac_learning_flush().
2008-12-30 Ben Pfaffvswitchd: Fix svec_diff().
2008-12-29 Ben Pfaffvswitchd: Comment out annoying bonding-related logging...
2008-12-29 Ben Pfaffvswitchd: Fix svec memory leaks.
2008-12-29 Ben PfaffMake ds_cstr() always null-terminate the string.
2008-12-29 Ben Pfaffvswitchd: Implement bonding link failure detection...
2008-12-29 Ben PfaffNew functions port_array_destroy(), port_array_clear().
2008-12-28 Ben PfaffDocument vswitchd.
2008-12-28 Ben PfaffFactor out common parts of manpages.
2008-12-27 Ben Pfaffvswitchd: Actually tag flows that go out bonded devices.
2008-12-27 Ben Pfaffvswitchd: Basic bonding rebalancing works.
2008-12-27 Ben Pfaffvswitchd: Work on flow statistics gathering.
2008-12-26 Ben Pfaffvswitchd: Implement stats request manager.
2008-12-26 Ben PfaffMake tag_set_add() avoid adding tags that are already...
2008-12-26 Ben PfaffNew functions for iterating through flow stats replies.
2008-12-26 Ben PfaffNew function ofpbuf_clone_data().
2008-12-26 Ben Pfaffvswitchd: Fix treatment of unbuffered packets.
2008-12-26 Ben PfaffDrop message about short Ethernet frames entirely.
2008-12-24 Ben Pfaffvswitchd: Automatically restart secchan if it dies.
2008-12-24 Ben PfaffImplement revalidation.
2008-12-24 Ben PfaffAdd support for tags to mac-learning library, and updat...
2008-12-24 Ben PfaffImplement generic tag library.
2008-12-24 Ben PfaffNew functions random_uint8(), random_uint16().
2008-12-24 Ben PfaffNew macro IS_POW2().
2008-12-23 Ben PfaffImplement generic hash table.
2008-12-23 Ben PfaffNew function flow_equal().
2008-12-23 Ben PfaffInline flow_compare() and flow_hash(), for performance.
2008-12-23 Ben PfaffMake flow_hash() use hash_lookup3(), for speed and...
2008-12-23 Ben PfaffAdd faster and better-quality hash function hash_lookup3().
2008-12-22 Ben PfaffRemove misplaced comment.
2008-12-20 Ben Pfaffvswitch: Implement basic bonding.
2008-12-20 Ben Pfaffvswitch: Pass --monitor to secchan processes, to allow...
2008-12-20 Justin PettitAdd #include <limits.h> to fix build problem with undef...
2008-12-18 Ben Pfaffvswitchd: Fix stupid thinko.
2008-12-18 Ben Pfaffvswitchd: Basic working VLAN support.
2008-12-18 Ben PfaffNew functions put_openflow() and put_openflow_xid().
2008-12-18 Ben PfaffAdd support for VLAN tags to the MAC learning library.
2008-12-18 Ben Pfaffcfg: Fix functions for retrieving keys.
2008-12-17 Ben PfaffInitial, skeletal implementation of vswitchd.
2008-12-17 Ben PfaffNew function ds_get_line().
2008-12-17 Ben PfaffNew function ds_put_buffer().
2008-12-17 Ben PfaffNew functions for verify OpenFlow message types and...
2008-12-17 Ben PfaffNew function ofp_message_type_to_string().
2008-12-17 Ben PfaffMake secchan exit if the connection drops and can never...
2008-12-17 Ben PfaffAdd new "fd" vconn, which takes a file descriptor numbe...
2008-12-17 Ben PfaffIntroduce x2nrealloc() helper function, and use it.
2008-12-17 Ben PfaffMake datapath interface library more flexible.
2008-12-17 Ben PfaffMove DP_MAX into public header file.
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.
next