aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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