aboutsummaryrefslogtreecommitdiff
path: root/lib/dpif-netdev.c
AgeCommit message (Expand)Author
2013-06-06dpif-netdev: Don't run port names through netdev_vport_get_dpif_port().Ben Pfaff
2013-03-06Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar
2013-01-28netdev: New function netdev_get_dpif_port().Ethan Jackson
2013-01-28dpif-netdev: Allow stub interfaces on the dummy datapath.Ethan Jackson
2013-01-18datapath: More flexible kernel/userspace tunneling attribute.Pravin B Shelar
2013-01-17dpif-netdev: Limit scope of vlan in dp_netdev_execute_actionsSimon Horman
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2012-11-21datapath: add skb mark matching and set actionAnsis Atteka
2012-11-20dpif-netdev: Make odp_flow_key_to_flow() check more explicit.Ben Pfaff
2012-11-16Add functions to determine how port should be opened based on type.Justin Pettit
2012-11-16dpif-netdev: Don't special-case "br" bridges in create_dp_netdev().Justin Pettit
2012-11-13datapath: add ipv6 'set' actionAnsis Atteka
2012-11-01dpif: Add new dpif_port_exists() function.Justin Pettit
2012-11-01tests: Rewrite unit tests to not expect bridge with odp zero.Justin Pettit
2012-11-01Use ODP ports in dpif layer and below.Justin Pettit
2012-11-01Always treat datapath ports as 32 bits.Justin Pettit
2012-10-20datapath: Add support for tun_key to Open vSwitch datapathKyle Mestery
2012-10-03flow: Extend struct flow to contain tunnel outer header.Jesse Gross
2012-09-26dpif-netdev: Remove unneeded 'key' parameter from dp_netdev_flow_used().Ben Pfaff
2012-08-16dpif-netdev: Eliminate two malloc() calls per packet sent to "userspace".Ben Pfaff
2012-08-16dpif-netdev: Fix memory leak.Ben Pfaff
2012-08-15netdev: Map to OpenFlow port for flow lookupEd Maste
2012-07-30dpif: Allow the port number to be requested when adding an interface.Justin Pettit
2012-07-09Rename static functions to increase uniqueness.Arun Sharma
2012-06-09dpif-netdev: Fix use-after-free in dpif_netdev_recv.Ben Pfaff
2012-05-16dpif-netdev: allow for proper destruction of netdev datapathsGiuseppe Lettieri
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-18dpif: Make caller of dpif_recv() provide buffer space.Ben Pfaff
2012-04-18ofproto-dpif: Batch flow uninstallations due to expiration.Ben Pfaff
2012-03-27dpif-netdev: Correct type of struct dp_netdev_flow's 'tcp_flags' member.Ben Pfaff
2012-03-26packet: Add additional TCP flags extraction on IPv6.Jesse Gross
2012-03-23flow: Enable retrieval of TCP flags from IPv6 traffic.Jesse Gross
2012-03-23flow: Add length check when retrieving TCP flags.Jesse Gross
2012-01-19dummy: Make --enable-dummy=override replace all dpifs, netdevs by dummies.Ben Pfaff
2012-01-16dpif: Change provider interface to consistently use operation structs.Ben Pfaff
2012-01-12dpif: Simplify the "listen mask" concept.Ben Pfaff
2012-01-12dpif-netdev: Make port numbers predictable for dummy dpif, for unit tests.Ben Pfaff
2012-01-11odp-util: Handle ipv6 in set nw action.Pravin B Shelar
2012-01-10packets: New packet_set_*() helper functions.Ethan Jackson
2012-01-10packets: Mask out CFI bit in eth_push_vlan().Ethan Jackson
2011-12-21dpif-netdev: Fix UDP checksum calculation.Ethan Jackson
2011-12-16dpif-netdev: Correctly report types of dummy netdevs.Ben Pfaff
2011-11-23packets: New function eth_pop_vlan(), formerly dp_netdev_pop_vlan().Ben Pfaff
2011-11-21dpif-netdev: Allow enqueue actions.Ethan Jackson
2011-11-14datapath: Don't drop packets with partial vlan tags.Ben Pfaff
2011-11-14datapath: Describe policy for extending flow key, implement needed changes.Ben Pfaff
2011-11-09Support matching and modifying IP TTL.Justin Pettit
2011-11-09Support matching and modifying IP ECN bits.Justin Pettit
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-10-21Implement new fragment handling policy.Ben Pfaff