aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-14/+2
2017-04-29ixgbe: Check for RSS key before setting valueTony Nguyen4-7/+31
2017-04-29ixgbe: Add 1000Base-T device based on X550EM_X MACPaul Greenwalt4-1/+49
2017-04-29ixgbe: Allow setting zero MAC address for VFTony Nguyen1-10/+18
2017-04-29ixgbe: clean macvlan MAC filter table on VF resetEmil Tantilov1-52/+53
2017-04-29ixgbe: delay tail write to every 'n' packetsJohn Fastabend1-11/+17
2017-04-29ixgbe: add support for XDP_TX actionJohn Fastabend4-53/+348
2017-04-29ixgbe: add XDP support for pass and drop actionsJohn Fastabend3-29/+148
2017-04-28ixgbe: Acquire PHY semaphore before device resetPaul Greenwalt2-0/+16
2017-04-27ixgbe: Use pcie_flr() instead of duplicating itChristoph Hellwig1-14/+2
2017-04-18ixgbe: Fix output from ixgbe_dumpAlexander Duyck1-3/+1
2017-04-18ixgbe: Add support for maximum headroom when using build_skbAlexander Duyck2-8/+53
2017-04-18ixgbe: add check for VETO bit when configuring link for KRTony Nguyen1-0/+3
2017-04-18ixgbe: Remove unused defineDon Skidmore1-3/+0
2017-04-18ixgbe: do not use adapter->num_vfs when setting VFs via module parameterEmil Tantilov3-30/+28
2017-04-18ixgbe: return early instead of wrap block in if statementEmil Tantilov1-44/+41
2017-04-18ixgbe: move num_vfs_macvlans allocation into separate functionEmil Tantilov1-19/+29
2017-04-18ixgbe: add default setup_link for x550em_a MAC typeEmil Tantilov1-1/+1
2017-04-18ixgbe: list X553 backplane speeds correctlyDon Skidmore2-0/+19
2017-04-18ixgbe: Add X552 XFI backplane supportDon Skidmore4-0/+18
2017-04-18ixgbe: Complete support for X553 sgmiiDon Skidmore1-2/+27
2017-04-18ixgbe: Remove driver config for KX4 PHYTony Nguyen3-52/+3
2017-04-18ixgbe: Remove pr_cont usesJoe Perches1-37/+47
2017-04-18ixgbe: Avoid Tx hang by not allowing more than the number of VFs supported.Usha Ketineni2-3/+26
2017-03-17igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code commentAlexander Duyck1-1/+1
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-1/+3
2017-03-12net: intel: ixgbe: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-77/+91
2017-03-02ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache linesAlexander Duyck2-2/+3
2017-03-02ixgbe: update the rss key on h/w, when ethtool ask for itPaolo Abeni3-4/+20
2017-02-27scripts/spelling.txt: add "applys" pattern and fix typo instancesMasahiro Yamada1-1/+1
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