aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller1-2/+6
2017-04-30i40e: separate PF and VSI state flagsJacob Keller1-2/+10
2017-04-30i40e: rename index to port to avoid confusionJacob Keller1-1/+1
2017-04-19i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED stateJacob Keller1-1/+1
2017-04-19i40e: reset all VFs in parallel when rebuilding PFJacob Keller1-0/+2
2017-04-19i40e: Fix support for flow director programming statusAlexander Duyck1-15/+0
2017-04-08i40e: clean up historic deprecated flag definitionsJacob Keller1-3/+0
2017-04-08i40e: remove I40E_FLAG_NEED_LINK_UPDATEAlice Michael1-1/+0
2017-04-08i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady1-4/+0
2017-04-08i40e: Decrease the scope of rtnl lockMaciej Sosin1-1/+1
2017-03-29i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck1-0/+1
2017-03-29i40e: remove FDIR_REQUIRES_REINIT driver flagJacob Keller1-1/+0
2017-03-29i40e: Clean up handling of private flagsAlexander Duyck1-8/+0
2017-03-27i40e: Drop FCoE code that always evaluates to false or 0Alexander Duyck1-3/+0
2017-03-27i40e: Drop FCoE code from core driver filesAlexander Duyck1-60/+1
2017-03-23i40e: add support for SCTPv4 FDir filtersJacob Keller1-0/+1
2017-03-23i40e: implement support for flexible word payloadJacob Keller1-0/+83
2017-03-23i40e: add parsing of flexible filter fields from userdefJacob Keller1-0/+9
2017-03-23i40e: restore default input set for each flow typeJacob Keller1-0/+18
2017-03-23i40e: check current configured input set when adding ntuple filtersJacob Keller1-0/+19
2017-03-20i40e: add counters for UDP/IPv4 and IPv4 filtersJacob Keller1-1/+8
2017-03-20i40e: don't use arrays for (src|dst)_ipJacob Keller1-2/+2
2017-03-20i40e: send correct port number to AdminQ when enabling UDP tunnelsJacob Keller1-1/+2
2017-03-15i40e: rename auto_disable_flags to hw_disabled_flagsHarshitha Ramamurthy1-2/+6
2017-03-15i40e: KISS the client interfaceMitch Williams1-3/+5
2017-02-18i40e: Error handling for link eventHarshitha Ramamurthy1-0/+1
2017-02-18i40e: enable mc magic pkt wakeup during power downJoshua Hay1-0/+1
2017-02-11i40e: avoid race condition when sending filters to firmware for additionJacob Keller1-0/+16
2017-02-02i40e: remove unused functionMitch Williams1-1/+0
2017-02-02i40e: Deprecating unused macroBimmy Pujari1-13/+0
2017-02-02i40e: avoid O(n^2) loop when deleting all filtersJacob Keller1-0/+1
2017-02-02i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller1-3/+3
2017-02-02i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1Jacob Keller1-2/+2
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+2
2016-12-06i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller1-0/+2
2016-12-06i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller1-0/+1
2016-12-06i40e: Blink LED on 1G BaseT boardsHenry Tieman1-1/+1
2016-12-06i40e: Driver prints log message on link speed changeFilip Sadowski1-0/+1
2016-12-02i40e: Fix for ethtool Supported link modesHarshitha Ramamurthy1-0/+1
2016-10-31i40e: removed unreachable codeFilip Sadowski1-2/+3
2016-10-31i40e: Add common function for finding VSI by typeAlexander Duyck1-0/+19
2016-10-31i40e: replace PTP Rx timestamp hang logicJacob Keller1-1/+3
2016-10-31i40e: use a mutex instead of spinlock in PTP user entry pointsJacob Keller1-1/+1
2016-10-31i40e: avoid looping to check whether we're in VLAN modeJacob Keller1-0/+1
2016-10-31i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller1-4/+20
2016-10-31i40e: make use of __dev_uc_sync and __dev_mc_syncJacob Keller1-5/+5
2016-10-31i40e: drop is_vf and is_netdev fields in struct i40e_mac_filterJacob Keller1-13/+6
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-10-28i40e/i40evf: fix interrupt affinity bugAlan Brady1-0/+2
2016-10-28i40e: Remove unused function i40e_vsi_lookupAlexander Duyck1-2/+0