Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
authorDavid S. Miller <davem@davemloft.net>
Sat, 24 Oct 2015 13:54:12 +0000 (06:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 24 Oct 2015 13:54:12 +0000 (06:54 -0700)
commitba3e2084f268bdfed7627046e58a2218037e15af
tree36b99da43ee72f81b31f0627dbfc69f50c97378f
parenta72c9512bf2bef12c5e66a4d910c4b348fe31d61
parentce9d9b8e5c2b7486edf76958bcdb5e6534a915b0
Merge git://git./linux/kernel/git/davem/net

Conflicts:
net/ipv6/xfrm6_output.c
net/openvswitch/flow_netlink.c
net/openvswitch/vport-gre.c
net/openvswitch/vport-vxlan.c
net/openvswitch/vport.c
net/openvswitch/vport.h

The openvswitch conflicts were overlapping changes.  One was
the egress tunnel info fix in 'net' and the other was the
vport ->send() op simplification in 'net-next'.

The xfrm6_output.c conflicts was also a simplification
overlapping a bug fix.

Signed-off-by: David S. Miller <davem@davemloft.net>
37 files changed:
Documentation/devicetree/bindings/net/cpsw.txt
drivers/net/ethernet/amd/xgbe/xgbe-dev.c
drivers/net/ethernet/amd/xgbe/xgbe-drv.c
drivers/net/ethernet/broadcom/bcm63xx_enet.c
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
drivers/net/ethernet/intel/i40e/i40e_main.c
drivers/net/ethernet/marvell/mv643xx_eth.c
drivers/net/ethernet/ti/cpsw.c
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/usb/qmi_wwan.c
drivers/net/vxlan.c
drivers/net/xen-netfront.c
include/linux/netdevice.h
include/uapi/linux/openvswitch.h
net/core/dev.c
net/ipv4/netfilter/ipt_rpfilter.c
net/ipv4/tcp_output.c
net/ipv4/xfrm4_output.c
net/ipv6/ip6_fib.c
net/ipv6/ip6_output.c
net/ipv6/route.c
net/ipv6/xfrm6_output.c
net/ipv6/xfrm6_policy.c
net/netfilter/core.c
net/openvswitch/actions.c
net/openvswitch/conntrack.c
net/openvswitch/datapath.c
net/openvswitch/flow_netlink.c
net/openvswitch/vport-geneve.c
net/openvswitch/vport-gre.c
net/openvswitch/vport-internal_dev.c
net/openvswitch/vport-vxlan.c
net/openvswitch/vport.c
net/openvswitch/vport.h
net/tipc/msg.c
net/tipc/udp_media.c