projects
/
openvswitch
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
openvswitch
2011-04-06
Ben Pfaff
Update top-level documentation to bring it up to date...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-06
Ethan Jackson
dpif-linux: Choose port numbers more prudently.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Ethan Jackson
bond: Choose slaves randomly.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Ben Pfaff
daemon: Avoid races on pidfile creation.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Ben Pfaff
daemon: Integrate checking for an existing pidfile...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Ben Pfaff
daemon: Tolerate EINTR in fork_and_wait_for_startup().
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Ben Pfaff
Log anything that could prevent a daemon from starting.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Ben Pfaff
util: New function ovs_fatal_valist().
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Ben Pfaff
signals: New function signal_name().
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Ben Pfaff
type-props: New macro for estimating length of a decima...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Ben Pfaff
Add a few more users for ovs_retval_to_string().
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Ben Pfaff
vlog: Use PRINTF_FORMAT macro from compiler.h.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-04
Ben Pfaff
stream-ssl: Use out_of_memory() to abort due to lack...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
xenserver: Fix up iface-id after it changes or disappea...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
bridge: Avoid partitioning the dst set.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
bridge: Separate mirroring logic from forwarding logic.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
bridge: Change "struct dst" from containing a dp_ifidx...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
bridge: Get rid of 'n_ifaces' member of struct port.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
bridge: Break bonding implementation out into library.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
bridge: Simplify and clean up bond slave enable/disable.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
bridge: Drop obsolete comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
bridge: Improve comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
bridge: Change Ethernet address array from 8 bytes...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
bridge: Avoid redundant dpif_flow_flush().
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
lacp: Encapsulate configuration into new structs.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
bridge: Drop LACP configuration members from struct...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
lacp: Remove unneeded forward references from header...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
lacp: Fix misleading prototype for lacp_configure().
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
vswitch: Improve schema documentation.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
tag: New function tag_set_union().
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
list: New functions list_is_singleton(), list_is_short().
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
packets: Reserve headroom for VLAN header in eth_compos...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
packets: New function eth_set_vlan_tci(), from dpif...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
packets: Fix potential use-after-free in compose_benign...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
packets: New function snap_compose(); rename compose_pa...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
netdev-vport: Implement 'send' function.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
netdev-linux: Support 'send' for netdevs opened with...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ben Pfaff
ovsdb-server: Avoid intermittent test failures due...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ethan Jackson
cfm: Allow time for CCM reception after cfm_configure();
commit
|
commitdiff
|
tree
|
snapshot
2011-04-01
Ethan Jackson
cfm: cfm_configure() only update when necessary.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
ovsdb: Truncate bad transactions from database log.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
ovsdb: Check that ovsdb-server truncates corrupted...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
ovsdb: Raise database corruption log level from warning...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
ovsdb: Force strong references to non-root tables to...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
ovsdb-types: Fix bug in ovsdb_base_type_is_ref().
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
ovs-brcompatd: Convert svecs to ssets.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
bridge: Convert svecs to ssets.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
ovs-openflowd: Use sset in place of svec.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
ofproto: Change string sets in interface from svec...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
ovsdb-parser: Use sset instead of svec for detecting...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
netdev: Use sset instead of svec in netdev interface.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
dpif: Use sset instead of svec in dpif interface.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
Convert shash users that don't use the 'data' value...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
sset: New data type for a set of strings.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ethan Jackson
learning-switch: Remove dead assignment.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ethan Jackson
ovs-ofctl: Remove dead assignment.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ethan Jackson
netdev-linux: Remove dead assignments.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ethan Jackson
ofproto: Use new timer library.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ethan Jackson
cfm: Use new timer library.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ethan Jackson
lacp: Use new timer library.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ethan Jackson
lib: Create new timer library.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ethan Jackson
cfm: Fix appctl negative report.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
bridge: Destroy ofproto before deleting dpif.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
connmgr: Fix wild pointer dereference in connmgr_broadc...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Ben Pfaff
ofproto: Fix order of destruction in ofproto_destroy().
commit
|
commitdiff
|
tree
|
snapshot
2011-03-31
Simon Horman
datapath: Update for changes in 2.6.39-rc1
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Ben Pfaff
ofpbuf: Make ofpbufs initialized with ofpbuf_use_stack...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Ben Pfaff
odp-util: Replace ODPUTIL_FLOW_KEY_U32S by new struct...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Ben Pfaff
datapath: Fix mysterious GRE-over-IPSEC problems.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Ben Pfaff
mac-learning: Fix mac_entry_is_grat_arp_locked().
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Ben Pfaff
ofproto: Get rid of send_port_status() trivial wrapper...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Ben Pfaff
ofp-util: Remove flow_stats_iterator, flows_stats_first...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Ben Pfaff
timeval: Only log poll intervals longer than 50 ms.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Ben Pfaff
AUTHORS: Add Gaetano Catalli <gaetano.catalli@gmail...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-30
Gaetano Catalli
Fix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Ben Pfaff
ofproto: Factor OpenFlow connection management into...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Ben Pfaff
ofproto: New function ofconn_pktbuf_retrieve().
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Ben Pfaff
ofproto: Add functions to get and set ofconn type and...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Ben Pfaff
ofproto: Add ofconn_get_miss_send_len(), ofconn_set_mis...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Ben Pfaff
ofproto: Add ofconn_get_flow_format(), ofconn_set_flow_...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Ben Pfaff
ofproto: Use ofconn_send_reply() for sending OpenFlow...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Ben Pfaff
ofproto: Introduce ofconn_get_ofproto() accessor function.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Ben Pfaff
ofproto: Move hton_ofp_phy_port() to ofp-util.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Ben Pfaff
ofproto: Break packet_in encoding out of ofproto into...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Ben Pfaff
ofproto: Factor building of flow_removed messages out...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Ethan Jackson
ovs-vsctl: Remove dead assignment.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Ethan Jackson
ovs-vsctl: Remove dead code.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Ben Pfaff
bridge: Always wait for MAC learning table and ports.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Ben Pfaff
xenserver: Wait for ovs-xapi-sync to exit in "stop...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Ben Pfaff
daemon: Avoid redundant code in already_running().
commit
|
commitdiff
|
tree
|
snapshot
2011-03-29
Ben Pfaff
daemon: Write "already running" message to log also.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-28
Ethan Jackson
cfm: No longer keep track of bad remote MPs and MAIDS.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-28
Ben Pfaff
ovsdb-tool: Fix cut-and-paste error in manpage.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-28
Ben Pfaff
ovs-brcompatd: Delete write-only variable.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-28
Ethan Jackson
cfm: Create new cfm/show appctl command.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-28
Ethan Jackson
bridge: Write CFM updates more quickly.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-28
Ethan Jackson
cfm: Reduce missed CCM detection time.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-28
Ethan Jackson
cfm: Don't report unexpected remote endpoints.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-28
Ethan Jackson
cfm: Immediately signal fault on bad CCM reception.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-25
Ethan Jackson
packets: Move CFM related packet information to cfm...
commit
|
commitdiff
|
tree
|
snapshot
next