summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2018-11-07i40e: enable NETIF_F_NTUPLE and NETIF_F_HW_TC at driver loadJacob Keller
2018-11-07i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller
2018-11-07ice: Change req_speeds to be u16Chinh T Cao
2018-11-06igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar
2018-11-06ice: Fix the bytecount sent to netdev_tx_sent_queueBrett Creeley
2018-11-06ice: Fix tx_timeout in PF driverBrett Creeley
2018-11-06ice: Fix napi delete calls for removeDave Ertman
2018-11-06ice: Fix typo in error messageAnirudh Venkataramanan
2018-11-06ice: Fix flags for port VLANMd Fahad Iqbal Polash
2018-11-06ice: Remove duplicate addition of VLANs in replay pathAnirudh Venkataramanan
2018-11-06ice: Free VSI contexts during for unloadVictor Raj
2018-11-06ice: Fix dead device link issue with flow controlAkeem G Abodunrin
2018-11-06ice: Check for reset in progress during removeAnirudh Venkataramanan
2018-11-06ice: Set carrier state and start/stop queues in rebuildAnirudh Venkataramanan
2018-10-31ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl
2018-10-31i40e: Update status codesMitch Williams
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher
2018-10-31fm10k: bump driver version to match out-of-tree releaseJacob Keller
2018-10-31fm10k: add missing device IDs to the upstream driverJacob Keller
2018-10-31fm10k: ensure completer aborts are marked as non-fatal after a resumeJacob Keller
2018-10-31fm10k: fix SM mailbox full conditionNgai-Mint Kwan
2018-10-31igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-24ice: Poll for link status changeAnirudh Venkataramanan
2018-10-24ice: Allocate VF interrupts and set queue mapAnirudh Venkataramanan
2018-10-24ice: Introduce ice_dev_onetime_setupAnirudh Venkataramanan
2018-10-24ice: Use capability count returned by the firmwareAnirudh Venkataramanan
2018-10-24ice: Update expected FW versionAnirudh Venkataramanan
2018-10-24ice: Change device ID define names to align with branding stringAnirudh Venkataramanan
2018-10-24ice: Make ice_msix_clean_rings staticAnirudh Venkataramanan
2018-10-18Documentation: intel: Convert to RST formatJeff Kirsher
2018-10-18Documentation: fm10k: Add kernel documentationJeff Kirsher
2018-10-17igc: Add watchdogSasha Neftin
2018-10-17igc: Add setup link functionalitySasha Neftin
2018-10-17igc: Add code for PHY supportSasha Neftin
2018-10-17igc: Add NVM supportSasha Neftin
2018-10-17igc: Add HW initialization codeSasha Neftin
2018-10-17igc: Add transmit and receive fastpath and interrupt handlersSasha Neftin
2018-10-17igc: Add support for Tx/Rx ringsSasha Neftin
2018-10-17igc: Add interrupt supportSasha Neftin
2018-10-17igc: Add netdevSasha Neftin
2018-10-17igc: Add support for PFSasha Neftin
2018-10-17igc: Add skeletal frame for Intel(R) 2.5G Ethernet Controller supportSasha Neftin
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-03ixgbe: check return value of napi_complete_done()Song Liu
2018-10-03iavf: fix a typoRami Rosen
2018-10-03ixgbe: add AF_XDP zero-copy Tx supportBjörn Töpel
2018-10-03ixgbe: move common Tx functions to ixgbe_txrx_common.hBjörn Töpel