sliver-openvswitch.git
2012-01-10 Ethan Jacksonopenflow: New Nicira Extended PACKET_IN format.
2012-01-10 Ethan Jacksonofproto-dpif: Implement PACKET_IN in userspace.
2012-01-10 Ethan Jacksonnx-match: New function nx_pull_match_loose().
2012-01-10 Ethan Jacksonflow: Create new flow_metadata structure for packet_in...
2012-01-10 Ethan Jacksonpackets: New packet_set_*() helper functions.
2012-01-10 Ethan Jacksonofputil: New function ofputil_decode_packet_in().
2012-01-10 Ethan Jacksonofp-util: Don't use ofpbuf in ofputil_packet_in struct.
2012-01-10 Ethan Jacksonofproto: Always clone packets in PACKET_IN message.
2012-01-10 Ethan Jacksontests: Unit test PACKET_IN.
2012-01-10 Ethan Jacksonovs-ofctl: Support daemonization for monitor and snoop.
2012-01-10 Ethan Jacksonofp-print: Print checksum in ofp_packet_to_string().
2012-01-10 Ethan Jacksonofp-print: Remove tcpdump from ofp_packet_to_string().
2012-01-10 Ethan Jacksonpackets: Mask out CFI bit in eth_push_vlan().
2012-01-10 Ethan Jacksonpktbuf: Directly use pointers in pktbuf_save().
2012-01-10 Ethan Jacksonofp-print: Remove vestigial 'total_len' argument.
2012-01-10 Ethan Jacksonflow: Improve flow_format() output.
2012-01-10 Ethan Jacksonofpbuf: Maintain header pointers in clone functions.
2012-01-10 Ethan Jacksonclassifier: Update cls_rule_set_in_port() prototype.
2012-01-10 Ben Pfaffdebian: Look in /lib/modules instead of /usr/src for...
2012-01-10 Ben Pfaffdebian: Ignore temporary files for openvswitch-test...
2012-01-10 Justin Pettitovs-monitor-ipsec: Don't reconfigure cert-based authent...
2012-01-10 Gurucharan... ovs-ctl: Pull system_type and system_version from confi...
2012-01-07 Ben Pfaffofproto-dpif: Keep subfacets longer to avoid assert...
2012-01-06 Ben Pfaffovs-benchmark: Improve output format for "rate" command.
2012-01-05 Justin Pettitofproto-dpif.at: Add test for normal action with OFPP_N...
2012-01-05 Ben Pfafftests: Fix bug in NetFlow test case.
2012-01-05 Pravin B Shelardatapath: Implement flow table re-hashing.
2012-01-05 Pravin B Shelardatapath: Fix OVS compat workqueue support.
2012-01-05 Pravin B Shelardatapath: Add genl_exec().
2012-01-05 Justin Pettitofproto-dpif: Fake-up OFPP_NONE input bundle for mirror...
2012-01-05 Justin Pettitofproto-dpif: Have lookup_input_bundle() return a bundle.
2012-01-05 Ben Pfaffofproto-dpif: Fix nondeterministic flow revalidation...
2012-01-04 Ben Pfaffofproto: Fix detection of in-use VLANs based on the...
2012-01-03 Ben PfaffAUTHORS: Move Rob Hoes to list of commit contributors.
2012-01-03 Ben PfaffAUTHORS: Add Dominic Curran <dominic.curran@citrix...
2012-01-03 Ben Pfaffvswitchd: Also consider access port VLANs as "in use...
2012-01-02 Ben Pfaffunixctl: Improve readability of "help" output for long...
2012-01-02 Ben Pfaffofproto-dpif: Fix GCC warning.
2012-01-02 Ben Pfaffofproto-dpif: Omit "execute" operation entirely when...
2012-01-02 Simon HormanDebian: Depend on python (>= 2.7) | python-argparse
2011-12-31 Justin Pettitovs-ofctl: Fix "cookie mask" issue in diff-flows command.
2011-12-28 Justin PettitAdd ability to restrict flow mods and flow stats reques...
2011-12-28 Justin Pettitovs-ofctl: Fix error in man page related to TCI masks.
2011-12-28 Ben Pfaffbundle: Fix returned error code in one bundle_check...
2011-12-27 Ben Pfaffofproto-dpif: Fix bug in VLAN splinters.
2011-12-27 Jesse Grosspacket: Match userspace and kernel definition of ICMP...
2011-12-21 Ben Pfaffflow: Rename 'priority' to 'skb_priority'.
2011-12-21 Ethan Jacksondpif-netdev: Fix UDP checksum calculation.
2011-12-21 Ben PfaffNEWS: Fix typo in entry for 1.3.0.
2011-12-21 Ansis Attekavswitchd: fix "implicit declaration of function" build...
2011-12-21 Ben Pfaffvswitchd: Document what changes to the database flush...
2011-12-21 Ben PfaffAdd release date for 1.3.0.
2011-12-20 Ansis Attekavswitchd: In-band rules for Controller are missing...
2011-12-19 Ethan Jacksontests: Update gitignore to include test-netflow.
2011-12-19 Ben Pfaffnetflow: Add basic unit tests.
2011-12-19 Ben Pfaffnetflow: Move packet definitions to header file.
2011-12-19 Ben Pfafftests: Add expected output parameter to OVS_VSWITCHD_START.
2011-12-19 Ben Pfafftests: Update ovs-vswitchd log messages to ignore.
2011-12-19 Ben Pfaffflow: Make flow_compose() fake packets slightly more...
2011-12-19 Ben Pfafftimeval: Add ability to fast-forward time, for unit...
2011-12-19 Ben Pfaffpoll-loop: Track the poll timeout as an absolute, not...
2011-12-19 Ben Pfaffnetdev-dummy: Allow injecting traffic.
2011-12-19 Ben Pfaffpackets: New function eth_from_hex().
2011-12-19 Ben Pfaffunixctl: Implement quoting.
2011-12-19 Ben Pfaffsocket-util: Don't try to listen to a UDP socket.
2011-12-19 Ben Pfaffnetdev-linux: Report error for truncated packets on...
2011-12-19 Ben Pfaffnetdev-linux: Translate errno value to name in log...
2011-12-19 Ben Pfaffofproto-dpif: Include datapath flow misses in flow...
2011-12-16 Ethan Jacksonbond: Warn of imminent default bond_mode change.
2011-12-16 Ben Pfaffofproto-dpif: Fix use-after-free for OFPP_CONTROLLER...
2011-12-16 Ben Pfaffofproto-dpif: Flush MACs for deleted ports from every...
2011-12-16 Ben Pfaffdpif-netdev: Correctly report types of dummy netdevs.
2011-12-13 Ben Pfaffofproto-dpif: Avoid segfault for ports with bundles...
2011-12-13 Ben PfaffSubmittingPatches: Suggest parentheses for commit subjects.
2011-12-12 Ben Pfaffdpif-linux: Avoid valgrind warning in epoll_ctl() call.
2011-12-12 Ben Pfaffbridge: Enable support for access and native VLAN ports...
2011-12-12 Ben Pfaffdebian: Consistently use American spelling of "license...
2011-12-12 Ben Pfaffdebian: Add sFlow license information and text to copyr...
2011-12-12 Ben Pfaffdebian: Correct licensing information for user/kernel...
2011-12-11 Neil McKeesFlow: add Sun Industry Standards Source License 1...
2011-12-10 Ben Pfaffbridge: Avoid use-after-free with VLAN splinters and...
2011-12-09 Chris WrightSubmittingPatches: document the use of DCO
2011-12-09 Ben Pfafflacp: Avoid valgrind warning in lacp_configure() if...
2011-12-09 Ben Pfaffovs-ofctl: Fix misspelling in manpage.
2011-12-09 Ben PfaffAUTHORS: Add Chris Wright.
2011-12-09 Chris Wrightbugtool: move plugins data from /etc/openvswitch to...
2011-12-09 Chris Wrightutilites: rename ovs-lib.sh to ovs-lib
2011-12-09 Chris Wrightutilities: install ovs-lib.sh as data not a script
2011-12-09 Chris Wrightman: fix pic issue at the source
2011-12-09 Chris Wrightrhel: openvswitch.spec.in: fix perms on logrotate and...
2011-12-09 Chris Wrightrhel: openvswitch.spec.in installs README as executable
2011-12-09 Chris WrightUpdate FSF address in LGPL notices in bugtool plugins.
2011-12-08 Pravin B Shelarsflow: Use ofproto_port_get_stats().
2011-12-08 Pravin B Shelarofproto: Device stats should include packets generated...
2011-12-08 Jesse Grossdatapath: Alphabetize include/net/ipv6.h compat header.
2011-12-08 Pravin B Shelardatapath: Fix build on RHEL 5.5
2011-12-07 Ben Pfaffsocket-util: Correctly return negative values for errors.
2011-12-07 Ben Pfaffnicira-ext: Improve comment.
2011-12-06 Luca Giraudoofproto-dpif-sflow: allow sFlow to infer the agent...
2011-12-06 Jesse GrossAUTHORS: Add Dan Carpenter.
next