sliver-openvswitch.git
2012-07-20 Ben Pfafftests: Add more tests for VLAN match encoding and decoding.
2012-07-19 Arun Sharmaovs-bugtool: Added --ovs option to get only ovs related...
2012-07-19 Simon HormanOXM: Allow masking of ARP SHA and THA
2012-07-19 Ben Pfaffmeta-flow: Fix mf_get_mask() bug for IPv6 flow label.
2012-07-19 Simon Hormanclassifier: Add helpers for setting ethernet addresses
2012-07-19 Simon HormanOXM: Allow masking of IPv6 Flow Label
2012-07-19 Ben Pfafftests: Avoid hash order sensitivity in "ofproto - flow...
2012-07-19 Ben Pfaffnx-match: Improve log message in nx_entry_ok().
2012-07-19 Ben Pfaffnx-match: Succeed pulling 0-byte nx-match from NULL...
2012-07-18 Ethan Jacksonbridge: Segfault when missing Open vSwitch table.
2012-07-18 Ben Pfaffsystem-stats: Run as part of worker process.
2012-07-18 Ben Pfaffsystem-stats: Use "smap" instead of "shash".
2012-07-18 Ben Pfaffsmap: New function smap_steal().
2012-07-18 Ben Pfaffsmap: New functions smap_from_json(), smap_to_json().
2012-07-18 Ben Pfaffvlog: Use worker process to write to log file.
2012-07-18 Ben Pfaffvlog: Use system calls instead of stdio to write log...
2012-07-18 Ben Pfaffworker: New library for breaking a daemon into multiple...
2012-07-18 Ben Pfaffvlog: Add VLOG_ABORT() to log and call abort().
2012-07-18 Ben Pfaffdaemon: Factor out code into new function daemonize_pos...
2012-07-18 Ben Pfaffdaemon: Factor out code into new function fork_and_wait...
2012-07-18 Ben Pfaffutil: Introduce "subprogram_name" to identify subproces...
2012-07-18 Ben Pfaffsocket-util: Add functions for sending fds over Unix...
2012-07-18 Ben Pfaffsocket-util: New function xset_nonblocking().
2012-07-18 Ben Pfaffsocket-util: Remove 'passcred' parameter from make_unix...
2012-07-18 Ben Pfaffdebian: Do not change iptables rules by default.
2012-07-18 Ben Pfaffofproto-dpif: Make OFPP_TABLE always resubmit to table 0.
2012-07-18 Isaku Yamahataofp-actions: simplify ofpacts_from_openflow1[01]
2012-07-18 Ben PfaffINSTALL.userspace: Explain how and why to use iptables...
2012-07-18 Simon Hormanofproto: More vlan tests
2012-07-18 Ben Pfafftests: Add detailed test for OF1.0 match decoding and...
2012-07-18 Ben Pfaffofp-util: Wildcard VLAN PCP in OF1.0 matches when 802...
2012-07-18 Ben Pfaffofp-actions: Improve action error logging a bit more.
2012-07-17 Ethan Jacksontests: Fix unit test failures related to additional...
2012-07-17 Ethan Jacksonovsdb-server, ovs-vswitchd: Log version after daemonize...
2012-07-17 Ethan Jacksonofproto: Fix compiler warnings.
2012-07-17 Simon HormanOXM, NXM: Add tests for all zero and all one masks
2012-07-17 Ethan Jacksonuserspace: Log version on startup.
2012-07-17 Leo Altermandatapath: fix typo in README
2012-07-16 Justin PettitPrepare for post-1.8.0 (1.8.90).
2012-07-16 Justin PettitPrepare for 1.8.
2012-07-16 Ben Pfaffofp-actions: Improve comments.
2012-07-16 Ben Pfaffovs-ofctl: Fix use-after-free error.
2012-07-16 Gurucharan... ofproto: fix typo in documentation.
2012-07-13 Ben Pfaffmemory: Document the memory/show unixctl command.
2012-07-12 Zoltan Kisslib: Define OVSP_NONE in a more clear way
2012-07-12 Ben Pfaffovs-ofctl: Avoid use-after-free upon "ofctl/unblock...
2012-07-12 Jesse GrossAdd Tadaaki Nagao to AUTHORS.
2012-07-12 Tadaaki Nagaodatapath: Check for backported skb_frag_page().
2012-07-12 Ben Pfaffofproto: New feature to notify controllers of flow...
2012-07-12 Ben Pfaffofproto: Add extra comments and checking for expiring...
2012-07-12 Ben Pfaffofproto: Represent flow cookie changes as operations...
2012-07-12 Ben Pfaffofproto: Revert change in flow cookie when an ofoperati...
2012-07-12 Ben Pfaffrconn: Add byte counting feature to rconn_packet_counter.
2012-07-12 Ben PfaffAdd OFPRR_EVICTION to enum ofp_flow_removed_reason.
2012-07-12 Ben Pfaffofp-util: Make put_stats__() public as ofputil_put_stat...
2012-07-12 Ben Pfaffofp-print: Slightly extend ofp_print_bit_names().
2012-07-12 Ben Pfaffclassifier: New function cls_rule_is_loose_match().
2012-07-12 Ben Pfaffofproto: Finalize all ofoperations in a given ofgroup...
2012-07-12 Ben Pfaffofproto: Mark some function parameters const.
2012-07-12 Ben Pfaffofp-print: Print out_port field in "flow_mod"s.
2012-07-12 Ben Pfaffovs-ofctl: Add --sort and --rsort options for "dump...
2012-07-12 Ben Pfaffovs-ofctl: Factor code out of read_flows_from_switch().
2012-07-12 Ben Pfaffovs-ofctl: Use the prepared connection to dump flows...
2012-07-12 Ben Pfaffofp-util: Reload ofpbuf pointers after nx_put_match().
2012-07-12 Simon Hormanmeta-flow: Remove mf_set_subfield and mf_set_subfield
2012-07-12 Ben Pfaffovs-vsctl: Correct example for removing a mirror.
2012-07-12 Ben PfaffFAQ: Patch ports are not targeted for upstream.
2012-07-12 Joe Stringermeta-flow: Reduce redundant transport set/get code
2012-07-11 Ben Pfaffcfm: Always initialize CCM "internal_ms_x" extension...
2012-07-11 Joe Stringertests: Improve test coverage of OXM metadata field
2012-07-11 Simon HormanNXM, OXM: Add Flow Label Tests
2012-07-11 Ed MasteAdd forgotten header
2012-07-11 Ben PfaffFAQ: Add FAQ entry for determining OpenFlow port numbers.
2012-07-11 Ben Pfaffofp-actions: Add hex dump of bad actions to log message...
2012-07-11 Ben PfaffFAQ: Add FAQ entry about flow normalization.
2012-07-10 Ben Pfaffdatapath: Check gso_type for correct sk_buff in queue_g...
2012-07-10 Ethan Jacksoncfm: Remove sequence fault reason.
2012-07-09 Arun SharmaRename static functions to increase uniqueness.
2012-07-09 Ben Pfaffdebian: Remove obsolete advice to edit /etc/default...
2012-07-09 Ben Pfaffdebian: Add "netbase" dependency for /etc/protocols.
2012-07-08 Justin Pettitipsec gre: Don't cache bad ovs-monitor-ipsec pid values.
2012-07-06 Ben Pfaffofproto: Make ofoperation_create() return the new opera...
2012-07-06 Ben Pfaffnicira-ext: Fix wrong information in comment.
2012-07-06 Ben Pfaffovs-ofctl: Fix typos in manpage.
2012-07-06 Ben Pfaffofproto: Fix typos in comments.
2012-07-05 Ethan Jacksonovs-lib: Support old versions of strace.
2012-07-05 Ben Pfaffovs-vswitchd: Log datapath ID in a more user-friendly...
2012-07-05 Ben Pfaffofproto: Always include ofproto name in log messages.
2012-07-05 Ethan Jacksonbond: Sending learning packets on active-backup.
2012-07-05 Ethan Jacksonbond: Don't send learning packets on STABLE bonds.
2012-07-05 Ben Pfaffovs-check-dead-ifs: Tolerate processes that disappear...
2012-07-05 Ben Pfaffofp-util: Add comment to ofputil_postappend_stats_reply().
2012-07-05 Ben Pfaffnx-match: Drop NXM_MAX_LEN.
2012-07-05 Simon Hormanopenflow: Rename OFP_VLAN_NONE as OFP10_VLAN_NONE
2012-07-05 Ben Pfaffovs-brcompatd: Fix sending replies to kernel requests.
2012-07-05 Isaku Yamahataopenflow-1.2: correct action number
2012-07-04 Ben Pfaffofp-actions: Add decoding and encoding OF1.1 instructio...
2012-07-04 Ben PfaffIntroduce ofpacts, an abstraction of OpenFlow actions.
2012-07-04 Ben Pfaffofp-util: Add OFPUTIL_ACTION_INVALID to enum ofputil_ac...
2012-07-03 Arun Sharmaipsec gre: Do not reread ovs monitor ipsec pidfile...
next