]> git.proxmox.com Git - mirror_ovs.git/history - lib
ovn-architecture: Add notes on L3 gateway HA.
[mirror_ovs.git] / lib /
2017-07-20 Ilya Maximetsodp-execute: Reuse rss hash in OVS_ACTION_ATTR_HASH.
2017-07-20 Justin Pettitdpif-netdev: Indicate support for various ct features.
2017-07-19 Sugesh Chandrantunneling: Avoid datapath-recirc by combining recirc...
2017-07-19 Sugesh Chandrantunneling: Calculate and update packet l4_offset in...
2017-07-19 Eric Garverdpif-netlink-rtnl: Support layer3 GRE
2017-07-19 Eric Garverdpif-netlink-rtnl: Support VXLAN-GPE
2017-07-19 Joe Stringerdpif-netlink: For non-Ethernet, use Ethertype from...
2017-07-19 Joe Stringerdpif-netlink: Use netlink helpers for packet_type.
2017-07-19 Justin Pettitodp-util: Document size of OVS_KEY_ATTR_CT_ORIG_TUPLE_IPV4.
2017-07-17 Ben PfaffSupport IPv6 link-local address scopes on Linux.
2017-07-17 Ben Pfaffsocket-util: Change ss_format_address() to take a dynam...
2017-07-17 Ben Pfaffstream: Make [p]stream_init() take ownership of 'name...
2017-07-16 Justin PettitOpenFlow: Add support for "group delete" flow removed...
2017-07-15 Justin Pettitvlog: Make "vlog/set" without args set everything to...
2017-07-15 Justin Pettitdpif-netdev: Initialize 'tun_md' member of match.
2017-07-14 Ilya Maximetsdp-packet: Remove misleading comment for refill init...
2017-07-14 Joe Stringerofproto-dpif: Detect support for ct_tuple6.
2017-07-14 Zhenyu Gaosocket-util: Fix recursion issue in sendmmsg
2017-07-14 Ben Pfaffrstp: Show root bridge info.
2017-07-14 ZhiPeng Ludb-ctl-base: Fix reference-following feature in get_row...
2017-07-13 Zhou Yangchaoid-pool: Fix allocation overflow and the leak of the...
2017-07-13 Ilya Maximetsdpif-netdev: Fix few comments.
2017-07-13 Alin Serdeansocket-util: Avoid using sendmsg on Windows
2017-07-13 Darrell BallUserspace Datapath: Add missed lock annotations.
2017-07-13 Darrell BallUserspace Datapath: Remove 'nat' from lock name.
2017-07-13 Darrell BallUserspace Datapath: Change 'related' to 'icmp_related'.
2017-07-13 Eric Garvernetdev: fix missing shifts of VXLAN_EXT_GPE
2017-07-13 Justin Pettitnx-match: Don't append "ct_nw_proto" nx_match if mask...
2017-07-13 Bhanuprakash Bodireddyprocess: Consolidate process related APIs.
2017-07-13 Ben Pfaffsocket-util: Support sendmmsg() regardless of platform.
2017-07-12 Yi-Hung Weiconntrack: Move ct_state parsing to lib/flow.c
2017-07-12 zhaozhanxutnl-ports: Fix loss of tunneling upon removal of a...
2017-07-12 Haifeng Linnetdev: Fix crash when ifa_netmask is null.
2017-07-12 Kevin Traynornetdev-dpdk: Log Rx checksum offload not supported.
2017-07-12 Kevin Traynornetdev-dpdk: Remove Rx checksum reconfigure.
2017-07-12 Yunjian Wangovsdb-types: Fix memory leak on error path.
2017-07-12 Bhanuprakash Bodireddydpif-netlink-rtnl: Fix dead store reported by clang.
2017-07-12 Zoltán Baloghnetdev: Fix crash when interface option is changed...
2017-07-11 Ilya Maximetsdpif-netdev: Remove useless port checking.
2017-07-11 Timothy RedaelliFix some -Wimplicit-fallthrough warnings building with...
2017-07-11 Ciara Loftusdpif-netdev: Fix insertion probability
2017-07-11 Antonio Fischettidpctl: add CT Stats for Connections per protocol.
2017-07-11 Antonio FischettiFix coding style and some typos.
2017-07-10 Numan Siddiquepackets: Fix the reset dp_packet buffer issue in packet...
2017-07-10 Timothy Redaellimake logs not readable by other
2017-07-07 zhongbaisongofp-util: fix memory leak in ofputil_pull_ofp11_buckets
2017-07-07 Ben Pfaffofp-util: Check length of buckets in ofputil_pull_ofp15...
2017-07-07 Ben Pfaffofp-print: Don't abort on unknown reason in role status...
2017-07-06 Ciara Loftusdpif-netdev: Change definitions of 'idle' & 'processing...
2017-07-06 Justin Pettitofp-parse: Improve comment for parse_ofp_packet_out_str().
2017-07-06 Justin Pettitofp-parse: Fix small memory leak when calling parse_ofp...
2017-07-05 Marcelo Leitnerdpif: fix warn msg when failed to open netdev
2017-07-05 nickcooper-zhangto... odp: Fix crash in parse_8021q_onward().
2017-07-03 Ilya Maximetsdp-packet: Copy trunc flag on batch clone.
2017-06-27 Zoltán Baloghuserspace: Introduce packet_type in OF 1.5 packet-out
2017-06-27 Jan Scheurichuserspace: Complete Packet In handling
2017-06-27 Ben Pfaffuserspace: Handling of versatile tunnel ports
2017-06-27 Jan Scheurichuserspace: Add OXM field MFF_PACKET_TYPE
2017-06-27 Ben Pfaffnx-match: Add context argument to nxm_put__().
2017-06-27 Ben Pfaffofpbuf: New function ofpbuf_insert().
2017-06-27 Darrell Balldpif: Fix cleanup of userspace datapath.
2017-06-23 Ben Pfaffodp-util: Use port names in output in more places.
2017-06-23 Ben Pfaffovs-dpctl: New --names option to use port names in...
2017-06-21 Joe Stringerofp-actions: Store raw type for NXAST_LEARN2.
2017-06-20 Anand Kumarwindows: Remove vlog_init() from service_start function
2017-06-20 Bhanuprakash Bodireddydpctl: Skip invoking qsort on empty list
2017-06-20 Bhanuprakash Bodireddydpif-netdev: Skip invoking qsort on empty list.
2017-06-19 Ben Pfaffopenvswitch.h: Use odp_port_t for port numbers in users...
2017-06-19 Joe Stringertc: Tidy up includes.
2017-06-19 Joe Stringertc: Fix compile with Glibc < 2.24 and Linux > 4.5.
2017-06-15 Roi Dayandpif-netlink: Use dpif logging functions
2017-06-15 Roi Dayandpif: Refactor flow logging functions to be used by...
2017-06-15 Paul Blakeynetdev: Init flow api on already added ports on offload...
2017-06-15 Paul Blakeydpctl: Indicate if flow is offloaded when dumping flows...
2017-06-15 Paul Blakeydpctl: Add an option to dump only certain kinds of...
2017-06-15 Roi Dayandpctl: Add filter arg to dump-flows command info
2017-06-15 Paul Blakeynetdev-tc-offloads: Add ingress on netdev flow api...
2017-06-15 Paul Blakeynetdev-vport: Use common offloads interface
2017-06-15 Paul Blakeynetdev-linux: Disallow setting policing when configured...
2017-06-15 Paul Blakeynetdev-tc-offloads: Implement flow get using tc interface
2017-06-15 Paul Blakeydpif-netlink: Use netdev flow get api to query a flow
2017-06-15 Paul Blakeynetdev-tc-offloads: Implement netdev flow del using...
2017-06-15 Paul Blakeydpif-netlink: Use netdev flow del api to delete a flow
2017-06-15 Paul Blakeynetdev-tc-offloads: Implement netdev flow put using...
2017-06-15 Paul Blakeynetdev-tc-offloads: Add flower mask to priority map
2017-06-15 Paul Blakeydpif-netlink: Use netdev flow put api to insert a flow
2017-06-15 Paul Blakeynetdev-tc-offloads: Implement netdev flow dump api...
2017-06-15 Roi Dayanmatch: Add helper function to set tunnel tp_dst
2017-06-15 Paul Blakeynetdev-tc-offloads: Add ufid to tc/netdev map
2017-06-15 Paul Blakeydpif-netlink: Dump netdevs flows on flow dump
2017-06-15 Paul Blakeynetdev-tc-offloads: Implement netdev flow flush using...
2017-06-15 Paul Blakeydpif-netlink: Flush added ports using netdev flow api
2017-06-15 Paul Blakeydpif: Save added ports in a port map for netdev flow...
2017-06-15 Paul Blakeyother-config: Add tc-policy switch to control tc flower...
2017-06-14 Santosh Shuklanetdev-dpdk: round up mbuf_size to cache_line_size
2017-06-14 Ben Pfaffovs-ofctl: New option "--no-stats" for "ovs-ofctl dump...
2017-06-14 Ben Pfaffofproto-dpif-xlate: Fix an additional misaligned refere...
2017-06-14 Ben Pfaffnetlink: Introduce helpers for 128-bit integer attributes.
2017-06-14 Ben Pfaffunaligned: Introduce helpers for 32-bit aligned 128...
2017-06-14 Ben Pfaffodp-util: Avoid misaligned references to ip6_hdr.
next