summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Set defport behavior for the Main VSI when in promiscuous modeAnjali Singhai Jain2015-09-011-8/+29
* i40e/i40evf: Bump i40e to 1.3.9 and i40evf to 1.3.5Catherine Sullivan2015-08-261-1/+1
* i40e: Remove redundant and unneeded messagesGreg Rose2015-08-261-2/+0
* i40e/i40evf: Add capability to gather VEB per TC statsNeerav Parikh2015-08-261-1/+27
* i40e: Fix legacy interrupt mode in the driverAnjali Singhai Jain2015-08-261-4/+12
* i40e: Move function calls to i40e_shutdown instead of i40e_suspendCatherine Sullivan2015-08-261-3/+13
* i40e: don't degrade __le16Mitch Williams2015-08-261-0/+2
* i40e: Add IWARP support for X722Anjali Singhai Jain2015-08-051-0/+10
* i40e/i40evf: Add TX/RX outer UDP checksum support for X722Anjali Singhai Jain2015-08-051-0/+2
* i40e/i40evf: Add support for writeback on ITR feature for X722Anjali Singhai Jain2015-08-051-0/+2
* i40e/i40evf: RSS changes for X722Anjali Singhai Jain2015-08-051-38/+118
* i40e/i40evf: Add flags for X722 capabilitiesAnjali Singhai Jain2015-08-051-0/+8
* i40e/i40evf: Add device ids for X722Anjali Singhai Jain2015-08-051-0/+3
* i40e: use BIT and BIT_ULL macrosJesse Brandeburg2015-07-231-36/+37
* i40e: clean up error status messagesShannon Nelson2015-07-231-161/+231
* i40e/i40evf: Bump version to 1.3.6 for i40e and 1.3.2 for i40evfCatherine Sullivan2015-07-141-1/+1
* i40e: Refine an error message to avoid confusionAnjali Singhai Jain2015-07-141-1/+2
* i40e: Remove incorrect #ifdef'sCarolyn Wyborny2015-07-141-10/+2
* i40e/i40evf: Update Flex-10 related device/function capabilitiesPawel Orlowski2015-07-141-1/+1
* i40e/i40evf: Add stats to track FD ATR and SB dynamic enable stateAnjali Singhai Jain2015-07-141-0/+12
* i40e: Implement ndo_features_check()Joe Stringer2015-07-141-0/+20
* switchdev; add VLAN support for port's bridge_getlinkScott Feldman2015-06-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-081-4/+31
|\
| * i40e: Make sure to be in VEB mode if SRIOV is enabled at probeAnjali Singhai Jain2015-06-041-3/+17
| * i40e: start up in VEPA mode by defaultAnjali Singhai Jain2015-06-041-4/+17
* | i40e: Bump version to 1.3.4Catherine Sullivan2015-05-281-1/+1
* | i40e: Move the FD ATR/SB messages to a higher debug levelAnjali Singhai Jain2015-05-281-6/+12
* | i40e: Remove unnecessary pf membersAnjali Singhai Jain2015-05-281-6/+4
* | i40e/i40evf: Add stats to count Tunnel ATR hitsAnjali Singhai Jain2015-05-281-0/+4
* | i40e: Collect PFC XOFF RX stats even in single TC caseNeerav Parikh2015-05-281-3/+2
|/
* bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-291-3/+4
* i40e: Bump version to 1.3.2Catherine Sullivan2015-04-141-1/+1
* i40e: handle possible memory allocation failureJesse Brandeburg2015-04-141-3/+11
* i40e: Bump to version 1.3.1Catherine Sullivan2015-04-031-2/+2
* i40e: Communicate VSI id in place of VSI index to the VFsAnjali Singhai Jain2015-04-031-0/+16
* i40e: stop flow director on shutdownMitch Williams2015-04-031-0/+2
* i40e: fix up VXLAN messagesShannon Nelson2015-04-031-19/+19
* i40e: Change some memcpys to struct assignmentsJesse Brandeburg2015-04-031-11/+8
* i40e: Print some more info to help figure out the cause of HMC errorAnjali Singhai Jain2015-04-031-0/+3
* i40e: Bump version to 1.2.43Catherine Sullivan2015-03-271-1/+1
* i40e/i40evf: implement KR2 supportJesse Brandeburg2015-03-271-0/+4
* i40e: add NVM update events to AQ cleanShannon Nelson2015-03-191-0/+4
* i40e/i40evf: Bump i40e/i40evf versionCatherine Sullivan2015-03-091-1/+1
* i40e: Fix inconsistent use of PF/VF vs pf/vfJeff Kirsher2015-03-091-29/+29
* i40e: Strip configfs codeGreg Rose2015-03-071-6/+0
* i40e/i40evf: Bump versionSravanthi Tangeda2015-03-071-1/+1
* i40e: Simplify code for rss_size_max configAnjali Singhai Jain2015-03-071-5/+2
* i40e: FD filters flush policy changesAnjali Singhai Jain2015-03-071-16/+43
* i40e: Move code to enable/disable Loopback to the main fileAkeem G Abodunrin2015-03-071-0/+68
* i40e: rework vector reservationShannon Nelson2015-03-071-19/+56