datapath-windows: Fix bug in OvsTcpGetWscale().
[cascardo/ovs.git] / lib /
2016-04-27 Daniele Di Proiettohmap: Add HMAP_FOR_EACH_POP.
2016-04-23 Simon Hormanpackets: use flow protocol when recalculating ipv6...
2016-04-23 YAMAMOTO Takashiutil.h: Restore stdarg.h which is necessary for va_list
2016-04-22 Joe Stringerofproto-dpif-xlate: xlate ct_{mark, label} correctly.
2016-04-22 antonio.fischetti... odp-util: Fix build warning on flags_mask.
2016-04-22 Huang Leilib: Fix error reporting in parse_sockaddr_components...
2016-04-21 Miguel Angel Ajonetdev-linux: Fix ingress policing burst rate configura...
2016-04-18 Ben Pfaffofp-errors: Introduce OF1.6 (proposed) error code for...
2016-04-18 Ben PfaffAdd skeleton for OF1.6 support.
2016-04-17 Jarno Rajahalmeclassifier: Reorganize classifier.h
2016-04-17 Jarno Rajahalmeclassifier: Fix race condition leading to NULL dereference.
2016-04-15 mweglicxUpdate relevant artifacts to add support for DPDK 16.04.
2016-04-15 Joe Stringerofproto-dpif-xlate: Generate bitmasks in set_field.
2016-04-14 Ben WarrenMove lib/ofp-print.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-prop.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-actions.h to include/openvswitch directory
2016-04-14 RYAN D. MOATSovn-controller: Dynamically reconnect if ovn-remote...
2016-04-14 Ben WarrenMove lib/ofp-msgs.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-util.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/type-props.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/meta-flow.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/match.h to include/openvswitch directory
2016-04-14 Ben WarrenBreak netdev.h into private and public parts
2016-04-14 Ben WarrenBreak uuid.h into private and public parts
2016-04-14 Ben WarrenBreak flow.h into private and public parts
2016-04-14 Ben WarrenBreak packets.h into private and public parts
2016-04-14 Ben WarrenMisc cleanup with "util.h" header files
2016-04-13 Ben Pfaffofp-actions: Make ofpact_finish() harder to misuse.
2016-04-08 Daniele Di Proiettodpif-netdev: Do not keep refcount for ports.
2016-04-08 Daniele Di Proiettodpif-netdev: Remove useless dpif-dummy/delete-port...
2016-04-08 Daniele Di Proiettodpif-netdev: Keep count of elements in port->rxq[].
2016-04-08 Daniele Di Proiettodpif-netdev: Proper error handling in do_add_port().
2016-04-08 Daniele Di Proiettonetdev-dpdk: Consistent variable naming.
2016-04-07 William Tudp-packet: Fix use of uninitialised value at emc_lookup.
2016-03-29 Justin Pettitdpctl.man: Fix bolding for flush-conntrack command.
2016-04-06 Panu Matilainendpif-netdev: report numa node number on pmd thread...
2016-04-01 Ben Pfaffutil: Remove va_copy() implementation.
2016-03-31 William Tuovs-router: Fix memory leak at ovs_router_insert__.
2016-03-31 Huang Leiovn-controller: Add external-id 'ovn-remote-probe-interval'
2016-03-30 Thadeu Lima de Sou... netdev: Verify ifa_addr is not NULL when iterating...
2016-03-30 László Sürüofp-util: Fix indirect group delete message with no...
2016-03-30 RYAN D. MOATSFix missing tracking reordering of row deletes.
2016-03-30 Ben Warrentun-metadata: Break header file into public and private...
2016-03-30 Ben Warrenutil: Move build assertion macros to compiler.h.
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
2016-03-30 Ben WarrenMove ofp-parse.h to include/openvswitch directory
2016-03-30 Ben Warrenlist: Rename all functions in list.h with ovs_ prefix.
2016-03-30 Ben Warrenlist: Remove lib/list.h completely.
2016-03-30 Ben Warrenlist: Move contents of lib/list.h to include/openvswitc...
2016-03-29 Joe Stringerofp-actions: Fix use-after-free with ofpact_finish().
2016-03-29 Joe Stringernx-match: Fix use-after-free parsing matches.
2016-03-29 Ilya Maximetsnetdev-dpdk: vhost: Fix txq enabling in the absence...
2016-03-28 Russell Bryantsmap: Include hash.h.
2016-03-25 Daniele Di Proiettoovs-thread: Do not always end quiescent state in ovs_th...
2016-03-25 Sorin Vinturisdatapath-windows: Revert unrelated change to ovs-atomic.h
2016-03-25 Sorin Vinturisdatapath-windows: Added recirculation support.
2016-03-24 Pravin B Shelarsflow: use ovs route API to get source IP address.
2016-03-24 Pravin B Shelarnetdev: remove netdev_get_in4()
2016-03-24 Pravin B Shelartunneling: Enable IPv6 tuneling.
2016-03-24 Pravin B Shelarnetdev-dummy: change netdev seq on ip address change.
2016-03-24 Pravin B Shelartnl-neigh-cache: tighten arp and nd snooping.
2016-03-24 Pravin B Shelartunneling: Handle multiple ip address for given device.
2016-03-24 Pravin B Shelarlib: Fix compose nd
2016-03-23 Lance Richardsonosx: Fix OS X build issues
2016-03-23 Han Zhoulib/util.c: Optimise bitwise_rscan.
2016-03-23 Ben Pfaffofpbuf: Don't include unneeded "packets.h".
2016-03-23 YAMAMOTO Takashiovs_strerror, ovs_format_message: Always use "Success...
2016-03-23 Lance Richardsonbyte-order: use system ntohll() and htonll() for OS X
2016-03-23 Lance Richardsonosx: handle differences between OS X and other BSDs
2016-03-23 Lance Richardsontimeval: Add clock_gettime() for OS X
2016-03-23 Ilya Maximetsnetdev-dpdk: Fix crash when changing the vhost-user...
2016-03-22 RYAN D. MOATSovsdb-idl: Present tracked changes in increasing change...
2016-03-22 Russell Bryantdb-ctl-base: Fix a typo.
2016-03-21 Nithin Rajulist.h: Define OVS_LIST_POISON statically
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-03-19 Ben WarrenMove lib/ofp-errors.h to include/openvswitch directory
2016-03-19 Ben WarrenMove lib/geneve.h to include/openvswitch directory
2016-03-18 Numan Siddiqueovn: Add l3 port security for IPv4 and IPv6
2016-03-18 Quentin Monnetovs-ofctl: Update manpage for --color option.
2016-03-18 Quentin Monnetofp-actions: Color output of flow actions for ovs-ofctl...
2016-03-18 Quentin Monnetmatch: Color output of match conditions for ovs-ofctl...
2016-03-18 Quentin Monnetovs-ofctl: Add output colors for flow attributes.
2016-03-18 Quentin Monnetovs-ofctl: Declare / set up colors for command output.
2016-03-18 Quentin Monnetovs-ofctl: Add option for color output to dump-flows...
2016-03-17 Ilya Maximetsnetdev: New field 'is_pmd' in netdev_class.
2016-03-14 Lance Richardsonovsdb-idl: improve error handling when schema is not...
2016-03-12 Ben Pfaffactions: Implement OVN "arp" action.
2016-03-11 Alexandru Ardeleanlib/ovs-thread: make use of the pthread_attr object
2016-03-11 Pravin B Shelarnetdev-linux: Fix netdev ipv6 notification
2016-03-11 Pravin B Shelarsmap: bsd: Fix compilation error.
2016-03-10 Yuanhan Liunetdev-dpdk: fix mbuf leaks master
2016-03-08 Ben Pfaffopenflow: Support matching and modifying MPLS TTL field.
2016-03-08 Ben Pfaffnetdev: Improve comments on netdev_rxq_recv().
2016-03-08 Ben Pfaffdpif-netdev: Fix typo in comment.
2016-03-08 Joe Stringerofp-actions: Assert variable actions have len>0.
2016-03-07 Ben Pfaffunixctl: Log commands received and their replies (at...
2016-03-07 William Tuofp-util: Fix use-after-free in group append.
2016-03-07 William Tuofpbuf: Fix use-after-free in bundle parse.
2016-03-07 Jarno Rajahalmeofpbuf: Fix setting of 'msg' in ofpbuf_clone_with_headr...
2016-03-07 Jarno Rajahalmeofpbuf: Rename 'data_delta' to 'xxx_offset'
next