aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-05-31 17:49:37 -0400
committerDavid S. Miller <davem@davemloft.net>2017-05-31 17:49:37 -0400
commita99bbf6ed4b7dfd5b6bea1b74a9e51c9ecf1850c (patch)
treed3162f2bd59207539ad244356ee15eb6978b132c /net
parentnetvsc: Add #include's for csum_* function declarations (diff)
parenti40e: Check for memory allocation failure (diff)
downloadlinux-dev-a99bbf6ed4b7dfd5b6bea1b74a9e51c9ecf1850c.tar.xz
linux-dev-a99bbf6ed4b7dfd5b6bea1b74a9e51c9ecf1850c.zip
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-05-31 This series contains updates to i40e and i40evf only. Jesse provides a couple of fixes, starting with cleaning up duplicate lines of code. Fixed a missing line which enables RSS as a negotiated feature. Since the VF does not have any way of reporting FCoE enabled, so just force the code to always report FCoE as disabled. Jake provides several fixes and changes, starting with fixing a race condition in i40e. The hardware has a limitation on transmit PTP packets, which requires us to limit the driver to timestamping a single packet at once. This is done using a state bitlock which enforces that only one timestamp request is honored at a time, unfortunately this suffers from a race condition. Fixed a corner case where we failed to cleanup the bit lock after a failed transmit, and resulted in a state bit being locked forever. Added a new statistic which tracks when a transmit timestamp request is skipped/ignored, since the driver can only handle one transmit timestamp request at a time. Christophe Jaillet fixes a NULL pointer dereference if kzalloc fails. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions