For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / datapath / dp_dev.c
2009-01-13 Ben Pfaffdatapath: Avoid pointer arithmetic on possibly-NULL...
2008-11-13 Ben PfaffOrphan and clone packets transmitted on dp_dev (proper...
2008-11-11 Ben PfaffStopgap fix for bug #478, where kernel panics on SNAT...
2008-10-30 Justin PettitPull configuration information from DMI.
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-09 Ben PfaffImplement 802.1D Spanning Tree Protocol.
2008-09-09 Ben PfaffSend of0 packets from workqueue, to avoid recursive...
2008-08-14 Ben PfaffUse OpenFlow OUI for Ethernet address of local ports.
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-21 Ben PfaffProperly synchronize dp_dev destruction.
2008-07-18 Ben PfaffSet skb->dev before calling netif_rx().
2008-06-10 Ben PfaffFix "NOHZ: local_softirq_pending 08" message.
2008-06-03 Justin PettitDefine skb_reset_mac_header for Linux 2.6 kernels older...
2008-06-03 Ben PfaffFree ofX network device when we're done with it.
2008-05-28 Ben PfaffMake the OFPP_LOCAL port work in the kernel OpenFlow...
2008-03-04 Martin CasadoInitial import