summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-03-28iwlwifi: mvm: add support for oceZamir, Roee5-1/+44
2018-03-28iwlwifi: mvm: add adaptive dwell supportZamir, Roee2-33/+67
2018-03-28iwlwifi: mvm: check if mac80211_queue is valid in iwl_mvm_disable_txqLuca Coelho1-2/+9
2018-03-28iwlwifi: set default timstamp marker cmdMordechay Goodstein3-9/+24
2018-03-28iwlwifi: mvm: move TSO segment to a separate functionSara Sharon1-75/+83
2018-03-28iwlwifi: mvm: take RCU lock before dereferencingSara Sharon1-1/+5
2018-03-28iwlwifi: mvm: flip AMSDU addresses only for 9000 familySara Sharon1-10/+15
2018-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo15-82/+225
2018-03-28net/mlx5e: Recover Send Queue (SQ) from error stateEran Ben Elisha5-2/+134
2018-03-28net/mlx5e: Dump xmit error completionsEran Ben Elisha3-0/+24
2018-03-28mlx5: Move dump error CQE function out of mlx5_ib for code sharingEran Ben Elisha1-7/+1
2018-03-28mlx5_{ib,core}: Add query SQ state helper functionEran Ben Elisha2-13/+26
2018-03-28net/mlx5e: Move all TX timeout logic to be under state lockEran Ben Elisha1-27/+34
2018-03-28net/mlx5e: Remove unused max inline related codeGal Pressman4-45/+2
2018-03-28net/mlx5e: Add ethtool priv-flag for Striding RQTariq Toukan4-8/+60
2018-03-28net/mlx5e: Do not reset Receive Queue params on every type changeTariq Toukan3-11/+10
2018-03-28net/mlx5e: Remove rq_headroom field from paramsTariq Toukan2-6/+15
2018-03-28net/mlx5e: Remove RQ MPWQE fields from paramsTariq Toukan3-23/+35
2018-03-28net/mlx5e: Use no-offset function in skb header copyTariq Toukan1-3/+2
2018-03-28net/mlx5e: Separate dma base address and offset in dma_sync callTariq Toukan1-4/+2
2018-03-28net/mlx5e: Remove unused define MLX5_MPWRQ_STRIDES_PER_PAGETariq Toukan1-2/+0
2018-03-28net/mlx5e: Disable Striding RQ when PCI is slower than linkTariq Toukan1-3/+6
2018-03-28net/mlx5e: Unify slow PCI heuristicTariq Toukan2-17/+19
2018-03-27sfc: fix flow type handling for RSS filtersEdward Cree1-5/+6
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree6-32/+89
2018-03-27sfc: return a better error if filter insertion collides with MC rebootEdward Cree1-0/+7
2018-03-27sfc: use a semaphore to lock farch filters tooEdward Cree2-36/+33
2018-03-27sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree3-213/+151
2018-03-27sfc: replace asynchronous filter operationsEdward Cree8-208/+124
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai11-11/+0
2018-03-27net: mvpp2: Use relaxed I/O in data pathYan Markman1-13/+30
2018-03-27Merge tag 'mlx5-updates-2018-03-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller16-79/+396
2018-03-27liquidio: Removed duplicate Tx queue status checkIntiyaz Basha2-57/+0
2018-03-27net: aquantia: Make function hw_atl_utils_mpi_set_speed() staticWei Yongjun1-1/+1
2018-03-27net: mvpp2: Don't use dynamic allocs for local variablesMaxime Chevallier1-161/+125
2018-03-27net: mvpp2: Make mvpp2_prs_hw_read a parser entry init functionMaxime Chevallier1-29/+19
2018-03-27Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller6-122/+181
2018-03-27mt76x2: fix warning in ieee80211_get_key_rx_seq()Lorenzo Bianconi1-0/+11
2018-03-27mt76x2: fix possible NULL pointer dereferencing in mt76x2_tx()Lorenzo Bianconi1-1/+4
2018-03-27mt76: use mt76_poll_msec routine in mt76pci_load_firmware()Lorenzo Bianconi1-11/+2
2018-03-27brcmsmac: allocate ucode with GFP_KERNELTakashi Iwai1-2/+2
2018-03-27brcmfmac: add kerneldoc for struct brcmf_bus::msgbufArend Van Spriel1-0/+1
2018-03-27brcmfmac: get rid of brcmf_fw_get_full_name()Arend Van Spriel1-10/+4
2018-03-27brcmfmac: get rid of brcmf_fw_map_chip_to_name()Arend Van Spriel2-57/+0
2018-03-27brcmfmac: add extension to .get_fwname() callbacksArend Van Spriel5-78/+51
2018-03-27brcmfmac: introduce brcmf_fw_alloc_request() functionArend Van Spriel5-60/+147
2018-03-27brcmfmac: pass struct in brcmf_fw_get_firmwares()Arend Van Spriel5-86/+245
2018-03-27brcmfmac: derive firmware filenames from basename mappingArend Van Spriel5-98/+96
2018-03-27brcmfmac: use wiphy debugfs dir entryArend Van Spriel12-74/+47
2018-03-27brcmfmac: allocate struct brcmf_pub instance using wiphy_new()Arend Van Spriel7-61/+76