summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2017-03-17igb: Add support for using order 1 pages to receive large framesAlexander Duyck
2017-03-17igb: Add support for ethtool private flag to allow use of legacy RxAlexander Duyck
2017-03-17igb: Use page_address offset from page instead of masking virtual addressAlexander Duyck
2017-03-17igb: Only sync size of expected frame in ethtool testingAlexander Duyck
2017-03-17igb: Limit maximum frame Rx based on MTUAlexander Duyck
2017-03-17igb: Don't bother clearing Tx buffer_info in igb_clean_tx_ringAlexander Duyck
2017-03-17igb: Clear Rx buffer_info in configure instead of cleanAlexander Duyck
2017-03-17igb: Use length to determine if descriptor is doneAlexander Duyck
2017-03-17igb: Add support for DMA_ATTR_WEAK_ORDERINGAlexander Duyck
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar
2017-03-15i40e: rename auto_disable_flags to hw_disabled_flagsHarshitha Ramamurthy
2017-03-15i40e/i40evf: Change version from 1.6.27 to 2.1.7Bimmy Pujari
2017-03-15i40e: Allow untrusted VFs to have more filtersMitch Williams
2017-03-15i40e/i40evf: Add support for mapping pages with DMA attributesAlexander Duyck
2017-03-15i40e: Clarify steps in MAC/VLAN filters initialization routineFilip Sadowski
2017-03-15i40e: fix RSS queues only operating on PF0Lihong Yang
2017-03-15i40e: fix ethtool to get EEPROM data from X722 interfaceLihong Yang
2017-03-15i40e: don't add more vectors to num_lan_msix than number of CPUsJacob Keller
2017-03-15i40e: KISS the client interfaceMitch Williams
2017-03-15i40evf: add client interfaceMitch Williams
2017-03-14i40e: fix up recent proxy and wol bits for X722_SUPPORTShannon Nelson
2017-03-14i40e: Acquire NVM lock before reads on all devicesAaron Salter
2017-03-12net: intel: ixgbe: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-02ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache linesAlexander Duyck
2017-03-02ixgbe: update the rss key on h/w, when ethtool ask for itPaolo Abeni
2017-02-27scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada
2017-02-27scripts/spelling.txt: add "applys" pattern and fix typo instancesMasahiro Yamada
2017-02-27scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada
2017-02-18i40e: Invoke softirqs after napi_rescheduleBenjamin Poirier
2017-02-18i40e: remove duplicate device id from PCI tableCarolyn Wyborny
2017-02-18i40e: mark the value passed to csum_replace_by_diff as __wsumJacob Keller
2017-02-18i40e: Error handling for link eventHarshitha Ramamurthy
2017-02-18i40e: properly convert le16 value to CPU formatJacob Keller
2017-02-18i40e: convert to cpu from le16 to generate switch_id correctlyJacob Keller
2017-02-18i40e: refactor AQ CMD buffer debug printingAlan Brady
2017-02-18i40e: Fix Adaptive ITR enablingCarolyn Wyborny
2017-02-18i40evf: add commentMitch Williams
2017-02-18i40evf: free rings in remove functionMitch Williams
2017-02-18i40e: remove unnecessary call to i40e_update_link_infoJacob Keller
2017-02-18i40e: enable mc magic pkt wakeup during power downJoshua Hay
2017-02-18i40e: fix disable overflow promiscuous modeAlan Brady
2017-02-16ixgbe: Don't bother clearing buffer memory for descriptor ringsAlexander Duyck
2017-02-16ixgbe: Add support for build_skbAlexander Duyck
2017-02-16ixgbe: Add private flag to control buffer modeAlexander Duyck
2017-02-16ixgbe: Add support for padding packetAlexander Duyck
2017-02-16ixgbe: Break out Rx buffer page managementAlexander Duyck
2017-02-16ixgbe: Use length to determine if descriptor is doneAlexander Duyck
2017-02-16ixgbe: Make use of order 1 pages and 3K buffers independent of FCoEAlexander Duyck
2017-02-16ixgbe: Update code to better handle incrementing page countAlexander Duyck
2017-02-16ixgbe: Update driver to make use of DMA attributes in Rx pathAlexander Duyck