1. 13 Jun, 2017 6 commits
  2. 12 Jun, 2017 8 commits
  3. 11 Jun, 2017 4 commits
  4. 10 Jun, 2017 19 commits
  5. 09 Jun, 2017 3 commits
    • Ganesh Goudar's avatar
      cxgb4: fix memory leak in init_one() · d0417849
      Ganesh Goudar authored
      Free up mbox_log allocated for PF0 to PF3.
      
      Fixes: 7829451c ("cxgb4: Add control net_device for configuring PCIe VF")
      Signed-off-by: default avatarGanesh Goudar <ganeshgr@chelsio.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      d0417849
    • Arnd Bergmann's avatar
      qed: add qed_int_sb_init() stub function · 2f3ca449
      Arnd Bergmann authored
      When CONFIG_QED_SRIOV is disabled, we get a build error:
      
      drivers/net/ethernet/qlogic/qed/qed_int.c: In function 'qed_int_sb_init':
      drivers/net/ethernet/qlogic/qed/qed_int.c:1499:4: error: implicit declaration of function 'qed_vf_set_sb_info'; did you mean 'qed_mcp_get_resc_info'? [-Werror=implicit-function-declaration]
      
      All the other declarations have a 'static inline' stub as an alternative
      here, so this adds one more for qed_int_sb_init.
      
      Fixes: 50a20714 ("qed: Hold a single array for SBs")
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Acked-by: default avatarYuval Mintz <Yuval.Mintz@cavium.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      2f3ca449
    • David S. Miller's avatar
      Merge branch 'qed-Light-L2-updates' · c156d289
      David S. Miller authored
      Yuval Mintz says:
      
      ====================
      qed*: Light L2 updates
      
      This series does a major overhaul of the LL2 logic in qed.
      The single biggest change done here is in #5 where we're changing
      the API qed provides for LL2 [both internally in case of storage and
      externally in case of RoCE] to become callback-based to allow cleaner
      scalability in preperation to the future iWARP submission which would
      aadd additional flavors of LL2. It's also the only patch in series
      to modify !qed logic [qedr].
      
      Patches prior to that mostly deal with refactoring LL2 code,
      encapsulating varaious parameters into structure and re-ordering
      of LL2 code. The latter patches add some small missing bits of LL2
      ffunctionality.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      c156d289