aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-08i40e: 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-01fm10k: Correctly set the number of Tx queuesAlexander Duyck1-1/+5
2014-10-01fm10k: 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
2014-09-23fm10k: Add support for SR-IOV to driverAlexander Duyck5-2/+614
2014-09-23fm10k: Add support for SR-IOV to PF core filesAlexander Duyck3-1/+874
2014-09-23fm10k: Add support for VFAlexander Duyck9-4/+837
2014-09-23fm10k: Add support for PF <-> VF mailboxAlexander Duyck2-0/+834
2014-09-23fm10k: Add support for MACVLAN accelerationAlexander Duyck4-1/+198
2014-09-23fm10k: Add support for netdev offloadsAlexander Duyck2-3/+459
2014-09-23fm10k: Add support for multiple queuesAlexander Duyck4-0/+247
2014-09-23fm10k: Add support for PCI power management and error handlingAlexander Duyck1-0/+221
2014-09-23fm10k: Add ethtool supportAlexander Duyck4-1/+873
2014-09-23fm10k: Add transmit and receive fastpath and interrupt handlersAlexander Duyck4-2/+1038
2014-09-23fm10k: Add Tx/Rx hardware ring bring-up/tear-downAlexander Duyck3-0/+653
2014-09-23fm10k: Add service task to handle delayed eventsAlexander Duyck2-0/+460
2014-09-23fm10k: add support for Tx/Rx ringsAlexander Duyck4-2/+323
2014-09-23fm10k: Add interrupt supportAlexander Duyck4-0/+973
2014-09-23fm10k: Add support for ndo_open/stopAlexander Duyck3-0/+117
2014-09-23fm10k: Add support for L2 filteringAlexander Duyck2-1/+356
2014-09-23fm10k: Add netdevAlexander Duyck4-4/+418
2014-09-23fm10k: Add support for configuring PF interfaceAlexander Duyck2-2/+683
2014-09-23fm10k: Add support for PFAlexander Duyck5-1/+969
2014-09-23fm10k: Implement PF <-> SM mailbox operationsAlexander Duyck3-1/+1355
2014-09-23fm10k: Add support for mailboxAlexander Duyck4-0/+608
2014-09-23fm10k: Add support for basic interaction with hardwareAlexander Duyck3-1/+82
2014-09-23fm10k: Add support for TLV message parsing and generationAlexander Duyck3-1/+686
2014-09-23fm10k: Add register defines and basic structuresAlexander Duyck2-1/+661
2014-09-23fm10k: Add skeletal frame for Intel(R) FM10000 Ethernet Switch Host Interface DriverAlexander Duyck7-0/+328
2014-09-18ixgbe: remove IXGBE_FLAG_MSI(X)_CAPABLE flagsJacob Keller1-2/+0