summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
...
* | | ixgbe: move common Tx functions to ixgbe_txrx_common.hBjörn Töpel2018-10-032-6/+8
* | | ixgbe: add AF_XDP zero-copy Rx supportBjörn Töpel2018-10-036-21/+745
* | | ixgbe: move common Rx functions to ixgbe_txrx_common.hBjörn Töpel2018-10-032-18/+37
* | | ixgbe: added Rx/Tx ring disable/enable functionsBjörn Töpel2018-10-032-0/+159
* | | ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl2018-10-031-2/+8
* | | i40e: Remove unnecessary print statementNathan Chancellor2018-10-031-2/+0
* | | i40e: Use proper enum in i40e_ndo_set_vf_link_stateNathan Chancellor2018-10-031-1/+1
* | | ixgbevf: off by one in ixgbevf_ipsec_tx()Dan Carpenter2018-10-031-1/+1
* | | ixgbe: remove redundant function ixgbe_fw_recovery_mode()YueHaibing2018-10-031-11/+0
* | | ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limitRadoslaw Tyl2018-10-031-4/+10
* | | ixgbevf: fix msglen for ipsec mbx messagesShannon Nelson2018-10-031-7/+4
* | | ice: Update version stringAnirudh Venkataramanan2018-10-031-1/+1
* | | ice: Use the right function to enable/disable VSIDave Ertman2018-10-031-9/+14
* | | ice: Add more flexibility on how we assign an ITR indexBrett Creeley2018-10-033-47/+59
* | | ice: Fix potential null pointer issuesDave Ertman2018-10-031-6/+7
* | | ice: Add code to go from ICE_FWD_TO_VSI_LIST to ICE_FWD_TO_VSIBrett Creeley2018-10-031-9/+29
* | | ice: Fix forward to queue group logicAnirudh Venkataramanan2018-10-031-4/+10
* | | ice: Extend malicious operations detection logicAnirudh Venkataramanan2018-10-033-2/+60
* | | ice: Notify VF of link status changeAnirudh Venkataramanan2018-10-033-0/+17
* | | ice: Implement virtchnl commands for AVF supportAnirudh Venkataramanan2018-10-036-0/+1221
* | | ice: Add handlers for VF netdevice operationsAnirudh Venkataramanan2018-10-036-1/+629
* | | ice: Add support for VF reset eventsAnirudh Venkataramanan2018-10-0310-1/+272
* | | ice: Update VSI and queue management code to handle VF VSIAnirudh Venkataramanan2018-10-036-34/+184
* | | ice: Add handler to configure SR-IOVAnirudh Venkataramanan2018-10-0311-9/+1061
* | | ice: Add support to detect SR-IOV capability and mailbox queuesAnirudh Venkataramanan2018-10-038-1/+151
* | | ice: Fix error on driver removeDave Ertman2018-10-021-0/+6
* | | ice: Add support for dynamic interrupt moderationBrett Creeley2018-10-027-24/+102
* | | ice: Align ice_reset_req enum values to hardware reset valuesBrett Creeley2018-10-022-5/+14
* | | ice: Implement ethtool hook for RSS switchMd Fahad Iqbal Polash2018-10-023-0/+40
* | | ice: Split irq_tracker into sw_irq_tracker and hw_irq_trackerPreethi Banala2018-10-023-64/+148
* | | ice: Check for actual link state of port after resetDave Ertman2018-10-023-2/+6
* | | ice: Implement VSI replay frameworkAnirudh Venkataramanan2018-10-026-51/+178
* | | ice: Expand use of VSI handles part 2/2Anirudh Venkataramanan2018-10-029-163/+132
* | | ice: Expand use of VSI handles part 1/2Anirudh Venkataramanan2018-10-024-200/+328
* | | ice: Change pf state behavior to protect reset pathDave Ertman2018-10-014-30/+31
* | | ice: Move common functions out of ice_main.c part 7/7Anirudh Venkataramanan2018-10-013-282/+249
* | | ice: Move common functions out of ice_main.c part 6/7Anirudh Venkataramanan2018-10-013-450/+521
* | | ice: Move common functions out of ice_main.c part 5/7Anirudh Venkataramanan2018-10-013-132/+141
* | | ice: Move common functions out of ice_main.c part 4/7Anirudh Venkataramanan2018-10-013-417/+429
* | | ice: Move common functions out of ice_main.c part 3/7Anirudh Venkataramanan2018-10-013-386/+410
* | | ice: Move common functions out of ice_main.c part 2/7Anirudh Venkataramanan2018-10-013-519/+526
* | | ice: Move common functions out of ice_main.c part 1/7Anirudh Venkataramanan2018-10-016-315/+348
* | | ice: fix changing of ring descriptor size (ethtool -G)Bruce Allan2018-09-282-5/+16
* | | ice: Update to capabilities admin queue commandAnirudh Venkataramanan2018-09-281-16/+34
* | | ice: Query the Tx scheduler node before adding itAnirudh Venkataramanan2018-09-282-1/+71
* | | ice: Update comment for ice_fltr_mgmt_list_entryBrett Creeley2018-09-281-1/+2
* | | ice: update fw version check logicJacob Keller2018-09-281-11/+19
* | | ice: update branding strings and supported device idsBruce Allan2018-09-282-9/+3
* | | ice: replace unnecessary memcpy with direct assignmentBruce Allan2018-09-281-1/+1
* | | ice: use [sr]q.count when checking if queue is initializedJacob Keller2018-09-281-4/+4