Skip to content
Commit adeef3e3 authored by Jakub Kicinski's avatar Jakub Kicinski Committed by David S. Miller
Browse files

net: constify netdev->dev_addr

Commit 406f42fa

 ("net-next: When a bond have a massive amount
of VLANs...") introduced a rbtree for faster Ethernet address look
up. We converted all users to make modifications via appropriate
helpers, make netdev->dev_addr const.

The update helpers need to upcast from the buffer to
struct netdev_hw_addr.

Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c9646a18
  • mirror @mirror

    mentioned in commit 23a8b3c8caf4a1caa8126ca9b9f5ed6234567250

    ·

    mentioned in commit 23a8b3c8caf4a1caa8126ca9b9f5ed6234567250

    Toggle commit list
  • mirror @mirror

    mentioned in commit 89ec415e1308cd000555f25c4a203b0a1da0b518

    ·

    mentioned in commit 89ec415e1308cd000555f25c4a203b0a1da0b518

    Toggle commit list
  • mirror @mirror

    mentioned in commit 147450ec9c91c025b90e8d2499e2800bf5d864ae

    ·

    mentioned in commit 147450ec9c91c025b90e8d2499e2800bf5d864ae

    Toggle commit list
  • mirror @mirror

    mentioned in commit 3b8b5218c1b669f2e52539565106cce52106ea55

    ·

    mentioned in commit 3b8b5218c1b669f2e52539565106cce52106ea55

    Toggle commit list
  • mirror @mirror

    mentioned in commit 2b7a2dc7c3efb43484064497d5fab166c86b159c

    ·

    mentioned in commit 2b7a2dc7c3efb43484064497d5fab166c86b159c

    Toggle commit list
  • mirror @mirror

    mentioned in commit 9377eecc8f1a8a70727af17178fe4799c1c0f907

    ·

    mentioned in commit 9377eecc8f1a8a70727af17178fe4799c1c0f907

    Toggle commit list
  • mirror @mirror

    mentioned in commit 69ec0108d154fde1f407bdd2ff4b2884fd43129e

    ·

    mentioned in commit 69ec0108d154fde1f407bdd2ff4b2884fd43129e

    Toggle commit list
  • mirror @mirror

    mentioned in commit 3bd97bd0112f47c7d1718ac77e9b4ddb4f8cfb89

    ·

    mentioned in commit 3bd97bd0112f47c7d1718ac77e9b4ddb4f8cfb89

    Toggle commit list
  • mirror @mirror

    mentioned in commit ba8e3844ab7d23f11c12d2f391a6c1038e42eed2

    ·

    mentioned in commit ba8e3844ab7d23f11c12d2f391a6c1038e42eed2

    Toggle commit list
  • mirror @mirror

    mentioned in commit 51c5d2bb

    ·

    mentioned in commit 51c5d2bb

    Toggle commit list
  • mirror @mirror

    mentioned in commit 873b707c

    ·

    mentioned in commit 873b707c

    Toggle commit list
  • mirror @mirror

    mentioned in commit 4ab0fe79

    ·

    mentioned in commit 4ab0fe79

    Toggle commit list
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment