From: Jeff Kirsher <jeffrey.t.kirs...@intel.com> Date: Wed, 17 Jun 2015 05:54:47 -0700
> 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 Pulled, thanks Jeff. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html