summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-134-4/+7
|\
| * e1000e: Add pm_qos headerDavid Ahern2015-05-121-0/+1
| * igb: Fix NULL assignment to incorrect variable in igb_reset_q_vectorToshiaki Makita2015-05-071-1/+1
| * igb: Fix oops on changing number of ringsToshiaki Makita2015-05-071-0/+2
| * ixgbevf: Use dev_kfree_skb_any in xmit path, not dev_kfree_skbAlexander Duyck2015-05-041-1/+1
| * fm10k: Do not assume budget will never be 0 for NAPIAlexander Duyck2015-05-041-2/+2
* | e1000: Replace e1000_free_frag with skb_free_fragAlexander Duyck2015-05-121-12/+7
* | igb: Don't use NETDEV_FRAG_PAGE_MAX_SIZE in descriptor calculationAlexander Duyck2015-05-121-8/+3
* | ixgbe: Use a signed type to hold error codesMark Rustad2015-05-044-11/+11
* | ixgbe: Release semaphore bits in the right orderMark Rustad2015-05-041-4/+4
* | ixgbe: Fix IOSF SB access issuesMark Rustad2015-05-041-37/+65
* | e1000e: fix call to do_div() to use u64 argJeff Kirsher2015-05-041-6/+7
* | e1000e: Do not allow CRC stripping to be disabled on 82579 w/ jumbo framesAlexander Duyck2015-05-041-0/+14
* | e1000e: Cleanup handling of VLAN_HLEN as a part of max frame sizeAlexander Duyck2015-05-043-16/+14
* | e100: don't initialize int object to zeroJean Sacren2015-05-041-1/+1
* | igb: simplify and clean up igb_enable_mas()Todd Fujinaka2015-05-041-20/+7
|/
* bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-292-5/+6
* i40e: Bump version to 1.3.2Catherine Sullivan2015-04-141-1/+1
* i40e: Use new 40G speedsGreg Rose2015-04-141-2/+1
* i40e: get rid of unused localsJesse Brandeburg2015-04-142-6/+3
* i40e: handle possible memory allocation failureJesse Brandeburg2015-04-141-3/+11
* i40e/i40evf: Save WR_CSR_PROT field from DEV/FUNC capabilitiesKevin Scott2015-04-143-0/+7
* i40e: enable user dump of internal hardware stateJesse Brandeburg2015-04-143-0/+107
* i40e: print FCoE capability reported by the device functionVasu Dev2015-04-141-0/+3
* i40e: For VF reset (VFR and VFLR) add some more delayAnjali Singhai Jain2015-04-141-0/+3
* i40e: move VF notification routines upMitch Williams2015-04-141-123/+123
* i40e: notify VFs of link stateMitch Williams2015-04-141-19/+31
* i40evf: remove aq_pendingMitch Williams2015-04-143-38/+12
* i40e: Add support to program FDir SB rules for VF from PF through ethtoolAnjali Singhai Jain2015-04-141-0/+26
* i40evf: fix bad indentationMitch Williams2015-04-141-1/+1
* i40e: stop VF ringsMitch Williams2015-04-141-0/+5
* fm10k: Bump driver version to 0.15.2Jeff Kirsher2015-04-141-1/+1
* fm10k: corrected VF multicast updateJeff Kirsher2015-04-141-2/+5
* fm10k: mbx_update_max_size does not drop all oversized messagesJeff Kirsher2015-04-141-3/+6
* fm10k: reset head instead of calling update_max_sizeJeff Kirsher2015-04-141-2/+16
* fm10k: renamed mbx_tx_dropped to mbx_tx_oversizedJeff Kirsher2015-04-141-1/+1
* fm10k: update xcast mode before synchronizing multicast addressesJeff Kirsher2015-04-141-11/+11
* fm10k: start service timer on probeJeff Kirsher2015-04-141-3/+6
* fm10k: fix function header commentJeff Kirsher2015-04-141-2/+1
* fm10k: comment next_vf_mbx flowJeff Kirsher2015-04-141-0/+11
* fm10k: don't handle mailbox events in iov_event path and always process mailboxJeff Kirsher2015-04-142-32/+5
* fm10k: use separate workqueue for fm10k driverJeff Kirsher2015-04-143-1/+16
* fm10k: Set PF queues to unlimited bandwidth during virtualizationJeff Kirsher2015-04-141-1/+2
* fm10k: expose tx_timeout_count as an ethtool statJeff Kirsher2015-04-141-0/+2
* fm10k: only increment tx_timeout_count in Tx hang pathJeff Kirsher2015-04-141-1/+0
* fm10k: remove extraneous "Reset interface" messageJeff Kirsher2015-04-141-1/+0
* fm10k: separate PF only stats so that VF does not display themJeff Kirsher2015-04-141-14/+37
* fm10k: use hw->mac.max_queues for statsJeff Kirsher2015-04-142-8/+12
* fm10k: only show actual queues, not the maximum in hardwareJeff Kirsher2015-04-141-2/+3
* fm10k: allow creation of VLAN on default vidJeff Kirsher2015-04-141-4/+4
OpenPOWER on IntegriCloud