aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl1-1/+3
2018-10-31i40e: Update status codesMitch Williams1-1/+1
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher7-12/+30
2018-10-31fm10k: bump driver version to match out-of-tree releaseJacob Keller1-1/+1
2018-10-31fm10k: add missing device IDs to the upstream driverJacob Keller2-0/+4
2018-10-31fm10k: ensure completer aborts are marked as non-fatal after a resumeJacob Keller1-20/+28
2018-10-31fm10k: fix SM mailbox full conditionNgai-Mint Kwan1-1/+2
2018-10-31igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar1-1/+7
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-141/+77
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet3-3/+0
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-32/+0
2018-10-24ice: Poll for link status changeAnirudh Venkataramanan3-120/+25
2018-10-24ice: Allocate VF interrupts and set queue mapAnirudh Venkataramanan2-4/+17
2018-10-24ice: Introduce ice_dev_onetime_setupAnirudh Venkataramanan4-0/+25
2018-10-24ice: Use capability count returned by the firmwareAnirudh Venkataramanan1-3/+1
2018-10-24ice: Update expected FW versionAnirudh Venkataramanan1-3/+2
2018-10-24ice: Change device ID define names to align with branding stringAnirudh Venkataramanan2-6/+6
2018-10-24ice: Make ice_msix_clean_rings staticAnirudh Venkataramanan2-2/+1
2018-10-18Documentation: intel: Convert to RST formatJeff Kirsher1-4/+19
2018-10-18Documentation: fm10k: Add kernel documentationJeff Kirsher1-0/+3
2018-10-17igc: Add watchdogSasha Neftin4-0/+256
2018-10-17igc: Add setup link functionalitySasha Neftin8-0/+717
2018-10-17igc: Add code for PHY supportSasha Neftin12-1/+820
2018-10-17igc: Add NVM supportSasha Neftin13-3/+949
2018-10-17igc: Add HW initialization codeSasha Neftin10-1/+819
2018-10-17igc: Add transmit and receive fastpath and interrupt handlersSasha Neftin4-44/+1205
2018-10-17igc: Add support for Tx/Rx ringsSasha Neftin8-1/+1172
2018-10-17igc: Add interrupt supportSasha Neftin4-0/+1267
2018-10-17igc: Add netdevSasha Neftin4-1/+534
2018-10-17igc: Add support for PFSasha Neftin9-1/+442
2018-10-17igc: Add skeletal frame for Intel(R) 2.5G Ethernet Controller supportSasha Neftin6-0/+212
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2018-10-03ixgbe: check return value of napi_complete_done()Song Liu1-5/+7
2018-10-03iavf: fix a typoRami Rosen1-1/+1
2018-10-03ixgbe: add AF_XDP zero-copy Tx supportBjörn Töpel3-1/+195
2018-10-03ixgbe: move common Tx functions to ixgbe_txrx_common.hBjörn Töpel2-6/+8
2018-10-03ixgbe: add AF_XDP zero-copy Rx supportBjörn Töpel6-21/+745
2018-10-03ixgbe: move common Rx functions to ixgbe_txrx_common.hBjörn Töpel2-18/+37
2018-10-03ixgbe: added Rx/Tx ring disable/enable functionsBjörn Töpel2-0/+159
2018-10-03ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl1-2/+8
2018-10-03i40e: Remove unnecessary print statementNathan Chancellor1-2/+0
2018-10-03i40e: Use proper enum in i40e_ndo_set_vf_link_stateNathan Chancellor1-1/+1
2018-10-03ixgbevf: off by one in ixgbevf_ipsec_tx()Dan Carpenter1-1/+1
2018-10-03ixgbe: remove redundant function ixgbe_fw_recovery_mode()YueHaibing1-11/+0
2018-10-03ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limitRadoslaw Tyl1-4/+10
2018-10-03ixgbevf: fix msglen for ipsec mbx messagesShannon Nelson1-7/+4
2018-10-03ice: Update version stringAnirudh Venkataramanan1-1/+1
2018-10-03ice: Use the right function to enable/disable VSIDave Ertman1-9/+14
2018-10-03ice: Add more flexibility on how we assign an ITR indexBrett Creeley3-47/+59
2018-10-03ice: Fix potential null pointer issuesDave Ertman1-6/+7