sliver-openvswitch.git
2011-12-09 Justin PettitFinal changes for 1.3.0 release. v1.3.0
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 Ethan Jacksonbridge: Honor lacp-system-id other_config setting.
2011-12-01 Ben Pfaffbridge: Configure datapath ID earlier.
2011-12-01 Justin Pettitmirroring: Use more generic terms for mirroring.
2011-11-29 Ben Pfaffdaemon: Better log when fork child dies early from...
2011-11-29 Ben Pfaffofproto: Add "fast path".
2011-11-29 Ben Pfaffofproto-dpif: Process multiple batches of upcalls in...
2011-11-29 Ben Pfaffdpif-linux: Use "epoll" instead of poll().
2011-11-29 Ben Pfaffdpif-linux: Use poll() internally in dpif_linux_recv().
2011-11-29 Ben PfaffRevert "poll-loop: Enable checking whether a FD caused...
2011-11-29 Ben Pfaffdpif-linux: Remove poll_fd_woke() optimization from...
2011-11-28 Ben Pfaffovsdb: Correctly implement conditions that include...
2011-11-21 Ben Pfaffdocs: Always build ovs-vswitchd.conf.db.5 in srcdir.
2011-11-21 Ben Pfaffdebian: Fix build failure installing ovs-vswitchd.conf...
2011-11-21 Ben Pfaffdebian: Install ovs-vswitchd.conf.db(5) manpage.
2011-11-18 Ben PfaffDo not output priority tagged frames.
2011-11-16 Ethan Jacksonflow: flow_extract() improperly parses IPv6 TOS bits.
2011-11-15 Justin Pettitofproto: Disable STP when unregistering a port.
2011-11-15 Justin Pettitstp: Fix tick remainder calculation.
2011-11-15 Justin Pettitstp: Track BPDU tx and rx counts.
2011-11-09 Justin Pettitofproto-dpif: Actually disable STP on port when disabli...
2011-11-04 Ben Pfaffbond: Only drop packets that indicate moves on SLB...
2011-11-02 Ben Pfaffstream: Fix uninitialized values in stream_init().
2011-10-31 Ben Pfaffnetdev-vport: Again allow "tap" devices to be added...
2011-10-31 Ben Pfaffovsdb-idl: Prevent occasional hang when multiple databa...
2011-10-31 Ben Pfaffofproto: Add OFPC_QUEUE_STATS to switch feature reply.
2011-10-28 Ethan Jacksonbundle: Parsing bug when using bracketed syntax.
2011-10-27 Jesse Grosstests: Fix intermittent failure in ovs-monitor-ipsec...
2011-10-26 Ethan Jacksonvswitch: Don't update STP on synthetic ports.
2011-10-25 Justin PettitDeclare the version as "1.3.0".
2011-10-25 Justin Pettitdebian: Start ovs-monitor-ipsec after ovsdb running.
2011-10-24 Ben Pfaffofproto-dpif: Fix uninitialized struct member in xlate_...
2011-10-24 Ben Pfafftest-openflowd: Remove.
2011-10-24 Ben Pfaffofproto: Check for overlapping flows only in the target...
2011-10-24 Ben Pfaffofproto-dpif: Fix htons() that should be ntohs().
2011-10-24 Ben Pfaffovsdb-tool: Make "show-log" convert raw JSON to easier...
2011-10-24 Ben Pfaffovsdb-tool: Add abbreviated UUIDs to "show-log" even...
2011-10-24 Ben PfaffDESIGN: Document multiple table support.
2011-10-24 Ben Pfaffovs-bugtool: Improve how Open vSwitch log files are...
2011-10-23 Jesse Grossdatapath: Cleanup openvswitch.h formatting.
2011-10-23 Jesse Grossdatapath: Define constants for versions of GENL families.
2011-10-22 Justin Pettitovs-vswitchd: Add support for 802.1D STP.
2011-10-22 Justin Pettitofproto: Add function to set OpenFlow state and update...
2011-10-22 Justin Pettitofproto: Mark 'ofproto' arg in is_mirror_output_bundle...
2011-10-22 Justin PettitVarious bug fixes and cleanups to STP library.
2011-10-22 Justin PettitAdd back 802.1D Spanning Tree Protocol (STP) library...
2011-10-22 Justin Pettitpackets.h: Fix STP destination MAC address.
2011-10-22 Justin Pettitofproto: Fix comment describing ofport_modified().
2011-10-22 Justin Pettitovs-vsctl: Fix small formatting error in man page.
2011-10-22 Justin Pettitofproto-dpif: Update bundle when OFPPC_NO_FLOOD changed.
2011-10-21 Ben Pfaffdatapath: Use kfree_skb() only on error paths.
2011-10-21 Jesse Grossdatapath: Fix uninitialized variable warning.
2011-10-21 Ben Pfaffvport-capwap: Fix use-after-free on error path.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-21 Pravin B Shelardatapath: Refactor actions in terms of match fields.
2011-10-21 Pravin B Shelardatapath: Update supported kernel check.
2011-10-21 Pravin B Shelartunnel: Handle hh_cache access for Linux kernel 3.1
2011-10-21 Pravin B Shelartunnel: hh_cache access cleanup
2011-10-19 Ben Pfaffofproto-dpif: Increase recursion limit.
2011-10-19 Ben Pfafftest-lockfile: Provide better diagnostics on failure.
2011-10-18 Ben Pfaffofp-util: Avoid misaligned memory access in ofputil_enc...
2011-10-18 Ben Pfaffofp-parse: Validate range of table, priority, and timeo...
2011-10-18 Ben Pfaffvlog: Skip reopening a log file if it would have no...
2011-10-18 Ben Pfaffofproto-dpif: Make OFPAT_ENQUEUE to input port do nothing.
2011-10-18 Ben Pfafflearn: Correct example in nicira-ext.h and add examples...
2011-10-18 Ben Pfafflearn: Check learn actions after parsing in learn_parse().
2011-10-18 Ben Pfafflearn: Allow read-only fields to be matched.
2011-10-18 Ben Pfaffnx-match: Improve log message for errors parsing NX...
2011-10-18 Ben Pfaffovsdb: Remove dead Python-related code.
2011-10-18 Ben Pfaffdatapath: Fix tunnel reconfiguration that does not...
2011-10-18 Ben Pfaffdatapath: Reject attempts to change vport type with...
2011-10-18 Pravin B Shelarofproto-dpif: Fix in-band action for sFlow.
2011-10-18 Ben Pfafftypes: Fix endianness check.
2011-10-18 Jesse Grossdatapath: Assert IFF_TX_SKB_SHARING on internal devices.
2011-10-18 Jesse Grossdatapath: Add version check for struct netdev_ops.
2011-10-18 Ben Pfaffbridge: Allow specially named "unix:" controllers.
2011-10-17 Ethan Jacksonvswitchd: New column "link_resets".
2011-10-17 Ethan Jacksonnetdev-linux: Maintain carrier flag constantly.
2011-10-17 Ethan Jacksonvswitchd: Update link_state instantly.
2011-10-17 Ethan Jacksonvswitchd: Cleanup rate limited DB writes.
2011-10-17 Ethan Jacksonvswitchd: Remove iface_get_carrier().
2011-10-17 Ethan Jacksonrtnetlink-link: Expose carrier changes.
2011-10-17 Ben Pfaffbond: Demote active-backup WARN to DBG.
2011-10-17 Ben Pfaffbridge: Forbid '/' in bridge names to prevent arbitrary...
2011-10-17 Ben Pfaffdatapath: Simplify tnl_find_port().
2011-10-17 Ben Pfaffdatapath: Avoid confusing tunnels that have different...
2011-10-17 Ben Pfaffdatapath: Factor out repeated tnl_vport_to_vport()...
2011-10-14 Ben Pfaffofproto-dpif: Batch interacting with the dpif on flow...
2011-10-14 Ben Pfaffofproto-dpif: Separate facet creation and action transl...
2011-10-14 Ben Pfaffofproto-dpif: Factor controller optimization out of...
2011-10-14 Ben Pfaffofproto-dpif: Break send_packet_in() into two separate...
2011-10-14 Ben Pfaffdpif: New function dpif_operate() and dpif-linux implem...
2011-10-14 Ben Pfaffnetlink-socket: New function nl_sock_transact_multiple().
2011-10-14 Ben Pfaffsocket-util: New function get_socket_rcvbuf().
next