summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2016-08-21ixgbe: Add support for new X557 deviceDon Skidmore4-0/+11
2016-08-21ixgbe: add device to MDIO speed settingDon Skidmore1-0/+2
2016-08-21ixgbe: Fix led interface for X557 devicesDon Skidmore2-2/+53
2016-08-21ixgbe: add support for geneve Rx offloadEmil Tantilov3-51/+134
2016-08-21ixgbevf: fix incorrect MAC address on loadEmil Tantilov1-7/+14
2016-08-21ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth1-1/+3
2016-08-20i40evf: Open RDMA Client after resetAvinash Dayanand1-0/+2
2016-08-20i40e/i40evf: Fix indentationJeff Kirsher2-92/+96
2016-08-20i40e: Correcting mutex usage in client codeAvinash Dayanand1-0/+1
2016-08-20i40e: Remove XSTRINGIFY macro definitions and usesJoe Perches2-7/+3
2016-08-20i40e: Initialize pointer in client_release functionHarshitha Ramamurthy1-2/+2
2016-08-20i40e: Check client is open before calling client opsCatherine Sullivan1-0/+25
2016-08-20i40e: use matching format identifiersHeinrich Schuchardt1-13/+13
2016-08-20i40e: Add support for HMC resource and profile for X722Carolyn Wyborny2-0/+42
2016-08-20i40e: Fix byte ordering in ARP NS code for X722Carolyn Wyborny2-34/+42
2016-08-20i40e: refactor tail_bump checkCarolyn Wyborny2-8/+4
2016-08-20i40evf: report link speedMitch Williams3-12/+70
2016-08-20i40e: use alloc_workqueue instead of create_singlethread_workqueueJacob Keller2-2/+4
2016-08-20i40e: use configured RSS key and lookup table in i40e_vsi_config_rssJacob Keller1-4/+17
2016-08-20i40e: fix broken i40e_config_rss_aq functionJacob Keller1-34/+23
2016-08-20i40e: move i40e_vsi_config_rss below i40e_get_rss_aqJacob Keller1-27/+27
2016-08-20Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller4-19/+15
2016-08-19ixgbe: use atomic bitwise operations when handling reset requestsEmil Tantilov2-10/+8
2016-08-19ixgbevf: only check Tx queue enablement when debuggingEmil Tantilov1-1/+1
2016-08-19ixgbevf: change hw_dbg to use netdev_dbgEmil Tantilov2-7/+5
2016-08-19ixgbe: only check Tx queue enablement when debuggingEmil Tantilov1-1/+1
2016-08-19igb: fix error code in igb_add_ethtool_nfc_entry()Gangfeng Huang1-1/+1
2016-08-19igb: support RX flow classification by VLAN priorityGangfeng Huang4-7/+92
2016-08-19igb: support RX flow classification by ethertypeGangfeng Huang4-6/+101
2016-08-19igb: add support of RX network flow classificationGangfeng Huang3-0/+270
2016-08-18i40e: Expose 'trust' flag to userspace via ndo_get_vf_config.Sridhar Samudrala1-0/+1
2016-08-18i40e: remove a stray unlockDan Carpenter1-1/+0
2016-08-18i40e/i40evf-Bump version from 1.6.11 to 1.6.12Bimmy Pujari2-2/+2
2016-08-18i40e: Allow RSS Hash set with less than four parametersCarolyn Wyborny2-81/+130
2016-08-18i40e: fix memory leakMitch Williams1-0/+1
2016-08-18i40e: fix lookup table when RSS disabled/enabledAlan Brady1-0/+28
2016-08-18i40e: Don't notify client of VF reset during VF creationAvinash Dayanand1-2/+5
2016-08-18i40e: Force register writes to mitigate sync issues with iwarp VF driverAvinash Dayanand1-1/+2
2016-08-18i40e: don't allow reduction of channels below active FD rulesJacob Keller1-0/+24
2016-08-18i40e: Fix static analysis tool warningDave Ertman1-3/+1
2016-08-18i40evf: add missing rtnl_lock() around i40evf_set_interrupt_capabilityJacob Keller1-0/+2
2016-08-18i40e: reset RX csum error stat with other pf statsCatherine Sullivan1-0/+1
2016-08-18i40e/i40evf: Reset VLAN filter count when resettingCatherine Sullivan1-0/+1
2016-08-18i40e: Fix a bug where a client close can be called before an open is completeAnjali Singhai Jain1-0/+2
2016-08-18i40e: Use list_move instead of list_del/list_addWei Yongjun1-2/+1
2016-08-18net_sched: convert tcf_exts from list to pointer arrayWANG Cong1-1/+3
2016-08-16i40e: check for and deal with non-contiguous TCsDave Ertman1-10/+25
2016-08-16ixgbe: Re-enable ability to toggle VLAN filteringAlexander Duyck1-0/+1
2016-08-16ixgbe: Force VLNCTRL.VFE to be set in all VMDq pathsAlexander Duyck1-6/+12
2016-08-16e1000e: fix PTP on e1000_pch_lpt variantsJarod Wilson1-1/+2