aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata1-1/+2
2019-01-15ice: add const qualifier to mac_addr parameterJacob Keller2-4/+4
2019-01-15ice: Add support for new PHY typesAnirudh Venkataramanan7-23/+418
2019-01-15ice: Offload SCTP checksumAnirudh Venkataramanan4-0/+9
2019-01-15ice: Allow for software timestampingTony Nguyen1-0/+1
2019-01-15ice: Implement getting and setting ethtool coalesceBrett Creeley3-0/+261
2019-01-15ice: Add support for adaptive interrupt moderationBrett Creeley5-23/+120
2019-01-15ice: Move aggregator list into ice_hw instanceAnirudh Venkataramanan4-14/+26
2019-01-15ice: Rework queue management code for reuseAnirudh Venkataramanan5-123/+159
2019-01-15ice: Add ethtool private flag to make forcing link down optionalBruce Allan3-6/+95
2019-01-15ice: Set physical link up/down when an interface is set up/downBrett Creeley2-5/+96
2019-01-15ice: Implement support for normal get_eeprom[_len] ethtool opsBruce Allan3-0/+134
2019-01-15ice: Add ethtool set_phys_id handlerAnirudh Venkataramanan4-0/+68
2019-01-15ice: Configure RSS LUT and HASH KEY in rebuild pathMd Fahad Iqbal Polash1-0/+6
2019-01-15ice: Refactor a few Tx scheduler functionsAnirudh Venkataramanan2-91/+53
2019-01-15ice: Fix unused variable build warningBruce Allan1-1/+2
2018-12-20ice: Do not enable NAPI on q_vectors that have no ringsYoung Xiao1-4/+12
2018-12-12net: ndo_bridge_setlink: Add extackPetr Machata1-1/+2
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg1-4/+6
2018-11-20ice: Fix possible NULL pointer de-referenceBruce Allan1-0/+3
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan9-42/+42
2018-11-20ice: Cosmetic formatting changesAnirudh Venkataramanan11-84/+83
2018-11-20ice: Cleanup short function signaturesBruce Allan3-8/+4
2018-11-20ice: Cleanup ice_tx_timeout()Bruce Allan1-13/+9
2018-11-20ice: Fix return value from NAPI pollDave Ertman1-1/+2
2018-11-20ice: Constify global structures that can/should beBruce Allan1-2/+2
2018-11-20ice: Do not set LAN_EN for MAC-VLAN filtersYashaswini Raghuram Prathivadi Bhayankaram1-13/+24
2018-11-20ice: Pass the return value of ice_init_def_sw_recp()Jaroslaw Ilgiewicz1-3/+1
2018-11-20ice: Cleanup duplicate control queue codeBruce Allan1-142/+76
2018-11-20ice: Do autoneg based on VSI stateAkeem G Abodunrin1-5/+5
2018-11-13ice: Remove ICE_MAX_TXQ_PER_TXQG check when configuring Tx queueMd Fahad Iqbal Polash1-4/+0
2018-11-13ice: Destroy scheduler tree in reset pathHenry Tieman1-0/+1
2018-11-13ice: Fix to make VLAN priority tagged traffic to appear on all TCsUsha Ketineni5-51/+81
2018-11-13ice: Call pci_disable_sriov before stopping queues for VFBrett Creeley1-9/+9
2018-11-13ice: Increase Rx queue disable timeoutPiotr Raczynski1-3/+3
2018-11-13ice: Fix NVM mask definesLev Faerman1-3/+3
2018-11-13ice: Avoid nested RTNL locking in ice_dis_vsiDave Ertman1-5/+10
2018-11-13ice: Calculate guaranteed VSIs per function and use itAnirudh Venkataramanan5-6/+34
2018-11-13ice: Remove node before releasing VSIAnirudh Venkataramanan3-1/+110
2018-11-13ice: Check for q_vector when stopping ringsTony Nguyen1-1/+2
2018-11-13ice: Fix debug print in ice_tx_timeoutBrett Creeley2-6/+12
2018-11-07ice: Change req_speeds to be u16Chinh T Cao1-1/+1
2018-11-06ice: Fix the bytecount sent to netdev_tx_sent_queueBrett Creeley1-1/+1
2018-11-06ice: Fix tx_timeout in PF driverBrett Creeley4-6/+40
2018-11-06ice: Fix napi delete calls for removeDave Ertman3-1/+3
2018-11-06ice: Fix typo in error messageAnirudh Venkataramanan1-1/+1
2018-11-06ice: Fix flags for port VLANMd Fahad Iqbal Polash1-1/+1
2018-11-06ice: Remove duplicate addition of VLANs in replay pathAnirudh Venkataramanan3-39/+6
2018-11-06ice: Free VSI contexts during for unloadVictor Raj3-0/+17
2018-11-06ice: Fix dead device link issue with flow controlAkeem G Abodunrin1-1/+6