sliver-openvswitch.git
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.
2011-11-22 Jesse Grossdatapath: Fix build after global symbol rename.
2011-11-22 Jesse Grossdatapath: Scope global symbols with ovs_ prefix.
2011-11-21 Ben Pfaffnx-match: Fold all of its data structures into mf_field.
2011-11-21 Ben Pfaffflow: New functions for setting a VLAN VID or PCP value.
2011-11-21 Ben Pfaffmeta-flow: Split ICMP into ICMPv4 and ICMPv6.
2011-11-21 Ethan Jacksondpif-netdev: Allow enqueue actions.
2011-11-21 Ethan Jacksonofproto-dpif: Test basic output and flooding.
2011-11-21 Ethan Jacksonovs-ofctl: Support OFPPC_NO_FWD.
2011-11-21 Ethan Jacksonutilities: Update gitignore.
2011-11-21 Ethan Jacksonofp-util: Support OFPP_LOCAL in enqueue actions.
2011-11-21 Jesse Grossdatapath: Remove unused variable in dp_notify.c.
2011-11-21 Jesse Grossdatapath: Always notify in initial namespace for port...
2011-11-21 Jesse Grossdatapath: Directly use methods for protecting RCU/RTNL...
2011-11-21 Jesse Grossdatapath: Add genl_dereference() and use it.
2011-11-21 Jesse Grossdatapath: Use u64_stats_sync for datapath and vport...
2011-11-18 Jesse Grossdatapath: Better handle vlan packets sent to userspace.
2011-11-18 Ethan Jacksonofproto-dpif: Simplify output action composition.
2011-11-18 Ethan Jacksonofproto-dpif: Improperly handled OFPP_ALL action.
2011-11-18 Ethan Jacksonofproto-dpif: Enqueue incorrectly calls add_output_acti...
2011-11-18 Ethan Jacksonofproto-dpif: Consistently set NetFlow Output Interface.
2011-11-18 Ethan Jacksonofproto-dpif: Remove trailing whitespace.
2011-11-18 Ethan Jacksontests: Allow unit tests to run as root.
2011-11-18 Ansis Attekapackaging: Fix Xen and RH packaging error that was...
2011-11-18 Jesse Grossdatapath: Fix unaligned access when storing stats.
2011-11-18 Ethan Jacksonbond: Remove dead conditional.
2011-11-18 Pravin B Shelardatapath: Fix pop_vlan().
2011-11-18 Ansis Attekaovs-test: A new tool that allows to diagnose connectivi...
2011-11-18 Ben PfaffImplement a new port setting "other-config:priority...
2011-11-17 Ethan Jacksonovs-dpctl: Suppress compiler warning on 64 bit linux.
2011-11-17 Ethan Jacksonofproto: Remove dead variable.
2011-11-17 Justin Pettitofproto-dpif: Fix segfault in mirror_update_dups().
2011-11-17 Jesse Grossdatapath: Update startup banner.
2011-11-17 Jesse Grossdatapath: Fix whitespace error.
2011-11-17 Ben Pfaffofproto-dpif: Get rid of "struct dst".
2011-11-17 Ben Pfafftests: Rewrite code for comparing sets of ODP actions.
2011-11-17 Ben Pfaffodp-util: New function odp_actions_from_string().
2011-11-17 Ben Pfaffodp-util: Add support for named ports to odp_flow_key_f...
2011-11-17 Ben Pfaffodp-util: New function factored out of put_userspace_ac...
2011-11-17 Ben Pfaffodp-util: Code formatting improvements.
next