aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
...
| * | i40e: Further implementation of LLDPAleksandr Loktionov2019-05-038-13/+93
| * | i40e: Report advertised link modes on 40GBase_LR4, CR4 and fibreAdam Ludkiewicz2019-05-031-1/+9
| * | i40e: ShadowRAM checksum calculation changeMaciej Paczkowski2019-05-031-4/+25
| * | i40e: remove error msg when vf with port vlan tries to remove vlan 0Aleksandr Loktionov2019-05-031-1/+2
| * | i40e: change behavior on PF in response to MDD eventCarolyn Wyborny2019-05-031-10/+2
| * | i40e: Fix for allowing too many MDD events on VFCarolyn Wyborny2019-05-031-5/+3
| |/
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-238-8/+10
| * ice: Calculate ITR increment based on direct calculationBrett Creeley2019-04-181-72/+63
| * ice: Bump driver versionAnirudh Venkataramanan2019-04-181-1/+1
| * ice: Add code to control FW LLDP and DCBXAnirudh Venkataramanan2019-04-185-2/+159
| * ice: Add code for DCB rebuildAnirudh Venkataramanan2019-04-183-0/+85
| * ice: Add code to get DCB related statisticsAnirudh Venkataramanan2019-04-186-2/+86
| * ice: Add priority information into VLAN headerAnirudh Venkataramanan2019-04-184-3/+54
| * ice: Update rings based on TC informationAnirudh Venkataramanan2019-04-185-0/+52
| * ice: Add code to process LLDP MIB change eventsAnirudh Venkataramanan2019-04-185-3/+47
| * ice: Add code for DCB initialization part 4/4Anirudh Venkataramanan2019-04-182-2/+81
| * ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan2019-04-1814-82/+997
| * ice: Add code for DCB initialization part 2/4Anirudh Venkataramanan2019-04-186-1/+1057
| * ice: Add code for DCB initialization part 1/4Anirudh Venkataramanan2019-04-1810-0/+230
| * ice: Bump versionAnirudh Venkataramanan2019-04-181-1/+1
| * ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan2019-04-1816-294/+294
| * ice: Fix typos in code commentsAnirudh Venkataramanan2019-04-184-6/+6
| * i40e: Fix misleading error messageCarolyn Wyborny2019-04-161-1/+1
| * i40e: Able to add up to 16 MAC filters on an untrusted VFAdam Ludkiewicz2019-04-161-2/+4
| * i40e: Report advertised link modes on 40GBASE_SR4Adam Ludkiewicz2019-04-161-1/+6
| * i40e: The driver now prints the API version in error messageAdam Ludkiewicz2019-04-161-3/+15
| * i40e: Changed maximum supported FW API version to 1.8Adam Ludkiewicz2019-04-162-3/+3
| * i40e: Remove misleading messages for untrusted VFGrzegorz Siwik2019-04-161-5/+16
| * i40e: Update i40e_init_dcb to return correct errorChinh T Cao2019-04-163-19/+13
| * i40e: Fix for 10G ports LED not blinkingPiotr Marczak2019-04-161-33/+0
| * i40e: save PTP time before a device resetJacob Keller2019-04-163-4/+63
| * i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley2019-04-161-0/+8
| * i40e: Implement DDP support in i40e driverAleksandr Loktionov2019-04-168-22/+769
| * i40e: Queues are reserved despite "Invalid argument" errorAdam Ludkiewicz2019-04-161-0/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-059-74/+58
| |\
| * | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-019-9/+9
| * | ice: Remove "2 BITS" commentAnirudh Venkataramanan2019-03-261-6/+6
| * | ice: Update comment regarding the ITR_GRAN_SBrett Creeley2019-03-261-1/+1
| * | ice: Update function header for __ice_vsi_get_qsAnirudh Venkataramanan2019-03-261-4/+3
| * | ice: Remove unnecessary bracesAnirudh Venkataramanan2019-03-261-2/+1
| * | ice: Remove unused function prototypeAnirudh Venkataramanan2019-03-261-2/+0
| * | ice: Add missing case in print_link_msg for printing flow controlBrett Creeley2019-03-261-0/+3
| * | ice: Audit hotpath structures with paholeBrett Creeley2019-03-264-20/+15
| * | ice: Do not bail out when filter already existsPreethi Banala2019-03-261-1/+5
| * | ice: Fix issue with VF attempt to delete default MAC addressAkeem G Abodunrin2019-03-261-8/+7
| * | ice: enable VF admin queue interruptsMitch Williams2019-03-262-0/+6
| * | ice: Fix for adaptive interrupt moderationAnirudh Venkataramanan2019-03-263-24/+275
| * | ice: Implement pci_error_handler opsBrett Creeley2019-03-261-0/+151
| * | ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_resetBrett Creeley2019-03-261-2/+5
| * | ice: use virt channel status codesMitch Williams2019-03-261-119/+154