summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-05-25hv_netvsc: Fix net device attach on older Windows hostsMohammed Gamal1-1/+1
2018-05-25hv_netvsc: Ensure correct teardown message sequence orderMohammed Gamal1-6/+13
2018-05-25hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()Mohammed Gamal1-12/+34
2018-05-25hv_netvsc: Use Windows version instead of NVSP version on GPAD teardownMohammed Gamal1-2/+2
2018-05-25hv_netvsc: common detach logicStephen Hemminger4-140/+173
2018-05-25hv_netvsc: change GPAD teardown order on older versionsStephen Hemminger1-1/+6
2018-05-25hv_netvsc: use RCU to fix concurrent rx and queue changesStephen Hemminger2-34/+22
2018-05-25hv_netvsc: disable NAPI before channel closeStephen Hemminger1-4/+4
2018-05-25hv_netvsc: defer queue selection to VFStephen Hemminger1-2/+13
2018-05-25hv_netvsc: fix race in napi poll when reschedulingStephen Hemminger1-2/+3
2018-05-25hv_netvsc: cancel subchannel setup before halting deviceStephen Hemminger1-0/+3
2018-05-25hv_netvsc: fix error unwind handling if vmbus_open failsStephen Hemminger1-1/+1
2018-05-25hv_netvsc: only wake transmit queue if link is upStephen Hemminger1-4/+3
2018-05-25hv_netvsc: avoid retry on send during shutdownStephen Hemminger1-17/+7
2018-05-25hv_netvsc: Use the num_online_cpus() for channel limitHaiyang Zhang1-9/+2
2018-05-25hv_netvsc: empty current transmit aggregation if flow blockedStephen Hemminger4-19/+24
2018-05-25hv_netvsc: preserve hw_features on mtu/channels/ringparam changesVitaly Kuznetsov3-59/+83
2018-05-25hv_netvsc: netvsc_teardown_gpadl() splitVitaly Kuznetsov1-33/+36
2018-05-25hv_netvsc: Set tx_table to equal weight after subchannels openHaiyang Zhang1-0/+3
2018-05-25hv_netvsc: Add initialization of tx_table in netvsc_device_add()Haiyang Zhang1-0/+3
2018-05-25hv_netvsc: Rename tx_send_table to tx_tableHaiyang Zhang3-4/+4
2018-05-25hv_netvsc: Rename ind_table to rx_tableHaiyang Zhang3-6/+6
2018-05-25hv_netvsc: Fix the real number of queues of non-vRSS casesHaiyang Zhang1-0/+6
2018-05-25vmxnet3: use DMA memory barriers where requiredhpreg@vmware.com1-0/+22
2018-05-25vmxnet3: set the DMA mask before the first DMA map operationhpreg@vmware.com1-25/+25
2018-05-25net/mlx4_core: Fix error handling in mlx4_init_port_info.Tarick Bedeir1-1/+3
2018-05-22x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk1-0/+8
2018-05-22s390/qdio: don't release memory in qdio_setup_irq()Julian Wiedmann1-8/+2
2018-05-22s390/qdio: fix access to uninitialized qdio_q fieldsJulian Wiedmann1-1/+1
2018-05-22drm/i915/gen9: Add WaClearHIZ_WM_CHICKEN3 for bxt and glkMichel Thierry2-0/+7
2018-05-22drm: Match sysfs name in link removal to link creationHaneen Mohammed1-1/+1
2018-05-22i2c: designware: fix poll-after-enable regressionAlexander Monakov1-1/+4
2018-05-22tee: shm: fix use-after-free via temporarily dropped referenceJann Horn1-2/+3
2018-05-22vfio: ccw: fix cleanup if cp_prefetch failsHalil Pasic1-1/+12
2018-05-22spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRLKamal Dasu1-2/+2
2018-05-22spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor masterKamal Dasu1-8/+16
2018-05-22spi: pxa2xx: Allow 64-bit DMAAndy Shevchenko1-1/+1
2018-05-22usbip: usbip_host: fix bad unlock balance during stub_probe()Shuah Khan (Samsung OSG)1-1/+2
2018-05-22usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsShuah Khan (Samsung OSG)3-15/+60
2018-05-22usbip: usbip_host: run rebind from exit when module is removedShuah Khan (Samsung OSG)2-14/+52
2018-05-22usbip: usbip_host: delete device from busid_table after rebindShuah Khan (Samsung OSG)1-0/+6
2018-05-22usbip: usbip_host: refine probe and disconnect debug msgs to be usefulShuah Khan1-2/+2
2018-05-19scsi: aacraid: Correct hba_send to include iu_typeDave Carroll1-4/+4
2018-05-19net/mlx5e: Allow offloading ipv4 header re-write for icmpJianbo Liu1-1/+2
2018-05-19hv_netvsc: set master deviceStephen Hemminger1-1/+2
2018-05-19net/mlx5: Avoid cleaning flow steering table twice during error flowTalat Batheesh1-9/+14
2018-05-19net/mlx5e: TX, Use correct counter in dma_map error flowTariq Toukan1-10/+10
2018-05-19bonding: send learning packets for vlans on slaveDebabrata Banerjee2-5/+10
2018-05-19bonding: do not allow rlb updates to invalid macDebabrata Banerjee1-1/+1
2018-05-19tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().Michael Chan1-4/+5