summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-302-2/+2
* net: Remove usage of net_device last_rx memberTobias Klauser2017-01-183-10/+9
* net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingMao Wenan2017-01-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-111-3/+3
|\
| * mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck2017-01-101-3/+3
* | net: intel: e100: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-091-6/+8
* | net: remove useless memset's in drivers get_stats64stephen hemminger2017-01-081-1/+0
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-088-37/+24
* | fm10k: remove FM10K_FLAG_DEBUG_STATSJacob Keller2017-01-081-1/+0
* | fm10k: report the receive timestamp in FM10K_CB(skb)->tstampJacob Keller2017-01-082-3/+4
* | fm10k: Limit dma sync of RX buffers to actual packet sizeScott Peterson2017-01-081-3/+5
* | fm10k: bump version numberJacob Keller2017-01-081-1/+1
* | fm10k: do not clear global mailbox interrupt bitsNgai-Mint Kwan2017-01-081-4/+0
* | fm10k: request reset when mbx->state changesNgai-Mint Kwan2017-01-082-4/+12
* | fm10k: remove extraneous variable definition in fm10k_ethtool.cJacob Keller2017-01-081-12/+9
* | fm10k-shared: use mac-> instead of hw->mac.Ngai-Mint Kwan2017-01-081-3/+3
* | igb: Fix hw_dbg logging in igb_update_flash_i210Hannu Lounento2017-01-061-2/+2
* | igb: add i211 to i210 PHY workaroundTodd Fujinaka2017-01-061-1/+1
* | igb: close/suspend race in netif_device_detachTodd Fujinaka2017-01-061-9/+12
* | igb: re-assign hw address pointer on reset after PCI errorGuilherme G Piccoli2017-01-061-0/+5
* | igb: reset the PHY before reading the PHY IDAaron Sierra2017-01-061-0/+11
* | igb: use igb_adapter->io_addr instead of e1000_hw->hw_addrCao jin2017-01-061-2/+2
* | igb: Workaround for igb i210 firmware issueChris J Arges2017-01-061-0/+4
* | igb: correct register commentsCao jin2017-01-061-1/+1
* | e1000e: driver trying to free already-free irqkhalidm2017-01-061-1/+1
* | igb: Realign bad indentationJoe Perches2017-01-061-9/+6
* | ixgbe: Add PF support for VF promiscuous modeDon Skidmore2017-01-034-6/+45
* | ixgbevf: Add support for VF promiscuous modeDon Skidmore2017-01-034-5/+36
* | ixgbe: Implement support for firmware-controlled PHYsMark Rustad2017-01-037-6/+642
* | ixgbe: Implement firmware interface to access some PHYsMark Rustad2017-01-033-0/+113
* | ixgbe: Remove unused firmware version functions and methodMark Rustad2017-01-037-46/+1
* | ixgbe: Fix issues with EEPROM accessMark Rustad2017-01-033-82/+91
* | ixgbe: Configure advertised speeds correctly for KR/KX backplaneDon Skidmore2017-01-031-3/+2
* | ixgbevf: restore hw_addr on resume or errorEmil Tantilov2017-01-031-0/+3
* | ixgbe: Fix incorrect bitwise operations of PTP Rx timestamp flagsYusuke Suzuki2017-01-031-6/+6
* | ixgbevf: fix AER error handlingEmil Tantilov2017-01-031-18/+25
* | ixgbe: fix AER error handlingEmil Tantilov2017-01-031-2/+4
* | ixgbe: test for trust in macvlan adjustments for VFKen Cox2017-01-031-1/+2
* | ixgbevf: handle race between close and suspend on shutdownEmil Tantilov2017-01-031-2/+9
* | ixgbe: handle close/suspend race with netif_device_detach/presentEmil Tantilov2017-01-031-9/+8
* | ixgbe: Fix reporting of 100Mb capabilityTony Nguyen2017-01-031-1/+1
* | ixgbe: Reduce I2C retry count on X550 devicesTony Nguyen2017-01-031-1/+3
* | ixgbe: Add bounds check for x540 LED functionsTony Nguyen2017-01-031-2/+7
* | ixgbe: add mask for 64 RSS queuesEmil Tantilov2017-01-031-1/+7
* | ixgbe: Fix check for ixgbe_phy_x550em_ext_t resetTony Nguyen2017-01-031-4/+21
* | ixgbe: Report driver version to firmware for x550 devicesTony Nguyen2017-01-035-7/+80
* | ixgbe: do not disable FEC from the driverEmil Tantilov2017-01-031-2/+0
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-254-15/+15
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* igb: update code to better handle incrementing page countAlexander Duyck2016-12-142-8/+23
OpenPOWER on IntegriCloud