Re: [net-next v2 00/17][pull request] Intel Wired LAN Driver Updates 2015-06-17

2015-06-18 Thread David Miller
From: Jeff Kirsher 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.

[net-next v2 00/17][pull request] Intel Wired LAN Driver Updates 2015-06-17

2015-06-17 Thread Jeff Kirsher
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 p