aboutsummaryrefslogtreecommitdiff
path: root/lib/dpif-linux.c
AgeCommit message (Expand)Author
2013-05-02dpif-linux: Close channel Netlink sockets when a port number gets recycled.Ben Pfaff
2013-04-10dpif-linux: Reset epoll() on channel deletion.Ethan Jackson
2013-03-06Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar
2013-03-06datapath: Remove CAPWAP tunneling support.Pravin B Shelar
2013-02-26dpif-linux: Fix byte-swapping direction in nl_msg_put_u16() call.Ben Pfaff
2013-02-26Modify dpif_linux_port_add() to set the destination port for VXLAN ports.Kyle Mestery
2013-01-28netdev-vport: Build on all platforms.Ethan Jackson
2013-01-28lib: Switch to flow based tunneling.Ethan Jackson
2013-01-28netdev: New function netdev_get_dpif_port().Ethan Jackson
2013-01-28datapath: Remove vport MAC address configuration.Jesse Gross
2013-01-25dpif-linux: Report dropped lost messages at WARN level.Justin Pettit
2013-01-16dpif-linux: Fix segfault when a port already exists.Justin Pettit
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2013-01-10dpif-linux: Give each port its own userspace-kernel channel.Justin Pettit
2013-01-10dpif-linux: Log the correct port-PID mapping.Justin Pettit
2012-12-26netdev-vport: Remove the ability to send packets.Ethan Jackson
2012-11-21datapath: add skb mark matching and set actionAnsis Atteka
2012-11-16Add functions to determine how port should be opened based on type.Justin Pettit
2012-11-16dpif-linux.c: Let the kernel pick a port number if one not requested.Justin Pettit
2012-11-01dpif: Add new dpif_port_exists() function.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-03flow: Extend struct flow to contain tunnel outer header.Jesse Gross
2012-09-05dpif-linux: Report packet loss as WARN instead of ERR.Ben Pfaff
2012-08-03util: New macro CONST_CAST.Ben Pfaff
2012-07-30dpif: Allow the port number to be requested when adding an interface.Justin Pettit
2012-06-25dpif-linux: Zero 'stats' outputs of dpif_operate() ops on failure.Ben Pfaff
2012-06-06dpif-linux: Fix invalid format specifier.Ethan Jackson
2012-06-01dpif-linux: Log details when a packet is lost.Ben Pfaff
2012-06-01dpif-linux: Slightly refactor internal data structures.Ben Pfaff
2012-06-01dpif-linux: Avoid pessimal behavior when kernel-to-user buffers overflow.Ben Pfaff
2012-05-09ofproto-dpif: Segregate CFM, LACP, and STP traffic into separate queues.Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-18dpif: Make caller of dpif_recv() provide buffer space.Ben Pfaff
2012-04-18netlink-socket: Make caller provide message receive buffers.Ben Pfaff
2012-04-18dpif-linux: Avoid malloc() in dpif_linux_operate().Ben Pfaff
2012-04-18ofproto-dpif: Batch flow uninstallations due to expiration.Ben Pfaff
2012-02-27dpif-linux: Make dpif_linux_port_query_by_name() query only one datapath.Ben Pfaff
2012-02-16datapath: Increase maximum number of datapath ports.Pravin B Shelar
2012-01-16dpif: Change provider interface to consistently use operation structs.Ben Pfaff
2012-01-16dpif: Factor 'type' and 'error' out of individual dpif_op members.Ben Pfaff
2012-01-12dpif: Simplify the "listen mask" concept.Ben Pfaff
2011-12-12dpif-linux: Avoid valgrind warning in epoll_ctl() call.Ben Pfaff
2011-11-28dpif-linux: Use "epoll" instead of poll().Ben Pfaff
2011-11-28dpif-linux: Use poll() internally in dpif_linux_recv().Ben Pfaff
2011-11-28dpif-linux: Remove poll_fd_woke() optimization from dpif_linux_recv().Ben Pfaff
2011-11-11netlink: New macro NL_POLICY_FOR.Ben Pfaff
2011-11-01datapath: Convert kernel priority actions into match/set.Pravin B Shelar
2011-10-23datapath: Define constants for versions of GENL families.Jesse Gross
2011-10-21Implement new fragment handling policy.Ben Pfaff