1. 04 12月, 2015 4 次提交
  2. 03 12月, 2015 1 次提交
  3. 02 12月, 2015 1 次提交
  4. 01 12月, 2015 5 次提交
  5. 26 11月, 2015 1 次提交
  6. 21 11月, 2015 1 次提交
  7. 19 11月, 2015 6 次提交
  8. 18 11月, 2015 2 次提交
  9. 16 11月, 2015 1 次提交
    • T
      net/mlx5e: Added self loopback prevention · 66189961
      Tariq Toukan 提交于
      Prevent outgoing multicast frames from looping back to the RX queue.
      
      By introducing new HW capability self_lb_en_modifiable, which indicates
      the support to modify self_lb_en bit in modify_tir command.
      
      When this capability is set we can prevent TIRs from sending back
      loopback multicast traffic to their own RQs, by "refreshing TIRs" with
      modify_tir command, on every time new channels (SQs/RQs) are created at
      device open.
      This is needed since TIRs are static and only allocated once on driver
      load, and the loopback decision is under their responsibility.
      
      Fixes issues of the kind:
      "IPv6: eth2: IPv6 duplicate address fe80::e61d:2dff:fe5c:f2e9 detected!"
      The issue is seen since the IPv6 solicitations multicast messages are
      loopedback and the network stack thinks they are coming from another host.
      
      Fixes: 5c50368f ("net/mlx5e: Light-weight netdev open/stop")
      Signed-off-by: NTariq Toukan <tariqt@mellanox.com>
      Signed-off-by: NSaeed Mahameed <saeedm@mellanox.com>
      Signed-off-by: NOr Gerlitz <ogerlitz@mellanox.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      66189961
  10. 14 11月, 2015 1 次提交
    • A
      9p: xattr simplifications · e409de99
      Andreas Gruenbacher 提交于
      Now that the xattr handler is passed to the xattr handler operations, we
      can use the same get and set operations for the user, trusted, and security
      xattr namespaces.  In those namespaces, we can access the full attribute
      name by "reattaching" the name prefix the vfs has skipped for us.  Add a
      xattr_full_name helper to make this obvious in the code.
      
      For the "system.posix_acl_access" and "system.posix_acl_default"
      attributes, handler->prefix is the full attribute name; the suffix is the
      empty string.
      Signed-off-by: NAndreas Gruenbacher <agruenba@redhat.com>
      Cc: Eric Van Hensbergen <ericvh@gmail.com>
      Cc: Ron Minnich <rminnich@sandia.gov>
      Cc: Latchesar Ionkov <lucho@ionkov.net>
      Cc: v9fs-developer@lists.sourceforge.net
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      e409de99
  11. 12 11月, 2015 1 次提交
  12. 11 11月, 2015 5 次提交
  13. 10 11月, 2015 11 次提交