sliver-openvswitch.git
2012-01-31 Justin Pettitdebian: Add comment about upstream Linux 3.3 support... v1.4.0
2012-01-31 Justin PettitSet dates for 1.4.0 release.
2012-01-31 Justin PettitNEWS: Point out userspace is compatible with Linux...
2012-01-30 Ben Pfafftable: Avoid segmentation fault when printing an empty...
2012-01-27 Ben Pfaffovs-ctl: Restore ability to create 256 bridges.
2012-01-24 Ethan Jacksonofproto: Optionally flush all learning tables with...
2012-01-24 Ben Pfafftests: Fix broken interface-reconfigure tests.
2012-01-24 Ben Pfaffdebian: Delete log files correctly when packages are...
2012-01-24 Ben Pfaffxenserver: Only replace XenServer hosts scripts that...
2012-01-24 Ben Pfaffxenserver: Synchronize scripts with XenServer 6.0.0.
2012-01-24 Jesse Grossdatapath: Fix version check for 3.2.
2012-01-24 Ben Pfaffofproto-dpif: Revalidate flows after "fdb/flush".
2012-01-20 Jesse Grossdatapath: Correct GRE checksum offset.
2012-01-17 Ben Pfaffdatapath: Enforce mutual exclusion between bridge and...
2012-01-13 Ben Pfaffmultipath: Correctly calculate number of required desti...
2012-01-11 Ben Pfaffdatapath: Fix multipart datapath dumps.
2012-01-07 Ben Pfaffofproto-dpif: Keep subfacets longer to avoid assert...
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 Justin Pettitovs-ofctl: Fix error in man page related to TCI masks.
2012-01-04 Ben Pfaffofproto: Fix detection of in-use VLANs based on the...
2012-01-03 Ben Pfaffvswitchd: Also consider access port VLANs as "in use...
2012-01-02 Simon HormanDebian: Depend on python (>= 2.7) | python-argparse
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-22 Ben Pfaffofproto-dpif: Flush MACs for deleted ports from every...
2011-12-22 Ben Pfaffdpif-netdev: Correctly report types of dummy netdevs.
2011-12-22 Chris WrightUpdate FSF address in LGPL notices in bugtool plugins.
2011-12-21 Ben PfaffNEWS: Fix typo in entry for 1.3.0.
2011-12-21 Ben PfaffAdd release date for 1.3.0.
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-13 Ben Pfaffofproto-dpif: Avoid segfault for ports with bundles...
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: Correct licensing information for user/kernel...
2011-12-12 Ben Pfaffdebian: Add sFlow license information and text to copyr...
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 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-07 Ben Pfaffsocket-util: Correctly return negative values for errors.
2011-12-06 Dan Carpenterdatapath: small potential memory leak in ovs_vport_alloc()
2011-12-06 Rob Hoesxenserver: Reduce number of xapi DB calls in plugin
2011-12-01 Ben Pfaffovs-vlan-bugs: Document driver bug with priority tagged...
2011-12-01 Ben PfaffINSTALL.XenServer: Update instructions.
2011-12-01 Ben Pfafflearn: Avoid 1-byte buffer underrun in learn_format().
2011-12-01 Justin PettitDeclare the version as "1.4.0".
2011-11-30 Ethan Jacksontests: Perform basic LACP unit tests.
2011-11-30 Ethan Jacksonlacp: Sort slaves in appctl output.
2011-11-30 Ethan Jacksonlacp: Remove trailing whitespace from appctl output.
2011-11-30 Ethan Jacksonlacp: Require non-zero system ID.
2011-11-30 Pravin B Shelarofproto-dpif: Delete un-fit flow from datapath.
2011-11-30 Pravin B Shelarofproto-dpif: Fix memory leak.
2011-11-30 Ethan Jacksonbridge: Honor lacp-system-id other_config setting.
2011-11-30 Ben Pfaffovs-ofctl: Improve usage message.
2011-11-30 Ben Pfaffbridge: Configure datapath ID earlier.
2011-11-30 Ethan Jacksonbridge: Remove redundant newline.
2011-11-30 Jesse Grossdatapath: Don't use ipv6_addr_copy().
2011-11-28 Ethan Jacksonodp-util: Move commit_odp_actions() from ofproto-dpif.
2011-11-28 Ethan Jacksonofproto-dpif: Remove redundant commit_odp_actions(...
2011-11-28 Ben Pfaffovsdb: Correctly implement conditions that include...
2011-11-28 Ben Pfaffdaemon: Better log when fork child dies early from...
2011-11-28 Ben Pfaffnetlink-socket: Let the kernel choose Netlink pids...
2011-11-28 Ben Pfaffofproto: Add "fast path".
2011-11-28 Ben Pfaffofproto-dpif: Process multiple batches of upcalls in...
2011-11-28 Ben Pfaffdpif-linux: Use "epoll" instead of poll().
2011-11-28 Ben Pfaffdpif-linux: Use poll() internally in dpif_linux_recv().
2011-11-28 Ben PfaffRevert "poll-loop: Enable checking whether a FD caused...
2011-11-28 Ben Pfaffdpif-linux: Remove poll_fd_woke() optimization from...
2011-11-24 Justin Pettitmirroring: Don't require the "normal" action to perform...
2011-11-24 Justin Pettitovs-vswitchd: Track packet and byte statistics sent...
2011-11-24 Justin Pettitmirroring: Use more generic terms for mirroring.
2011-11-24 Simon Hormanstream: Make classes const
2011-11-24 Ben PfaffImplement new "VLAN splinters" feature.
2011-11-23 Ben Pfaffofproto-dpif: Separately track the initial VLAN TCI...
2011-11-23 Ben Pfaffofproto-dpif: Move ODP actions from facets to subfacets.
2011-11-23 Ben Pfaffofproto-dpif: Simplify invocation of send_packet().
2011-11-23 Ben Pfaffovsdb-idl: Add assertion for synthetic records in ovsdb...
2011-11-23 Ben Pfaffpackets: New function eth_pop_vlan(), formerly dp_netde...
2011-11-23 Ben Pfaffvlan-bitmap: New function vlan_bitmap_from_array__().
2011-11-23 Ben Pfaffvlandev: New library for working with Linux VLAN devices.
2011-11-23 Ben Pfaffnetdev-linux: Reorganize slightly.
2011-11-23 Ben Pfaffnetdev: Remove netdev_get_vlan_vid().
2011-11-23 Ben Pfaffvswitchd: Remove special case for VLAN devices.
2011-11-23 Ben Pfaffofproto-dpif: Support differing user/kernel packet...
2011-11-23 Ben Pfaffofproto-dpif: Factor NetFlow active timeouts out of...
2011-11-23 Ben Pfaffbridge: Fix incorrect comments.
2011-11-23 Ben Pfaffofproto: Add "const" to ->rule_execute's "flow" parameter.
2011-11-23 Ben Pfaffbridge: Avoid reading other_config columns with ovsdb_i...
2011-11-23 Ethan Jacksonvswitch: Implement dscp column of the Queue table.
2011-11-23 Ethan Jacksonofproto-dpif: Simplify commit logic.
2011-11-23 Ethan Jacksonofproto-dpif: Properly update tos and ttl fields.
next