Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (119 commits) [SCSI] scsi_dh_rdac: Retry for NOT_READY check condition [SCSI] mpt2sas: make global symbols unique [SCSI] sd: Make revalidate less chatty [SCSI] sd: Try READ CAPACITY 16 first for SBC-2 devices [SCSI] sd: Refactor sd_read_capacity() [SCSI] mpt2sas v00.100.11.15 [SCSI] mpt2sas: add MPT2SAS_MINOR(221) to miscdevice.h [SCSI] ch: Add scsi type modalias [SCSI] 3w-9xxx: add power management support [SCSI] bsg: add linux/types.h include to bsg.h [SCSI] cxgb3i: fix function descriptions [SCSI] libiscsi: fix possbile null ptr session command cleanup [SCSI] iscsi class: remove host no argument from session creation callout [SCSI] libiscsi: pass session failure a session struct [SCSI] iscsi lib: remove qdepth param from iscsi host allocation [SCSI] iscsi lib: have lib create work queue for transmitting IO [SCSI] iscsi class: fix lock dep warning on logout [SCSI] libiscsi: don't cap queue depth in iscsi modules [SCSI] iscsi_tcp: replace scsi_debug/tcp_debug logging with iscsi conn logging [SCSI] libiscsi_tcp: replace tcp_debug/scsi_debug logging with session/conn logging ...
This commit is contained in:
commit
d54b3538b0
118 changed files with 28866 additions and 1889 deletions
|
@ -1511,7 +1511,7 @@ static int xennet_set_tso(struct net_device *dev, u32 data)
|
|||
static void xennet_set_features(struct net_device *dev)
|
||||
{
|
||||
/* Turn off all GSO bits except ROBUST. */
|
||||
dev->features &= (1 << NETIF_F_GSO_SHIFT) - 1;
|
||||
dev->features &= ~NETIF_F_GSO_MASK;
|
||||
dev->features |= NETIF_F_GSO_ROBUST;
|
||||
xennet_set_sg(dev, 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue