1. 28 6月, 2019 1 次提交
  2. 05 6月, 2019 1 次提交
  3. 01 5月, 2019 7 次提交
  4. 24 3月, 2019 1 次提交
  5. 02 3月, 2019 1 次提交
  6. 08 12月, 2018 2 次提交
  7. 15 11月, 2018 1 次提交
  8. 10 11月, 2018 3 次提交
  9. 12 9月, 2018 2 次提交
  10. 06 7月, 2018 1 次提交
    • I
      net: aquantia: vlan unicast address list correct handling · 94b3b542
      Igor Russkikh 提交于
      Setting up macvlan/macvtap networks over atlantic NIC results
      in no traffic over these networks because ndo_set_rx_mode did
      not listed UC MACs as registered in unicast filter.
      
      Here we fix that taking into account maximum number of UC
      filters supported by hardware. If more than MAX addresses were
      registered, we just enable promisc  and/or allmulti to pass
      the traffic in.
      
      We also remove MULTICAST_ADDRESS_MAX constant from aq_cfg since
      thats not a configurable parameter at all.
      
      Fixes: b21f502f ("net:ethernet:aquantia: Fix for multicast filter handling.")
      Signed-off-by: NIgor Russkikh <igor.russkikh@aquantia.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      94b3b542
  11. 03 7月, 2018 3 次提交
  12. 08 5月, 2018 2 次提交
  13. 11 4月, 2018 1 次提交
  14. 23 3月, 2018 2 次提交
  15. 22 1月, 2018 5 次提交
  16. 17 1月, 2018 6 次提交
  17. 16 12月, 2017 1 次提交