1. 18 Jun, 2015 2 commits
    • David S. Miller's avatar
      Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue · b67ea97f
      David S. Miller authored
      Jeff Kirsher says:
      
      ====================
      This series contains updates to fm10k only.
      
      Alex provides two fixes for the fm10k, first folds the fm10k_pull_tail()
      call into fm10k_add_rx_frag(), this way the fragment does not have to be
      modified after it is added to the skb.  The second fixes missing braces
      to an if statement.
      
      The remaining patches are from Jacob which contain improvements and fixes
      for fm10k.  First fix makes it so that invalid address will simply be
      skipped and allows synchronizing the full list to proceed with using
      iproute2 tool.  Fixed a possible kernel panic by using the correct
      transmit timestamp function.  Simplified the code flow for setting the
      IN_PROGRESS bit of the shinfo for an skb that we will be timestamping.
      Fix a bug in the timestamping transmit enqueue code responsible for a
      NULL pointer dereference and invalid access of the skb list by freeing
      the clone in the cases where we did not add it to the queue.  Update the
      PF code so that it resets the empty TQMAP/RQMAP regirsters post-VFLR to
      prevent innocent VF drivers from triggering malicious driver events.
      The SYSTIME_CFG.Adjust direction bit is actually supposed to indicate
      that the adjustment is positive, so fix the code to align correctly with
      the hardware and documentation.  Cleanup local variable that is no longer
      used after a previous refactor of the code.  Fix the code flow so that we
      actually clear the enabled flag as part of our removal of the LPORT.
      
      v2:
       - updated patch 07 description based on feedback from Sergei Shtylyov
       - updated patch 09 & 10 to use %d in error message based on feedback
         from Sergei Shtylyov
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      b67ea97f
    • Romain Perier's avatar
      net: stmmac: dwmac-rk: Don't add function name in info or err messages · d42202dc
      Romain Perier authored
      These kind of informations are only useful for debugging and should not be
      displayed in normal modules message.
      Signed-off-by: default avatarRomain Perier <romain.perier@gmail.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      d42202dc
  2. 17 Jun, 2015 17 commits
  3. 16 Jun, 2015 21 commits