summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2016-03-02net: cls_u32: move TC offload feature bit into cls_u32 offload logicJohn Fastabend1-3/+0
2016-02-25igb: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-6/+8
2016-02-25igb: Fix VLAN tag stripping on Intel i350Corinna Vinschen1-9/+32
2016-02-25igbvf: remove "link is Up" message when registering mcast addressJon Maxwell1-1/+0
2016-02-25igbvf: Add support for generic Tx checksumsAlexander Duyck2-61/+82
2016-02-25igb: Add support for generic Tx checksumsAlexander Duyck1-58/+48
2016-02-25igb: rename igb define to be more genericTodd Fujinaka2-4/+4
2016-02-25igb: add conditions for I210 to generate periodic clock outputRoland Hii1-1/+2
2016-02-25igb: enable WoL for OEM devices regardless of EEPROM settingTodd Fujinaka1-0/+20
2016-02-25igb: constify e1000_phy_operations structureJulia Lawall2-2/+2
2016-02-25igb: When GbE link up, wait for Remote receiver status conditionTakuma Ueba1-0/+20
2016-02-25e1000e: Initial support for KabeLakeRaanan Avargil2-0/+8
2016-02-25e1000e: Clear ULP configuration register on ULP exitRaanan Avargil2-0/+6
2016-02-25e1000e: Set HW FIFO minimum pointer gap for non-gig speedsRaanan Avargil1-0/+12
2016-02-25e1000e: Increase PHY PLL clock gate timingRaanan Avargil2-0/+15
2016-02-25e1000e: Increase ULP timerRaanan Avargil1-2/+2
2016-02-20i40e/ethtool: support coalesce setting by queueKan Liang1-0/+7
2016-02-20i40e/ethtool: support coalesce getting by queueKan Liang1-0/+7
2016-02-20i40e: queue-specific settings for interrupt moderationKan Liang6-70/+120
2016-02-19i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15Jesse Brandeburg2-2/+2
2016-02-19i40e: let go of the pastMitch Williams1-0/+2
2016-02-19i40e: suspend scheduling during driver unloadPandi Kumar Maharajan1-0/+1
2016-02-19i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.Shannon Nelson5-22/+23
2016-02-19i40e: implement and use Rx CTL helper functionsShannon Nelson4-3/+266
2016-02-19i40e: add adminq commands for Rx CTL registersShannon Nelson2-0/+32
2016-02-19i40e: add check for null VSIJohn Underwood1-1/+6
2016-02-19i40e: Expose some registers to program parser, FD and RSS logicAnjali Singhai Jain1-0/+48
2016-02-19i40e: Fix for unexpected messagingCarolyn Wyborny1-6/+7
2016-02-19i40e: Do not wait for Rx queue disable in DCB reconfigNeerav Parikh1-9/+24
2016-02-19i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bitKevin Scott1-1/+7
2016-02-19i40e: Fix led blink capability for 10GBaseT PHYCarolyn Wyborny4-6/+63
2016-02-19i40e: Add functions to blink led on 10GBaseT PHYCarolyn Wyborny4-0/+365
2016-02-19i40e/i40evf: Move Tx checksum closer to TSOAlexander Duyck2-11/+11
2016-02-19i40e/i40evf: Rewrite logic for 8 descriptor per packet checkAlexander Duyck5-92/+162
2016-02-19i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_txAlexander Duyck5-112/+123
2016-02-19i40e: Add support for ATR w/ IPv6 extension headersAlexander Duyck1-15/+13
2016-02-19i40evf: Update feature flags to reflect newly enabled featuresAlexander Duyck1-4/+19
2016-02-19i40e: Update feature flags to reflect newly enabled featuresAlexander Duyck1-4/+10
2016-02-19i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnelsAlexander Duyck1-12/+0
2016-02-19i40e: Fix ATR in relation to tunnelsAlexander Duyck1-17/+11
2016-02-19i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUMAlexander Duyck2-2/+36
2016-02-19i40e/i40evf: Clean-up Rx packet checksum handlingAlexander Duyck2-26/+20
2016-02-18i40e/i40evf: Add exception handling for Tx checksumAlexander Duyck4-26/+45
2016-02-18i40e/i40evf: Do not write to descriptor unless we completeAlexander Duyck2-76/+84
2016-02-18i40e/i40evf: Handle IPv6 extension headers in checksum offloadAlexander Duyck2-2/+26
2016-02-18i40e/i40evf: Add support for IPv4 encapsulated in IPv6Alexander Duyck2-30/+49
2016-02-18i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum pathAlexander Duyck2-51/+52
2016-02-18i40e/i40evf: Consolidate all header changes into TSO functionAlexander Duyck2-36/+52
2016-02-18i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO pathAlexander Duyck2-26/+36
2016-02-18i40e/i40evf: Use u64 values instead of casting them in TSO functionAlexander Duyck2-10/+8