summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: move check for avoiding VID=0 filters into i40e_vsi_add_vlanJacob Keller2017-08-251-10/+13
* i40e: Detect ATR HW Evict NVM issue and disable the featureAnjali Singhai Jain2017-08-251-0/+8
* i40e: remove workaround for Open Firmware MAC addressJacob Keller2017-08-251-60/+0Star
* i40e: separate hw_features from runtime changing flagsJacob Keller2017-08-251-36/+36
* i40e: Fix a bug with VMDq RSS queue allocationAnjali Singhai Jain2017-08-251-23/+23
* i40e/i40evf: adjust packet size to account for double VLANsMitch Williams2017-08-251-2/+1Star
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-3/+5
* net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+0Star
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+3
* i40e: report BPF prog id during XDP_QUERY_PROGDaniel Borkmann2017-07-261-0/+1
* i40e: display correct UDP tunnel type nameJacob Keller2017-07-261-8/+20
* i40e/i40evf: remove mismatched type warningsJesse Brandeburg2017-07-261-1/+1
* i40e: remove WQ_UNBOUND and the task limit of our workqueueJacob Keller2017-07-261-5/+7
* i40e: Fix for trace found with S4 stateCarolyn Wyborny2017-07-261-1/+13
* i40e: don't hold RTNL lock for the entire resetJacob Keller2017-06-211-20/+7Star
* i40e: Handle PE_CRITERR properly with IWARP enabledCatherine Sullivan2017-06-211-2/+2
* i40e: clear only cause_ena bitShannon Nelson2017-06-211-2/+12
* i40e: fix disabling overflow promiscuous modeAlan Brady2017-06-211-3/+2Star
* i40e: Add support for OEM firmware versionFilip Sadowski2017-06-211-0/+47
* i40e: genericize the partition bandwidth controlShannon Nelson2017-06-211-21/+20Star
* i40e: add support for XDP_TX actionBjörn Töpel2017-06-211-73/+226
* i40e: add XDP support for pass and drop actionsBjörn Töpel2017-06-211-0/+87
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-3/+4
|\
| * i40e: fix handling of HW ATR evictionJacob Keller2017-06-131-3/+4
* | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-071-18/+18
|\|
| * i40e: Fix state flags for bit set and clean operations of PFMauro S. M. Rodrigues2017-06-061-18/+18
* | i40e: check for Tx timestamp timeouts during watchdogJacob Keller2017-05-311-0/+1
* | i40e: use pf data structure directly in i40e_ptp_rx_hangJacob Keller2017-05-311-1/+1
|/
* i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller2017-04-301-27/+26Star
* i40e: use DECLARE_BITMAP for state fieldsJacob Keller2017-04-301-117/+116Star
* i40e: separate PF and VSI state flagsJacob Keller2017-04-301-34/+32Star
* i40e: remove unnecessary msleep() delay in i40e_free_vfsJacob Keller2017-04-301-1/+1
* i40e: Reprogram port offloads after resetAlexander Duyck2017-04-301-0/+20
* i40e: rename index to port to avoid confusionJacob Keller2017-04-301-5/+5
* i40e: properly spell I40E_VF_STATE_* flagsJacob Keller2017-04-301-1/+1
* i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED stateJacob Keller2017-04-201-10/+6Star
* i40e: reset all VFs in parallel when rebuilding PFJacob Keller2017-04-201-6/+26
* i40e: factor out queue control from i40e_vsi_control_(tx|rx)Jacob Keller2017-04-201-50/+89
* i40e: don't hold RTNL lock while waiting for VF reset to finishJacob Keller2017-04-201-2/+9
* i40e/i40evf: Add tracepointsScott Peterson2017-04-201-0/+6
* i40e/i40evf: Add support for padding start of framesAlexander Duyck2017-04-081-1/+8
* i40e/i40evf: Add support for using order 1 pages with a 3K bufferAlexander Duyck2017-04-081-1/+2
* i40e: remove I40E_FLAG_NEED_LINK_UPDATEAlice Michael2017-04-081-1/+0Star
* i40e: remove extraneous loop in i40e_vsi_wait_queues_disabledJacob Keller2017-04-081-7/+3Star
* i40e: allow look-up of MAC address from Open Firmware or IDPROMJacob Keller2017-04-081-13/+16
* i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady2017-04-081-48/+11Star
* i40e: Decrease the scope of rtnl lockMaciej Sosin2017-04-081-41/+97
* i40e: only register client on iWarp-capable devicesMitch Williams2017-04-081-8/+11