Catalli's threaded switch
[sliver-openvswitch.git] / datapath /
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_...
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-10 Ben Pfaffdatapath: Fix handling of 802.1Q and SNAP headers.
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 Jesse Grossdatapath: Don't query time for every packet.
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-25 Yu Zhiguodatapath: fix header file include
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-02 Ben Pfaffdatapath: Fix mutual exclusion with bridge module.
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-25 Ben Pfaffdatapath: Fix ODP_PORT_GROUP_GET implementation.
2010-05-24 Wei Yongjundatapath: introduce a method to install kernel modules
2010-05-19 Jesse Grossgre: Check whether IPv6 is compiled into the kernel.
2010-05-18 Jesse Grosspatch: Remove veth driver.
2010-05-18 Jesse Grossdatapath: Add 'patch' vport.
2010-05-18 Jesse Grossvport: Extract common functions for virtual devices.
2010-05-17 Justin Pettitdatapath: Fix build with backported dev_get_stats().
2010-05-17 Justin PettitDon't define "skb_dst_drop" if other skb_dst accessor...
2010-05-17 Justin Pettitdatapath: Add stddef.h compat header to list of files...
2010-05-17 Ben Pfaffdatapath: Fix build with backported skb_dst().
2010-05-14 Jesse Grossdatapath: Use per_cpu_ptr instead of percpu_ptr.
2010-05-14 Jesse Grossdatapath: Hold rcu_read_lock where we claim to.
2010-05-14 Jesse Grossdatapath: Don't expect bottom-halves to be disabled.
2010-05-14 Jesse Grossdatapath: Disable bottom-halves where necessary.
2010-05-14 Jesse Grossdatapath: Use spin_lock_bh() consistently.
2010-05-13 Ben Pfaffdatapath: Add 32-bit compatibility ioctls.
2010-05-13 Ben Pfaffdatapath: Avoid __copy_to/from_user(), __get/put_user...
2010-05-13 Ben Pfaffdatapath: Prepare to support 32-bit compatibility ioctls.
2010-05-13 Ben Pfaffdatapath: Avoid possibility of negative 'n_flows' in...
2010-05-11 Jesse Grossvport: Record and free packets on unattached ports.
2010-05-11 Jesse Grossgre: Include route headers in headroom calculation.
2010-05-07 Jesse Grossdatapath: Enable offloading on internal devices.
2010-05-06 Jesse Grossdatapath: Break out test for dev_disable_lro().
2010-05-06 Jesse Grossdatapath: Fix build issue with LRO.
2010-05-06 Jesse Grossdatapath: Add configure test for skb_warn_if_lro().
2010-05-01 Jesse Grossdatapath: Don't hold dp_mutex when setting internal...
2010-04-30 Jesse Grossdatapath: Ensure packet length matches headers during...
next