ofproto: Fix problem that caused facets not to be installed into datapath.
[sliver-openvswitch.git] / datapath /
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
2010-09-08 Jesse Grossdatapath: Check for backported __wsum and __sum16.
2010-08-31 Simon Hormandatapath: Include net/udp.h in vport-capwap.c
2010-08-30 Simon Hormandatapath: Include linux/version.h in action.h for LINUX...
2010-08-30 Joe Perchestreewide: Use pr_fmt and pr_<level>
2010-08-30 Jesse Grossdatapath: Add compat functions for pr_*.
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-27 Ben Pfaffdatapath: Avoid accesses past the end of skbuff data...
2010-08-27 Ben Pfaffdatapath: Fix default value of skb transport_header.
2010-08-27 Ben Pfaffdatapath: Avoid pskb_may_pull() checks where not needed.
2010-08-27 Ben Pfaffdatapath: Report memory allocation errors in flow_extra...
2010-08-26 Ben PfaffAdd Nicira extension to OpenFlow for dropping spoofed...
2010-08-26 Ben Pfaffdatapath: Free up flow_extract() return value for repor...
2010-08-26 Ben Pfaffdatapath: Remove skb->len >= ETH_HLEN check from flow_e...
2010-08-26 Ben Pfaffdatapath: Use 'bool' instead of 'int' where appropriate.
2010-08-26 Ben Pfaffdatapath: Use min() instead of open-coding it.
2010-08-25 Simon Hormandatapath: Unconditionally call kfree_skb()
2010-08-24 Jesse Grossdatapath: Add support for CAPWAP UDP transport.
2010-08-24 Jesse Grossdatapath: Add support for tunnel fragmentation.
2010-08-24 Jesse Grossdatapath: Abstract tunneling implementation from GRE.
2010-08-23 Simon Hormandatapath: struct brport_attribute no longer has an...
2010-08-23 Simon Hormandatapath: Use rtnl_link_stats64
2010-08-23 Simon Hormandatapath: use rx_handler_data pointer
2010-08-23 Simon Hormandatapath: Take a rcu_dereference() in netdev_get_vport()
2010-08-23 Simon Hormandatapath: rtable may not have a u. member
2010-08-23 Simon Hormandatapath: Handle duplicate netdev in netdev_rx_handler_...
next