For SNAT, don't store the pre-fragment L2 header before actions are applied.
[sliver-openvswitch.git] / datapath /
2009-01-26 Justin PettitFor SNAT, don't store the pre-fragment L2 header before... for-nox/0.4
2009-01-21 Justin PettitFix fragment issue for large IP packets when SNAT actio...
2009-01-14 Justin PettitCheck wildcards for in_port != out_port output validation.
2009-01-14 rootAllow controller to set MAC address to use in ARP respo...
2009-01-13 Ben Pfaffdatapath: Check DMI strings for NULL.
2009-01-13 Ben Pfaffdatapath: Avoid pointer arithmetic on possibly-NULL...
2009-01-13 Ben Pfaffdatapath: Fix tracking of number of flows in hash table.
2009-01-13 Ben Pfaffdatapath: Don't drop oversize GSO frames, since GSO...
2009-01-13 Ben PfaffFix off-by-one error in looking up datapaths by index.
2008-12-23 Justin PettitFix setting "of" device name based on unitialized dp_idx.
2008-12-19 Justin PettitFix null pointer dereference when a delete flow command...
2008-12-17 Justin PettitAdd support for exporting flow information in NetFlow...
2008-12-16 Ben PfaffStyle fix: f(x) is better than f((x))
2008-12-02 Justin PettitFix compatibility back to Linux 2.6.15 and 2.4.32.
2008-12-01 Justin PettitAdd support for listing and deleting entries based...
2008-11-27 Ben PfaffAllow the datapath ID to be configured by changing...
2008-11-27 Justin PettitAdd support for understanding ICMP type and code in...
2008-11-13 Ben PfaffCopy skbs when we save them.
2008-11-13 Ben PfaffSimplify code for constructing skb in recv_packet_out().
2008-11-13 Ben PfaffFix double-free: NF_HOOK sometimes frees the sk_buff...
2008-11-13 Ben PfaffNo need to test argument of kfree_skb() for non-null.
2008-11-13 Ben PfaffNever free an skb that has been passed to genlmsg_reply().
2008-11-13 Ben PfaffPull arp header before grabbing the pointer to it.
2008-11-13 Ben PfaffPull data into headers properly, and checksum ICMP...
2008-11-13 Ben PfaffReset mac header in flow_extract(), because it might...
2008-11-13 Ben PfaffUse skb_copy_bits() to copy data that might not be...
2008-11-13 Ben PfaffVerify in fwd_port_input() that 'skb' has no destructor.
2008-11-13 Ben PfaffVerify in execute_actions() that 'skb' is not shared.
2008-11-13 Ben PfaffFix datapath make_writable() function.
2008-11-13 Ben PfaffMake datapath's flow_extract() properly pull data into...
2008-11-13 Ben PfaffAdd comment.
2008-11-13 Ben PfaffDon't oops in dp_output_control() for skbs with null...
2008-11-13 Ben PfaffVerify in fwd_port_input() that we are not passed packe...
2008-11-13 Ben PfaffWhen a packet arrives via bridging, clone it if it...
2008-11-13 Ben PfaffMake sure that do_port_input() always puts a MAC header...
2008-11-13 Ben PfaffIn handle_arp_snat() and snat_pre_route() pull enough...
2008-11-13 Ben PfaffIn update_mapping(), update m->hw_addr unconditionally.
2008-11-13 Ben PfaffFactor common SNAT code into new functions.
2008-11-13 Ben PfaffMake snat_skb() skb argument const.
2008-11-13 Ben PfaffDon't process packets in NAT that aren't destined for us.
2008-11-13 Ben PfaffOrphan and clone packets transmitted on dp_dev (proper...
2008-11-13 Ben PfaffAlways compile openflow modules with debug information.
2008-11-11 Ben PfaffCheck kmalloc() return value.
2008-11-11 Ben PfaffFix typo: = should be ==
2008-11-11 Ben PfaffStopgap fix for bug #478, where kernel panics on SNAT...
2008-11-04 Ben PfaffAdd build number to datapath version and --version...
2008-10-31 Ben PfaffAdd missing header file to datapath/Modules.mk.
2008-10-30 Justin PettitPull configuration information from DMI.
2008-10-29 Ben PfaffMove exported headers to include/openflow, private...
2008-10-25 Justin PettitFix leaking of flows when output action validation...
2008-10-22 Justin PettitFix crash when SNAT support is built and traffic is...
2008-10-14 Ben PfaffSupport up to 0xff00 ports in OpenFlow, without changin...
2008-10-14 Justin PettitReturn error message when a flow can't be added due...
2008-10-13 Justin PettitAllow SNAT to build on older (2.6.15) and new (2.6...
2008-10-13 Justin PettitWhen sending error messages, set the length properly.
2008-10-11 Justin PettitAdd support for Source-NAT to Linux 2.6 datapaths.
2008-10-10 Justin PettitFree sk_buffs with kfree_skb() instead of just kfree().
2008-10-06 Justin PettitUnconditionally set skb->dev in dp_set_origin.
2008-10-06 Justin PettitProperly set in_port in skb for Flow Mod messages.
2008-10-03 Justin PettitAdd support for vendor-defined and variable-length...
2008-09-26 Justin PettitRemove kernel datapath unit tests.
2008-09-26 Justin PettitAdded missing header file.
2008-09-25 Justin PettitModify VLAN actions to support setting both VID and...
2008-09-22 Justin PettitModify OpenFlow commands related to ports to be more...
2008-09-19 Justin PettitUse device notifier in Linux kernel switch for detectin...
2008-09-19 Justin PettitAdded lookup count to ofp_table_stats.
2008-09-16 Ben PfaffMake "controller nl:0" work again, by fixing a layering...
2008-09-16 Justin PettitAdded OFPFC_MODIFY_STRICT flow mod command.
2008-09-15 Ben PfaffMerge commit 'origin/master'
2008-09-15 Ben PfaffMerge branch "partner", to simplify partner integration.
2008-09-15 Justin PettitAdd support for OFPFC_MODIFY Flow Mod command.
2008-09-15 Justin PettitIgnore hwtable_dummy.c symlink in kernel build directories.
2008-09-15 Ben PfaffImplement OFPT_HELLO simple version negotiation.
2008-09-15 Justin PettitFix broken stat requests over netlink.
2008-09-13 Justin PettitKeep old stats when a Flow Add replaces an existing...
2008-09-13 Justin PettitClean up the code in the sample hardware table code.
2008-09-13 Justin PettitFix crash when no actions are specified.
2008-09-10 Ben PfaffMake switches send error messages when they receive...
2008-09-10 Justin PettitUse new method to describe table entries in OpenFlow...
2008-09-09 Ben PfaffImplement 802.1D Spanning Tree Protocol.
2008-09-09 Ben PfaffSend of0 packets from workqueue, to avoid recursive...
2008-09-06 Ben PfaffCompatibility fixes for 2.6.18 kernel
2008-09-04 Justin PettitAdd serial number to description status message.
2008-08-28 Ben PfaffMake OpenFlow kernel module print protocol version.
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-08-19 Justin PettitFix problem where packets never matched in hash table...
2008-08-18 Ben PfaffDon't compare wildcards, nw_src_mask, nw_dst_mask field...
2008-08-18 Ben PfaffImplement subnet mask matching in OpenFlow.
2008-08-18 Ben PfaffUse ETH_ALEN in place of hard-coded 6 in datapath/flow.h.
2008-08-18 Justin PettitUse a consistent naming convention for counts.
2008-08-16 Justin PettitAdd stats message that allows querying description...
2008-08-15 Justin PettitAdded new interface statistics.
2008-08-14 Ben PfaffMake hwtable_dummy compile again.
2008-08-14 Ben PfaffUse OpenFlow OUI for Ethernet address of local ports.
2008-08-14 Ben PfaffUse proper byte order for dl_type of 802.2, non-SNAP...
2008-08-14 Justin PettitSwitch to new packet-out format and add OFPP_IN_PORT.
2008-08-08 Ben PfaffFix handling of IP but non-TCP, non-UDP packets in...
2008-08-07 Ben PfaffImplement OpenFlow hard timeouts.
next