aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-27i40e: Drop FCoE code that always evaluates to false or 0Alexander Duyck3-18/+3
2017-03-27i40e: Drop FCoE code from core driver filesAlexander Duyck11-589/+2
2017-03-27i40e/i40evf: Clean-up process_skb_fieldsAlexander Duyck1-5/+3
2017-03-27i40e: removed no longer needed delaysBimmy Pujari1-2/+0
2017-03-27i40e: Fixed race conditions in VF resetRobert Konklewski1-8/+35
2017-03-27i40e/i40evf: Fix use after free in Rx cleanup pathAlexander Duyck1-0/+1
2017-03-27i40e: fix configuration of RSS table with DCBHarshitha Ramamurthy1-5/+10
2017-03-27i40e/i40evf: Update code to better handle incrementing page countAlexander Duyck2-8/+24
2017-03-24i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck1-4/+12
2017-03-23i40e: make use of hlist_for_each_entry_continueJacob Keller1-11/+4
2017-03-23i40e: add support for SCTPv4 FDir filtersJacob Keller4-0/+93
2017-03-23i40e: implement support for flexible word payloadJacob Keller4-12/+613
2017-03-23i40e: add parsing of flexible filter fields from userdefJacob Keller2-1/+118
2017-03-23i40e: partition the ring_cookie to get VF indexJacob Keller1-34/+40
2017-03-23i40e: allow changing input set for ntuple filtersJacob Keller1-3/+145
2017-03-23i40e: restore default input set for each flow typeJacob Keller2-0/+37
2017-03-23i40e: check current configured input set when adding ntuple filtersJacob Keller2-15/+121
2017-03-23i40e: correctly honor the mask fields for ETHTOOL_SRXCLSRLINSJacob Keller1-0/+83
2017-03-20i40e: always remove old filter when adding new FDir filterJacob Keller1-25/+7
2017-03-20i40e: explicitly fail on extended MAC field for ethtool_rx_flow_specJacob Keller1-0/+4
2017-03-20i40e: add counters for UDP/IPv4 and IPv4 filtersJacob Keller3-11/+34
2017-03-20i40e: don't re-enable ATR when flushing filters if SB has TCP4/IPv4 rulesJacob Keller1-1/+1
2017-03-20i40e: reset fd_tcp_rule count when restoring filtersJacob Keller1-0/+3
2017-03-20i40e: remove redundant check for fd_tcp_rule when restoring filtersJacob Keller1-6/+0
2017-03-20i40e: exit ATR mode only when adding TCP/IPv4 filter succeedsJacob Keller1-17/+17
2017-03-20i40e: return immediately when failing to add fdir filterJacob Keller1-19/+14
2017-03-20i40e: rework exit flow of i40e_add_fdir_ethtoolJacob Keller1-4/+11
2017-03-20i40e: don't use arrays for (src|dst)_ipJacob Keller3-14/+14
2017-03-20i40e: send correct port number to AdminQ when enabling UDP tunnelsJacob Keller2-10/+10
2017-03-17i40e: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-111/+153
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-2/+5
2017-03-15i40e: rename auto_disable_flags to hw_disabled_flagsHarshitha Ramamurthy4-31/+35
2017-03-15i40e/i40evf: Change version from 1.6.27 to 2.1.7Bimmy Pujari1-3/+3
2017-03-15i40e: Allow untrusted VFs to have more filtersMitch Williams1-1/+1
2017-03-15i40e/i40evf: Add support for mapping pages with DMA attributesAlexander Duyck2-5/+29
2017-03-15i40e: Clarify steps in MAC/VLAN filters initialization routineFilip Sadowski1-4/+4
2017-03-15i40e: fix RSS queues only operating on PF0Lihong Yang2-12/+5
2017-03-15i40e: fix ethtool to get EEPROM data from X722 interfaceLihong Yang1-0/+5
2017-03-15i40e: don't add more vectors to num_lan_msix than number of CPUsJacob Keller1-3/+27
2017-03-15i40e: KISS the client interfaceMitch Williams5-328/+179
2017-03-14i40e: fix up recent proxy and wol bits for X722_SUPPORTShannon Nelson1-1/+64
2017-03-14i40e: Acquire NVM lock before reads on all devicesAaron Salter1-6/+6
2017-02-27scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada1-3/+1
2017-02-18i40e: Invoke softirqs after napi_rescheduleBenjamin Poirier1-0/+2
2017-02-18i40e: remove duplicate device id from PCI tableCarolyn Wyborny1-1/+0
2017-02-18i40e: mark the value passed to csum_replace_by_diff as __wsumJacob Keller1-2/+3
2017-02-18i40e: Error handling for link eventHarshitha Ramamurthy2-2/+13
2017-02-18i40e: properly convert le16 value to CPU formatJacob Keller1-5/+6
2017-02-18i40e: convert to cpu from le16 to generate switch_id correctlyJacob Keller1-2/+3
2017-02-18i40e: refactor AQ CMD buffer debug printingAlan Brady1-7/+12