summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2015-04-29iwlwifi: mvm: convert scan_status to a bitmapLuciano Coelho3-73/+107
2015-04-29iwlwifi: mvm: don't increase max_out_time when low priority scan is requestedLuciano Coelho1-1/+2
2015-04-29iwlwifi: mvm: add scan parameters debugging infoLuciano Coelho1-0/+15
2015-04-29iwlwifi: rs: cleanup last_txrate_idxEyal Shapira2-9/+3
2015-04-29iwlwifi: rs: remove code duplication when filling lq cmdLiad Kaufman1-3/+0
2015-04-29iwlwifi: mvm: ROC: Reduce the aux roc max delayMatti Gottlieb1-1/+1
2015-04-28iwlwifi: mvm: force quota update update after FW restartJohannes Berg1-1/+1
2015-04-28iwlwifi: mvm: fix typo in CONFIG optionEmmanuel Grumbach1-1/+1
2015-04-28iwlwifi: mvm: don't power off the device between INIT and OPER firmwaresEran Harary4-42/+51
2015-04-20iwlwifi: pcie: prevent using unmapped memory in fw monitorLiad Kaufman1-5/+6
2015-04-19iwlwifi: mvm: Avoid signal based decisions if ave beacon RSSI is 0Alexander Bondar1-0/+5
2015-04-19iwlwifi: mvm: fix scan iteration complete notification handlingAvraham Stern2-43/+3
2015-04-19iwlwifi: mvm: don't stop the FW monitor too earlyEmmanuel Grumbach2-9/+10
2015-04-19iwlwifi: mvm: fix Tx Power firmware APIAvri Altman4-15/+58
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds663-13582/+27374
2015-04-15Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-14/+1
2015-04-15fm10k: Bump driver version to 0.15.2Jeff Kirsher1-1/+1
2015-04-15fm10k: corrected VF multicast updateJeff Kirsher1-2/+5
2015-04-15fm10k: mbx_update_max_size does not drop all oversized messagesJeff Kirsher1-3/+6
2015-04-15fm10k: reset head instead of calling update_max_sizeJeff Kirsher1-2/+16
2015-04-15fm10k: renamed mbx_tx_dropped to mbx_tx_oversizedJeff Kirsher1-1/+1
2015-04-15fm10k: update xcast mode before synchronizing multicast addressesJeff Kirsher1-11/+11
2015-04-15fm10k: start service timer on probeJeff Kirsher1-3/+6
2015-04-15fm10k: fix function header commentJeff Kirsher1-2/+1
2015-04-15fm10k: comment next_vf_mbx flowJeff Kirsher1-0/+11
2015-04-15fm10k: don't handle mailbox events in iov_event path and always process mailboxJeff Kirsher2-32/+5
2015-04-15fm10k: use separate workqueue for fm10k driverJeff Kirsher3-1/+16
2015-04-15fm10k: Set PF queues to unlimited bandwidth during virtualizationJeff Kirsher1-1/+2
2015-04-15fm10k: expose tx_timeout_count as an ethtool statJeff Kirsher1-0/+2
2015-04-15fm10k: only increment tx_timeout_count in Tx hang pathJeff Kirsher1-1/+0
2015-04-15fm10k: remove extraneous "Reset interface" messageJeff Kirsher1-1/+0
2015-04-15fm10k: separate PF only stats so that VF does not display themJeff Kirsher1-14/+37
2015-04-15fm10k: use hw->mac.max_queues for statsJeff Kirsher2-8/+12
2015-04-15fm10k: only show actual queues, not the maximum in hardwareJeff Kirsher1-2/+3
2015-04-15fm10k: allow creation of VLAN on default vidJeff Kirsher1-4/+4
2015-04-15fm10k: fix unused warningsJeff Kirsher7-37/+35
2015-04-15fm10k: Add netconsole supportJeff Kirsher3-0/+28
2015-04-15fm10k: Have the VF get the default VLAN during initJeff Kirsher1-1/+5
2015-04-15fm10k: Correct spelling mistakeJeff Kirsher1-2/+2
2015-04-15fm10k: Remove redundant rx_errors in ethtoolJeff Kirsher3-7/+4
2015-04-15fm10k: Corrected an error in Tx statisticsJeff Kirsher1-2/+2
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-15/+30
2015-04-14cxgb4: Don't call t4_slow_intr_handler when we're not the Master PFHariprasad Shenai2-3/+6
2015-04-14cxgb4: Add comment for calculate tx flits and sge length codeHariprasad Shenai1-1/+35
2015-04-14cxgb4: Use device node in page allocationHariprasad Shenai1-2/+4
2015-04-14cxgb4: Freelist starving threshold varies from adapter to adapterHariprasad Shenai1-10/+16
2015-04-14cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytesHariprasad Shenai1-1/+1
2015-04-14bgmac: drop ring->num_slotsFelix Fietkau2-15/+15
2015-04-14bgmac: fix DMA rx corruptionFelix Fietkau1-9/+18
2015-04-14bgmac: simplify dma init/cleanupFelix Fietkau1-39/+40