openvswitch
2010-12-13 Ben PfaffMakefile: Check for undistributed files on every make...
2010-12-13 Ben Pfaffovs-vswitchd: Release most memory on normal exit.
2010-12-13 Ben Pfaffnetdev-linux: Fix pairing of rtnetlink register and...
2010-12-13 Ben Pfaffvswitchd: Delete DP_MAX_PORTS.
2010-12-13 Ben Pfaffvswitchd: Fix dependency on DP_MAX_PORTS for allocating...
2010-12-13 Ben Pfaffbridge: Eliminate bond_rebalance_port() dependency...
2010-12-13 Ben Pfaffofproto: Fix use-after-free error in facet_revalidate().
2010-12-13 Jesse Grossdatapath: Validate lock when handling flow actions.
2010-12-13 Jesse Grossdatapath: Check locks on access to flow table.
2010-12-13 Jesse Grossdatapath: Validate access to DP array.
2010-12-13 Jesse Grosstunneling: Add checks for header cache lock.
2010-12-13 Jesse Grossdatapath: Convert rcu_dereference() to correct variant.
2010-12-13 Jesse Grossdatapath: Don't directly access RCU protected pointers.
2010-12-13 Jesse Grossdatapath: Correct byte order annotations.
2010-12-13 Jesse Grossdatapath: Add usage of __rcu annotation.
2010-12-13 Jesse Grossdatapath: Add usage of __percpu annotation.
2010-12-13 Jesse Grossdatapath: Correct usage of __user annotation.
2010-12-13 Jesse Grossdatapath: Compatibility code for RCU check functions.
2010-12-13 Jesse Grossdatapath: Add compatibility code for sparse annotations.
2010-12-13 Jesse Grossdatapath: Use __packed macro.
2010-12-13 Jesse Grossdatapath: Compatibility code for __packed macro.
2010-12-13 Ben Pfaffnicira-ext: Correct and extend examples for NXM_OF_VLAN...
2010-12-13 Jesse Grossdatapath-protocol: Include netlink.h.
2010-12-13 Jesse Grosspinsched: Avoid uninitialized variable warning.
2010-12-13 Jesse Grossnx-match: Use correct printf format specifiers.
2010-12-13 Jesse Grossvswitchd: Consistently use size_t for action lengths.
2010-12-13 Jesse Grossflow: Make size of flow struct a multiple of 8.
2010-12-13 Ben Pfaffdatapath: Remove explicit 'unlikely' from IS_ERR calls.
2010-12-13 Ben Pfaffdatapath: Introduce more compat support for <net/netlin...
2010-12-13 Ben Pfaffdatapath: Add compat support for nla_type().
2010-12-13 Ben Pfaffdatapath: Include <linux/skbuff.h> directly into linux...
2010-12-13 Ben Pfaffdatapath: Include <linux/netlink.h> directly into flow.h.
2010-12-13 Ben Pfaffdatapath: Fix off-by-one error in dev_get_stats() compa...
2010-12-13 Ben Pfaffdatapath: Fix csum_replace4() compatibility implementation.
2010-12-11 Ethan Jacksonutilities: ovs-tcpdump references non-existent exception
2010-12-11 Jesse Grossdatpath: Fix memory leak when a loop is detected.
2010-12-11 Jesse Grossdatapth: Drop check for impossible condition after...
2010-12-11 Jesse Grossdatapath: Drop synchronize_rcu() in internal dev destroy.
2010-12-11 Jesse Grossdatapath: Take advantage of IFF_OVS_DATAPATH.
2010-12-11 Jesse Grossdatapath: Don't use RCU for internal dev vport.
2010-12-11 Justin Pettitofproto: Fix problem that caused facets not to be insta...
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-10 Ben Pfaffofp-util: Make ofputil_cls_rule_to_match() help with...
2010-12-10 Ben Pfaffofproto: Format entire rule when dumping all flows.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-12-10 Ben Pfaffnetlink: Add macros for iterating through attributes.
2010-12-10 Ben Pfaffnetlink: New function nl_attr_type().
2010-12-10 Ben Pfaffnetlink: Add functions for working with big-endian...
2010-12-10 Ben Pfaffnetlink: Split into generic and Linux-specific parts.
2010-12-10 Ben Pfaffnetlink: Make netlink-protocol.h compatible with <linux...
2010-12-10 Ben Pfaffofproto: Fix documentation of ofproto/trace command.
2010-12-10 Ben Pfaffxenserver: Make rpmbuild happy by updating %files with...
2010-12-10 Jesse Grosstunneling: Fix updated port pools commit.
2010-12-10 Jesse Grossdatapath: Drop unused file ops.
2010-12-10 Jesse Grossdatapath: Hold mutex for DP while userspace is blocking...
2010-12-10 Jesse Grossdatapath: dp_sysfs_add_dp() needs RTNL lock.
2010-12-10 Jesse Grossdatapath: RCU dereference correct pointer in table.
2010-12-10 Jesse Grossdatapath: Don't rcu_dereference() objects in table.
2010-12-10 Jesse Grosstunneling: Add missing rcu_dereference() to cache cleaner.
2010-12-10 Jesse Grossbrcompat: Simplify generation of bridge ID.
2010-12-10 Jesse Grossdatapath: Use static where possible.
2010-12-10 Jesse Grossdatapath: Use NULL instead of 0 in alloc_buckets().
2010-12-10 Jesse Grosscapwap: Bind address should be big endian.
2010-12-10 Jesse Grossdatapath: Try to avoid custom checksum update function.
2010-12-10 Jesse Grossdatapath: Compatibility code for inet_proto_csum_replace2.
2010-12-10 Jesse Grossdatapath: Correctly update IP checksum with actions.
2010-12-10 Jesse Grossdatapath: Compatibility code for csum_replace4.
2010-12-10 Jesse Grosstunneling: Update port pools on config change.
2010-12-10 Jesse Grossdatapath: Fix indentation in patch-vport.c.
2010-12-10 Jesse Grossdatapath: Convert patch vport to use call_rcu() on...
2010-12-10 Jesse Grosstunneling: Access correct IP header when processing...
2010-12-10 Jesse Grosstunneling: Remove call to eth_type_trans() on receive.
2010-12-09 Ben Pfaffofproto: Add "ofproto/trace" command to help debugging...
2010-12-09 Ben Pfaffofproto: Change xlate_actions() to take a structure.
2010-12-09 Ben Pfaffofpbuf: New function ofpbuf_put_hex().
2010-12-09 Ben Pfaffofp-print: Print every flow on a new line for NXST_FLOW...
2010-12-09 Ben Pfaffofp-print, ofp-parse: Add support for NXAST_REG_MOVE...
2010-12-09 Ben Pfaffofp-util: Group everything related to actions together...
2010-12-09 Ben PfaffMake compiler complain about unhandled OpenFlow and...
2010-12-09 Ben Pfaffnicira-ext: Remove unused macro NICIRA_OUI_STR.
2010-12-09 Ben Pfaffofp-print: Print OFPUTIL_NXT_FLOW_REMOVED.
2010-12-09 Ben Pfaffofp-util: Fix byte order of ofputil_cls_rule_from_match...
2010-12-09 Ben Pfaffofp-print: Print OFPUTIL_NXST_AGGREGATE_REPLY.
2010-12-09 Ben Pfaffofp-print: Print NXST_FLOW_REQUEST and NXST_AGGREGATE_R...
2010-12-09 Ben Pfaffofp-print: Print OFPUTIL_NXT_STATUS_REQUEST and OFPUTIL...
2010-12-09 Ben Pfaffofp-print: Print OFPUTIL_NXT_ROLE_REQUEST and OFPUTIL_N...
2010-12-09 Ben Pfaffovs-ofctl: Fix del-flows command parsing bugs.
2010-12-09 Ben Pfaffofp-print: Print durations more readably.
2010-12-09 Ben Pfaffofp-print: Print NXST_FLOW replies.
2010-12-09 Jean Tourrilhesdpif-netdev: Handle ECN bits when updating IP checksum.
2010-12-09 Ben Pfaffofp-print: Improve OFPST_FLOW stats reply printing.
2010-12-09 Ben PfaffUse ofpbuf_pull() instead of ofpbuf_try_pull() where...
2010-12-09 Ben Pfaffofp-util: Use ofpbuf_use_const() in a few more places.
2010-12-09 Ben Pfaffofp-print: Verify size of OFPAT_ENQUEUE actions.
2010-12-09 Ben Pfaffovs-appctl: On failure, print the error message output...
2010-12-09 Ben Pfaffovsdb-idl: Check prerequisites for ovsdb_idl_txn_verify...
2010-12-09 Ben Pfaffovs-vsctl: Fix controller command prerequisites.
2010-12-09 Ben PfaffAvoid using "grep -q" outside of GNU/Linux specific...
2010-12-09 Ben Pfaffofp-print: Fix typos.
2010-12-09 Justin Pettitofp-print: Print Nicira error extension messages.
next