| Submitter | Ben Hutchings |
|---|---|
| Date | Feb. 26, 2013, 7:09 p.m. |
| Message ID | <1361905763.2996.9.camel@bwh-desktop.uk.solarflarecom.com> |
| Download | mbox |
| Permalink | /patch/223371/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Pull-request
git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc.git sfc-3.9Comments
From: Ben Hutchings <bhutchings@solarflare.com> Date: Tue, 26 Feb 2013 19:09:23 +0000 > The following changes since commit eb970ff07c15f13eb474f643fd165ebe3e4e24b2: > > usbnet: smsc95xx: rename FEATURE_AUTOSUSPEND (2013-02-25 15:49:52 -0500) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc.git sfc-3.9 > > Some fixes that should go into 3.9: > > 1. Fix packet corruption when using non-coherent RX DMA buffers. > 2. Fix occasional watchdog misfiring when changing MTU or ring size. > > These are longstanding bugs and should be fixed in stable as well, but > I'd like to review other recent fixes first and send a separate request > for stable inclusion. Pulled, thanks Ben. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
The following changes since commit eb970ff07c15f13eb474f643fd165ebe3e4e24b2: usbnet: smsc95xx: rename FEATURE_AUTOSUSPEND (2013-02-25 15:49:52 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc.git sfc-3.9 Some fixes that should go into 3.9: 1. Fix packet corruption when using non-coherent RX DMA buffers. 2. Fix occasional watchdog misfiring when changing MTU or ring size. These are longstanding bugs and should be fixed in stable as well, but I'd like to review other recent fixes first and send a separate request for stable inclusion. Ben. Ben Hutchings (3): sfc: Properly sync RX DMA buffer when it is not the last in the page sfc: Fix efx_rx_buf_offset() in the presence of swiotlb sfc: Detach net device when stopping queues for reconfiguration drivers/net/ethernet/sfc/efx.c | 16 ++++++++++++---- drivers/net/ethernet/sfc/net_driver.h | 4 +++- drivers/net/ethernet/sfc/rx.c | 25 +++++++++++++++---------- 3 files changed, 30 insertions(+), 15 deletions(-)