summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2017-11-30igb: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-30i40e: Use smp_rmb rather than read_barrier_dependsBrian King2-2/+2
2017-11-21ixgbe: do not disable FEC from the driverEmil Tantilov1-2/+0
2017-11-21ixgbe: add mask for 64 RSS queuesEmil Tantilov1-1/+7
2017-11-21ixgbe: Reduce I2C retry count on X550 devicesTony Nguyen1-1/+3
2017-11-21ixgbe: Fix reporting of 100Mb capabilityTony Nguyen1-1/+1
2017-11-21ixgbe: handle close/suspend race with netif_device_detach/presentEmil Tantilov1-9/+8
2017-11-21ixgbe: fix AER error handlingEmil Tantilov1-2/+4
2017-11-21ixgbe: Configure advertised speeds correctly for KR/KX backplaneDon Skidmore1-3/+2
2017-11-21igb: Fix hw_dbg logging in igb_update_flash_i210Hannu Lounento1-2/+2
2017-11-21igb: close/suspend race in netif_device_detachTodd Fujinaka1-9/+12
2017-11-21igb: reset the PHY before reading the PHY IDAaron Sierra1-0/+11
2017-11-21fm10k: request reset when mbx->state changesNgai-Mint Kwan2-4/+12
2017-10-08igb: re-assign hw address pointer on reset after PCI errorGuilherme G Piccoli1-0/+5
2017-07-28igb: Explicitly select page 0 at initializationMatwey V Kornilov1-0/+1
2017-03-22igb: add i211 to i210 PHY workaroundTodd Fujinaka1-1/+1
2017-03-22igb: Workaround for igb i210 firmware issueChris J Arges1-0/+4
2016-12-01ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2-4/+12
2016-12-01igb/igbvf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2-4/+12
2016-10-28i40e: fix call of ndo_dflt_bridge_getlink()Huaibin Wang1-1/+1
2016-10-28i40e: disable MSI-X interrupts if we cannot reserve enough vectorsGuilherme G Piccoli1-0/+1
2016-10-28i40e: Fix configure TCs after initial DCB disableDavid Ertman2-27/+5
2016-10-28ixgbe: fix panic when using macvlan with l2-fwd-offload enabledEmil Tantilov1-4/+8
2016-10-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2-1/+3
2016-10-04i40e: avoid NULL pointer dereference and recursive errors on early PCI errorGuilherme G Piccoli1-0/+6
2016-10-04i40e: fix sideband flow director vector allocationStefan Assmann1-2/+9
2016-10-04i40e: fix MSI-X vector redistribution if hw limit is reachedStefan Assmann1-16/+22
2016-10-04i40e: check if vectors are already depleted when doing VMDq allocationStefan Assmann1-11/+16
2016-10-03fm10k: wrap long line for alloc_workqueueJacob Keller1-1/+2
2016-10-03fm10k: use generic ethtool_op_get_ts_info callbackJacob Keller1-0/+1
2016-09-28igb: restore PPS signal on igb_ptp_resetJacob Keller2-1/+5
2016-09-28igb: bump version to igb-5.4.0Todd Fujinaka1-1/+1
2016-09-28igbvf: bump version to igbvf-2.4.0Todd Fujinaka1-1/+1
2016-09-28igb: fix non static symbol warningWei Yongjun1-2/+2
2016-09-25i40evf: support queue-specific settings for interrupt moderationJacob Keller7-70/+280
2016-09-25i40e: don't configure zero-size RSS tableMitch Williams1-0/+2
2016-09-25i40e: Strip out debugfs hook for Flow Director filter programmingAlexander Duyck3-84/+3
2016-09-25i40e: Split Flow Director descriptor config into separate functionAlexander Duyck1-51/+64
2016-09-25i40e/i40evf: Add txring_txq function to match fm10k and ixgbeAlexander Duyck4-22/+30
2016-09-25i40e: Fix Flow Director raw_buf cleanupAlexander Duyck2-8/+8
2016-09-25i40evf: enable adaptive interrupt throttlingMitch Williams1-5/+11
2016-09-25i40e: Increase minimum number of allocated VSIAkeem Abodunrin1-1/+1
2016-09-25i40e/i40evf: Changed version to 1.6.16Bimmy Pujari2-2/+2
2016-09-25i40e: removing unreachable codeHenry Tieman1-5/+1
2016-09-25i40e: check conflicting ntuple/sideband rules when re-enabling ATRJacob Keller1-3/+7
2016-09-25i40e: cleanup ATR auto_disable_flags useJacob Keller3-20/+17
2016-09-25i40e: add encap csum VF offload flagPreethi Banala2-0/+2
2016-09-25i40e: fix deleting mac filtersAlan Brady1-2/+2
2016-09-25i40e: Remove 100 Mbps SGMII support for X722Harshitha Ramamurthy1-1/+0
2016-09-24Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller7-45/+62