system-traffic: Fix packet-in format for tests.
[cascardo/ovs.git] / lib /
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'
2016-03-07 Jarno Rajahalmeofpbuf: Make offset calculation more consistent.
2016-03-06 Ilya Maximetsnetdev-dpdk: Fix memory leak in netdev_dpdk_vhost_destr...
2016-03-03 Joe Stringerofpbuf: Use ptrdiff_t for pointer delta.
2016-03-03 Joe Stringerofp-actions: Prevent integer overflow in decode.
2016-03-03 Joe Stringerofp-actions: Fix use-after-free in bundle action.
2016-03-03 Ian Stokesnetdev_dpdk.c: Add QoS functionality.
2016-03-01 Russell Bryantofpbuf: Fix trivial spelling typo.
2016-02-29 Jarno Rajahalmeofp: Add support for bundles extension in OpenFlow...
2016-02-29 Jarno Rajahalmeodp-util: Use FLOW_MAX_MPLS_LABELS when parsing MPLS...
2016-02-28 Mark Kavanaghnetdev-dpdk: clean up mbuf initialization
2016-02-27 Alin SerdeanClean code in netlink-socket
2016-02-27 Ben Pfaffofp-parse: Remove unneeded #include.
2016-02-26 Ilya Maximetsdpif-netdev: Fix double inclusion of cmap.h
2016-02-25 Numan Siddiqueovn-northd: Allow lport 'addresses' to store multiple...
2016-02-25 Jarno Rajahalmeodp-util: Format and scan multiple MPLS labels.
2016-02-24 Ilya Maximetsnetdev-dpdk: vhost-user: Fix sending packets to queues...
2016-02-24 Saloni JainImplement OFPT_TABLE_STATUS Message.
2016-02-24 Simon Hormanflow: add miniflow_pad_from_64
2016-02-24 Simon Hormanflow: add miniflow_push_uint8
2016-02-24 Daniele Di Proiettonetdev-dpdk: Do not add vhost-user ports with '/' or...
2016-02-24 Mauricio Vásquezlib/netdev-dpdk: make device name parsing more robust
2016-02-23 Lance Richardsonlib: Fix netbsd compilation error.
2016-02-23 Mauricio Vásquezlib/netdev-dpdk: increase ring name length for dpdkr...
2016-02-23 Ilya Maximetsdpif-netdev: Move rxq management into functions.
2016-02-23 Ilya Maximetsdpif-netdev: Reload each thread only once in do_add_port.
2016-02-23 Ilya Maximetsdpif-netdev: Add dpif-netdev/pmd-rxq-show appctl command.
2016-02-20 Ben Pfaffhmap: Add extra build-time iteration checks for types...
2016-02-20 Ben Pfaffofp-actions: Introduce macro for padding struct members.
2016-02-20 Ben PfaffImplement serializing the state of packet traversal...
2016-02-20 Ben Pfaffofp-prop: Add support for putting and parsing nested...
2016-02-20 Ben PfaffSupport userdata in NXT_PACKET_IN2.
2016-02-20 Ben Pfaffofp-util: Rename struct ofputil_packet_in member 'len...
2016-02-20 Ben PfaffImplement new packet-in format NXT_PACKET_IN2.
next