]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'swdev_ops'
authorDavid S. Miller <davem@davemloft.net>
Mon, 16 Mar 2015 04:14:47 +0000 (00:14 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Mar 2015 04:14:47 +0000 (00:14 -0400)
commit7b18858fbf803f9bc4922d5def7a27eb1aba5b4a
tree2a8d3b1d26426d662b1525db86fa2e6812147fce
parenta4560bea73550da5de5eb0de971c2d3636d44441
parent90a12bd1e9798044eca986f25083260051683169
Merge branch 'swdev_ops'

Scott Feldman says:

====================
switchdev: add swdev ops

v3:

 - Fix missing include for DSA build

v2:

 - Per Simon's review, squash some of the dependent commits into one to
   make series git bisect safe.

v1:

Per discussions at netconf, move switchdev ndo ops to a new swdev_ops to
keep ndo namespace clean and maintain switchdev-related ops into one place.

There are no functional changes here; just shuffling ops around for better
organization.
====================

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