For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / lib / flow.c
2009-01-13 Ben PfaffDrop message about short Ethernet frames entirely.
2008-12-17 Ben PfaffReduce rate limit for short-packet messages even further.
2008-11-27 Justin PettitAdd support for understanding ICMP type and code in...
2008-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-09-25 Justin PettitModify VLAN actions to support setting both VID and...
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-04 Ben PfaffRename struct buffer to struct ofpbuf.
2008-08-26 Ben Pfaffvlog: Apply rate-limiting everywhere it seems warranted.
2008-08-14 Ben PfaffUse proper byte order for dl_type of 802.2, non-SNAP...
2008-08-07 Ben PfaffImplement OFPC_FRAG_DROP fragment handling policy.
2008-08-04 Ben PfaffMark functions not used in other source files static.
2008-08-04 Ben PfaffFix bug in flow_extract() for extracting VLAN from...
2008-08-04 Ben PfaffDon't try to extract UDP/TCP port numbers from IP fragm...
2008-07-24 Ben PfaffMerge branch 'locking'
2008-07-21 Ben PfaffMove Autoconf's macro definitions into config.h.
2008-07-18 Ben Pfaffpackets: Make flow_extract() output a pointer to L7...
2008-05-28 Ben PfaffDemote warning about runt frames to debug message.
2008-05-10 Justin PettitDon't try to use the IP addresses from ARP packets...
2008-05-06 rootClean-up some compiler warnings related to printing...
2008-04-01 Ben PfaffGet rid of ip.h, migrating its users to packets.h.
2008-04-01 Ben PfaffGet rid of mac.h, migrating its users to packets.h.
2008-03-28 casadoUpdate copyright on all non-GPL files
2008-03-28 Ben PfaffSet l4 pointer properly in buffers that contain IP...
2008-03-28 Ben PfaffAdd pointers to headers to buffer, and initialize them...
2008-03-04 Martin CasadoInitial import