summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Fix state flags for bit set and clean operations of PFMauro S. M. Rodrigues2017-06-061-18/+18
* i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller2017-04-301-27/+26
* i40e: use DECLARE_BITMAP for state fieldsJacob Keller2017-04-301-117/+116
* i40e: separate PF and VSI state flagsJacob Keller2017-04-301-34/+32
* 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-191-10/+6
* i40e: reset all VFs in parallel when rebuilding PFJacob Keller2017-04-191-6/+26
* i40e: factor out queue control from i40e_vsi_control_(tx|rx)Jacob Keller2017-04-191-50/+89
* i40e: don't hold RTNL lock while waiting for VF reset to finishJacob Keller2017-04-191-2/+9
* i40e/i40evf: Add tracepointsScott Peterson2017-04-191-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/+0
* i40e: remove extraneous loop in i40e_vsi_wait_queues_disabledJacob Keller2017-04-081-7/+3
* 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/+11
* 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
* i40e: close client on remove and shutdownMitch Williams2017-04-061-0/+10
* i40e/i40evf: Add capability exchange for outer checksumPreethi Banala2017-04-061-25/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-4/+12
|\
| * i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck2017-03-241-4/+12
* | i40e: fix for queue timing delaysWyborny, Carolyn2017-03-291-0/+6
* | i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck2017-03-291-12/+14
* | i40e: remove a useless goto statementJacob Keller2017-03-291-4/+0
* | i40e: Check for new arq elements before leaving the adminq subtask loopChristopher N Bednarz2017-03-291-2/+4
* | i40e: Drop FCoE code that always evaluates to false or 0Alexander Duyck2017-03-271-14/+3
* | i40e: Drop FCoE code from core driver filesAlexander Duyck2017-03-271-260/+1
* | i40e: removed no longer needed delaysBimmy Pujari2017-03-271-2/+0
* | i40e: fix configuration of RSS table with DCBHarshitha Ramamurthy2017-03-271-5/+10
* | i40e: make use of hlist_for_each_entry_continueJacob Keller2017-03-231-11/+4
* | i40e: add support for SCTPv4 FDir filtersJacob Keller2017-03-231-0/+2
* | i40e: implement support for flexible word payloadJacob Keller2017-03-231-0/+16
* | i40e: restore default input set for each flow typeJacob Keller2017-03-231-0/+19
* | i40e: add counters for UDP/IPv4 and IPv4 filtersJacob Keller2017-03-201-6/+13
* | i40e: don't re-enable ATR when flushing filters if SB has TCP4/IPv4 rulesJacob Keller2017-03-201-1/+1
* | i40e: reset fd_tcp_rule count when restoring filtersJacob Keller2017-03-201-0/+3
* | i40e: remove redundant check for fd_tcp_rule when restoring filtersJacob Keller2017-03-201-6/+0
* | i40e: send correct port number to AdminQ when enabling UDP tunnelsJacob Keller2017-03-201-9/+8
* | mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-151-2/+5
* | i40e: rename auto_disable_flags to hw_disabled_flagsHarshitha Ramamurthy2017-03-151-14/+14
* | i40e/i40evf: Change version from 1.6.27 to 2.1.7Bimmy Pujari2017-03-151-3/+3
* | i40e: Clarify steps in MAC/VLAN filters initialization routineFilip Sadowski2017-03-151-4/+4
* | i40e: fix RSS queues only operating on PF0Lihong Yang2017-03-151-8/+3
* | i40e: don't add more vectors to num_lan_msix than number of CPUsJacob Keller2017-03-151-3/+27
* | i40e: KISS the client interfaceMitch Williams2017-03-151-11/+21
|/
* i40e: Invoke softirqs after napi_rescheduleBenjamin Poirier2017-02-181-0/+2
OpenPOWER on IntegriCloud