aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-04ixgbe: Use a signed type to hold error codesMark Rustad4-11/+11
2015-05-04ixgbe: Release semaphore bits in the right orderMark Rustad1-4/+4
2015-05-04ixgbe: Fix IOSF SB access issuesMark Rustad1-37/+65
2015-05-04e1000e: fix call to do_div() to use u64 argJeff Kirsher1-6/+7
2015-05-04e1000e: Do not allow CRC stripping to be disabled on 82579 w/ jumbo framesAlexander Duyck1-0/+14
2015-05-04e1000e: Cleanup handling of VLAN_HLEN as a part of max frame sizeAlexander Duyck3-16/+14
2015-05-04e100: don't initialize int object to zeroJean Sacren1-1/+1
2015-05-04igb: simplify and clean up igb_enable_mas()Todd Fujinaka1-20/+7
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2-5/+6
2015-04-14i40e: Bump version to 1.3.2Catherine Sullivan1-1/+1
2015-04-14i40e: Use new 40G speedsGreg Rose1-2/+1
2015-04-14i40e: get rid of unused localsJesse Brandeburg2-6/+3
2015-04-14i40e: handle possible memory allocation failureJesse Brandeburg1-3/+11
2015-04-14i40e/i40evf: Save WR_CSR_PROT field from DEV/FUNC capabilitiesKevin Scott3-0/+7
2015-04-14i40e: enable user dump of internal hardware stateJesse Brandeburg3-0/+107
2015-04-14i40e: print FCoE capability reported by the device functionVasu Dev1-0/+3
2015-04-14i40e: For VF reset (VFR and VFLR) add some more delayAnjali Singhai Jain1-0/+3
2015-04-14i40e: move VF notification routines upMitch Williams1-123/+123
2015-04-14i40e: notify VFs of link stateMitch Williams1-19/+31
2015-04-14i40evf: remove aq_pendingMitch Williams3-38/+12
2015-04-14i40e: Add support to program FDir SB rules for VF from PF through ethtoolAnjali Singhai Jain1-0/+26
2015-04-14i40evf: fix bad indentationMitch Williams1-1/+1
2015-04-14i40e: stop VF ringsMitch Williams1-0/+5
2015-04-14fm10k: Bump driver version to 0.15.2Jeff Kirsher1-1/+1
2015-04-14fm10k: corrected VF multicast updateJeff Kirsher1-2/+5
2015-04-14fm10k: mbx_update_max_size does not drop all oversized messagesJeff Kirsher1-3/+6
2015-04-14fm10k: reset head instead of calling update_max_sizeJeff Kirsher1-2/+16
2015-04-14fm10k: renamed mbx_tx_dropped to mbx_tx_oversizedJeff Kirsher1-1/+1
2015-04-14fm10k: update xcast mode before synchronizing multicast addressesJeff Kirsher1-11/+11
2015-04-14fm10k: start service timer on probeJeff Kirsher1-3/+6
2015-04-14fm10k: fix function header commentJeff Kirsher1-2/+1
2015-04-14fm10k: comment next_vf_mbx flowJeff Kirsher1-0/+11
2015-04-14fm10k: don't handle mailbox events in iov_event path and always process mailboxJeff Kirsher2-32/+5
2015-04-14fm10k: use separate workqueue for fm10k driverJeff Kirsher3-1/+16
2015-04-14fm10k: Set PF queues to unlimited bandwidth during virtualizationJeff Kirsher1-1/+2
2015-04-14fm10k: expose tx_timeout_count as an ethtool statJeff Kirsher1-0/+2
2015-04-14fm10k: only increment tx_timeout_count in Tx hang pathJeff Kirsher1-1/+0
2015-04-14fm10k: remove extraneous "Reset interface" messageJeff Kirsher1-1/+0
2015-04-14fm10k: separate PF only stats so that VF does not display themJeff Kirsher1-14/+37
2015-04-14fm10k: use hw->mac.max_queues for statsJeff Kirsher2-8/+12
2015-04-14fm10k: only show actual queues, not the maximum in hardwareJeff Kirsher1-2/+3
2015-04-14fm10k: allow creation of VLAN on default vidJeff Kirsher1-4/+4
2015-04-14fm10k: fix unused warningsJeff Kirsher7-37/+35
2015-04-14fm10k: Add netconsole supportJeff Kirsher3-0/+28
2015-04-14fm10k: Have the VF get the default VLAN during initJeff Kirsher1-1/+5
2015-04-14fm10k: Correct spelling mistakeJeff Kirsher1-2/+2
2015-04-14fm10k: Remove redundant rx_errors in ethtoolJeff Kirsher3-7/+4
2015-04-14fm10k: Corrected an error in Tx statisticsJeff Kirsher1-2/+2
2015-04-13e1000e: Move pm_qos_req to e1000e adapterThomas Graf2-4/+5
2015-04-11ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov1-0/+69