summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-19i40e: add check for null VSIJohn Underwood1-1/+6
2016-02-19i40e: Fix for unexpected messagingCarolyn Wyborny1-6/+7
2016-02-19i40e: Do not wait for Rx queue disable in DCB reconfigNeerav Parikh1-9/+24
2016-02-19i40e: Fix led blink capability for 10GBaseT PHYCarolyn Wyborny1-0/+4
2016-02-19i40e: Update feature flags to reflect newly enabled featuresAlexander Duyck1-4/+10
2016-02-19i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnelsAlexander Duyck1-12/+0
2016-02-18i40e/i40evf: Drop outer checksum offload that was not requestedAlexander Duyck1-2/+0
2016-02-18i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.Catherine Sullivan1-1/+1
2016-02-18i40e: better error reporting for nvmupdateShannon Nelson1-1/+4
2016-02-18i40e: Do not disable queues in the Legacy/MSI Interrupt handlerAnjali Singhai Jain1-10/+6
2016-02-18i40e: Removal of code which relies on BASE VEB SEIDKiran Patil1-1/+1
2016-02-18i40e: Fix PROMISC mode for Multi-function per port (MFP) devicesAnjali Singhai Jain1-1/+3
2016-02-18i40e: Add a SW workaround for lost interruptsAnjali Singhai Jain1-12/+20
2016-02-18i40e: trivial: cleanup use of pf->hwJesse Brandeburg1-4/+4
2016-02-18i40e/i40evf: Bump versionJesse Brandeburg1-1/+1
2016-02-18i40e/i40evf: don't lose interruptsJesse Brandeburg1-5/+6
2016-02-18i40e: use new add_veb calling with VEB stats controlShannon Nelson1-2/+2
2016-02-18i40e: add VEB stat control and remove L2 cloud filterShannon Nelson1-1/+1
2016-02-18i40e: Make the DCB firmware checks for X710/XL710 onlyNeerav Parikh1-7/+20
2016-02-18i40e: move sync_vsi_filters up in service_taskJesse Brandeburg1-1/+6
2016-02-17i40e: use eth_platform_get_mac_address()Sowmini Varadhan1-18/+1
2016-02-17i40e: add priv flag for automatic rule evictionAnjali Singhai Jain1-0/+3
2016-02-17i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devicesAnjali Singhai1-1/+14
2016-02-17i40e/i40evf: bump version to 1.4.12/1.4.8Jesse Brandeburg1-1/+1
2016-02-17i40e: drop unused functionJesse Brandeburg1-16/+0
2016-02-17i40e: negate PHY int mask bitsShannon Nelson1-8/+8
2016-02-17i40e: fix: do not sleep in netdev_opsJesse Brandeburg1-1/+10
2016-02-17i40e: allocate memory saferJesse Brandeburg1-2/+2
2016-02-17i40e: trivial: fix missing spaceJesse Brandeburg1-1/+1
2016-02-17i40e: trivial: drop duplicate definitionJesse Brandeburg1-2/+0
2016-02-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-4/+4
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-4/+6
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-5/+12
2016-02-17i40e/i40evf: Bump i40e to 1.4.11 and i40evf to 1.4.7Catherine Sullivan1-1/+1
2016-02-17i40e: trivial: remove unnecessary local varJesse Brandeburg1-3/+2
2016-02-17i40e: add counter for arq overflowsMitch Williams1-0/+1
2016-02-04i40e: add 100Mb ethtool reportingCatherine Sullivan1-0/+1
2016-02-04i40e/i40evf: Use private workqueueJesse Brandeburg1-1/+14
2016-02-04i40e: Extend ethtool RSS hooks for X722Anjali Singhai Jain1-1/+52
2016-02-04i40e: add new device IDs for X722Anjali Singhai Jain1-0/+2
2016-02-04i40e: bump version to 1.4.10Catherine Sullivan1-1/+1
2016-02-04i40e: update features with right offloadJesse Brandeburg1-5/+5
2016-02-04i40e: Cleanup the code with respect to restarting autonegAnjali Singhai Jain1-4/+8
2016-02-04i40e: Add mac_filter_element at the end of the list instead of HEADKiran Patil1-1/+1
2016-01-26i40e: fix build warningsEric Dumazet1-10/+5
2016-01-08i40e: remove forever unused IDJesse Brandeburg1-1/+0
2016-01-08i40e: Look up MAC address in Open Firmware or IDPROMSowmini Varadhan1-0/+90
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+10
2015-12-16i40e: Call geneve_get_rx_port to get the existing Geneve portsSinghai, Anjali1-0/+3
2015-12-16i40e: geneve tunnel offload supportSinghai, Anjali1-31/+136