summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e.h
Commit message (Expand)AuthorAgeFilesLines
* i40e: reset all VFs in parallel when rebuilding PFJacob Keller2017-04-191-0/+2
* i40e: Fix support for flow director programming statusAlexander Duyck2017-04-191-15/+0
* i40e: clean up historic deprecated flag definitionsJacob Keller2017-04-081-3/+0
* i40e: remove I40E_FLAG_NEED_LINK_UPDATEAlice Michael2017-04-081-1/+0
* i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady2017-04-081-4/+0
* i40e: Decrease the scope of rtnl lockMaciej Sosin2017-04-081-1/+1
* i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck2017-03-291-0/+1
* i40e: remove FDIR_REQUIRES_REINIT driver flagJacob Keller2017-03-291-1/+0
* i40e: Clean up handling of private flagsAlexander Duyck2017-03-291-8/+0
* i40e: Drop FCoE code that always evaluates to false or 0Alexander Duyck2017-03-271-3/+0
* i40e: Drop FCoE code from core driver filesAlexander Duyck2017-03-271-60/+1
* i40e: add support for SCTPv4 FDir filtersJacob Keller2017-03-231-0/+1
* i40e: implement support for flexible word payloadJacob Keller2017-03-231-0/+83
* i40e: add parsing of flexible filter fields from userdefJacob Keller2017-03-231-0/+9
* i40e: restore default input set for each flow typeJacob Keller2017-03-231-0/+18
* i40e: check current configured input set when adding ntuple filtersJacob Keller2017-03-231-0/+19
* i40e: add counters for UDP/IPv4 and IPv4 filtersJacob Keller2017-03-201-1/+8
* i40e: don't use arrays for (src|dst)_ipJacob Keller2017-03-201-2/+2
* i40e: send correct port number to AdminQ when enabling UDP tunnelsJacob Keller2017-03-201-1/+2
* i40e: rename auto_disable_flags to hw_disabled_flagsHarshitha Ramamurthy2017-03-151-2/+6
* i40e: KISS the client interfaceMitch Williams2017-03-151-3/+5
* i40e: Error handling for link eventHarshitha Ramamurthy2017-02-181-0/+1
* i40e: enable mc magic pkt wakeup during power downJoshua Hay2017-02-181-0/+1
* i40e: avoid race condition when sending filters to firmware for additionJacob Keller2017-02-111-0/+16
* i40e: remove unused functionMitch Williams2017-02-021-1/+0
* i40e: Deprecating unused macroBimmy Pujari2017-02-021-13/+0
* i40e: avoid O(n^2) loop when deleting all filtersJacob Keller2017-02-021-0/+1
* i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller2017-02-021-3/+3
* i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1Jacob Keller2017-02-021-2/+2
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+2
* i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller2016-12-061-0/+2
* i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller2016-12-061-0/+1
* i40e: Blink LED on 1G BaseT boardsHenry Tieman2016-12-061-1/+1
* i40e: Driver prints log message on link speed changeFilip Sadowski2016-12-061-0/+1
* i40e: Fix for ethtool Supported link modesHarshitha Ramamurthy2016-12-021-0/+1
* i40e: removed unreachable codeFilip Sadowski2016-10-311-2/+3
* i40e: Add common function for finding VSI by typeAlexander Duyck2016-10-311-0/+19
* i40e: replace PTP Rx timestamp hang logicJacob Keller2016-10-311-1/+3
* i40e: use a mutex instead of spinlock in PTP user entry pointsJacob Keller2016-10-311-1/+1
* i40e: avoid looping to check whether we're in VLAN modeJacob Keller2016-10-311-0/+1
* i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller2016-10-311-4/+20
* i40e: make use of __dev_uc_sync and __dev_mc_syncJacob Keller2016-10-311-5/+5
* i40e: drop is_vf and is_netdev fields in struct i40e_mac_filterJacob Keller2016-10-311-13/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-0/+1
|\
| * i40e: Fix configure TCs after initial DCB disableDavid Ertman2016-10-271-0/+1
* | i40e/i40evf: fix interrupt affinity bugAlan Brady2016-10-281-0/+2
* | i40e: Remove unused function i40e_vsi_lookupAlexander Duyck2016-10-281-2/+0
|/
* i40e: Strip out debugfs hook for Flow Director filter programmingAlexander Duyck2016-09-241-2/+0
* i40e: Increase minimum number of allocated VSIAkeem Abodunrin2016-09-241-1/+1
* i40e: fix setting user defined RSS hash keyAlan Brady2016-09-221-0/+2
OpenPOWER on IntegriCloud