summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* fm10k: start service timer on probeJeff Kirsher2015-04-151-3/+6
* fm10k: fix function header commentJeff Kirsher2015-04-151-2/+1
* fm10k: comment next_vf_mbx flowJeff Kirsher2015-04-151-0/+11
* fm10k: don't handle mailbox events in iov_event path and always process mailboxJeff Kirsher2015-04-152-32/+5
* fm10k: use separate workqueue for fm10k driverJeff Kirsher2015-04-153-1/+16
* fm10k: Set PF queues to unlimited bandwidth during virtualizationJeff Kirsher2015-04-151-1/+2
* fm10k: expose tx_timeout_count as an ethtool statJeff Kirsher2015-04-151-0/+2
* fm10k: only increment tx_timeout_count in Tx hang pathJeff Kirsher2015-04-151-1/+0
* fm10k: remove extraneous "Reset interface" messageJeff Kirsher2015-04-151-1/+0
* fm10k: separate PF only stats so that VF does not display themJeff Kirsher2015-04-151-14/+37
* fm10k: use hw->mac.max_queues for statsJeff Kirsher2015-04-152-8/+12
* fm10k: only show actual queues, not the maximum in hardwareJeff Kirsher2015-04-151-2/+3
* fm10k: allow creation of VLAN on default vidJeff Kirsher2015-04-151-4/+4
* fm10k: fix unused warningsJeff Kirsher2015-04-157-37/+35
* fm10k: Add netconsole supportJeff Kirsher2015-04-153-0/+28
* fm10k: Have the VF get the default VLAN during initJeff Kirsher2015-04-151-1/+5
* fm10k: Correct spelling mistakeJeff Kirsher2015-04-151-2/+2
* fm10k: Remove redundant rx_errors in ethtoolJeff Kirsher2015-04-143-7/+4
* fm10k: Corrected an error in Tx statisticsJeff Kirsher2015-04-141-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-146-15/+30
|\
| * udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross2015-04-091-10/+10
| * usbnet: rename work handlerOliver Neukum2015-04-091-2/+2
| * stmmac: devm_reset_control_get can return PROBE_DEFERPhil Reid2015-04-091-1/+1
| * be2net: Fix a bug in Rx buffer postingAjit Khaparde2015-04-092-1/+2
| * net: phy: broadcom: Add BCM54616S phy entryAlessio Igor Bogani2015-04-082-2/+16
* | cxgb4: Don't call t4_slow_intr_handler when we're not the Master PFHariprasad Shenai2015-04-142-3/+6
* | cxgb4: Add comment for calculate tx flits and sge length codeHariprasad Shenai2015-04-141-1/+35
* | cxgb4: Use device node in page allocationHariprasad Shenai2015-04-141-2/+4
* | cxgb4: Freelist starving threshold varies from adapter to adapterHariprasad Shenai2015-04-141-10/+16
* | cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytesHariprasad Shenai2015-04-141-1/+1
* | bgmac: drop ring->num_slotsFelix Fietkau2015-04-142-15/+15
* | bgmac: fix DMA rx corruptionFelix Fietkau2015-04-141-9/+18
* | bgmac: simplify dma init/cleanupFelix Fietkau2015-04-141-39/+40
* | bgmac: increase rx ring size from 511 to 512Felix Fietkau2015-04-141-1/+1
* | bgmac: add check for oversized packetsFelix Fietkau2015-04-141-0/+7
* | bgmac: simplify/optimize rx DMA error handlingFelix Fietkau2015-04-141-37/+34
* | bgmac: set received skb headroom to NET_SKB_PADFelix Fietkau2015-04-142-7/+11
* | bgmac: leave interrupts disabled as long as there is work to doFelix Fietkau2015-04-142-22/+10
* | bgmac: simplify tx ring index handlingFelix Fietkau2015-04-142-29/+23
* | toshiba: Remove celleb from Kconfig optionsDaniel Axtens2015-04-141-2/+2
* | hv_netvsc: Implement partial copy into send bufferHaiyang Zhang2015-04-143-19/+46
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-04-1412-15/+12
|\ \
| * | new helper: msg_data_left()Al Viro2015-04-111-2/+2
| * | Merge branch 'iocb' into for-davemAl Viro2015-04-0911-13/+10
| |\ \
| | * | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-2611-9/+4
| | * | fs: split generic and aio kiocbChristoph Hellwig2015-03-132-4/+6
* | | | e1000e: Move pm_qos_req to e1000e adapterThomas Graf2015-04-132-4/+5
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-04-1312-47/+462
|\ \ \ \
| * | | | ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov2015-04-111-0/+69
| * | | | ixgbevf: Add RSS Key query codeVlad Zolotarov2015-04-114-0/+57