summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2017-01-19net: Remove usage of net_device last_rx memberTobias Klauser3-10/+9
2017-01-19net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingMao Wenan1-1/+1
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-01-11mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck1-3/+3
2017-01-09net: intel: e100: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2017-01-09net: remove useless memset's in drivers get_stats64stephen hemminger1-1/+0
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger8-37/+24
2017-01-08fm10k: remove FM10K_FLAG_DEBUG_STATSJacob Keller1-1/+0
2017-01-08fm10k: report the receive timestamp in FM10K_CB(skb)->tstampJacob Keller2-3/+4
2017-01-08fm10k: Limit dma sync of RX buffers to actual packet sizeScott Peterson1-3/+5
2017-01-08fm10k: bump version numberJacob Keller1-1/+1
2017-01-08fm10k: do not clear global mailbox interrupt bitsNgai-Mint Kwan1-4/+0
2017-01-08fm10k: request reset when mbx->state changesNgai-Mint Kwan2-4/+12
2017-01-08fm10k: remove extraneous variable definition in fm10k_ethtool.cJacob Keller1-12/+9
2017-01-08fm10k-shared: use mac-> instead of hw->mac.Ngai-Mint Kwan1-3/+3
2017-01-06igb: Fix hw_dbg logging in igb_update_flash_i210Hannu Lounento1-2/+2
2017-01-06igb: add i211 to i210 PHY workaroundTodd Fujinaka1-1/+1
2017-01-06igb: close/suspend race in netif_device_detachTodd Fujinaka1-9/+12
2017-01-06igb: re-assign hw address pointer on reset after PCI errorGuilherme G Piccoli1-0/+5
2017-01-06igb: reset the PHY before reading the PHY IDAaron Sierra1-0/+11
2017-01-06igb: use igb_adapter->io_addr instead of e1000_hw->hw_addrCao jin1-2/+2
2017-01-06igb: Workaround for igb i210 firmware issueChris J Arges1-0/+4
2017-01-06igb: correct register commentsCao jin1-1/+1
2017-01-06e1000e: driver trying to free already-free irqkhalidm1-1/+1
2017-01-06igb: Realign bad indentationJoe Perches1-9/+6
2017-01-04ixgbe: Add PF support for VF promiscuous modeDon Skidmore4-6/+45
2017-01-04ixgbevf: Add support for VF promiscuous modeDon Skidmore4-5/+36
2017-01-04ixgbe: Implement support for firmware-controlled PHYsMark Rustad7-6/+642
2017-01-04ixgbe: Implement firmware interface to access some PHYsMark Rustad3-0/+113
2017-01-04ixgbe: Remove unused firmware version functions and methodMark Rustad7-46/+1
2017-01-04ixgbe: Fix issues with EEPROM accessMark Rustad3-82/+91
2017-01-04ixgbe: Configure advertised speeds correctly for KR/KX backplaneDon Skidmore1-3/+2
2017-01-04ixgbevf: restore hw_addr on resume or errorEmil Tantilov1-0/+3
2017-01-04ixgbe: Fix incorrect bitwise operations of PTP Rx timestamp flagsYusuke Suzuki1-6/+6
2017-01-04ixgbevf: fix AER error handlingEmil Tantilov1-18/+25
2017-01-04ixgbe: fix AER error handlingEmil Tantilov1-2/+4
2017-01-04ixgbe: test for trust in macvlan adjustments for VFKen Cox1-1/+2
2017-01-04ixgbevf: handle race between close and suspend on shutdownEmil Tantilov1-2/+9
2017-01-04ixgbe: handle close/suspend race with netif_device_detach/presentEmil Tantilov1-9/+8
2017-01-04ixgbe: Fix reporting of 100Mb capabilityTony Nguyen1-1/+1
2017-01-04ixgbe: Reduce I2C retry count on X550 devicesTony Nguyen1-1/+3
2017-01-04ixgbe: Add bounds check for x540 LED functionsTony Nguyen1-2/+7
2017-01-04ixgbe: add mask for 64 RSS queuesEmil Tantilov1-1/+7
2017-01-04ixgbe: Fix check for ixgbe_phy_x550em_ext_t resetTony Nguyen1-4/+21
2017-01-04ixgbe: Report driver version to firmware for x550 devicesTony Nguyen5-7/+80
2017-01-04ixgbe: do not disable FEC from the driverEmil Tantilov1-2/+0
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner4-15/+15
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-15igb: update code to better handle incrementing page countAlexander Duyck2-8/+23
2016-12-15igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck1-20/+33