summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* i40e/i40evf: Fix indentationJeff Kirsher2016-08-191-65/+66
* i40e: Remove XSTRINGIFY macro definitions and usesJoe Perches2016-08-191-4/+0
* i40e: Allow RSS Hash set with less than four parametersCarolyn Wyborny2016-08-181-3/+0
* i40e: refactor Rx filter handlingMitch Williams2016-07-221-2/+12
* i40e: Fix errors resulted while turning off TSOTushar Dave2016-06-271-0/+1
* i40e: Add vf-true-promisc-support priv flagAnjali Singhai Jain2016-05-131-5/+7
* i40e: Add support for disabling all link and change bits needed for PHY inter...Kevin Scott2016-05-131-1/+3
* i40e/i40evf: Remove unused hardware receive descriptor codeJesse Brandeburg2016-05-051-6/+1
* i40e: Refactor receive routineJesse Brandeburg2016-05-051-1/+0
* i40e: Drop packet split receive routineJesse Brandeburg2016-05-051-3/+0
* i40e: Use consistent type for vf_idJesse Brandeburg2016-05-011-1/+1
* i40e: Add support for configuring VF RSSMitch Williams2016-04-261-0/+1
* i40e/i40evf: Remove I40E_MAX_USER_PRIORITY defineCatherine Sullivan2016-04-051-1/+0
* i40e: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-04-051-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-221-0/+22
|\
| * i40e: Add support for client interface for IWARP driverAnjali Singhai Jain2016-02-291-0/+22
* | i40e: queue-specific settings for interrupt moderationKan Liang2016-02-191-7/+0
* | i40e: Fix led blink capability for 10GBaseT PHYCarolyn Wyborny2016-02-181-0/+3
* | i40e: Removal of code which relies on BASE VEB SEIDKiran Patil2016-02-171-3/+0
* | i40e: Add a SW workaround for lost interruptsAnjali Singhai Jain2016-02-171-0/+1
* | i40e/i40evf: don't lose interruptsJesse Brandeburg2016-02-171-2/+5
OpenPOWER on IntegriCloud