summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-29i40e: refactor FW version checkingMitch Williams1-1/+1
2017-09-29i40e: shutdown all IRQs and disable MSI-X when suspendedJacob Keller1-1/+67
2017-09-29i40e: prevent service task from running while we're suspendedJacob Keller1-0/+8
2017-09-29i40e: don't clear suspended state until we finish resumingJacob Keller1-6/+13
2017-09-29i40e: use newer generic PM support instead of legacy PM callbacksJacob Keller1-37/+17
2017-09-29i40e: use separate state bit for miscellaneous IRQ setupJacob Keller1-25/+14
2017-09-29i40e: fix for flow director counters not wrapping as expectedMariusz Stachura1-12/+23
2017-09-29i40e: relax warning message in case of version mismatchMariusz Stachura1-2/+1
2017-09-29i40e: simplify member variable accessesSudheer Mogilappagari1-10/+11
2017-09-29i40e: Fix link down message when interface is brought upSudheer Mogilappagari1-2/+1
2017-09-29i40e: Fix unqualified module message while bringing link upSudheer Mogilappagari1-9/+0
2017-08-28i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller1-5/+7
2017-08-28i40e: remove workaround for resetting XPSJacob Keller1-12/+5
2017-08-28i40e: Fix for unused value issue found by static analysisCarolyn Wyborny1-1/+3
2017-08-28i40e: 25G FEC status improvementsMariusz Stachura1-2/+16
2017-08-28i40e: force VMDQ device name truncationJacob Keller1-2/+7
2017-08-26i40e: use cpumask_copy instead of direct assignmentJacob Keller1-1/+1
2017-08-26i40e: move check for avoiding VID=0 filters into i40e_vsi_add_vlanJacob Keller1-10/+13
2017-08-26i40e: Detect ATR HW Evict NVM issue and disable the featureAnjali Singhai Jain1-0/+8
2017-08-26i40e: remove workaround for Open Firmware MAC addressJacob Keller1-60/+0
2017-08-26i40e: separate hw_features from runtime changing flagsJacob Keller1-36/+36
2017-08-26i40e: Fix a bug with VMDq RSS queue allocationAnjali Singhai Jain1-23/+23
2017-08-26i40e/i40evf: adjust packet size to account for double VLANsMitch Williams1-2/+1
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-3/+5
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-1/+0
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-3/+3
2017-07-26i40e: report BPF prog id during XDP_QUERY_PROGDaniel Borkmann1-0/+1
2017-07-26i40e: display correct UDP tunnel type nameJacob Keller1-8/+20
2017-07-26i40e/i40evf: remove mismatched type warningsJesse Brandeburg1-1/+1
2017-07-26i40e: remove WQ_UNBOUND and the task limit of our workqueueJacob Keller1-5/+7
2017-07-26i40e: Fix for trace found with S4 stateCarolyn Wyborny1-1/+13
2017-06-21i40e: don't hold RTNL lock for the entire resetJacob Keller1-20/+7
2017-06-21i40e: Handle PE_CRITERR properly with IWARP enabledCatherine Sullivan1-2/+2
2017-06-21i40e: clear only cause_ena bitShannon Nelson1-2/+12
2017-06-21i40e: fix disabling overflow promiscuous modeAlan Brady1-3/+2
2017-06-21i40e: Add support for OEM firmware versionFilip Sadowski1-0/+47
2017-06-21i40e: genericize the partition bandwidth controlShannon Nelson1-21/+20
2017-06-21i40e: add support for XDP_TX actionBjörn Töpel1-73/+226
2017-06-21i40e: add XDP support for pass and drop actionsBjörn Töpel1-0/+87
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2017-06-13i40e: fix handling of HW ATR evictionJacob Keller1-3/+4
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-1/+2
2017-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+18
2017-06-06i40e: Fix state flags for bit set and clean operations of PFMauro S. M. Rodrigues1-18/+18
2017-05-31i40e: check for Tx timestamp timeouts during watchdogJacob Keller1-0/+1
2017-05-31i40e: use pf data structure directly in i40e_ptp_rx_hangJacob Keller1-1/+1
2017-04-30i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller1-27/+26
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller1-117/+116
2017-04-30i40e: separate PF and VSI state flagsJacob Keller1-34/+32