https://github.com/torvalds/linux
Revision 8a7fa0c35027d1a3ec3c3e8612800a1b4738e3c3 authored by David S. Miller on 19 January 2019, 02:23:23 UTC, committed by David S. Miller on 19 January 2019, 02:23:23 UTC
Saeed Mahameed says:

====================
Mellanox, mlx5 fixes 2019-01-18

This series introduces some fixes to mlx5 driver.

Please pull and let me know if there is any problem.

For -stable v4.18
('net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet frames')

The patch doesn't apply cleanly to 4.18.y, but it is very simple to
resolve, what should be the procedure here ?
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2 parent s efa8c81 + 25f2d0e
Raw File
Tip revision: 8a7fa0c35027d1a3ec3c3e8612800a1b4738e3c3 authored by David S. Miller on 19 January 2019, 02:23:23 UTC
Merge tag 'mlx5-fixes-2019-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Tip revision: 8a7fa0c
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top