These are (mostly) datapath backports from master that fix existing
features in branch-2.7 and/or make the datapath compilable with later
Linux kernel code.

Alexey Dobriyan (1):
  datapath: netns: make struct pernet_operations::id unsigned int.

Florian Westphal (2):
  datapath: add and use skb_nfct helper
  datapath: add and use nf_ct_set helper

Jarno Rajahalme (11):
  datapath: Allow compiling against Linux 4.10
  datapath: Fix comments for skb->_nfct
  datapath: Use inverted tuple in ovs_ct_find_existing() if NATted.
  datapath: Do not trigger events for unconfirmed connections.
  datapath: Unionize ovs_key_ct_label with a u32 array.
  datapath: Simplify labels length logic.
  datapath: Refactor labels initialization.
  datapath: Inherit master's labels.
  ofp-util: Ignore unknown fields in ofputil_decode_packet_in2().
  compat: nf_ct_delete compat.
  lib: Indicate if netlink message had labels.

Jarod Wilson (1):
  datapath: use core MTU range checking in core net infra

Jiri Benc (3):
  datapath: add NETIF_F_HW_VLAN_STAG_TX to internal dev.
  datapath: remove unused functions
  datapath: remove unnecessary EXPORT_SYMBOLs

Pablo Neira Ayuso (1):
  datapath: handle NF_REPEAT from nf_conntrack_in()

Thadeu Lima de Souza Cascardo (2):
  datapath: fix flow stats accounting when node 0 is not possible
  datapath: use percpu flow stats

Yi-Hung Wei (1):
  nx-match: Fix oxm decode.

pravin shelar (2):
  datapath: Fix Frame-size larger than 1024 bytes warning.
  datapath: avoid resetting flow key while installing new flow.

stephen hemminger (1):
  datapath: make ndo_get_stats64 a void function

 acinclude.m4                                       |  15 +-
 datapath/conntrack.c                               | 195 ++++++++++++++-------
 datapath/datapath.c                                |  25 +--
 datapath/datapath.h                                |   2 +-
 datapath/flow.c                                    |  42 ++---
 datapath/flow.h                                    |   4 +-
 datapath/flow_netlink.c                            |   6 +-
 datapath/flow_netlink.h                            |   3 +-
 datapath/flow_table.c                              |  25 +--
 datapath/linux/compat/include/linux/if_ether.h     |   8 +
 datapath/linux/compat/include/linux/openvswitch.h  |   8 +-
 datapath/linux/compat/include/linux/skbuff.h       |  11 ++
 .../compat/include/net/netfilter/nf_conntrack.h    |   8 +
 .../include/net/netfilter/nf_conntrack_core.h      |  58 ++++++
 datapath/vport-internal_dev.c                      |  30 +++-
 datapath/vport-netdev.c                            |   1 -
 datapath/vport.c                                   |  17 --
 datapath/vport.h                                   |   1 -
 lib/ct-dpif.h                                      |   1 +
 lib/netlink-conntrack.c                            |   1 +
 lib/nx-match.c                                     |  23 ++-
 lib/nx-match.h                                     |   4 +-
 lib/ofp-util.c                                     |   2 +-
 tests/system-traffic.at                            |  52 ++++++
 24 files changed, 378 insertions(+), 164 deletions(-)

-- 
2.1.4

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to