configure: Add --with-l26-source option to specify source dir explicitly.
[sliver-openvswitch.git] / datapath /
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...
2010-04-27 Ben Pfaffvport: Better handle too-long network device names...
2010-04-27 Ben Pfaffdatapath: Check device name length more carefully in...
2010-04-27 Ben Pfaffdatapath: Always null-terminate network device name...
2010-04-27 Ben Pfaffdatapath: Fix argument to strncpy_from_user().
2010-04-26 Jesse Grossgre: Ensure skb properties are consistently set.
2010-04-26 Jesse Grossdatapath: Update 'struct ovs_skb_cb' comments.
2010-04-22 Justin PettitHave git ignore new symlinks and dynamic files from...
2010-04-22 Justin Pettitveth: Do a better job cleaning up on rmmod
2010-04-22 Justin Pettitdatapath: Define kmemdup() for kernels older than 2...
2010-04-21 Jesse Grossgre: Fix ICMP translation for path MTU discovery.
2010-04-19 Ben PfaffUpdate fake bond devices' statistics with the sum of...
2010-04-19 Jesse Grosstunneling: Remove old GRE implementation.
2010-04-19 Jesse Grosstunneling: Add datapath GRE support.
2010-04-19 Jesse Grossdatapath: Add function to copy skb checksum bits.
2010-04-19 Jesse Grossdatapath: Add skb_csum_help compatibility function.
2010-04-19 Jesse Grossdatapath: Genericize hash table.
2010-04-19 Jesse Grossdatapath: Add generic virtual port layer.
2010-04-19 Jesse Grossdatapath: Don't read net namespace on kernels that...
2010-04-19 Jesse Grossdatapath: Add rtnl_is_locked compatibility function.
2010-04-19 Jesse Grossdatapath: Add dev_get_stats compatibility function.
2010-04-19 Jesse Grosstunneling: Add support for tunnel ID.
2010-04-15 Justin Pettitveth: Fix problems removing veth devices
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-23 Ben Pfaffdatapath: Support 2.6.33 kernel layout in build system.
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-03-15 Jesse Grossdatapath: Consistently maintain flow key.
2010-03-15 Jesse Grossdatapath: Validate ToS when flow is added.
2010-03-15 Jesse Grossdatapath: Use constants instead of actual values.
2010-03-05 Jesse Grossgre: Add support for path MTU discovery.
2010-03-05 Jesse Grossgre: Correctly account for hardware header length.
2010-03-05 Jesse Grossgre: Add functions to determine address type to compat...
2010-03-05 Jesse Grossgre: Allow IPv6 ToS bits to be propagated to tunnel...
2010-03-05 Jesse Grossgre: Always set TTL on outer packet to 64.
2010-03-05 Jesse Grossgre: Disable tx queue.
2010-03-05 Jesse Grossgre: Check that the IP header is actually there before...
2010-03-05 Jesse Grossdatapath: Disable large receive offload.
2010-03-05 Jesse Grossdatapath: Update hardware computed checksum on VLAN...
2010-03-03 Justin Pettitbrcompat: Print warning when kernel times out waiting...
2010-03-03 Justin Pettitveth: Remove obvious debug printk's
2010-02-28 Jesse Grossdatapath: Consistently maintain checksum offloading...
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-20 Ben Pfaffdatapath: Set the correct bits for OFPAT_SET_NW_TOS...
2010-02-20 Justin Pettitofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)
2010-02-20 Justin Pettitofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow...
2010-02-12 Ben PfaffUse VLAN_PCP_SHIFT consistently, instead of open-coding...
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-11 Ben Pfaffdatapath: Mark functions "static".
2010-02-11 Ben Pfaffdatapath: When adding a port, return the new port numbe...
2010-02-08 Jesse Grossdatapath: Set Nicira random address in the datapath.
2010-02-08 Jesse Grossgre: Fix use after free in netns compatibility layer.
2010-02-08 Jesse GrossFix some regressions from the merge from master.
2010-02-06 Justin PettitMerge branch 'next' of repo.nicira.com:/srv/git/openvsw...
2010-02-06 Justin PettitMerge branch 'master' into next
2010-02-04 Jesse Grossgre: Simplify net namespace operations.
next