]> git.proxmox.com Git - ovs.git/history - lib
NEWS: Announce userspace datapath ALG support.
[ovs.git] / lib /
2017-08-07 Darrell BallUserspace Datapath: Add TFTP support.
2017-08-07 Darrell BallUserspace Datapath: Add ALG infra and FTP.
2017-08-07 Darrell BallUserspace Datapath: Introduce conn_key_cmp().
2017-08-07 Darrell Ballstring: Implement strcasestr for Windows.
2017-08-07 Ben PfaffRevert "netdev-vport: Always implement get_ifindex...
2017-08-07 Paul Blakeynetdev-vport: Always implement get_ifindex for netdev...
2017-08-07 Roi Dayannetdev-tc-offloads: Fix parsing SCTP in dump flows
2017-08-03 Lance Richardsonovsdb-idl: idl compound indexes implementation
2017-08-03 Lance Richardsonlib: skiplist implementation
2017-08-03 Ben Pfaffovs-ofctl: Avoid unnecessary flow replacement in "repla...
2017-08-03 Timothy Redaelliovs-ovctl: Fix "OpenFlow versions" in ovs-ofctl -V
2017-08-03 Paul Blakeytnl-ports: Open tunnel type if device name has special...
2017-08-03 Paul Blakeytc: Correct convert ticks to msecs on parsing tc TM
2017-08-03 Paul Blakeyodp-util: Support zero mask on ipv4 frag
2017-08-03 Paul Blakeynetdev-tc-offloads: Parse ip related fields only if...
2017-08-03 Paul Blakeytc: Split IPs and transport layer ports unions in flowe...
2017-08-03 Paul Blakeytc: Refactor nl_msg_put_flower_options
2017-08-03 Bhanuprakash Bodireddypackets: Reorganize the pkt_metadata structure.
2017-08-03 Bhanuprakash Bodireddyutil: Add PADDED_MEMBERS_CACHELINE_MARKER macro to...
2017-08-03 Tonghao Zhangovs-router: Remove redundant headers.
2017-08-03 Zhenyu Gaonetdev-linux: Replace sendmsg with sendmmsg in netdev_l...
2017-08-03 Ben Pfaffdp-packet: New function dp_packet_get_send_len().
2017-08-02 Ben PfaffEliminate most shadowing for local variable names.
2017-08-02 Ben Pfaffhash: Add "fall through" annotations for 32-bit builds...
2017-08-02 Eelco Chaudronnetdev: Fix netdev_open() to track and recreate classle...
2017-08-02 Huanle Hanlacp: enable bond slave immediately after lacp attach
2017-08-02 Huanle Hanvlog: reopen log file in monitor process
2017-08-02 Jan ScheurichOF support and translation of generic encap and decap
2017-08-02 Bhanuprakash Bodireddydpif-netdev: Reorder elements in dp_netdev_port structure.
2017-08-02 Antonio Fischettidpctl: Add new 'ct-bkts' command.
2017-08-02 Sugesh Chandranconntrack : Use Rx checksum offload feature on DPDK...
2017-08-02 Sugesh Chandrandp-packet : Update DPDK rx checksum validation functions.
2017-08-02 Daniele Di Proiettopackets: Do not initialize ct_orig_tuple.
2017-08-02 Darrell Balldpdk: Fix device cleanup.
2017-08-02 Michal WeglickiUpdate relevant artifacts to add support for DPDK 17...
2017-08-02 Mark Kavanaghnetdev-dpdk: use rte_eth_dev_set_mtu.
2017-08-02 Billy O'Mahonydpif-netdev: Assign ports to pmds on non-local numa...
2017-08-02 Ilya Maximetsdpif-netdev: Don't uninit emc on reload.
2017-08-02 Ilya Maximetsdpif-netdev: Incremental addition/deletion of PMD threads.
2017-08-01 Roi Dayandpif-netlink: Fix log level for error message
2017-08-01 Roi Dayandpif-netlink-rtnl: Fix false errors on interfaces witho...
2017-08-01 Eric Garverdpif-netlink-rtnl: Fix VXLAN port create for regular...
2017-07-31 Yi-Hung Weiodp-util: Refactor odp_key_to_dp_packet()
2017-07-31 Yi-Hung Weiodp-util: Remove unnecessary optimization in odp_key_to...
2017-07-31 Yi-Hung Weiodp-util: Fix generating ct_orig_tuple in odp_key_to_dp...
2017-07-31 Yi-Hung Weiodp-util: Fix generating various ct fields in odp_key_t...
2017-07-31 Ben Pfaffodp-util: Make checks for exact or wildcard masks more...
2017-07-31 Ben Pfaffutil: New function is_all_byte().
2017-07-31 Ben Pfaffodp-util: Drop special case for OVS_KEY_ATTR_TUNNEL...
2017-07-31 Ben Pfaffodp-util: Rewrite odp_mask_attr_is_exact().
2017-07-31 Ben Pfaffodp-util: More carefully validate attribute length...
2017-07-31 Ben Pfaffodp-util: Fix misleading parameter names.
2017-07-31 Ben Pfaffofp-util: Avoid C++ keyword 'public' in name of struct...
2017-07-27 Andy Zhouflow: Refactor flow_compose() API.
2017-07-27 Justin Pettitnetlink: Correct comment for nl_msg_put_unspec().
2017-07-27 Roi Dayandpif: Refactor obj type from void pointer to dpif_class
2017-07-27 Vlad Buslovtc: Add SCTP support
2017-07-25 Ilya Maximetsnetdev-dummy: Fix setting length in recieve command.
2017-07-25 Ilya Maximetsflow: Add flow_compose_size().
2017-07-25 Mark Michelsonstream-ssl: Fix memory leak in error scenario
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...
next