cascardo/ovs.git
2014-09-15 Gurucharan... compiler: Define NO_RETURN for MSVC.
2014-09-15 Gurucharan... Fix remaining "uninitialized local variable" used warni...
2014-09-15 Gurucharan... Fix remaining "void function returning a value" warning...
2014-09-15 Gurucharan... ovs-atomic-msvc: Disable a compiler warning.
2014-09-15 Alex Wangnetdev-dpdk: Fix thread-safety breach.
2014-09-15 Alex Wangnetdev-dpdk: Make get_config() report correct queue...
2014-09-15 Alex Wangdpif-netdev: Create multiple pmd threads by default.
2014-09-15 Alex Wangnetdev-dpdk: Remove the tx queue spinlock.
2014-09-15 Alex Wangnetdev-dpdk: Add indicator for flushing tx queue.
2014-09-15 Alex Wangdpif-netdev: Create multiple tx/rx queues when adding...
2014-09-15 Alex Wangnetdev: Add function for configuring tx and rx queues.
2014-09-15 Pravin B Shelarofproto: Do not update stats on fake bond interface.
2014-09-15 Andy Zhoudatapath: Improve robustness of this_cpu_ptr definition...
2014-09-15 Daniele Di... ovs-dev.py: do not pass --enable-dummy to ovsdb
2014-09-14 Joe Stringerofproto: Increase default datapath max_idle time.
2014-09-12 Pravin B Shelardatapath: Add IS_ERR_OR_NULL for backward compatibility.
2014-09-12 WANG Congopenvswitch: rename ->sync to ->syncp
2014-09-12 WANG Congdatapath: introduce netdev_alloc_pcpu_stats() for drivers
2014-09-12 Himangi Saraogidatapath: Use IS_ERR_OR_NULL
2014-09-12 Jean Sacrendatapath: fix duplicate #include headers
2014-09-12 Andreea-Cristina... datapath: Replace rcu_dereference() with rcu_access_poi...
2014-09-12 Alex Wangnetdev: Add n_txq to 'struct netdev'.
2014-09-12 Alex Wangnetdev: Add function for getting the numa node id of...
2014-09-12 Alex Wangovs-rcu: Make ovsrcu_quiesce() flush the callback event...
2014-09-12 Eitan EliahuNetlink_socket.c Join/Unjoin an MC group for event...
2014-09-12 Ankur Sharmadatapath-windows/Netlink: Nested attributes put/parse.
2014-09-12 Ankur Sharmadatapath-windows/NetlinkBuf.h: Added NlBufSize
2014-09-12 Gurucharan... debian: Don't depened on $RUNLEVEL at startup to create...
2014-09-12 Gurucharan... Avoid uninitialized variable warnings with OBJECT_OFFSE...
2014-09-11 Alex Wangunixctl: Make command description all lowercase.
2014-09-11 Alex Wangovsdb-server: Remove the 'enable-dummy' option.
2014-09-11 Jarno Rajahalmeofproto-dpif: Probe for userdata after backer is fully...
2014-09-11 Gurucharan... hash.h: Avoid compiler warnings with MSVC.
2014-09-11 Gurucharan... ovs-ofctl: Workaround a compiler warning on MSVC.
2014-09-11 Thomas Graftravis: Fix DPDK build and treat bad-function-cast...
2014-09-11 Thomas Grafbuild: Respect CFLAGS and LDFLAGS passed to make
2014-09-10 Andy Zhoudatapath: Add this_cpu_{read, inc, dec} APIs for backwa...
2014-09-10 Gurucharan... netlink-socket: Convert from error number to string...
2014-09-10 Pravin B Shelardatapath: Backport __ip_select_ident() function
2014-09-10 Jarno Rajahalmeopenvswitch.h: Fix the type of struct ovs_key_nd nd_tar...
2014-09-10 Gurucharan... ovs-vtep: Handle physical ports with '-' in its name.
2014-09-10 Daniele Venturinolib/rstp-common: Remove double spaces.
2014-09-10 Daniele Venturinolib/rstp: Use ovs_refcount_unref_relaxed.
2014-09-10 Daniele Venturinolib/rstp: Use RSTP_OPER_P2P_MAC_STATE_ENABLED instead...
2014-09-10 Nithin Rajudatapath-windows: update CodingStyle guideline for...
2014-09-10 Gurucharan... rconn: Prevent redefinition of 'MAX_MONITORS' in Windows.
2014-09-10 Ben Pfaffofproto-dpif-xlate: Work around Linux netdev_max_backlo...
2014-09-09 Jarno Rajahalmelib/odp-util: Reduce duplicated code.
2014-09-09 Jarno Rajahalmelib/odp-util: Fix mapping to Netlink frag mask.
2014-09-09 Jarno Rajahalmelib/odp: Use masked set actions.
2014-09-09 Jarno Rajahalmeofproto: Probe for masked set action support.
2014-09-09 Jarno Rajahalmelib/odp-util: Skip ignored fields when parsing and...
2014-09-09 Daniele Di... lib/odp-execute: Use dpif_packet_set_dp_hash() instead...
2014-09-09 Nithin Rajunetlink-socket: remove local variable in do_lookup_genl...
2014-09-09 Nithin Rajudatapath-windows: refactor code to setup dump start...
2014-09-09 Eitan Eliahunetlink-socket: Add support for async notification...
2014-09-09 Jarno RajahalmeNEWS: Mention RSTP.
2014-09-09 Jarno Rajahalmelib/rstp: Use hmap instead of a list for ports.
2014-09-09 Jarno Rajahalmelib/rstp: Eliminate ports_count.
2014-09-09 Jarno Rajahalmelib/rstp: Simplify priority vector comparison.
2014-09-09 Jarno Rajahalmelib/rstp: CodingStyle fixes.
2014-09-09 Jarno Rajahalmelib/rstp: Remove lock recursion.
2014-09-09 Jarno Rajahalmelib/rstp: More robust thread safety.
2014-09-09 Jarno Rajahalmelib/rstp: Inline trivial predicate functions.
2014-09-09 Jarno Rajahalmelib/rstp: CodingStyle changes.
2014-09-09 Jarno Rajahalmelib/rstp: Refactor port initialization.
2014-09-09 Jarno Rajahalmelib/rstp: Refactor port number allocation.
2014-09-09 Jarno Rajahalmelib/rstp: Refactor priority vector recalculation.
2014-09-09 Jarno Rajahalmelib/rstp: Better debug messages, style fixes.
2014-09-09 Jarno Rajahalmelib/stp: Some debugging support.
2014-09-09 Jarno Rajahalmelib/stp,rstp: Add unit more unit tests.
2014-09-09 Jarno Rajahalmevswitch.xml: Fix RSTP configuration documentation.
2014-09-09 Daniele VenturinoRapid Spanning Tree Protocol (IEEE 802.1D).
2014-09-08 Jarno Rajahalmelib/dpif-netdev: Make emc_mutex recursive.
2014-09-08 Jarno Rajahalmelib/odp-util: Add tunnel tp_src, tp_dst parsing and...
2014-09-08 Jarno Rajahalmelib: Unify flags parsing and formatting.
2014-09-08 Jarno Rajahalmelib/odp-util: Refine odp_mask_attr_is_exact().
2014-09-08 Jarno Rajahalmelib/util: Change is_all_zeros and is_all_ones to take...
2014-09-08 Jarno Rajahalmelib/odp: Masked set action execution and printing.
2014-09-08 Pravin B Shelardatapath: Remove unused dp parameter.
2014-09-08 Alex Wangofproto-dpif-upcall: Fix a free of uninitialized memory.
2014-09-08 Alex Wangovs-numa: Fix a missing initialization.
2014-09-08 Pravin B Shelardatapath: Set packet egress_tun_info.
2014-09-08 Li RongQingdatapath: distinguish between the dropped and consumed skb
2014-09-08 Jiri Bencdatapath: fix panic with multiple vlan headers
2014-09-06 Andy Zhoudatapath: Implement recirc action without recursion
2014-09-06 Andy Zhoudatapath: Remove recirc stack depth limit check
2014-09-05 Alex Wangovs-numa: Add module description.
2014-09-05 Alex Wangovs-numa: Add function for getting numa node id from...
2014-09-05 Alex Wangovs-numa: Relax the ovs_numa_*() input argument check.
2014-09-05 Alex Wangovs-numa: Replace name 'cpu_socket' with 'numa_node'.
2014-09-05 Gurucharan... cccl: Ability to enable compiler optimization.
2014-09-05 Gurucharan... cccl: Enable ability to parallel build.
2014-09-04 Gurucharan... ovs-atomics: Add atomic support Windows.
2014-09-04 Gurucharan... AUTHORS: Add Ariel Tubaltsev to AUTHORS.
2014-09-04 Nithin Rajudatapath-windows: add support for GET_DP command to...
2014-09-04 Nithin Rajudatapath-windows: add a context structure for user...
2014-09-04 Nithin Rajudatapath-windows: make NL version a UIN8 and add a...
2014-09-04 Nithin Rajudatapath-windows: Data structures and functions for...
2014-09-04 Jean Tourrilhesofp-errors: Migrate EXT-444 errors to ONF experimenter ID.
next