summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* i40e: Bump versionCatherine Sullivan2014-10-241-1/+1
* i40e: Moving variable declaration out of the loopsAkeem G Abodunrin2014-10-241-4/+3Star
* i40e: Add 10GBaseT supportMitch Williams2014-10-244-5/+34
* i40e: process link events when setting up switchMitch Williams2014-10-241-0/+8
* i40e: Fix a bug where Rx would stop after some timeAnjali Singhai Jain2014-10-241-4/+20
* i40e/i40evf: Use usleep_range() instead of udelay()Neerav Parikh2014-10-243-6/+6
* i40e/i40evf: Fix whitespace indentationJeff Kirsher2014-10-242-2142/+2133Star
* i40e: enable LSE poke and simplify link stateJesse Brandeburg2014-10-241-23/+16Star
* i40e: mask phy eventsJesse Brandeburg2014-10-243-0/+47
* ixgbe: check for vfs outside of sriov_num_vfs before dereferenceEmil Tantilov2014-10-161-0/+3
* fm10k: Add CONFIG_FM10K_VXLAN configuration optionAndy Zhou2014-10-162-3/+14
* fm10k: Unlock mailbox on VLAN addition failuresMatthew Vick2014-10-161-3/+4
* fm10k: Check the host state when bringing the interface upMatthew Vick2014-10-161-0/+1
* fm10k: Add skb->xmit_more supportAlexander Duyck2014-10-141-31/+34
* ixgbe: fix race accessing page->_countEric Dumazet2014-10-101-5/+3Star
* igb: fix race accessing page->_countEric Dumazet2014-10-101-4/+3Star
* fm10k: fix race accessing page->_countEric Dumazet2014-10-101-4/+3Star
* networking: fm10k: Fix build failurePranith Kumar2014-10-101-0/+1
* i40e: skb->xmit_more supportEric Dumazet2014-10-081-44/+46
* igb: bump version to 5.2.15Todd Fujinaka2014-10-021-1/+1
* i40e/igb: Convert to dev_consume_skb_any()Rick Jones2014-10-022-2/+2
* igb: remove blocking phy read from inside spinlockBernhard Kaindl2014-10-023-18/+0Star
* ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUESEthan Zhao2014-10-021-1/+0Star
* ixgbe: fix setting of TXDCTL.WTRHESH when ITR is set to 0 and no BQLEmil Tantilov2014-10-022-6/+1Star
* ixgbe: remove wait loop on autoneg for copper devicesEmil Tantilov2014-10-021-41/+0Star
* ixgbe: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones2014-10-021-1/+1
* fm10k: Correctly set the number of Tx queuesAlexander Duyck2014-10-021-1/+5
* fm10k: Reduce buffer size when pages are larger than 4KAlexander Duyck2014-10-021-6/+2Star
* fm10k: using vmalloc requires including linux/vmalloc.hStephen Rothwell2014-10-011-0/+2
* fm10k: Add support for PTPAlexander Duyck2014-09-237-1/+683
* fm10k: Add support for ptp to hw specific filesAlexander Duyck2014-09-235-0/+186
* fm10k: Add support for debugfsAlexander Duyck2014-09-235-1/+298
* fm10k: Add support for IEEE DCBxAlexander Duyck2014-09-234-4/+185
* fm10k: Add support for SR-IOV to driverAlexander Duyck2014-09-235-2/+614
* fm10k: Add support for SR-IOV to PF core filesAlexander Duyck2014-09-233-1/+874
* fm10k: Add support for VFAlexander Duyck2014-09-239-4/+837
* fm10k: Add support for PF <-> VF mailboxAlexander Duyck2014-09-232-0/+834
* fm10k: Add support for MACVLAN accelerationAlexander Duyck2014-09-234-1/+198
* fm10k: Add support for netdev offloadsAlexander Duyck2014-09-232-3/+459
* fm10k: Add support for multiple queuesAlexander Duyck2014-09-234-0/+247
* fm10k: Add support for PCI power management and error handlingAlexander Duyck2014-09-231-0/+221
* fm10k: Add ethtool supportAlexander Duyck2014-09-234-1/+873
* fm10k: Add transmit and receive fastpath and interrupt handlersAlexander Duyck2014-09-234-2/+1038
* fm10k: Add Tx/Rx hardware ring bring-up/tear-downAlexander Duyck2014-09-233-0/+653
* fm10k: Add service task to handle delayed eventsAlexander Duyck2014-09-232-0/+460
* fm10k: add support for Tx/Rx ringsAlexander Duyck2014-09-234-2/+323
* fm10k: Add interrupt supportAlexander Duyck2014-09-234-0/+973
* fm10k: Add support for ndo_open/stopAlexander Duyck2014-09-233-0/+117
* fm10k: Add support for L2 filteringAlexander Duyck2014-09-232-1/+356
* fm10k: Add netdevAlexander Duyck2014-09-234-4/+418