]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge branch 'ftgmac100-batch5-features'
authorDavid S. Miller <davem@davemloft.net>
Tue, 18 Apr 2017 18:11:10 +0000 (14:11 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Apr 2017 18:11:10 +0000 (14:11 -0400)
commit4116c97689b9b1732ac5b68afd922406f9fc842e
tree7f25535df808f202ee297d546bdd39705af3e67e
parentf4820661a906af68a571814b8c6b91d91da48b6f
parent88a286f7e9df643e211debe55a7aa206d2332763
Merge branch 'ftgmac100-batch5-features'

Benjamin Herrenschmidt says:

====================
ftgmac100: Rework batch 5 - Features

This is the third spin of the fifth and last batch of
updates to the ftgmac100 driver.

This contains a few additional "features" such as:

 - Support for ethtool n-way reset
 - Multicast filtering & promisc support
 - Vlan offload
 - netpoll

And a couple of misc bits. This also adds the device-tree binding
documentation.

v2. - Addresses review comments and adds a new patch fixing a
      theorical ordering issue in my new NAPI poll implementation
    - Add a bug fix (Patch 8/9) for a potential ordering issue
      in the new NAPI poll code.

v3. - Rebase on net-next (fix conflict with an unrelated #include
      change series)
    - Update DT bindings better describing accepted phy-mode values
====================

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