For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / datapath / linux-2.4 /
2008-12-17 Justin PettitAdd support for exporting flow information in NetFlow...
2008-12-02 Justin PettitFix compatibility back to Linux 2.6.15 and 2.4.32.
2008-11-13 Ben PfaffSimplify code for constructing skb in recv_packet_out().
2008-11-13 Ben PfaffMake datapath's flow_extract() properly pull data into...
2008-11-13 Ben PfaffVerify in fwd_port_input() that we are not passed packe...
2008-11-04 Ben PfaffAdd build number to datapath version and --version...
2008-10-30 Justin PettitPull configuration information from DMI.
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-26 Justin PettitAdded missing header file.
2008-09-19 Justin PettitUse device notifier in Linux kernel switch for detectin...
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Justin PettitIgnore hwtable_dummy.c symlink in kernel build directories.
2008-08-22 Justin PettitFix a couple of typos.
2008-08-22 Justin PettitSend PORT_STATUS messages on port and link changes...
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-21 Ben PfaffVerify that sleeping is allowed in chain contexts where...
2008-07-19 Ben PfaffFix build on Linux 2.6.26.
2008-07-01 Ben PfaffDrop "benchmark" netlink message and "benchmark-nl...
2008-06-04 Ben PfaffFix "make dist" in datapath/linux-2.4 when --with-l24...
2008-06-03 Ben PfaffUse kernel build system for linux-2.4.
2008-06-03 Ben PfaffRemove vestigial support for auto-running unit tests.
2008-05-28 Ben PfaffMake the OFPP_LOCAL port work in the kernel OpenFlow...
2008-05-15 Ben PfaffAdd-on hardware tables initial implementation.
2008-05-05 Ben PfaffCompile fix for Linux 2.6.26-rc1: don't use the removed...
2008-05-05 Justin PettitFix problem introduced by kernel threads when building...
2008-05-03 Ben PfaffAdd build directory to include path.
2008-05-02 Ben PfaffReduce spurious recompilations for Linux 2.4 datapath.
2008-04-30 Ben PfaffRevamp OpenFlow kernel module build system.
2008-04-15 Ben PfaffMerge remote branch 'repo/master' into stats
2008-04-14 Justin PettitMIPS fixes based on suggestions from Jiang.
2008-04-11 Justin PettitFix compilation error in 2.4.20 kernels.
2008-04-11 Justin PettitRemove MAC table support.
2008-04-10 Justin PettitChanges based on feedback from GigaFin.
2008-04-01 Ben PfaffAllow timeout implementations to block, by using a...
2008-04-01 Ben PfaffFix typo in comment.
2008-03-30 Justin Pettit- Fixed endian issue with action type. Thanks, Ben!
2008-03-04 Martin CasadoInitial import