aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-14i40e: Use correct shift for VLAN priorityRichard Rodriguez1-2/+2
2018-11-14i40e: always set ks->base.speed in i40e_get_settings_link_upJacob Keller1-0/+1
2018-11-14i40e: don't restart nway if autoneg not supportedMitch Williams1-5/+5
2018-11-14i40e: Allow disabling FW LLDP on X722 devicesPatryk Małek4-15/+17
2018-11-14i40e: update driver versionAlice Michael1-2/+2
2018-11-14i40e: Protect access to VF control methodsJan Sokolowski2-5/+60
2018-11-14i40e: Replace strncpy with strlcpy to ensure null terminationPatryk Małek2-8/+8
2018-11-14i40e: Add capability flag for stopping FW LLDPKrzysztof Galazka3-1/+10
2018-11-14i40e: Use a local variable for readabilityJan Sokolowski1-2/+2
2018-11-14i40e: Replace spin_is_locked() with lockdepLance Roy1-2/+1
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-60/+113
2018-11-09ixgbe: extend PTP gettime function to read system clockMiroslav Lichvar1-10/+44
2018-11-09igb: extend PTP gettime function to read system clockMiroslav Lichvar1-10/+55
2018-11-09e1000e: extend PTP gettime function to read system clockMiroslav Lichvar3-16/+45
2018-11-07i40e: enable NETIF_F_NTUPLE and NETIF_F_HW_TC at driver loadJacob Keller1-3/+3
2018-11-07igc: Clean up codeSasha Neftin2-24/+0
2018-11-07e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar1-3/+10
2018-11-07igc: Tidy up some white spaceDan Carpenter1-5/+5
2018-11-07igc: fix error return handling from call to netif_set_real_num_tx_queuesColin Ian King1-1/+1
2018-11-07igc: Remove set but not used variable 'pci_using_dac'YueHaibing1-4/+1
2018-11-07igc: Remove set but not used variables 'ctrl_ext, link_mode'YueHaibing1-8/+0
2018-11-07i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka3-3/+5
2018-11-07intel-ethernet: software timestamp skbs as late as possibleJacob Keller5-10/+10
2018-11-07ixgbevf: add support for software timestampsJacob Keller1-0/+2
2018-11-07ixgbe: allow IPsec Tx offload in VEPA modeShannon Nelson1-1/+3
2018-11-07ixgbe: don't clear_bit on xdp_ring->state if xdp_ring is nullColin Ian King1-1/+2
2018-11-07igbvf: Replace spin_is_locked() with lockdepLance Roy1-2/+2
2018-11-07i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller1-0/+2
2018-11-07ice: Change req_speeds to be u16Chinh T Cao1-1/+1
2018-11-06igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar1-5/+7
2018-11-06ice: Fix the bytecount sent to netdev_tx_sent_queueBrett Creeley1-1/+1
2018-11-06ice: Fix tx_timeout in PF driverBrett Creeley4-6/+40
2018-11-06ice: Fix napi delete calls for removeDave Ertman3-1/+3
2018-11-06ice: Fix typo in error messageAnirudh Venkataramanan1-1/+1
2018-11-06ice: Fix flags for port VLANMd Fahad Iqbal Polash1-1/+1
2018-11-06ice: Remove duplicate addition of VLANs in replay pathAnirudh Venkataramanan3-39/+6
2018-11-06ice: Free VSI contexts during for unloadVictor Raj3-0/+17
2018-11-06ice: Fix dead device link issue with flow controlAkeem G Abodunrin1-1/+6
2018-11-06ice: Check for reset in progress during removeAnirudh Venkataramanan2-0/+8
2018-11-06ice: Set carrier state and start/stop queues in rebuildAnirudh Venkataramanan1-1/+17
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