summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* i40e: enable NETIF_F_NTUPLE and NETIF_F_HW_TC at driver loadJacob Keller2018-11-071-3/+3
* i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller2018-11-071-0/+2
* ice: Change req_speeds to be u16Chinh T Cao2018-11-071-1/+1
* igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar2018-11-061-5/+7
* ice: Fix the bytecount sent to netdev_tx_sent_queueBrett Creeley2018-11-061-1/+1
* ice: Fix tx_timeout in PF driverBrett Creeley2018-11-064-6/+40
* ice: Fix napi delete calls for removeDave Ertman2018-11-063-1/+3
* ice: Fix typo in error messageAnirudh Venkataramanan2018-11-061-1/+1
* ice: Fix flags for port VLANMd Fahad Iqbal Polash2018-11-061-1/+1
* ice: Remove duplicate addition of VLANs in replay pathAnirudh Venkataramanan2018-11-063-39/+6
* ice: Free VSI contexts during for unloadVictor Raj2018-11-063-0/+17
* ice: Fix dead device link issue with flow controlAkeem G Abodunrin2018-11-061-1/+6
* ice: Check for reset in progress during removeAnirudh Venkataramanan2018-11-062-0/+8
* ice: Set carrier state and start/stop queues in rebuildAnirudh Venkataramanan2018-11-061-1/+17
* ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl2018-10-311-1/+3
* i40e: Update status codesMitch Williams2018-10-311-1/+1
* ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher2018-10-317-12/+30
* fm10k: bump driver version to match out-of-tree releaseJacob Keller2018-10-311-1/+1
* fm10k: add missing device IDs to the upstream driverJacob Keller2018-10-312-0/+4
* fm10k: ensure completer aborts are marked as non-fatal after a resumeJacob Keller2018-10-311-20/+28
* fm10k: fix SM mailbox full conditionNgai-Mint Kwan2018-10-311-1/+2
* igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar2018-10-311-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-10-2612-141/+77
|\
| * drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-253-3/+0
| * ice: Poll for link status changeAnirudh Venkataramanan2018-10-243-120/+25
| * ice: Allocate VF interrupts and set queue mapAnirudh Venkataramanan2018-10-242-4/+17
| * ice: Introduce ice_dev_onetime_setupAnirudh Venkataramanan2018-10-244-0/+25
| * ice: Use capability count returned by the firmwareAnirudh Venkataramanan2018-10-241-3/+1
| * ice: Update expected FW versionAnirudh Venkataramanan2018-10-241-3/+2
| * ice: Change device ID define names to align with branding stringAnirudh Venkataramanan2018-10-242-6/+6
| * ice: Make ice_msix_clean_rings staticAnirudh Venkataramanan2018-10-242-2/+1
* | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-255-32/+0
|\ \ | |/ |/|
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-025-32/+0
* | 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