Prepare include headers
[cascardo/ovs.git] / lib /
2014-08-13 Daniele Di Proiettonetdev-dpdk: Keep calling rte_eth_tx_burst() until...
2014-08-13 Daniele Di Proiettonetdev-dpdk: Move to DPDK 1.7.0
2014-08-13 Daniele Di Proiettodpif-netdev: Reintroduce ref_cnt for dp_netdev_flow
2014-08-12 Ben Pfaffofp-errors: Use EXT-444 extension error codes for prope...
2014-08-12 Ben PfaffMakefiles: Add ofp-actions.inc1 and ofp-actions.inc2...
2014-08-12 Ben Pfafflearning-switch: Make test-controller work with OpenFlo...
2014-08-12 Ankur Sharmalib/netlink-protocol.h: Do not include headers for...
2014-08-12 Ben PfaffMakefiles: Clean lib/ofp-actions.inc1 and lib/ofp-actio...
2014-08-12 Ben Pfaffofp-actions: Make struct ofpact constant size across...
2014-08-12 Ben Pfaffdpif-provider: Get rid of redundant operations.
2014-08-11 Ben Pfaffofp-actions: Use specific error code for oxm_hasmask...
2014-08-11 Ben Pfaffofp-actions: Avoid logging 64 times as many actions...
2014-08-11 Ben Pfaffofp-actions: Add support for OpenFlow 1.5 (draft) Copy...
2014-08-11 Ben Pfaffofp-actions: Centralize all OpenFlow action code for...
2014-08-11 Ben Pfaffofp-actions: Pretend that OpenFlow 1.0 has instructions.
2014-08-11 Ben Pfaffofp-parse: Make string conversion functions available...
2014-08-11 Ben Pfaffofproto: Implement OpenFlow 1.3+ table features request.
2014-08-11 Ben Pfaffofp-util: Fix table features decoding of match and...
2014-08-11 Ben Pfaffofp-util: Fix table features decoding of action and...
2014-08-11 Ben Pfaffofp-util: Fix table features decoding of multiple tables.
2014-08-11 Ben Pfaffofp-util: Abstract table miss configuration and fix...
2014-08-11 Ben Pfaffofp-actions: Add instructions bitmaps and fix related...
2014-08-11 Ben Pfaffofp-actions: Add action bitmap abstraction.
2014-08-08 Daniele Di Proiettolib/flow: Update FLOW_WC_SEQ to skip assertions on...
2014-08-07 Ben Pfaffsocket-util-unix: Fix umask race in bind_unix_socket().
2014-08-07 Ben Pfaffofp-util: Remove prototypes for unimplemented functions.
2014-08-07 Justin Pettitdatapath: Update comments about 'OVS_KEY_ATTR_8021Q'.
2014-08-05 Ethan Jacksonclassifier: classifier_lookup_miniflow_batch() indicate...
2014-08-05 Ethan Jacksondpif-netdev: Avoid useless flow copy in dp_netdev_flow_...
2014-08-05 Ethan Jacksonstyle: Replace TODO with XXX.
2014-08-05 Jarno Rajahalmelib/ovs-atomic: Native support for 32-bit 586 with...
2014-08-05 Jarno Rajahalmelib/ovs-atomic: Native support for x86_64 with GCC.
2014-08-05 Jarno Rajahalmelib/ovs-atomic-gcc4+: Use 'volatile' to enforce memory...
2014-08-05 Jarno Rajahalmeovs-atomic: Fix GCC4+ atomic_flag.
2014-08-05 Jarno Rajahalmelib/ovs-atomic: Require memory_order be constant.
2014-08-05 Jarno Rajahalmelib/ovs-atomic: Elaborate memory_order documentation.
2014-08-04 Daniele Di Proiettodpctl: add ovs-appctl dpctl/* commands to talk to dpif...
2014-08-04 Ben Pfaffodp-netlink.h: Use 32-bit aligned 64-bit types.
2014-08-04 Ben PfaffDo not seemingly #include Linux-specific headers on...
2014-07-29 Alin SerdeanAdd more files to the openvswitch library on MSVC
2014-07-29 Alin Serdeannetlink-socket: Adapt to Windows and MSVC.
2014-07-29 Alin Serdeannetlink-socket: Allow compiling on MSVC even without...
2014-07-29 Alin Serdeannetlink-protocol: Add more definitions.
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 Ben Pfaffconnmgr: Only send role status messages to OpenFlow...
2014-07-28 Ben Pfaffmeta-flow: Add 64-bit registers.
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 Ryan Wilsondpif-netdev: Polling threads directly call ofproto...
2014-07-25 Ben Pfaffcfm: Reduce "long delay" message from WARN to INFO...
2014-07-24 Ben Pfaffnetdev-provider: Clarify comment where 'get_next_hop...
2014-07-23 Ben Pfaffdpif-netdev: Initialize upcall->packet when queuing...
2014-07-23 Daniele Di Proiettodpif-netdev: Reduce netdev_flow_key size
2014-07-23 Daniele Di Proiettonetdev-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 Proiettonetlink-notifier: Exit loop if nl_sock_recv() returns...
2014-07-22 Ben PfaffUse xstrdup() instead of strdup(), xmalloc() instead...
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 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 Proiettonetdev-dpdk: Fix race condition with DPDK mempools...
2014-07-19 Alex Wangnetlink-socket: Do not make flow_dump block on netlink...
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 Proiettonetdev-dpdk: Refactor dpdk_class_init()
2014-07-17 Ben Pfaffsmap: New function smap_add_nocopy().
2014-07-17 Alex Wangstp: Make stp-disabled port forward stp bpdu packets.
2014-07-16 Daniele Di Proiettocmap: 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 Joe Stringerdpif: Update documentation for RCU-protected actions.
2014-07-15 Daniele Di Proiettolib/coverage: Removed set but not used variables
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 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 Pfaffofp-util: Fix null pointer dereference in ofputil_pull_...
2014-07-15 Joe Stringerdpif: Support fetching flow mask via dpif_flow_get().
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 Ben Pfaffnetlink-protocol: Remove definition of struct sockaddr_nl.
2014-07-10 Ansis Attekadaemon: restart child process if it died before signali...
2014-07-09 Gurucharan Shettytimeval: Initialize 'unix_epoch' for Windows correctly.
2014-07-08 Alex Wangdpif-linux: Recheck the socket pointer existence before...
next