summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)Author
2017-04-08i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady
2017-04-08i40e: Decrease the scope of rtnl lockMaciej Sosin
2017-04-08i40e: Swap use of pf->flags and pf->hw_disabled_flags for ATR EvictionAlexander Duyck
2017-04-08i40e: update error message when trying to add invalid filtersJacob Keller
2017-04-08i40e: only register client on iWarp-capable devicesMitch Williams
2017-04-06i40e: close client on remove and shutdownMitch Williams
2017-04-06i40e: register existing client on probeMitch Williams
2017-04-06i40e: remove client instance on driver unloadMitch Williams
2017-04-06i40e/i40evf: Add capability exchange for outer checksumPreethi Banala
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-29i40e: fix for queue timing delaysWyborny, Carolyn
2017-03-29i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck
2017-03-29i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck
2017-03-29i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag codeAlexander Duyck
2017-03-29i40e/i40evf: Pull out code for cleaning up Rx buffersAlexander Duyck
2017-03-29i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_bufferAlexander Duyck
2017-03-29i40e/i40evf: Use length to determine if descriptor is doneAlexander Duyck
2017-03-29i40e: remove FDIR_REQUIRES_REINIT driver flagJacob Keller
2017-03-29i40e: remove a useless goto statementJacob Keller
2017-03-29i40e: Check for new arq elements before leaving the adminq subtask loopChristopher N Bednarz
2017-03-29i40e: use register for XL722 control register read/writePaul M Stillwell Jr
2017-03-29i40e: Clean up handling of private flagsAlexander Duyck
2017-03-27i40e: initialize params before notifying of l2_param_changesJacob Keller
2017-03-27i40e: Drop FCoE code that always evaluates to false or 0Alexander Duyck
2017-03-27i40e: Drop FCoE code from core driver filesAlexander Duyck
2017-03-27i40e/i40evf: Clean-up process_skb_fieldsAlexander Duyck
2017-03-27i40e: removed no longer needed delaysBimmy Pujari
2017-03-27i40e: Fixed race conditions in VF resetRobert Konklewski
2017-03-27i40e/i40evf: Fix use after free in Rx cleanup pathAlexander Duyck
2017-03-27i40e: fix configuration of RSS table with DCBHarshitha Ramamurthy
2017-03-27i40e/i40evf: Update code to better handle incrementing page countAlexander Duyck
2017-03-24i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck
2017-03-23i40e: make use of hlist_for_each_entry_continueJacob Keller
2017-03-23i40e: add support for SCTPv4 FDir filtersJacob Keller
2017-03-23i40e: implement support for flexible word payloadJacob Keller
2017-03-23i40e: add parsing of flexible filter fields from userdefJacob Keller
2017-03-23i40e: partition the ring_cookie to get VF indexJacob Keller
2017-03-23i40e: allow changing input set for ntuple filtersJacob Keller
2017-03-23i40e: restore default input set for each flow typeJacob Keller
2017-03-23i40e: check current configured input set when adding ntuple filtersJacob Keller
2017-03-23i40e: correctly honor the mask fields for ETHTOOL_SRXCLSRLINSJacob Keller
2017-03-20i40e: always remove old filter when adding new FDir filterJacob Keller
2017-03-20i40e: explicitly fail on extended MAC field for ethtool_rx_flow_specJacob Keller
2017-03-20i40e: add counters for UDP/IPv4 and IPv4 filtersJacob Keller
2017-03-20i40e: don't re-enable ATR when flushing filters if SB has TCP4/IPv4 rulesJacob Keller
2017-03-20i40e: reset fd_tcp_rule count when restoring filtersJacob Keller
2017-03-20i40e: remove redundant check for fd_tcp_rule when restoring filtersJacob Keller
2017-03-20i40e: exit ATR mode only when adding TCP/IPv4 filter succeedsJacob Keller
2017-03-20i40e: return immediately when failing to add fdir filterJacob Keller
2017-03-20i40e: rework exit flow of i40e_add_fdir_ethtoolJacob Keller