summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache linesAlexander Duyck2017-03-022-2/+3
* ixgbe: update the rss key on h/w, when ethtool ask for itPaolo Abeni2017-03-023-4/+20
* scripts/spelling.txt: add "applys" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* ixgbe: Don't bother clearing buffer memory for descriptor ringsAlexander Duyck2017-02-162-71/+99
* ixgbe: Add support for build_skbAlexander Duyck2017-02-161-1/+48
* ixgbe: Add private flag to control buffer modeAlexander Duyck2017-02-161-0/+47
* ixgbe: Add support for padding packetAlexander Duyck2017-02-162-4/+56
* ixgbe: Break out Rx buffer page managementAlexander Duyck2017-02-161-109/+122
* ixgbe: Use length to determine if descriptor is doneAlexander Duyck2017-02-162-7/+9
* ixgbe: Make use of order 1 pages and 3K buffers independent of FCoEAlexander Duyck2017-02-162-17/+22
* ixgbe: Update code to better handle incrementing page countAlexander Duyck2017-02-162-15/+31
* ixgbe: Update driver to make use of DMA attributes in Rx pathAlexander Duyck2017-02-162-19/+40
* ixgbe: Only DMA sync frame lengthAlexander Duyck2017-02-161-5/+5
* ixgbe: Add function for checking to see if we can reuse pageAlexander Duyck2017-02-161-29/+42
* ixgbe: Update version to reflect added functionalityMark Rustad2017-02-161-1/+1
* ixgbe: prefix Data Center Bridge ops structStephen Hemminger2017-02-163-3/+3
* ixgbe: Support 2.5Gb and 5Gb speedTony Nguyen2017-02-162-3/+10
* ixgbe: get rid of custom busy polling codeEric Dumazet2017-02-034-224/+5
* net: Remove usage of net_device last_rx memberTobias Klauser2017-01-181-4/+3
* net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingMao Wenan2017-01-181-1/+1
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+4
* ixgbe: Add PF support for VF promiscuous modeDon Skidmore2017-01-034-6/+45
* 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
* ixgbe: Fix incorrect bitwise operations of PTP Rx timestamp flagsYusuke Suzuki2017-01-031-6/+6
* ixgbe: fix AER error handlingEmil Tantilov2017-01-031-2/+4
* ixgbe: test for trust in macvlan adjustments for VFKen Cox2017-01-031-1/+2
* 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-251-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-2/+6
|\
| * ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2016-12-011-2/+6
* | ixgbe: ixgbe_atr() compute l4_proto only if non-paged data has network/transp...Sowmini Varadhan2016-11-041-0/+17
* | ixgbe: ixgbe_atr() should access udp_hdr(skb) only for UDP packetsSowmini Varadhan2016-11-041-1/+1
* | ixgbe: Correct X550 phy IDDon Skidmore2016-11-042-2/+4
* | ixgbe: Add X553 FW ALEF supportDon Skidmore2016-11-043-97/+255
* | ixgbe: set device if before calling get_invariantsEmil Tantilov2016-11-041-4/+6
* | ixgbe: use link instead of I2C combined abstractionEmil Tantilov2016-11-045-90/+124
* | ixgbe: remove SFP ixfi supportEmil Tantilov2016-11-041-65/+11
* | ixgbe: Handle previously-freed msix_entriesMark Rustad2016-11-041-0/+3
* | ixgbe: Add X553 PHY FC autoneg supportDon Skidmore2016-11-047-8/+232
OpenPOWER on IntegriCloud