Catalli's threaded switch
[sliver-openvswitch.git] / datapath / linux-2.6 /
2010-09-08 Jesse Grossdatapath: Check for backported __wsum and __sum16.
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-24 Jesse Grossdatapath: Add support for CAPWAP UDP transport.
2010-08-24 Jesse Grossdatapath: Abstract tunneling implementation from GRE.
2010-08-23 Simon Hormandatapath: use rx_handler_data pointer
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-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-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-24 Wei Yongjundatapath: introduce a method to install kernel modules
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-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-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-19 Jesse Grosstunneling: Remove old GRE implementation.
2010-04-19 Jesse Grosstunneling: Add datapath GRE support.
2010-04-19 Jesse Grossdatapath: Add skb_csum_help compatibility function.
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-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-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-03 Justin Pettitveth: Remove obvious debug printk's
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-08 Jesse Grossgre: Fix use after free in netns compatibility layer.
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.
2010-02-04 Jesse Grossgre: Net namespace identifiers are read_mostly.
2010-02-04 Jesse Grossgre: Network namespace upon device creation.
2010-02-04 Jesse Grossgre: Optimize multiple unregistration.
2010-02-04 Jesse Grossgre: Convert locking to RCU.
2010-02-04 Jesse Grossgre: Optimize tx path.
2010-02-04 Jesse Grossgre: Unify IPTUNNEL_XMIT across kernel versions.
2010-01-26 Jesse Grossdatapath: Support CHECKSUM_PARTIAL on older kernels.
2010-01-26 Jesse Grossdatapath: Handle packets with precomputed checksums.
2010-01-15 Jesse Grossgre: Add support for destroying GRE devices.
2010-01-15 Jesse Grossgre: Workarounds for large packets over GRE
2010-01-04 Justin Pettitdatapath: Add missing definitions for building GRE...
2009-12-10 Justin PettitUpdate .gitignore files
2009-12-07 Jesse Grossgre: Add kernel GRE support.
2009-12-07 Jesse Grossgre: Compatibility with older Linux kernel versions.
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-11-18 Ben Pfaffdatapath: Fix warning building datapath on pre-2.6...
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-18 Ben Pfaffdatapath: Fix build with kernel header layout recently...
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-15 Ben Pfaffdatapath: Ignore return value from rtnl_notify().
2009-10-09 Ben Pfaffdatapath: Fix build with Centos 5.3 kernel.
2009-10-09 Ben Pfaffdatapath: Add cpumask.h header wrapper to distribution.
2009-10-06 Justin PettitMerge commit 'origin/citrix'
2009-10-05 Ben PfaffMerge "citrix" branch into "master.
2009-09-22 Ben PfaffMerge citrix branch into master.
2009-09-12 Justin PettitMerge commit 'origin/citrix'
2009-09-05 Justin PettitMerge commit 'origin/citrix'
2009-09-02 Ben PfaffMerge citrix branch into master.
2009-08-25 Justin PettitMerge commit 'origin/citrix'
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-06 Ben Pfaffdatapath: Fix OOPS when dp_sysfs_add_if() fails.
2009-08-06 Ben Pfaffdatapath: Rename brc_sysfs_* to dp_sysfs_*.
2009-08-06 Ben Pfaffdatapath: Move sysfs support from brcompat_mod into...
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-16 Ben PfaffMerge citrix branch into master.
2009-07-16 Ben PfaffImplement "brctl showmacs" support in brcompat and...
2009-07-01 Justin PettitMerge commit 'origin/citrix'
2009-06-24 Ben Pfaffdatapath: Ignore return value from rtnl_notify().
2009-06-15 Ben PfaffMerge changes from citrix branch into master.
2009-06-12 Ben Pfaffdatapath: Add sysfs support for all (otherwise supporte...
next