dpif-linux: Fix a bug in creating port.
[sliver-openvswitch.git] / lib / dpif-linux.c
2014-04-29 Alex Wangdpif-linux: Fix a bug in creating port.
2014-04-18 Alex Wangdpif-linux: Add thread-safety annotations.
2014-04-18 Alex Wangdpif-linux: Pass 'struct dpif_linux *' to internal...
2014-04-18 Alex Wangdpif-linux: Implement the API functions to allow multip...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-20 Alex Wangdpif: Change dpif API to allow multiple handler threads...
2014-03-13 Ben Pfaffovs-atomic: Delete atomic, atomic_flag, ovs_refcount...
2014-02-27 Joe Stringerdpif: New function flow_dump_next_may_destroy_keys().
2014-02-27 Joe Stringerdpif: Make dpif_flow_dump_next() thread-safe.
2014-02-27 Joe Stringerdpif: Separate local and shared flow dump state.
2014-02-27 Joe Stringernetlink: Remove buffer from 'struct nl_dump'.
2014-02-26 Joe Stringerdpif-linux: Lookup netdev to get netdev type string.
2014-02-03 Daniele Di Proiettodpif-linux: remove useless includes
2014-01-23 Joe Stringerdpif-linux: Fix flow_dump_next annotation.
2014-01-09 Ben Pfaffdpif: Remove unused 'get_max_ports' from provider inter...
2013-12-31 Jarno Rajahalmedpif: Use explicit packet metadata.
2013-12-20 Thomas Graflinux: Report supported user features to the kernel
2013-12-17 Jarno RajahalmeRemove unnecessary memset().
2013-12-17 Alex Wangdpif-linux: Do not call nl_sock_pid() on NULL sock...
2013-12-17 Alex Wangdpif-linux: Fix the return type of dpif_linux_port_dump...
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-17 Alex Wangdpif-linux: Fix a bug.
2013-12-16 Jarno Rajahalmedpif: Allow execute to modify the packet.
2013-12-13 Ben Pfaffdpif-linux: Fix fd leak for vports that disappear from...
2013-12-13 Ben Pfaffdpif-linux: Generalize dpif_linux_recv_set() to synchro...
2013-12-13 Ben Pfaffdpif-linux: Factor out port dumping helper functions.
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-11-18 Thomas Grafdpif-linux: Fix minor typo OVS_DP_ATTR_UPCALL_PID
2013-10-22 Andy Zhoudpif-linux: collect and display mega flow mask stats
2013-09-12 Ben Pfaffdpif-linux: Use correct enum in dpif_linux_flow_dump_st...
2013-09-06 Pravin B Shelardatapath: Cleanup netlink compat code.
2013-08-23 Alex Wangdpif: Change get_max_ports() to return uint32_t.
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
2013-08-02 Ben Pfaffdpif-linux: Fix theoretical memory leak on error path.
2013-07-31 Ethan Jacksonclang: Add annotations for thread safety check.
2013-07-25 Ben Pfaffdpif-linux: Make use of channels thread-safe.
2013-07-25 Ben Pfaffdpif-linux: Make port change notification thread-safe.
2013-07-23 Ben Pfaffdpif-linux: Add some internal "const" qualifiers.
2013-07-22 Ben Pfaffdpif: Serialize initialization.
2013-07-18 Ben Pfaffnetlink-socket: Simplify use of transactions and dumps.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-20 Andy Zhouovs-dpctl: Add mega flow support
2013-06-06 Ben Pfaffnetdev-vport: Don't return static data in netdev_vport_...
2013-05-03 Ben Pfaffdpif-linux: Make dummy_action const in dpif_linux_init_...
2013-05-02 Ben Pfaffdpif-linux: Close channel Netlink sockets when a port...
2013-05-02 Ben Pfaffdpif-linux: Use MAX_PORTS instead of hard-coded 65535.
2013-04-10 Ethan Jacksondpif-linux: Reset epoll() on channel deletion.
2013-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-02-25 Lorand JakabAdd support for LISP tunneling
2013-02-19 Pravin B Shelardatapath: Remove CAPWAP tunneling support.
2013-02-16 Ben PfaffAllow OVS_USERSPACE_ATTR_USERDATA to be variable length.
2013-02-15 Ben Pfaffdpif-linux: Fix byte-swapping direction in nl_msg_put_u...
2013-02-14 Kyle MesteryModify dpif_linux_port_add() to set the destination...
2013-01-29 Ethan Jacksonnetdev-vport: Build on all platforms.
2013-01-29 Ethan Jacksonlib: Switch to flow based tunneling.
2013-01-29 Ethan Jacksonnetdev: New function netdev_get_dpif_port().
2013-01-28 Jesse Grossdatapath: Remove vport MAC address configuration.
2013-01-25 Justin Pettitdpif-linux: Report dropped lost messages at WARN level.
2013-01-17 Justin Pettitdpif-linux: Fix segfault when a port already exists.
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2013-01-10 Justin Pettitdpif-linux: Give each port its own userspace-kernel...
2013-01-10 Justin Pettitdpif-linux: Log the correct port-PID mapping.
2012-12-26 Ethan Jacksonnetdev-vport: Remove the ability to send packets.
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-16 Justin PettitAdd functions to determine how port should be opened...
2012-11-16 Justin Pettitdpif-linux.c: Let the kernel pick a port number if...
2012-11-02 Justin Pettitdpif: Add new dpif_port_exists() function.
2012-11-02 Justin PettitUse ODP ports in dpif layer and below.
2012-11-02 Justin PettitAlways treat datapath ports as 32 bits.
2012-10-03 Jesse Grossflow: Extend struct flow to contain tunnel outer header.
2012-09-05 Ben Pfaffdpif-linux: Report packet loss as WARN instead of ERR.
2012-08-03 Ben Pfaffutil: New macro CONST_CAST.
2012-07-31 Justin Pettitdpif: Allow the port number to be requested when adding...
2012-06-25 Ben Pfaffdpif-linux: Zero 'stats' outputs of dpif_operate()...
2012-06-06 Ethan Jacksondpif-linux: Fix invalid format specifier.
2012-06-01 Ben Pfaffdpif-linux: Log details when a packet is lost.
2012-06-01 Ben Pfaffdpif-linux: Slightly refactor internal data structures.
2012-06-01 Ben Pfaffdpif-linux: Avoid pessimal behavior when kernel-to...
2012-05-09 Ben Pfaffofproto-dpif: Segregate CFM, LACP, and STP traffic...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-19 Ben Pfaffdpif: Make caller of dpif_recv() provide buffer space.
2012-04-19 Ben Pfaffnetlink-socket: Make caller provide message receive...
2012-04-19 Ben Pfaffdpif-linux: Avoid malloc() in dpif_linux_operate().
2012-04-19 Ben Pfaffofproto-dpif: Batch flow uninstallations due to expiration.
2012-02-28 Ben Pfaffdpif-linux: Make dpif_linux_port_query_by_name() query...
2012-02-17 Pravin B Shelardatapath: Increase maximum number of datapath ports.
2012-01-16 Ben Pfaffdpif: Change provider interface to consistently use...
2012-01-16 Ben Pfaffdpif: Factor 'type' and 'error' out of individual dpif_...
2012-01-13 Ben Pfaffdpif: Simplify the "listen mask" concept.
2011-12-12 Ben Pfaffdpif-linux: Avoid valgrind warning in epoll_ctl() call.
2011-11-28 Ben Pfaffdpif-linux: Use "epoll" instead of poll().
2011-11-28 Ben Pfaffdpif-linux: Use poll() internally in dpif_linux_recv().
2011-11-28 Ben Pfaffdpif-linux: Remove poll_fd_woke() optimization from...
2011-11-11 Ben Pfaffnetlink: New macro NL_POLICY_FOR.
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-10-23 Jesse Grossdatapath: Define constants for versions of GENL families.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-14 Ben Pfaffdpif: New function dpif_operate() and dpif-linux implem...
2011-10-14 Ben Pfaffdpif-linux: Only ask datapath to echo back results...
next