sliver-openvswitch.git
2012-07-31 Ed MasteDon't assume python is in /usr/bin.
2012-07-31 Ed Mastetests: Make compatible with FreeBSD's sed.
2012-07-30 Justin Pettitovs-ctl.in: Don't stop forwarding while restarting...
2012-07-30 Justin Pettitovs-ctl.in: Consistently use spaces instead of tabs.
2012-07-30 Ed Mastetests: Handle different output formats for 'wc -l'.
2012-07-30 Ed MasteUse int type for setsockopt IP_TOS value
2012-07-27 Ed MasteAvoid implementation-defined strerror behaviour
2012-07-27 Ben Pfaffovs-ctl: Start the rest of Open vSwitch if loading...
2012-07-27 Ben PfaffFAQ: Add another question about VLAN interaction with...
2012-07-27 Ethan Jacksonpackets: Remove redundant RARP header.
2012-07-26 Ben Pfaffpackets: First-hop router redundancy protocol MAC addre...
2012-07-26 Giuseppe Lettierinetdev implementation for FreeBSD
2012-07-25 Justin PettitNEWS: Document flow setup improvement in 1.7 release.
2012-07-25 Justin PettitFix "*tivty" typos.
2012-07-25 Ben PfaffMakefiles: Enable "dist-hook-git" check only when GNU...
2012-07-25 Ben Pfaffconfigure: Fix check for GNU make $(if) extension.
2012-07-25 Ben PfaffMakefile: Mark dist-hook-git and rate-limit-check as...
2012-07-25 Ben Pfaffmeta-flow: Fix "sparse" warning in mf_are_prereqs_ok().
2012-07-24 Ben Pfaffofproto-dpif: Add more details to "ofproto/trace" output.
2012-07-23 Ben PfaffFix race condition in parallel execution of "make install".
2012-07-23 Ben Pfaffvswitch.xml: Fix typo in documentation.
2012-07-23 Ben Pfaffovs-ofctl: Avoid printing false differences on "ovs...
2012-07-23 Simon HormanOXM: Add tests for masked VLAN VID match
2012-07-23 Simon Hormantests: OXM VLAN match encoding and decoding
2012-07-23 Simon HormanOXM: Add VLAN VID as a prerequisite for VLAN PCP
2012-07-23 Simon HormanOXM: Add encoding of VLAN VID and VLAN PCP
2012-07-23 Ben Pfaffmeta-flow: Add OF1.2-like MFF_VLAN_VID and MFF_VLAN_PCP.
2012-07-23 Ben Pfaffflow: Rename flow_set_vlan_vid() to flow_set_dl_vlan().
2012-07-23 Ben Pfaffmeta-flow: Rename MFF_VLAN_VID->MFF_DL_VLAN, MFF_VLAN_P...
2012-07-23 Simon Hormanofp-util: Add OFPUTIL_P_OF12 and NXFF_OPENFLOW12
2012-07-21 Ben Pfaffdebian: Remove controller keys on openvswitch-controlle...
2012-07-20 Ben Pfafftests: Remove bit-rotted support for "lcov".
2012-07-20 Ben Pfafftests: Remove daemon tests that have been skipped forever.
2012-07-20 Ben Pfaffofp-print: Print the type of truncated messages, when...
2012-07-20 Ethan Jacksoncfm: Clear RDI on new CFM configurations.
2012-07-20 Ethan Jacksoncfm: Improve logging.
2012-07-20 Ben Pfaffnetdev-vport: Warn about invalid TOS.
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...
next