2009-09-03 |
Ben Pfaff | xenserver: Install /etc/sysconfig/vswitch by default.
|
commit | commitdiff | tree |
2009-09-03 |
Ben Pfaff | xenserver: Create vswitchd configuration file if it...
|
commit | commitdiff | tree |
2009-09-03 |
Ben Pfaff | vswitchd: Explain why mirroring to a VLAN can cause...
|
commit | commitdiff | tree |
2009-09-03 |
Ben Pfaff | xenserver: Document all the /etc/sysconfig/vswitch...
|
commit | commitdiff | tree |
2009-09-02 |
Ben Pfaff | rconn: Speed up in-band control connections, by caching...
|
commit | commitdiff | tree |
2009-09-01 |
Ben Pfaff | datapath: Use hash table more tolerant of collisions...
|
commit | commitdiff | tree |
2009-08-31 |
Ben Pfaff | corekeeper: Always include PID in core dump names.
|
commit | commitdiff | tree |
2009-08-28 |
Ben Pfaff | secchan: Avoid sending NetFlow packets for empty flows.
|
commit | commitdiff | tree |
2009-08-26 |
Ben Pfaff | vswitchd: Mirror nothing, not everything, if mirror...
|
commit | commitdiff | tree |
2009-08-26 |
Ben Pfaff | vswitchd: Avoid output port explosion with mirrors...
|
commit | commitdiff | tree |
2009-08-21 |
Ben Pfaff | netflow: Remove stray debug printf().
|
commit | commitdiff | tree |
2009-08-20 |
Ben Pfaff | xenserver: Compute correct physical PIFs for VLANs...
|
commit | commitdiff | tree |
2009-08-19 |
Ben Pfaff | xenserver: Renice netback process to priority 0 by...
|
commit | commitdiff | tree |
2009-08-19 |
Ben Pfaff | xenserver: Use = instead of == as operator for "test...
|
commit | commitdiff | tree |
2009-08-19 |
Ben Pfaff | xenserver: Fix "brctl show" compatibility by introducing...
|
commit | commitdiff | tree |
2009-08-19 |
Ben Pfaff | xenserver: Completely ignore datapath devices for renaming...
|
commit | commitdiff | tree |
2009-08-19 |
Ben Pfaff | datapath: Additional fixes for datapath device renaming.
|
commit | commitdiff | tree |
2009-08-18 |
Ben Pfaff | ovs-brcompatd: Don't include the local port in BRCTL_GET_POR...
|
commit | commitdiff | tree |
2009-08-18 |
Ben Pfaff | ovs-brcompatd: Fix memory leak.
|
commit | commitdiff | tree |
2009-08-18 |
Ben Pfaff | ovs-brcompatd: Fix use of uninitialized svec.
|
commit | commitdiff | tree |
2009-08-18 |
Ben Pfaff | datapath: Improve comments.
|
commit | commitdiff | tree |
2009-08-10 |
Ben Pfaff | xenserver: Configure MTU, Ethtool on PIFs in interface...
|
commit | commitdiff | tree |
2009-08-10 |
Ben Pfaff | xenserver: Obtain Ethtool, MTU, static routes from...
|
commit | commitdiff | tree |
2009-08-10 |
Ben Pfaff | xenserver: Factor MTU, Ethtool into functions in interface...
|
commit | commitdiff | tree |
2009-08-10 |
Ben Pfaff | xenserver: Rename functions, variables in interface...
|
commit | commitdiff | tree |
2009-08-10 |
Ben Pfaff | xenserver: Fix typo in adding static routes in interface...
|
commit | commitdiff | tree |
2009-08-08 |
Ben Pfaff | xenserver: Bring up physical devices before configuring...
|
commit | commitdiff | tree |
2009-08-07 |
Ben Pfaff | brcompat: Remove no-longer-needed #includes.
|
commit | commitdiff | tree |
2009-08-07 |
Ben Pfaff | brcompat: Remove requirement that that no datapaths...
|
commit | commitdiff | tree |
2009-08-07 |
Ben Pfaff | vswitchd: Support creating fake bond device interfaces.
|
commit | commitdiff | tree |
2009-08-07 |
Ben Pfaff | brcompat: Move BRCTL_GET_BRIDGES, BRCTL_GET_PORT_LIST...
|
commit | commitdiff | tree |
2009-08-07 |
Ben Pfaff | brcompatd: Factor code out of handle_fdb_query_cmd().
|
commit | commitdiff | tree |
2009-08-07 |
Ben Pfaff | brcompatd: Fix handle_fdb_query_cmd() return value...
|
commit | commitdiff | tree |
2009-08-07 |
Ben Pfaff | brcompatd: Break send_reply() up into more functions...
|
commit | commitdiff | tree |
2009-08-07 |
Ben Pfaff | brcompatd: Make parse_command() parse commands without...
|
commit | commitdiff | tree |
2009-08-07 |
Ben Pfaff | svec: New convenience macro SVEC_FOR_EACH.
|
commit | commitdiff | tree |
2009-08-07 |
Ben Pfaff | datapath: Unexport functions only used in openvswitch_mod.
|
commit | commitdiff | tree |
2009-08-07 |
Ben Pfaff | xenserver: Fix infinite recursion in get_netdev_by_mac.
|
commit | commitdiff | tree |
2009-08-07 |
Ben Pfaff | xenserver: Rename network devices to match MAC addresses...
|
commit | commitdiff | tree |
2009-08-06 |
Ben Pfaff | xenserver: Add new helper function to interface-reconfigure.
|
commit | commitdiff | tree |
2009-08-06 |
Ben Pfaff | vswitchd: Fix use of uninitialized variable in bridge_pick_l...
|
commit | commitdiff | tree |
2009-08-06 |
Ben Pfaff | secchan: Fix behavior when a network device is renamed.
|
commit | commitdiff | tree |
2009-08-06 |
Ben Pfaff | datapath: Update sysfs links when network devices are...
|
commit | commitdiff | tree |
2009-08-06 |
Ben Pfaff | datapath: Fix OOPS when dp_sysfs_add_if() fails.
|
commit | commitdiff | tree |
2009-08-06 |
Ben Pfaff | datapath: Prepare to extend lifetime of kobjects.
|
commit | commitdiff | tree |
2009-08-06 |
Ben Pfaff | datapath: Rename brc_sysfs_* to dp_sysfs_*.
|
commit | commitdiff | tree |
2009-08-06 |
Ben Pfaff | datapath: Move sysfs support from brcompat_mod into...
|
commit | commitdiff | tree |
2009-08-06 |
Ben Pfaff | xenserver: Really take devices down in interface-reconfigure.
|
commit | commitdiff | tree |
2009-08-06 |
Ben Pfaff | brcompat: Add comments to sysfs code.
|
commit | commitdiff | tree |
2009-08-06 |
Ben Pfaff | vswitchd: Fix logged warnings for new internal ports.
|
commit | commitdiff | tree |
2009-07-30 |
Ben Pfaff | vswitchd: Update /proc/net/bonding when bonded port...
|
commit | commitdiff | tree |
2009-07-30 |
Ben Pfaff | vswitchd: Add bond hashes to /proc/net/bonding compatibility...
|
commit | commitdiff | tree |
2009-07-29 |
Ben Pfaff | Reduce default probe interval to 5 seconds (and fail...
|
commit | commitdiff | tree |
2009-07-29 |
Ben Pfaff | Reduce default maximum connection timeout from 15 seconds...
|
commit | commitdiff | tree |
2009-07-29 |
Ben Pfaff | xenserver: Do not set or remove vSwitchVersion xapi...
|
commit | commitdiff | tree |
2009-07-29 |
Ben Pfaff | xenserver: Honor the MAC address specified in xapi...
|
commit | commitdiff | tree |
2009-07-28 |
Ben Pfaff | xenserver: Enable ARP filtering to work around xhad...
|
commit | commitdiff | tree |
2009-07-21 |
Ben Pfaff | Do not try to resolve DNS for OpenFlow controllers...
|
commit | commitdiff | tree |
2009-07-17 |
Ben Pfaff | xenserver: Fix creating, destroying bonds with the...
|
commit | commitdiff | tree |
2009-07-16 |
Ben Pfaff | brcompat: Make "brctl showmacs" honor Linux notion...
|
commit | commitdiff | tree |
2009-07-16 |
Ben Pfaff | vswitchd: Make "fdb/show" output more meaningful port...
|
commit | commitdiff | tree |
2009-07-16 |
Ben Pfaff | cfg: New function cfg_get_matches().
|
commit | commitdiff | tree |
2009-07-16 |
Ben Pfaff | Implement "brctl showmacs" support in brcompat and...
|
commit | commitdiff | tree |
2009-07-16 |
Ben Pfaff | brcompat: Refactor infrastructure for communication...
|
commit | commitdiff | tree |
2009-07-16 |
Ben Pfaff | brcompatd: Factor code out of prune_ports().
|
commit | commitdiff | tree |
2009-07-16 |
Ben Pfaff | process: New function process_run_capture().
|
commit | commitdiff | tree |
2009-07-16 |
Ben Pfaff | process: Factor code out of process_start() into helper...
|
commit | commitdiff | tree |
2009-07-16 |
Ben Pfaff | process: Fix races on fatal signal handling in process_start().
|
commit | commitdiff | tree |
2009-07-16 |
Ben Pfaff | vswitchd: New unixctl command "fdb/show" to print the...
|
commit | commitdiff | tree |
2009-07-16 |
Ben Pfaff | mac-learning: New function mac_entry_age().
|
commit | commitdiff | tree |
2009-07-16 |
Ben Pfaff | Add macros for parsing MAC addresses from strings.
|
commit | commitdiff | tree |
2009-07-16 |
Ben Pfaff | New function ds_steal_cstr().
|
commit | commitdiff | tree |
2009-07-16 |
Ben Pfaff | Add function get_null_fd(), to reduce code redundancy.
|
commit | commitdiff | tree |
2009-07-15 |
Ben Pfaff | brcompat: Improve comments in header file.
|
commit | commitdiff | tree |
2009-07-15 |
Ben Pfaff | vswitchd: Skip updelay on slave when only a single...
|
commit | commitdiff | tree |
2009-07-15 |
Ben Pfaff | vswitchd: Fix log messages when bond slaves are enabled...
|
commit | commitdiff | tree |
2009-07-13 |
Ben Pfaff | datapath: Don't orphan packets in dp_dev transmit path.
|
commit | commitdiff | tree |
2009-07-13 |
Ben Pfaff | vconn: Fix detection of vconn local IP address, to...
|
commit | commitdiff | tree |
2009-07-13 |
Ben Pfaff | Revert "datapath: Don't orphan packets in dp_dev transmit...
|
commit | commitdiff | tree |
2009-07-13 |
Ben Pfaff | datapath: Don't orphan packets in dp_dev transmit path.
|
commit | commitdiff | tree |
2009-07-08 |
Ben Pfaff | datapath: Fix races in updating dp_dev port statistics.
|
commit | commitdiff | tree |
2009-07-08 |
Ben Pfaff | datapath: Fix race in datapath creation.
|
commit | commitdiff | tree |
2009-07-08 |
Ben Pfaff | datapath: Fix race against workqueue in dp_dev and...
|
commit | commitdiff | tree |
2009-07-08 |
Ben Pfaff | datapath: Remove declarations of functions that are...
|
commit | commitdiff | tree |
2009-07-08 |
Ben Pfaff | datapath: Fix use-after-free error in datapath destruction.
|
commit | commitdiff | tree |
2009-07-08 |
Ben Pfaff | datapath: Remove redundant synchronize_rcu() call.
|
commit | commitdiff | tree |
2009-06-26 |
Ben Pfaff | Log more rconn status.
|
commit | commitdiff | tree |
2009-06-23 |
Ben Pfaff | xenserver: Also log ovs-brcompatd messages at INFO...
|
commit | commitdiff | tree |
2009-06-23 |
Ben Pfaff | ovs-brcompatd: Turn up log level of port removal messages.
|
commit | commitdiff | tree |
2009-06-23 |
Ben Pfaff | ovs-brcompatd: Handle XS Tools 5.0.0 destroying and...
|
commit | commitdiff | tree |
2009-06-20 |
Ben Pfaff | cfg: Log accurate waiting times in cfg_lock().
|
commit | commitdiff | tree |
2009-06-15 |
Ben Pfaff | Replace SHA-1 library with one that is clearly licensed.
|
commit | commitdiff | tree |
2009-06-15 |
Ben Pfaff | Update primary code license to Apache 2.0.
|
commit | commitdiff | tree |
2009-06-15 |
Ben Pfaff | vswitch: Avoid segfault when revalidating ARP flows.
|
commit | commitdiff | tree |
2009-06-11 |
Ben Pfaff | xenserver: Pass network UUID to controller for internal...
|
commit | commitdiff | tree |
2009-06-10 |
Ben Pfaff | Add unit test for SHA-1 library.
|
commit | commitdiff | tree |
2009-06-10 |
Ben Pfaff | Add file missing from commit baf099 "Fix glibc 2.7...
|
commit | commitdiff | tree |
2009-06-10 |
Ben Pfaff | vswitch: Fix handling of multicast packets received...
|
commit | commitdiff | tree |
2009-06-10 |
Ben Pfaff | vswitch: Add ovs-appctl commands for debugging and...
|
commit | commitdiff | tree |
2009-06-10 |
Ben Pfaff | Fix glibc 2.7 strtok_r() bug in a more permanent fashion.
|
commit | commitdiff | tree |
next |