2009-08-26 |
Ben Pfaff | vswitchd: Mirror nothing, not everything, if mirror... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Ben Pfaff | vswitchd: Avoid output port explosion with mirrors... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Justin Pettit | mgmt: Cleanup handling of extended messages |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Justin Pettit | datapath: Return EFBIG instead of EXFULL when no room... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
Ben Pfaff | netflow: Remove stray debug printf(). |
commit | commitdiff | tree | snapshot |
2009-08-20 |
Ben Pfaff | xenserver: Compute correct physical PIFs for VLANs... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Ben Pfaff | xenserver: Renice netback process to priority 0 by... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Ben Pfaff | xenserver: Use = instead of == as operator for "test... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Ben Pfaff | xenserver: Fix "brctl show" compatibility by introducin... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Ben Pfaff | xenserver: Completely ignore datapath devices for renam... |
commit | commitdiff | tree | snapshot |
2009-08-19 |
Ben Pfaff | datapath: Additional fixes for datapath device renaming. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Ben Pfaff | ovs-brcompatd: Don't include the local port in BRCTL_GE... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Ben Pfaff | ovs-brcompatd: Fix memory leak. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Ben Pfaff | ovs-brcompatd: Fix use of uninitialized svec. |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Ben Pfaff | datapath: Improve comments. |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Justin Pettit | xenserver: Add missing argument for fake-iface config |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Justin Pettit | ovs-pki: Add uniqueness to CA certs |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Justin Pettit | mgmt: Local config changes can cause update failures... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Justin Pettit | secchan: Clarify log message about failing open. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Justin Pettit | XenServer: Increase ulimit on open file descriptors... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Ben Pfaff | xenserver: Configure MTU, Ethtool on PIFs in interface... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Ben Pfaff | xenserver: Obtain Ethtool, MTU, static routes from... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Ben Pfaff | xenserver: Factor MTU, Ethtool into functions in interf... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Ben Pfaff | xenserver: Rename functions, variables in interface... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Ben Pfaff | xenserver: Fix typo in adding static routes in interfac... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Ben Pfaff | xenserver: Bring up physical devices before configuring... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ben Pfaff | brcompat: Remove no-longer-needed #includes. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ben Pfaff | brcompat: Remove requirement that that no datapaths... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ben Pfaff | vswitchd: Support creating fake bond device interfaces. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ben Pfaff | brcompat: Move BRCTL_GET_BRIDGES, BRCTL_GET_PORT_LIST... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ben Pfaff | brcompatd: Factor code out of handle_fdb_query_cmd(). |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ben Pfaff | brcompatd: Fix handle_fdb_query_cmd() return value... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ben Pfaff | brcompatd: Break send_reply() up into more functions... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ben Pfaff | brcompatd: Make parse_command() parse commands without... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ben Pfaff | svec: New convenience macro SVEC_FOR_EACH. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ben Pfaff | datapath: Unexport functions only used in openvswitch_mod. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ben Pfaff | xenserver: Fix infinite recursion in get_netdev_by_mac. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Justin Pettit | XenServer: Add knowledge of vswitch to xen-bugtool |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Justin Pettit | daemon: Remove short options from daemon library |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Justin Pettit | secchan: Remove mention of "-f" flag as being equivalen... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Justin Pettit | daemon: Provide option to not chdir to root |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Justin Pettit | ovs-dpctl: Remove UNUSED attributed in do_show |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Justin Pettit | ovs-dpctl: Add dump-dps command |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ian Campbell | xenserver: Cope gracefully with non-integer MTU in... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ian Campbell | xenserver: Log attempts to enable promiscuous mode... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ian Campbell | xenserver: Update copyright on interface-configure... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ben Pfaff | xenserver: Rename network devices to match MAC addresse... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ben Pfaff | xenserver: Add new helper function to interface-reconfi... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ben Pfaff | vswitchd: Fix use of uninitialized variable in bridge_p... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ben Pfaff | secchan: Fix behavior when a network device is renamed. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ben Pfaff | datapath: Update sysfs links when network devices are... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ben Pfaff | datapath: Fix OOPS when dp_sysfs_add_if() fails. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ben Pfaff | datapath: Prepare to extend lifetime of kobjects. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ben Pfaff | datapath: Rename brc_sysfs_* to dp_sysfs_*. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ben Pfaff | datapath: Move sysfs support from brcompat_mod into... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ben Pfaff | xenserver: Really take devices down in interface-reconf... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ben Pfaff | brcompat: Add comments to sysfs code. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ben Pfaff | vswitchd: Fix logged warnings for new internal ports. |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Justin Pettit | datapath: Support jumbo frames in the datapath device |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Justin Pettit | vswitchd: Initialize cfg properly and check return... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
Justin Pettit | cfg: Terminate cfg to prevent crashes |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Ben Pfaff | vswitchd: Update /proc/net/bonding when bonded port... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Ben Pfaff | vswitchd: Add bond hashes to /proc/net/bonding compatib... |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Justin Pettit | XenServer: Correct license in spec file |
commit | commitdiff | tree | snapshot |
2009-07-30 |
Justin Pettit | vswitchd: Add unixctl command to dump all flows, includ... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Justin Pettit | Fix DHCP request source port and add port #define's |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Justin Pettit | Fix tab/space issue in datapath-protocol.h |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Justin Pettit | vswitchd: Remove non-used function to prevent compiler... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Justin Pettit | Cleanup warnings about "save_ptr" in strtok_r argument |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ben Pfaff | Reduce default probe interval to 5 seconds (and fail... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ben Pfaff | Reduce default maximum connection timeout from 15 secon... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ben Pfaff | xenserver: Do not set or remove vSwitchVersion xapi... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
Ben Pfaff | xenserver: Honor the MAC address specified in xapi... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Ben Pfaff | xenserver: Enable ARP filtering to work around xhad... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Justin Pettit | xenserver: Retrieve vSwitch version from binary in... |
commit | commitdiff | tree | snapshot |
2009-07-28 |
Justin Pettit | Label the current "citrix" release 0.90.4. v0.90.4 |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Ben Pfaff | Do not try to resolve DNS for OpenFlow controllers... |
commit | commitdiff | tree | snapshot |
2009-07-17 |
Ben Pfaff | xenserver: Fix creating, destroying bonds with the... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ben Pfaff | brcompat: Make "brctl showmacs" honor Linux notion... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ben Pfaff | vswitchd: Make "fdb/show" output more meaningful port... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ben Pfaff | cfg: New function cfg_get_matches(). |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ben Pfaff | Implement "brctl showmacs" support in brcompat and... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ben Pfaff | brcompat: Refactor infrastructure for communication... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ben Pfaff | brcompatd: Factor code out of prune_ports(). |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ben Pfaff | process: New function process_run_capture(). |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ben Pfaff | process: Factor code out of process_start() into helper... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ben Pfaff | process: Fix races on fatal signal handling in process_... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ben Pfaff | vswitchd: New unixctl command "fdb/show" to print the... |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ben Pfaff | mac-learning: New function mac_entry_age(). |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ben Pfaff | Add macros for parsing MAC addresses from strings. |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ben Pfaff | New function ds_steal_cstr(). |
commit | commitdiff | tree | snapshot |
2009-07-16 |
Ben Pfaff | Add function get_null_fd(), to reduce code redundancy. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Ben Pfaff | brcompat: Improve comments in header file. |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Ben Pfaff | vswitchd: Skip updelay on slave when only a single... |
commit | commitdiff | tree | snapshot |
2009-07-15 |
Ben Pfaff | vswitchd: Fix log messages when bond slaves are enabled... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Justin Pettit | Fix unitialized variable in coverage_log() |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Ben Pfaff | datapath: Don't orphan packets in dp_dev transmit path. |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Ben Pfaff | vconn: Fix detection of vconn local IP address, to... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Ben Pfaff | Revert "datapath: Don't orphan packets in dp_dev transm... |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Ben Pfaff | datapath: Don't orphan packets in dp_dev transmit path. |
commit | commitdiff | tree | snapshot |
next |