1. 05 Apr, 2019 11 commits
  2. 04 Apr, 2019 27 commits
  3. 02 Apr, 2019 2 commits
    • Vlad Buslov's avatar
      net: sched: don't set tunnel for decap action · 3eed5284
      Vlad Buslov authored
      Action tunnel_key doesn't have a metadata/tunnel for release(decap) action.
      Drivers do not dereference entry->tunnel pointer for that action type, so
      this behavior doesn't result in a crash at the moment. However, this needs
      to be corrected as a preparation for updating hardware offloads API to not
      rely on rtnl lock, for which flow_action code will copy the tunnel data to
      temporary buffer to prevent concurrent action overwrite from
      invalidating/freeing it.
      
      Fixes: 3a7b6861 ("cls_api: add translator to flow_action representation")
      Signed-off-by: default avatarVlad Buslov <vladbu@mellanox.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      3eed5284
    • David S. Miller's avatar
      Merge branch 'net-phy-improve-genphy_c45_read_lpa' · 40d0690b
      David S. Miller authored
      Heiner Kallweit says:
      
      ====================
      net: phy: improve genphy_c45_read_lpa
      
      This series improves genphy_c45_read_lpa:
      - Use clause 45 standard register / bit to detect link partner autoneg
        capability.
      - Consider that lpa register values may be invalid if "autoneg complete"
        bit isn't set.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      40d0690b