summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Documentation: intel: Convert to RST formatJeff Kirsher2018-10-181-4/+19
* Documentation: fm10k: Add kernel documentationJeff Kirsher2018-10-181-0/+3
* igc: Add watchdogSasha Neftin2018-10-174-0/+256
* igc: Add setup link functionalitySasha Neftin2018-10-178-0/+717
* igc: Add code for PHY supportSasha Neftin2018-10-1712-1/+820
* igc: Add NVM supportSasha Neftin2018-10-1713-3/+949
* igc: Add HW initialization codeSasha Neftin2018-10-1710-1/+819
* igc: Add transmit and receive fastpath and interrupt handlersSasha Neftin2018-10-174-44/+1205
* igc: Add support for Tx/Rx ringsSasha Neftin2018-10-178-1/+1172
* igc: Add interrupt supportSasha Neftin2018-10-174-0/+1267
* igc: Add netdevSasha Neftin2018-10-174-1/+534
* igc: Add support for PFSasha Neftin2018-10-179-1/+442
* igc: Add skeletal frame for Intel(R) 2.5G Ethernet Controller supportSasha Neftin2018-10-176-0/+212
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-5/+7
|\
| * ixgbe: check return value of napi_complete_done()Song Liu2018-10-031-5/+7
* | iavf: fix a typoRami Rosen2018-10-031-1/+1
* | ixgbe: add AF_XDP zero-copy Tx supportBjörn Töpel2018-10-033-1/+195
* | 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
OpenPOWER on IntegriCloud