aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-18ixgbe: TRIVIAL fix up double 'the' and comment styleJacob Keller1-2/+1
2015-08-18ixgbe: Simplify port-specific macrosMark Rustad1-9/+9
2015-08-18igb: make sure SR-IOV init uses the right number of queuesTodd Fujinaka1-2/+7
2015-08-18igbvf: clear buffer_info->dma after dma_unmap_single()Stefan Assmann1-0/+1
2015-08-18igb: Fix a memory leak in igb_probeJia-Ju Bai1-0/+1
2015-08-18e1000e: Modify Tx/Rx configurations to avoid null pointer dereferences in e1000_openJia-Ju Bai1-12/+12
2015-08-18igb: Fix a deadlock in igb_sriov_reinitJia-Ju Bai1-0/+1
2015-08-18e100: Release skb when DMA mapping is failed in e100_xmit_prepareJia-Ju Bai1-1/+4
2015-08-18e100: Add a check after pci_pool_create to avoid null pointer dereferenceJia-Ju Bai1-0/+7
2015-08-18igb: Teardown SR-IOV before unregister_netdev()Alex Williamson1-4/+4
2015-08-18igb: add support for 1512 PHYTodd Fujinaka4-5/+114
2015-08-18igb: implement high frequency periodic output signalsRichard Cochran2-20/+54
2015-08-18igb: do not re-init SR-IOV during probeStefan Assmann1-1/+1
2015-08-18igb: missing rtnl_unlock in igb_sriov_reinit()Vasily Averin1-0/+1
2015-08-18igb: Fix oops caused by missing queue pairingShota Suzuki3-3/+19
2015-08-05e1000e: Increase driver version numberRaanan Avargil1-1/+1
2015-08-05e1000e: Fix tight loop implementation of systime read algorithmRaanan Avargil1-10/+21
2015-08-05e1000e: Fix incorrect ASPM lockingRaanan Avargil1-2/+2
2015-08-05e1000e: Cosmetic changesRaanan Avargil2-5/+4
2015-08-05e1000e: Fix EEE in Sx implementationRaanan Avargil1-0/+27
2015-08-05i40e: Add AQ commands for NVM Update for X722Shannon Nelson1-0/+129
2015-08-05i40e/i40evf: Add ATR HW eviction support for X722Anjali Singhai Jain2-0/+14
2015-08-05i40e: Add IWARP support for X722Anjali Singhai Jain1-0/+10
2015-08-05i40e/i40evf: Add TX/RX outer UDP checksum support for X722Anjali Singhai Jain7-5/+50
2015-08-05i40e/i40evf: Add support for writeback on ITR feature for X722Anjali Singhai Jain7-18/+74
2015-08-05i40e/i40evf: RSS changes for X722Anjali Singhai Jain9-89/+307
2015-08-05i40e/i40evf: Update register.h file for X722Anjali Singhai Jain2-2/+1991
2015-08-05i40e/i40evf: Update FW API with X722 supportAnjali Singhai Jain6-1/+444
2015-08-05i40e/i40evf: Add flags for X722 capabilitiesAnjali Singhai Jain3-1/+21
2015-08-05i40e/i40evf: Add device ids for X722Anjali Singhai Jain6-2/+41
2015-07-23i40e: use BIT and BIT_ULL macrosJesse Brandeburg26-304/+293
2015-07-23i40e: clean up error status messagesShannon Nelson9-177/+673
2015-07-23i40e: provide correct API version to older VF driversMitch Williams1-0/+3
2015-07-23i40evf: support virtual channel API version 1.1Mitch Williams2-2/+11
2015-07-23i40evf: handle big resetsMitch Williams3-46/+95
2015-07-23i40e: support virtual channel API 1.1Mitch Williams2-6/+21
2015-07-23i40e/i40evf: add macros for virtual channel API version and device capabilityMitch Williams2-0/+12
2015-07-23i40e: add VF capabilities to virtual channel interfaceMitch Williams2-10/+22
2015-07-23i40e: clean up unneeded gotosShannon Nelson1-25/+12
2015-07-23i40e/i40evf: Fix and refactor dynamic ITR codeCarolyn Wyborny2-98/+161
2015-07-23igb: bump version to igb-5.3.0Todd Fujinaka1-2/+2
2015-07-23igb: use ARRAY_SIZE to replace calculating sizeof(a)/sizeof(a[0])Todd Fujinaka1-11/+5
2015-07-23igb: report unsupported ethtool settings in set_coalesceTodd Fujinaka1-0/+21
2015-07-23e1000e: Cleanup qos request in error handling of e1000_openJia-Ju Bai1-0/+1
2015-07-23ixgbevf: add support for reporting RSS key and hash table for X550Emil Tantilov3-34/+47
2015-07-17igb: Fix i354 88E1112 PHY on RCC boards using AutoMediaDetectTodd Fujinaka1-5/+13
2015-07-17ixgbe: Don't report flow director filter's statusFan Du1-2/+0
2015-07-17ixgbevf: Set Rx hash type for ingress packetsFan Du2-0/+39
2015-07-17ixgbe: Specify Rx hash type WRT Rx desc RSS typeFan Du1-4/+21
2015-07-17ixgbevf: fold ixgbevf_pull_tail into ixgbevf_add_rx_fragAlexander Duyck1-47/+19