linux_dsm_epyc7002/net
David S. Miller 8f2e9ca837 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
Jeff Kirsher says:

====================
40GbE Intel Wired LAN Driver Updates 2017-10-17

This series contains updates to i40e and ethtool.

Alan provides most of the changes in this series which are mainly fixes
and cleanups.  Renamed the ethtool "cmd" variable to "ks", since the new
ethtool API passes us ksettings structs instead of command structs.
Cleaned up an ifdef that was not accomplishing anything.  Added function
header comments to provide better documentation.  Fixed two issues in
i40e_get_link_ksettings(), by calling
ethtool_link_ksettings_zero_link_mode() to ensure the advertising and
link masks are cleared before we start setting bits.  Cleaned up and fixed
code comments which were incorrect.  Separated the setting of autoneg in
i40e_phy_types_to_ethtool() into its own conditional to clarify what PHYs
support and advertise autoneg, and makes it easier to add new PHY types in
the future.  Added ethtool functionality to intersect two link masks
together to find the common ground between them.  Overhauled i40e to
ensure that the new ethtool API macros are being used, instead of the
old ones.  Fixed the usage of unsigned 64-bit division which is not
supported on all architectures.

Sudheer adds support for 25G Active Optical Cables (AOC) and Active Copper
Cables (ACC) PHY types.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2017-10-19 11:44:36 +01:00
..
6lowpan
9p
802
8021q
appletalk
atm net: atm: Convert timers to use timer_setup() 2017-10-18 12:40:27 +01:00
ax25
batman-adv
bluetooth
bpf
bridge
caif
can net: can: Convert timers to use timer_setup() 2017-10-18 12:39:38 +01:00
ceph
core Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 2017-10-19 11:44:36 +01:00
dcb
dccp inet/connection_sock: Convert timers to use timer_setup() 2017-10-18 12:39:55 +01:00
decnet decnet: af_decnet: mark expected switch fall-throughs 2017-10-18 14:10:29 +01:00
dns_resolver
dsa net: dsa: split dsa_port's netdev member 2017-10-18 12:24:33 +01:00
ethernet
hsr
ieee802154 inet: frags: Convert timers to use timer_setup() 2017-10-18 12:39:55 +01:00
ife
ipv4 tcp: fix tcp_xmit_retransmit_queue() after rbtree introduction 2017-10-18 14:19:26 +01:00
ipv6 ipv6: mark expected switch fall-throughs 2017-10-18 14:13:08 +01:00
ipx net: ipx: mark expected switch fall-through 2017-10-18 14:13:08 +01:00
iucv
kcm
key
l2tp
l3mdev
lapb net/lapb: Convert timers to use timer_setup() 2017-10-18 12:39:36 +01:00
llc
mac80211 mac80211: don't track HT capability changes 2017-10-13 14:29:02 +02:00
mac802154
mpls ip_tunnel: fix building with NET_IP_TUNNEL=m 2017-10-12 12:21:11 -07:00
ncsi
netfilter netfilter: ipset: Convert timers to use timer_setup() 2017-10-18 12:39:54 +01:00
netlabel
netlink netlink: use NETLINK_CB(in_skb).sk instead of looking it up 2017-10-18 12:20:13 +01:00
netrom net/core: Convert sk_timer users to use timer_setup() 2017-10-18 12:40:27 +01:00
nfc
nsh
openvswitch
packet
phonet
psample
qrtr net: qrtr: Support decoding incoming v2 packets 2017-10-11 15:28:39 -07:00
rds
rfkill
rose net/core: Convert sk_timer users to use timer_setup() 2017-10-18 12:40:27 +01:00
rxrpc
sched net: sched: Convert timers to use timer_setup() 2017-10-18 12:39:54 +01:00
sctp sctp: make array sctp_sched_ops static 2017-10-11 20:18:25 -07:00
smc net/smc: dev_put for netdev after usage of ib_query_gid() 2017-10-12 12:20:27 -07:00
strparser
sunrpc sunrpc: Convert timers to use timer_setup() 2017-10-18 12:40:27 +01:00
switchdev
tipc tipc: fix rebasing error 2017-10-16 21:28:36 +01:00
tls
unix
vmw_vsock
wimax
wireless Three fixes for the recently added new code: 2017-10-14 18:36:46 -07:00
x25 net/core: Convert sk_timer users to use timer_setup() 2017-10-18 12:40:27 +01:00
xfrm xfrm: Convert timers to use timer_setup() 2017-10-18 12:39:37 +01:00
compat.c
Kconfig
Makefile
socket.c
sysctl_net.c