aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-16ixgbe: Don't bother clearing buffer memory for descriptor ringsAlexander Duyck2-71/+99
2017-02-16ixgbe: Add support for build_skbAlexander Duyck1-1/+48
2017-02-16ixgbe: Add private flag to control buffer modeAlexander Duyck1-0/+47
2017-02-16ixgbe: Add support for padding packetAlexander Duyck2-4/+56
2017-02-16ixgbe: Break out Rx buffer page managementAlexander Duyck1-109/+122
2017-02-16ixgbe: Use length to determine if descriptor is doneAlexander Duyck2-7/+9
2017-02-16ixgbe: Make use of order 1 pages and 3K buffers independent of FCoEAlexander Duyck2-17/+22
2017-02-16ixgbe: Update code to better handle incrementing page countAlexander Duyck2-15/+31
2017-02-16ixgbe: Update driver to make use of DMA attributes in Rx pathAlexander Duyck2-19/+40
2017-02-16ixgbe: Only DMA sync frame lengthAlexander Duyck1-5/+5
2017-02-16ixgbe: Add function for checking to see if we can reuse pageAlexander Duyck1-29/+42
2017-02-16ixgbe: Update version to reflect added functionalityMark Rustad1-1/+1
2017-02-16ixgbe: prefix Data Center Bridge ops structStephen Hemminger3-3/+3
2017-02-16ixgbe: Support 2.5Gb and 5Gb speedTony Nguyen2-3/+10
2017-02-03ixgbe: get rid of custom busy polling codeEric Dumazet4-224/+5
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser1-4/+3
2017-01-18net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingMao Wenan1-1/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+4
2017-01-03ixgbe: Add PF support for VF promiscuous modeDon Skidmore4-6/+45
2017-01-03ixgbe: Implement support for firmware-controlled PHYsMark Rustad7-6/+642
2017-01-03ixgbe: Implement firmware interface to access some PHYsMark Rustad3-0/+113
2017-01-03ixgbe: Remove unused firmware version functions and methodMark Rustad7-46/+1
2017-01-03ixgbe: Fix issues with EEPROM accessMark Rustad3-82/+91
2017-01-03ixgbe: Configure advertised speeds correctly for KR/KX backplaneDon Skidmore1-3/+2
2017-01-03ixgbe: Fix incorrect bitwise operations of PTP Rx timestamp flagsYusuke Suzuki1-6/+6
2017-01-03ixgbe: fix AER error handlingEmil Tantilov1-2/+4
2017-01-03ixgbe: test for trust in macvlan adjustments for VFKen Cox1-1/+2
2017-01-03ixgbe: handle close/suspend race with netif_device_detach/presentEmil Tantilov1-9/+8
2017-01-03ixgbe: Fix reporting of 100Mb capabilityTony Nguyen1-1/+1
2017-01-03ixgbe: Reduce I2C retry count on X550 devicesTony Nguyen1-1/+3
2017-01-03ixgbe: Add bounds check for x540 LED functionsTony Nguyen1-2/+7
2017-01-03ixgbe: add mask for 64 RSS queuesEmil Tantilov1-1/+7
2017-01-03ixgbe: Fix check for ixgbe_phy_x550em_ext_t resetTony Nguyen1-4/+21
2017-01-03ixgbe: Report driver version to firmware for x550 devicesTony Nguyen5-7/+80
2017-01-03ixgbe: do not disable FEC from the driverEmil Tantilov1-2/+0
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2016-12-01ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck1-2/+6
2016-11-04ixgbe: ixgbe_atr() compute l4_proto only if non-paged data has network/transport headersSowmini Varadhan1-0/+17
2016-11-04ixgbe: ixgbe_atr() should access udp_hdr(skb) only for UDP packetsSowmini Varadhan1-1/+1
2016-11-04ixgbe: Correct X550 phy IDDon Skidmore2-2/+4
2016-11-04ixgbe: Add X553 FW ALEF supportDon Skidmore3-97/+255
2016-11-04ixgbe: set device if before calling get_invariantsEmil Tantilov1-4/+6
2016-11-04ixgbe: use link instead of I2C combined abstractionEmil Tantilov5-90/+124
2016-11-04ixgbe: remove SFP ixfi supportEmil Tantilov1-65/+11
2016-11-04ixgbe: Handle previously-freed msix_entriesMark Rustad1-0/+3
2016-11-04ixgbe: Add X553 PHY FC autoneg supportDon Skidmore7-8/+232
2016-11-04ixgbe: fix link status check for copper X550emEmil Tantilov1-8/+13
2016-11-04ixgbe: do not use ixgbe specific mdio definesEmil Tantilov3-56/+33
2016-11-04ixgbe: Update setup PHY link to unset all speedsDon Skidmore1-39/+38