]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 Nov 2018 19:33:54 +0000 (11:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Nov 2018 19:33:54 +0000 (11:33 -0800)
commit9af8009082c73492c24a46494c1a29b506b3ad86
treed09c693d7c0497d330def387eed530889fe4bf11
parent42519ede4fde2a50919215933e0f02c8342aba0f
parent6ed4babed9cc7eaa71522b5c10265ef3a4a06297
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2018-11-21

This series contains updates to all of the Intel LAN drivers and
documentation.

Shannon Nelson updates the ixgbe kernel documentation to include IPsec
hardware offload.

Joe Perches cleans up whitespace issues in the igb driver.

Jesse update the netdev kernel documentation for NETIF_F_GSO_UDP_L4 to
align with the actual code.  Also aligned all the NAPI driver code for
all of the Intel drivers to implement the recommendations of Eric
Dumazet to check the return code of the napi_complete_done() to
determine whether or not to enable interrupts or exit poll.

Paul E. McKenney replaces synchronize_sched() with synchronize_rcu() for
ixgbe.

Sasha implements suggestions made by Joe Perches to remove obsolete code
and to use the dev_err() method.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>