For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / datapath / linux-2.6 /
2008-12-02 Justin PettitFix compatibility back to Linux 2.6.15 and 2.4.32.
2008-11-13 Ben PfaffAlways compile openflow modules with debug information.
2008-11-04 Ben PfaffAdd build number to datapath version and --version...
2008-10-13 Justin PettitAllow SNAT to build on older (2.6.15) and new (2.6...
2008-10-11 Justin PettitAdd support for Source-NAT to Linux 2.6 datapaths.
2008-10-03 Justin PettitAdd support for vendor-defined and variable-length...
2008-09-19 Justin PettitUse device notifier in Linux kernel switch for detectin...
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-15 Justin PettitIgnore hwtable_dummy.c symlink in kernel build directories.
2008-09-06 Ben PfaffCompatibility fixes for 2.6.18 kernel
2008-08-19 Justin PettitCleanup git-status by not showing some unnecessary...
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-21 Ben PfaffDistribute new rculist.h headers.
2008-07-19 Ben PfaffFix build on Linux 2.6.26.
2008-07-01 Ben PfaffDrop "benchmark" netlink message and "benchmark-nl...
2008-07-01 Ben PfaffFix commit 8bdd107e0 (jiffies linking error) when not...
2008-07-01 David EricksonFixed a linking collision where jiffies have been backp...
2008-06-04 Ben PfaffDelete unneeded line.
2008-06-03 Ben PfaffUse kernel build system for linux-2.4.
2008-06-03 Justin PettitDefine skb_reset_mac_header for Linux 2.6 kernels older...
2008-06-03 Ben PfaffRemove vestigial support for auto-running unit tests.
2008-05-29 Ben PfaffFix "make clean" to delete symlinks created by "make".
2008-05-28 Ben PfaffDon't allow CONFIG_PREEMPT with Linux 2.6.x before...
2008-05-15 Ben PfaffAdd-on hardware tables initial implementation.
2008-05-05 Ben PfaffFix compilation on Linux 2.6.20: declare NLMSG_DEFAULT_...
2008-05-05 Justin PettitCheck whether kernel has been configured by "version...
2008-05-03 Ben PfaffAdd build directory to include path.
2008-04-30 Ben PfaffRevamp OpenFlow kernel module build system.
2008-04-23 rootCHECKSUM_COMPLETE and CHECKSUM_PARTIAL were added Linux...
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-11 Justin PettitRemove MAC table support.
2008-03-06 Ben PfaffDon't treat $(CC) as a list of compiler candidates...
2008-03-04 Martin CasadoInitial import