wdp-xflow: Remove wx structure from global list when closing.
[sliver-openvswitch.git] / datapath /
2010-10-06 Ben PfaffMerge remote branch 'origin/master' into HEAD
2010-10-06 Ben PfaffMerge "master" into "wdp".
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 Ben PfaffMerge "master" into "wdp".
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_...
2010-08-23 Simon Hormandatapath: dont use non-existent receive hooks
2010-08-21 Jesse Grossdatpath: Avoid reporting half updated statistics.
2010-08-21 Jesse Grossgre: Don't require incoming checksum.
2010-08-20 Ben PfaffMerge "master" into "wdp".
2010-08-10 Ben Pfaffdatapath: Fix handling of 802.1Q and SNAP headers.
2010-08-09 Ben PfaffMerge "master" into "wdp".
2010-08-03 Ben Pfaffdatapath: Detect and suppress flows that are implicated...
2010-08-03 Ben Pfaffdatapath: Inline flow_cast().
2010-08-03 Ben Pfaffdatapath: Don't track IP TOS value two different ways.
2010-08-02 Jesse Grossdatapath: Remove netdev_alloc_skb_ip_align() compat...
2010-08-02 Alexey I. Froloffdatapath: Fix build with backported netdev_alloc_skb_ip...
2010-08-01 Justin Pettitdatapath: Clean-up previous undefined symbol commit
2010-07-31 Justin Pettitdatapath: Fix undefined symbol "set_normalized_timespec"
2010-07-30 Jesse Grossvport-internal: Set vport to NULL when detaching.
2010-07-30 Jesse Grossvport: Make dp_port->vport always valid.
2010-07-30 Jesse Grossdatapath: Remove dead code.
2010-07-30 Jesse Grossdatapath: Remove redundant checks on SKBs.
2010-07-30 Jesse Grossdatapath: Catch missed formatting changes.
2010-07-26 Ben PfaffMerge "master" branch into "wdp".
2010-07-26 Jesse Grossdatapath: Don't query time for every packet.
2010-07-22 Ben PfaffFix up merge.
2010-07-22 Ben PfaffMerge "master" into "wdp".
2010-07-15 Jesse Grossdatapath: Don't update flow key when applying actions.
2010-07-15 Jesse Grossdatapath: Don't set tunnel_id in a function.
2010-07-15 Jesse Grossgre: Use struct for parsing GRE header.
2010-07-15 Jesse Grossgre: Wait for an RCU grace period before freeing port.
2010-07-15 Jesse Grossvport: Use DEFINE_PER_CPU instead of dynamically alloca...
2010-07-15 Jesse Grossdatapath: Put return type on same line as arguments...
2010-07-15 Jesse Grossvport: Use EBUSY to represent already attached device.
2010-07-15 Jesse Grossdatapath: Make checksum offsets unsigned.
2010-07-13 Jesse Grossdatapath: Make our checksumming more closely match...
2010-07-13 Jesse Grossgre: Fix headroom calculation.
2010-07-13 Jesse Grossdatapath: Move over-MTU checking into vport_send().
2010-07-13 Jesse Grossdatapath: Add loop checking.
2010-06-28 Ben PfaffMerge "master" into "wdp".
2010-06-25 Yu Zhiguodatapath: fix header file include
2010-06-22 Ben PfaffMerge remote branch 'origin/master' into wdp-merge
2010-06-19 Jesse Grossdatapath: Don't compute checksums on partial packets.
2010-06-18 Jesse Grossdatapath: Compute checksum while sending packets to...
2010-06-18 Jesse Grossdatapath: Check vswitch_skb_checksum_setup() return...
2010-06-18 Jesse Grossdatapath: Call vswitch_skb_checksum_setup() before...
2010-06-17 Ben PfaffImplement QoS framework.
2010-06-11 Jesse Grossgre: Improve headroom calculation to reducing copying.
2010-06-10 Jesse Grossvport-internal: Convert internal devices to vport stats.
2010-06-10 Jesse Grossvport-netdev: Use vport stats layer on 32-bit machines.
2010-06-10 Jesse Grossvport: Allow offsets to be set for stats.
2010-06-10 Jesse Grossvport: Move 'extern' declarations of vports to header.
2010-06-09 Jesse Grossvport: Rename userspace functions.
2010-06-09 Jesse Grosstimeval: Use monotonic time where appropriate.
2010-06-07 Ben PfaffMerge "master" branch into "wdp".
2010-06-02 Ben Pfaffdatapath: Fix mutual exclusion with bridge module.
2010-06-01 Ben PfaffMerge "master" into "wdp".
2010-05-27 Ben Pfaffdatapath: Check for skb_cow_head(), not skb_cow().
2010-05-27 Ben Pfaffdatapath: <linux/if_vlan.h> needs <linux/skbuff.h>...
2010-05-27 Ben Pfaffdatapath: Fix VLAN insertion behavior on Linux 2.6...
2010-05-27 Ben PfaffRemove unused files from source tree.
2010-05-27 Ben Pfaffdatapath: Add missing #include to datapath/flow.h.
2010-05-26 Ben Pfaffdatapath: Fix build when CONFIG_COMPAT is enabled.
2010-05-25 Ben Pfaffdatapath: Fix ODP_PORT_GROUP_GET implementation.
next