cascardo/ovs.git
2014-07-29 Alin Serdeannetlink-socket: Allow compiling on MSVC even without...
2014-07-29 Alin Serdeannetlink-protocol: Add more definitions.
2014-07-29 Alin SerdeanAdd defines, enums and headers for MSVC
2014-07-29 Ben Pfaffcmap: Merge CMAP_FOR_EACH_SAFE into CMAP_FOR_EACH.
2014-07-29 Ben Pfaffnetlink-socket: Add conceptual documentation.
2014-07-28 Pravin B Shelardatapath: Use currect rcu API in exact match flow looku...
2014-07-28 Ben Pfaffconnmgr: Only send role status messages to OpenFlow...
2014-07-28 Ben Pfaffconnmgr: Demote service controllers too in ofconn_set_r...
2014-07-28 Ben Pfaffovs-ofctl: Add --unixctl command line option.
2014-07-28 Saurabh Shahdatapath-windows: Kernel module for HyperV.
2014-07-28 Ben Pfaffmeta-flow: Add 64-bit registers.
2014-07-28 Ben Pfaffofproto-dpif-upcall: Fix sparse warnings.
2014-07-28 yinpeijunFix two memory leaks.
2014-07-26 Ben PfaffRemove assumption that there are 64 or fewer fields.
2014-07-26 Ben Pfaffbitmap: Add new functions.
2014-07-26 Ben Pfaffmeta-flow: Simplify handling of a variable number of...
2014-07-25 Pravin B Shelardatapath: Fix buffer overrun in mask array realloc.
2014-07-25 Ryan Wilsondpif-netdev: Polling threads directly call ofproto...
2014-07-25 Pravin B Shelardatapath: Add NULL check for mask pointer.
2014-07-25 Ben Pfaffcfm: Reduce "long delay" message from WARN to INFO...
2014-07-24 Andy Zhoudatapath: reorder action netlink attribute definition...
2014-07-24 Ben Pfaffnetdev-provider: Clarify comment where 'get_next_hop...
2014-07-23 Daniele Di... datapath/flow_netlink: Avoid wildcarding tunnel key...
2014-07-23 Alex Wangdatapath: flow_netlink: Fix a bug.
2014-07-23 Ben Pfaffdpif-netdev: Initialize upcall->packet when queuing...
2014-07-23 Daniele Di... dpif-netdev: Reduce netdev_flow_key size
2014-07-23 Daniele Di... netdev-dpdk: Increase tx queue size and rx batch size
2014-07-22 Alex Wangstp: Add more logging points for debug.
2014-07-22 Daniele Di... netlink-notifier: Exit loop if nl_sock_recv() returns...
2014-07-22 Ben Pfaffconfigure: Don't check for malloc hooks that we no...
2014-07-22 Ben Pfaffovsdb-server: Document RFC 7047 extensions to ovsdb...
2014-07-22 Ben Pfaffovs-ctl: Add comment to explain why we only save ofport...
2014-07-22 Ben Pfaffdebian: Avoid -Wformat-zero-length warnings.
2014-07-22 Ben PfaffUse xstrdup() instead of strdup(), xmalloc() instead...
2014-07-22 Andy Zhoudatapath: Refactor get_dp() function into multiple...
2014-07-22 Ben Pfafftests: Wait for ofctl_monitor.log in ofproto-dpif contr...
2014-07-22 Ben Pfaffclassifier: Refactor cls_cursor_advance() to make it...
2014-07-22 Ben Pfaffcmap, classifier: Avoid unsafe aliasing in iterators.
2014-07-21 Jarno Rajahalmevswitchd/bridge: Fix setting default prefix fields.
2014-07-21 Jarno Rajahalmeovs-atomic: Avoid evaluating arguments multiple times.
2014-07-21 Jarno Rajahalmelib/ovs-rcu: evaluate argument of ovsrcu_get only once.
2014-07-20 Daniele Di... netdev-dpdk: Fix race condition with DPDK mempools...
2014-07-19 Alex Wangnetlink-socket: Do not make flow_dump block on netlink...
2014-07-18 Gurucharan... ovsdb: Don't add ovsdb-server.c to libovsdb.
2014-07-18 Jarno Rajahalmelib/classifier: Clarify subtable skipping.
2014-07-18 Jarno Rajahalmelib/classifier: Return all matching prefix lengths...
2014-07-18 Jarno Rajahalmelib/classifier: Change local variable names.
2014-07-18 Jarno Rajahalmelib/classifier: Unify struct classifier and cls_classifier.
2014-07-17 Daniele Di... netdev-dpdk: Refactor dpdk_class_init()
2014-07-17 Ben Pfaffofproto: Report controller rate limiting statistics...
2014-07-17 Ben Pfaffsmap: New function smap_add_nocopy().
2014-07-17 Ben PfaffSimplify ofproto_controller_info by using a struct...
2014-07-17 Ben Pfaffpinsched: Report queued packet count correctly.
2014-07-17 Ben Pfaffvswitch.xml: Fix typo in documentation.
2014-07-17 Alex Wangstp: Make stp-disabled port forward stp bpdu packets.
2014-07-16 Daniele Di... cmap: Fix cmap_next_position()
2014-07-16 maryam.tahhannetdev-dpdk: add dpdk rings to netdev-dpdk
2014-07-16 Ben Pfaffnetlink-socket: Simplify multithreaded dumping to match...
2014-07-16 Eric SesterhennFactor the ovsdb-server main loop into a new function
2014-07-16 Ben PfaffCodingStyle: Add suggested GNU indent options.
2014-07-16 Joe Stringerdpif: Update documentation for RCU-protected actions.
2014-07-15 Gurucharan... tests: Use the 'LARGE_MSECS' variation of time/warp...
2014-07-15 Gurucharan... debian: Automatically start openvswitch before first...
2014-07-15 Gurucharan... debian: Option to create patch ports through 'interfaces'
2014-07-15 Daniele Di... lib/coverage: Removed set but not used variables
2014-07-15 Pravin B Shelardatapath: Check for NULL upcall_portids.
2014-07-15 Ben Pfaffnetlink-socket: Fix handling socket allocation failure...
2014-07-15 Ben Pfaffnetlink-socket: Refill comment to fit within 79 columns.
2014-07-15 Ben Pfaffdpif-linux: Avoid null dereference if all ports disappear.
2014-07-15 Ben Pfaffofp-msgs: Correct code for queue configuration messages...
2014-07-15 Kirkland SpectorFix documentation error that led user to wrong file...
2014-07-15 Ben PfaffDrop assignments whose values are never used.
2014-07-15 Ben Pfaffcoverage: Move m_idx, h_idx to an inner scope in covera...
2014-07-15 Ben Pfaffofproto: Avoid theoretical double free of large rule...
2014-07-15 Ben Pfaffofp-util: Fix null pointer dereference in ofputil_pull_...
2014-07-15 Joe Stringerrevalidator: Revalidate missed flows.
2014-07-15 Joe Stringerdpif: Support fetching flow mask via dpif_flow_get().
2014-07-14 Gurucharan... ovsdb-server.at: Skip tests that use ovsdb-server's...
2014-07-14 Joe Stringerdatapath: Refactor ovs_flow_cmd_fill_info().
2014-07-11 Ben Pfafftests: Disable glibc memory checking under glibc <...
2014-07-11 Daniele Di... datapath/flow_netlink: Create right mask with disabled...
2014-07-11 Pravin B Shelardatapath: Enable tunnel GSO features.
2014-07-11 Jarno Rajahalmelib/hash: Use CRC32 for hashing.
2014-07-11 Jarno Rajahalmelib/classifier: Lockless lookups.
2014-07-11 Jarno Rajahalmelib/classifier: RCUify prefix trie code.
2014-07-11 Jarno Rajahalmelib/classifier: Use internal mutex.
2014-07-11 Jarno Rajahalmelib/classifier: Stylistic change.
2014-07-11 Jarno Rajahalmelib/ovs-rcu: Export ovsrcu_synchronize().
2014-07-11 Jarno Rajahalmelib/classifier: Simplify iteration with C99 declaration.
2014-07-11 Jarno Rajahalmelib/classifier: Use cmap.
2014-07-10 Ben Pfaffnetlink-socket: Work around kernel Netlink dump thread...
2014-07-10 Ben Pfaffnetlink-socket: Fix sign of error code.
2014-07-10 Andy Zhoudatapath: refactor do_output() to move skb_clone NULL...
2014-07-10 Andy Zhoudatapath: add skb_clone NULL check for the sampling...
2014-07-10 Andy Zhoudatapath: add skb_clone NULL check in the recirc action.
2014-07-10 Ben Pfaffnetlink-protocol: Remove definition of struct sockaddr_nl.
2014-07-10 Daniele Di... datapath/flow_netlink: Fix NDP flow mask validation
2014-07-10 Ansis Attekadaemon: restart child process if it died before signali...
2014-07-09 Gurucharan... timeval: Initialize 'unix_epoch' for Windows correctly.
2014-07-08 Alex Wangdpif-linux: Recheck the socket pointer existence before...
next