1. 08 1月, 2016 2 次提交
  2. 05 1月, 2016 7 次提交
  3. 28 12月, 2015 12 次提交
  4. 19 12月, 2015 1 次提交
  5. 12 12月, 2015 4 次提交
  6. 09 12月, 2015 2 次提交
  7. 06 12月, 2015 3 次提交
  8. 04 12月, 2015 4 次提交
  9. 23 11月, 2015 1 次提交
    • Y
      bnx2x: Utilize FW 7.13.1.0. · 5e091e7a
      Yuval Mintz 提交于
      Commit 46e8a249423ff "bnx2x: Add FW 7.13.1.0" added said .bin FW to
      linux-firmware; This patch incorporates the FW in the bnx2x driver.
      
      This introduces 2 fixes/enhancements:
       - In some management protocols there are outer-vlan configurations
      that can be dynamically changed while device is running. This fixes
      some corner cases where such a change did not take effect.
      
       - Prevent VFs from sending MAC control frames; FW would treat a VF
      sending such a packet as malicious and block any further communication
      done by the VF.
      Signed-off-by: NYuval Mintz <Yuval.Mintz@qlogic.com>
      Signed-off-by: NAriel Elior <Ariel.Elior@qlogic.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      5e091e7a
  10. 21 11月, 2015 2 次提交
  11. 20 11月, 2015 1 次提交
  12. 19 11月, 2015 1 次提交
    • E
      net: provide generic busy polling to all NAPI drivers · 93d05d4a
      Eric Dumazet 提交于
      NAPI drivers no longer need to observe a particular protocol
      to benefit from busy polling (CONFIG_NET_RX_BUSY_POLL=y)
      
      napi_hash_add() and napi_hash_del() are automatically called
      from core networking stack, respectively from
      netif_napi_add() and netif_napi_del()
      
      This patch depends on free_netdev() and netif_napi_del() being
      called from process context, which seems to be the norm.
      
      Drivers might still prefer to call napi_hash_del() on their
      own, since they might combine all the rcu grace periods into
      a single one, knowing their NAPI structures lifetime, while
      core networking stack has no idea of a possible combining.
      
      Once this patch proves to not bring serious regressions,
      we will cleanup drivers to either remove napi_hash_del()
      or provide appropriate rcu grace periods combining.
      Signed-off-by: NEric Dumazet <edumazet@google.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      93d05d4a
新手
引导
客服 返回
顶部