datapath: Always initialize fix_segment for GSO packet.
[cascardo/ovs.git] / lib /
2014-08-28 Nithin Rajunetlink-socket: Use read/write ioctl instead of ReadFil...
2014-08-27 Jarno Rajahalmelib/flow.h Revert bitfield back to uint64_t.
2014-08-27 Nithin Rajunetlink-socket: fix typo to get_sock_pid_from_kernel()
2014-08-27 Nithin Rajunetlink-socket: add support for nl_lookup_genl_mcgroup()
2014-08-27 yinpeijunFix memory leaks in error paths.
2014-08-26 Jarno Rajahalmelib/flow.h: Improve struct miniflow comment and definition.
2014-08-26 Jarno RajahalmeRevert "miniflow: Remove unused values_inline branch...
2014-08-26 Thomas Grafdpif-netdev: Fix leaked port, port->rxq, port->type...
2014-08-26 Thomas Grafodp-util: Only add recirc_id mask to Netlink message...
2014-08-26 Thomas Grafjson: Fix leaked nodes in json_hash_object()
2014-08-26 Thomas Grafminiflow: Remove unused values_inline branch from minif...
2014-08-26 Thomas Grafodp-util: Initialize tun_key and tun_key_mask
2014-08-22 Ankur Sharmadatapath-windows: remove reference to OvsNetlink.h
2014-08-22 Nithin Rajunetlink-socket.c: add support for do_lookup_genl_family...
2014-08-20 Terry Wilsonovsdb: Allow comparison on optional scalar types
2014-08-19 Nithin Rajunetlink-socket.c: implement get pid support on Windows
2014-08-18 Daniele Di Proiettofat-rwlock: fat_rwlock_tryrdlock() should never block
2014-08-18 Wenyu ZhangExtend OVS IPFIX exporter to export tunnel headers
2014-08-15 Jarno Rajahalmelib/dpif-netdev: Clean-up pmd thread signaling.
2014-08-15 Thomas Grafofp-actions: Include OFPACT_REG_MOVE in action set
2014-08-14 Ethan Jacksondpif-netdev: Streamline miss handling.
2014-08-14 Ethan Jacksonflow: Parse MPLS should return the actual number of...
2014-08-14 Justin PettitFix capitalization of OpenFlow.
2014-08-14 Ben Pfaffmeta-flow: Correct comments on MFF_XREG*.
2014-08-14 Alex Wangbfd: Add configuration for setting and matching mac...
2014-08-14 Alex Wangbfd: Flip the default value of bfd ip source and destin...
2014-08-13 Joe Stringerdpif: Support flow_get in dpif_operate().
2014-08-13 Ben Pfaffovs-numa: Correct printf format specifiers.
2014-08-13 Alex Wangovs-numa: Add ovs-numa.{c,h} for extracting and storing cpu
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()
next