datapath: Check locks on access to flow table.
[sliver-openvswitch.git] / datapath /
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 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 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-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
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-07 Ben Pfaffdatapath: Fix odp-compat definition of struct compat_od...
2010-12-06 Jesse Grossdatapath: Update 32/64 bit compat ioctl to match new...
2010-12-04 Jesse Grossdatapath: Consolidate checksum compatibility code.
2010-12-03 Ben Pfaffdatapath: Merge vport "attach" into "create" and "detac...
2010-12-03 Ben Pfaffdatapath: Merge "struct dp_port" into "struct vport".
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-12-03 Ben Pfaffdatapath: Encapsulate parameters for new vports in...
2010-12-03 Ben Pfaffdatapath: Change vals[] in struct port_lookup_key into...
2010-12-03 Jesse Grossdatapath: Allow skbs with a frag list.
2010-12-03 Jesse Grossdatapath: Don't set dev->last_rx on kernels >= 2.6.29.
2010-12-03 Jesse Grosstunnels: Mark tnl_ops as static.
2010-12-03 Jesse Grossdatapath: Constify ops structures.
2010-12-03 Jesse Grossdatapath: Provide compatibility code for SET_ETHTOOL_OP...
2010-12-03 Jesse Grossdatapath: Add compatibility code for inet_add_protocol().
2010-12-03 Jesse Grossdatapath: Use __read_mostly annotations where appropriate.
2010-12-03 Jesse Grossdatapath: Don't unnecessarily set skb mac header.
2010-12-03 Jesse Grossdatapath: Remove share check for internal devices.
2010-12-03 Jesse Grossvport: Remove unused error types.
2010-12-03 Jesse Grossdatapath: Drop obsolete comment.
2010-12-03 Jesse Grosstunneling: Clear IP control block in one memset.
2010-12-03 Jesse Grosstunneling: Clear OVS_CB after call to update_header().
2010-11-09 Ben Pfaffdatapath: Use "struct rtnl_link_stats64" instead of...
2010-11-09 Ben Pfaffdatapath: Clean up netdev_get_stats() very slightly.
2010-11-09 Ben Pfaffdatapath: Add clean compat layer for dev_get_stats().
2010-11-09 Ben Pfaffdatapath: Use struct assignment in place of memcpy...
2010-11-05 Jesse Grossdatapath: Directly use free_netdev for internal devices.
2010-11-03 Jesse Grossdatapath: Work around debugging for csum_and_copy_to_us...
2010-11-02 Simon Hormandatapath: The definition of struct tbl is needed by...
2010-11-02 Simon Hormandatapath: IFF_OVS_DATAPATH will exist in in 2.6.37
2010-10-25 Jesse Grossdatapath: Add loop detection for RT kernels.
2010-10-25 Jesse Grossdatapath: #define local_bh_disable to preempt_disable...
2010-10-18 Ben Pfaffdatapath: Simplify ODPAT_SET_DL_TCI action.
2010-10-11 Ben Pfaffdatapath: Fix build break in compat_query_flows().
2010-10-11 Ben Pfaffdatapath: Fix typo in 64-bit compat header.
2010-10-11 Hao Zhengdatapath: fix flow used time stats
2010-10-11 Ben Pfaffdatapath: Always use GFP_ATOMIC to execute actions.
2010-10-11 Ben Pfaffdatapath: Drop padding from struct odp_flow_key.
2010-10-11 Ben Pfaffdatapath: Combine dl_vlan and dl_vlan_pcp.
2010-10-11 Ben Pfaffdatapath: Remove implementation of port groups.
2010-10-08 Jesse Grosstunneling: Internal dev vport can be NULL.
2010-10-06 Jesse Grossdatapath: Force our include directory to be first.
2010-10-04 Jesse Grosstunnel: Correctly check for internal device.
2010-09-22 Jesse Grossdatapath: Add tunnel header caching.
2010-09-22 Jesse Grossdatapath: Backport workqueue functions.
2010-09-22 Jesse Grossdatapath: Move is_frag out of struct ovs_skb_cb.
2010-09-22 Jesse Grossdatapath: Enable usage of cached flows.
2010-09-22 Jesse Grossdatapath: Add ref counting for flows.
2010-09-22 Jesse Grossdatapath: Move flow allocation into a function.
2010-09-17 Jesse Grossdatapath: Remove backported random32().
2010-09-16 Vivien Bernet-Rollandebrcompat_mod: Check if user has CAP_NET_ADMIN in ioctl...
2010-09-16 Jesse Grossdatapath: Check IS_ERR() in do_execute().
2010-09-14 Ben Pfaffdatapath: Increase maximum number of actions per flow.
2010-09-14 Justin Pettitdatapath: Increase default MTU on patch ports
next