2012-07-18 |
Ben Pfaff | system-stats: Use "smap" instead of "shash". Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | smap: New function smap_steal(). Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | smap: New functions smap_from_json(), smap_to_json(). Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | vlog: Use worker process to write to log file. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | vlog: Use system calls instead of stdio to write log... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | worker: New library for breaking a daemon into multiple... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | vlog: Add VLOG_ABORT() to log and call abort(). Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | daemon: Factor out code into new function daemonize_post_det... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | daemon: Factor out code into new function fork_and_wait_for_... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | util: Introduce "subprogram_name" to identify subprocesses... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | socket-util: Add functions for sending fds over Unix... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | socket-util: New function xset_nonblocking(). Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | socket-util: Remove 'passcred' parameter from make_unix_sock... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | debian: Do not change iptables rules by default. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | ofproto-dpif: Make OFPP_TABLE always resubmit to table 0. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Isaku Yamahata | ofp-actions: simplify ofpacts_from_openflow1[01] Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | INSTALL.userspace: Explain how and why to use iptables... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Simon Horman | ofproto: More vlan tests Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | tests: Add detailed test for OF1.0 match decoding and... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | ofp-util: Wildcard VLAN PCP in OF1.0 matches when 802... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-18 |
Ben Pfaff | ofp-actions: Improve action error logging a bit more. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-17 |
Ethan Jackson | tests: Fix unit test failures related to additional... [blp@nicira.com changed the strategy for fixing... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-17 |
Ethan Jackson | ovsdb-server, ovs-vswitchd: Log version after daemonize_comp... [blp@nicira.com added the change to ovs-vswitchd] Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-17 |
Ethan Jackson | ofproto: Fix compiler warnings. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-17 |
Simon Horman | OXM, NXM: Add tests for all zero and all one masks Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-16 |
Ben Pfaff | ofp-actions: Improve comments. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-16 |
Ben Pfaff | ovs-ofctl: Fix use-after-free error. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-13 |
Ben Pfaff | memory: Document the memory/show unixctl command. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Zoltan Kiss | lib: Define OVSP_NONE in a more clear way Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | ovs-ofctl: Avoid use-after-free upon "ofctl/unblock... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | ofproto: New feature to notify controllers of flow... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | ofproto: Add extra comments and checking for expiring... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | ofproto: Represent flow cookie changes as operations... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | ofproto: Revert change in flow cookie when an ofoperation... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | rconn: Add byte counting feature to rconn_packet_counter. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | Add OFPRR_EVICTION to enum ofp_flow_removed_reason. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | ofp-util: Make put_stats__() public as ofputil_put_stats_hea... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | ofp-print: Slightly extend ofp_print_bit_names(). Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | classifier: New function cls_rule_is_loose_match(). Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | ofproto: Finalize all ofoperations in a given ofgroup... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | ofproto: Mark some function parameters const. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | ofp-print: Print out_port field in "flow_mod"s. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | ovs-ofctl: Add --sort and --rsort options for "dump... [blp@nicira.com rewrote most of the code] Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | ovs-ofctl: Factor code out of read_flows_from_switch(). Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | ovs-ofctl: Use the prepared connection to dump flows... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | ofp-util: Reload ofpbuf pointers after nx_put_match(). Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Simon Horman | meta-flow: Remove mf_set_subfield and mf_set_subfield Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | ovs-vsctl: Correct example for removing a mirror. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Ben Pfaff | FAQ: Patch ports are not targeted for upstream. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-12 |
Joe Stringer | meta-flow: Reduce redundant transport set/get code Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-11 |
Ben Pfaff | cfm: Always initialize CCM "internal_ms_x" extension... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-11 |
Joe Stringer | tests: Improve test coverage of OXM metadata field Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-11 |
Simon Horman | NXM, OXM: Add Flow Label Tests Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-11 |
Ed Maste | Add forgotten header Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-11 |
Ben Pfaff | FAQ: Add FAQ entry for determining OpenFlow port numbers. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-11 |
Ben Pfaff | ofp-actions: Add hex dump of bad actions to log message... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-11 |
Ben Pfaff | FAQ: Add FAQ entry about flow normalization. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-10 |
Ben Pfaff | datapath: Check gso_type for correct sk_buff in queue_gso_pa... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-09 |
Arun Sharma | Rename static functions to increase uniqueness. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-09 |
Ben Pfaff | debian: Remove obsolete advice to edit /etc/default... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-09 |
Ben Pfaff | debian: Add "netbase" dependency for /etc/protocols. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-06 |
Ben Pfaff | ofproto: Make ofoperation_create() return the new operation. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-06 |
Ben Pfaff | nicira-ext: Fix wrong information in comment. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-06 |
Ben Pfaff | ovs-ofctl: Fix typos in manpage. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-06 |
Ben Pfaff | ofproto: Fix typos in comments. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-05 |
Ben Pfaff | ovs-vswitchd: Log datapath ID in a more user-friendly... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-05 |
Ben Pfaff | ofproto: Always include ofproto name in log messages. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-05 |
Ben Pfaff | ovs-check-dead-ifs: Tolerate processes that disappear... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-05 |
Ben Pfaff | ofp-util: Add comment to ofputil_postappend_stats_reply(). Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-05 |
Ben Pfaff | nx-match: Drop NXM_MAX_LEN. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-05 |
Simon Horman | openflow: Rename OFP_VLAN_NONE as OFP10_VLAN_NONE Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-05 |
Ben Pfaff | ovs-brcompatd: Fix sending replies to kernel requests. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-05 |
Isaku Yamahata | openflow-1.2: correct action number Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-04 |
Ben Pfaff | ofp-actions: Add decoding and encoding OF1.1 instructions... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-04 |
Ben Pfaff | Introduce ofpacts, an abstraction of OpenFlow actions. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-04 |
Ben Pfaff | ofp-util: Add OFPUTIL_ACTION_INVALID to enum ofputil_action_... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-03 |
Arun Sharma | ipsec gre: Do not reread ovs monitor ipsec pidfile... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-02 |
Ben Pfaff | python: Call 'wait' methods correctly in jsonrpc and... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-02 |
Arun Sharma | Python daemons: Changed log date time format. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-07-02 |
Ben Pfaff | Use UTC consistently instead of local timezone. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-29 |
Ben Pfaff | ovs-vswitchd: Call mlockall() from the daemon, not... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-29 |
Ed Maste | Route-table implementation for (Free)BSD Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-29 |
Ed Maste | vlandev: Move Linux #include under #ifdef __linux__ Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-28 |
Arun Sharma | Debian packaging to remove system-id.conf Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-28 |
Ben Pfaff | openflow: Move enums for "packet_out" and "flow_mod... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-27 |
Ben Pfaff | ofproto: Report nonexistent ports and queues as errors... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-27 |
Ben Pfaff | ovs-ofctl: Fix handling of unexpected replies in dump_stats_... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-27 |
Simon Horman | openflow: Add Open Flow 1.2 to ofp_to_string__() [blp@nicira.com fixed testsuite failure.] Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-27 |
Ben Pfaff | tests: Fix MockXenAPI to make the ovs-xapi-sync test... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-27 |
Rob Hoes | xenserver: Improve efficiency of code by using get_all_recor... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-27 |
Isaku Yamahata | lib/meta-flow: introduce a macro, CASE_MFF_REGS, to... [blp@nicira.com moved the macro declaration, moved... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-27 |
Ben Pfaff | nicira-ext: Fix typo in comment. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-27 |
Joe Stringer | Add OXM_OF_METADATA field as a step toward OpenFlow... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-27 |
Ben Pfaff | meta-flow: Accept NXM and OXM field names, support... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-27 |
Isaku Yamahata | lib/meta-flow: use symbolic value instead of ~7 Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-27 |
Joe Stringer | nicira-ext: Fix nx-action documentation Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-27 |
Ben Pfaff | SubmittingPatches: Correct mailing list to use for... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-26 |
Ed Maste | lib: Do not assume sig_atomic_t is int. Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-26 |
Ben Pfaff | ofproto-dpif-governor: Improve performance when most... Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
2012-06-25 |
Ben Pfaff | ofp-util: Avoid use-after-free in ofputil_encode_flow_mod(). Signed-off-by: Ben Pfaff <blp@nicira.com>
|
commit | commitdiff | tree |
next |