summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2014-11-03i40e: properly parse MDET registersMitch Williams1-5/+7
2014-11-03i40e: configure VM ID in qtx_ctlMitch Williams1-2/+6
2014-11-03i40e: enable debug earlierShannon Nelson1-0/+5
2014-11-03i40e: better wording for resource tracking errorsShannon Nelson1-6/+8
2014-11-03i40e: scale msix vector use when more cores than vectorsShannon Nelson1-4/+7
2014-11-03i40e: remove debugfs dump statsShannon Nelson1-91/+2
2014-11-03i40e: avoid disable of interrupt when changing ITRJesse Brandeburg1-2/+0
2014-11-03i40evf: Add support for 10G base T partsPaul M Stillwell Jr2-0/+2
2014-11-03i40e: fix link checking logicMitch Williams1-4/+7
2014-11-03i40evf: properly handle multiple AQ messagesMitch Williams1-3/+1
2014-11-03i40e: Add condition to enter fdir flush and reinitAkeem G Abodunrin1-0/+6
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-5/+16
2014-10-30ixgbe: fix race when setting advertised speedEmil Tantilov1-0/+4
2014-10-30ixgbe: need not repeat init skb with NULLJunwei Zhang1-1/+1
2014-10-30igb: don't reuse pages with pfmemalloc flagRoman Gushchin1-1/+5
2014-10-30e1000: unset IFF_UNICAST_FLT on WMware 82545EMFrancesco Ruggeri1-1/+4
2014-10-26i40e: _MASK vs _SHIFT typo in i40e_handle_mdd_event()Dan Carpenter1-2/+2
2014-10-24i40e: Bump versionCatherine Sullivan1-1/+1
2014-10-24i40e: Moving variable declaration out of the loopsAkeem G Abodunrin1-4/+3
2014-10-24i40e: Add 10GBaseT supportMitch Williams4-5/+34
2014-10-24i40e: process link events when setting up switchMitch Williams1-0/+8
2014-10-24i40e: Fix a bug where Rx would stop after some timeAnjali Singhai Jain1-4/+20
2014-10-24i40e/i40evf: Use usleep_range() instead of udelay()Neerav Parikh3-6/+6
2014-10-24i40e/i40evf: Fix whitespace indentationJeff Kirsher2-2142/+2133
2014-10-24i40e: enable LSE poke and simplify link stateJesse Brandeburg1-23/+16
2014-10-24i40e: mask phy eventsJesse Brandeburg3-0/+47
2014-10-16ixgbe: check for vfs outside of sriov_num_vfs before dereferenceEmil Tantilov1-0/+3
2014-10-16fm10k: Add CONFIG_FM10K_VXLAN configuration optionAndy Zhou2-3/+14
2014-10-16fm10k: Unlock mailbox on VLAN addition failuresMatthew Vick1-3/+4
2014-10-16fm10k: Check the host state when bringing the interface upMatthew Vick1-0/+1
2014-10-14fm10k: Add skb->xmit_more supportAlexander Duyck1-31/+34
2014-10-10ixgbe: fix race accessing page->_countEric Dumazet1-5/+3
2014-10-10igb: fix race accessing page->_countEric Dumazet1-4/+3
2014-10-10fm10k: fix race accessing page->_countEric Dumazet1-4/+3
2014-10-10networking: fm10k: Fix build failurePranith Kumar1-0/+1
2014-10-09i40e: skb->xmit_more supportEric Dumazet1-44/+46
2014-10-02igb: bump version to 5.2.15Todd Fujinaka1-1/+1
2014-10-02i40e/igb: Convert to dev_consume_skb_any()Rick Jones2-2/+2
2014-10-02igb: remove blocking phy read from inside spinlockBernhard Kaindl3-18/+0
2014-10-02ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUESEthan Zhao1-1/+0
2014-10-02ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQLEmil Tantilov2-6/+1
2014-10-02ixgbe: remove wait loop on autoneg for copper devicesEmil Tantilov1-41/+0
2014-10-02ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones1-1/+1
2014-10-02fm10k: Correctly set the number of Tx queuesAlexander Duyck1-1/+5
2014-10-02fm10k: Reduce buffer size when pages are larger than 4KAlexander Duyck1-6/+2
2014-10-01fm10k: using vmalloc requires including linux/vmalloc.hStephen Rothwell1-0/+2
2014-09-23fm10k: Add support for PTPAlexander Duyck7-1/+683
2014-09-23fm10k: Add support for ptp to hw specific filesAlexander Duyck5-0/+186
2014-09-23fm10k: Add support for debugfsAlexander Duyck5-1/+298
2014-09-23fm10k: Add support for IEEE DCBxAlexander Duyck4-4/+185