summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40evf/i40evf.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-06i40e/i40evf: organize and re-number feature flagsJacob Keller1-16/+16
2017-10-02i40evf: Enable VF to request an alternate queue allocationAlan Brady1-0/+4
2017-08-28i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura1-0/+4
2017-08-28i40evf: fix possible snprintf truncation of q_vector->nameJacob Keller1-1/+1
2017-08-26i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_re...Stefan Assmann1-5/+5
2017-08-26i40e: separate hw_features from runtime changing flagsJacob Keller1-2/+0
2017-08-26i40evf: prevent VF close returning before state transitions to DOWNSudheer Mogilappagari1-0/+2
2017-07-26i40evf: add some missing includesJesse Brandeburg1-0/+11
2017-06-02virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg1-1/+1
2017-06-02virtchnl: rename i40e to generic virtchnlJesse Brandeburg1-11/+11
2017-06-02i40e/i40evf: create and use new unified header fileJesse Brandeburg1-1/+1
2017-04-30i40evf: remove I40E_FLAG_FDIR_ATR_ENABLEDJacob Keller1-1/+0
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller1-1/+3
2017-04-30i40e: separate PF and VSI state flagsJacob Keller1-2/+5
2017-04-20i40e: remove I40E_FLAG_IN_NETPOLL entirelyJacob Keller1-2/+0
2017-04-20i40evf: Use net_device_stats from struct net_deviceTobias Klauser1-1/+0
2017-04-08i40e: remove I40E_FLAG_NEED_LINK_UPDATEAlice Michael1-1/+0
2017-03-29i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck1-4/+0
2017-03-29i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck1-0/+2
2017-03-15i40evf: add client interfaceMitch Williams1-3/+26
2017-02-12i40evf: track outstanding client requestMitch Williams1-0/+1
2016-10-29i40e/i40evf: fix interrupt affinity bugAlan Brady1-1/+2
2016-09-25i40evf: support queue-specific settings for interrupt moderationJacob Keller1-7/+0
2016-08-20i40e/i40evf: Fix indentationJeff Kirsher1-27/+30
2016-08-20i40evf: report link speedMitch Williams1-0/+1
2016-05-14i40e: Add allmulti support for the VFAnjali Singhai Jain1-0/+3
2016-05-06i40evf: refactor receive routineJesse Brandeburg1-5/+0
2016-05-06i40evf: Drop packet split receive routineJesse Brandeburg1-2/+0
2016-04-27i40evf: Add driver support for promiscuous modeAnjali Singhai Jain1-0/+3
2016-04-26i40evf: Allow PF driver to configure RSSMitch Williams1-7/+23
2016-04-26i40evf: Don't PanicMitch Williams1-2/+4
2016-02-18i40evf: support packet split receiveMitch Williams1-1/+5
2016-02-04i40evf: allow channel bonding of VFsMitch Williams1-0/+1
2015-12-03i40evf: increase max number of queuesMitch Williams1-2/+1
2015-12-02i40evf: allocate ring structs dynamicallyMitch Williams1-2/+2
2015-12-02i40evf: allocate queue vectors dynamicallyMitch Williams1-4/+1
2015-12-02i40evf: add new fields to store user configuration of RSSHelin Zhang1-0/+2
2015-12-02i40evf: create a generic get RSS functionHelin Zhang1-0/+2
2015-12-02i40evf: create a generic config RSS functionHelin Zhang1-0/+3
2015-10-20i40e/i40evf: adjust interrupt throttle less frequentlyJesse Brandeburg1-0/+2
2015-10-16i40evf: relax and stagger init timing a bitMitch Williams1-1/+1
2015-10-16i40e/i40evf: Drop useless "IN_NETPOLL" flagAlexander Duyck1-2/+0
2015-10-14i40evf: properly handle ndo_set_mac_address callsMitch Williams1-0/+1
2015-10-09i40e/i40evf: pass QOS handle to VFMitch Williams1-0/+1
2015-10-09i40e/i40evf: clean up some codeJesse Brandeburg1-4/+0
2015-08-06i40e/i40evf: Add support for writeback on ITR feature for X722Anjali Singhai Jain1-0/+1
2015-08-06i40e/i40evf: RSS changes for X722Anjali Singhai Jain1-0/+2
2015-08-06i40e/i40evf: Add flags for X722 capabilitiesAnjali Singhai Jain1-1/+6
2015-07-23i40e: use BIT and BIT_ULL macrosJesse Brandeburg1-21/+21
2015-07-23i40evf: handle big resetsMitch Williams1-0/+2