aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg11-54/+73
2018-11-21igb: Fix format with line continuation whitespaceJoe Perches1-7/+6
2018-11-20ice: Fix possible NULL pointer de-referenceBruce Allan1-0/+3
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan9-42/+42
2018-11-20ice: Cosmetic formatting changesAnirudh Venkataramanan11-84/+83
2018-11-20ice: Cleanup short function signaturesBruce Allan3-8/+4
2018-11-20ice: Cleanup ice_tx_timeout()Bruce Allan1-13/+9
2018-11-20ice: Fix return value from NAPI pollDave Ertman1-1/+2
2018-11-20ice: Constify global structures that can/should beBruce Allan1-2/+2
2018-11-20ice: Do not set LAN_EN for MAC-VLAN filtersYashaswini Raghuram Prathivadi Bhayankaram1-13/+24
2018-11-20ice: Pass the return value of ice_init_def_sw_recp()Jaroslaw Ilgiewicz1-3/+1
2018-11-20ice: Cleanup duplicate control queue codeBruce Allan1-142/+76
2018-11-20ice: Do autoneg based on VSI stateAkeem G Abodunrin1-5/+5
2018-11-15Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller11-43/+116
2018-11-14i40e: prevent overlapping tx_timeout recoverAlan Brady2-0/+6
2018-11-14i40e: suppress bogus error messageMitch Williams1-1/+2
2018-11-14i40e: Use correct shift for VLAN priorityRichard Rodriguez1-2/+2
2018-11-14i40e: always set ks->base.speed in i40e_get_settings_link_upJacob Keller1-0/+1
2018-11-14i40e: don't restart nway if autoneg not supportedMitch Williams1-5/+5
2018-11-14i40e: Allow disabling FW LLDP on X722 devicesPatryk Małek4-15/+17
2018-11-14i40e: update driver versionAlice Michael1-2/+2
2018-11-14i40e: Protect access to VF control methodsJan Sokolowski2-5/+60
2018-11-14i40e: Replace strncpy with strlcpy to ensure null terminationPatryk Małek2-8/+8
2018-11-14i40e: Add capability flag for stopping FW LLDPKrzysztof Galazka3-1/+10
2018-11-14i40e: Use a local variable for readabilityJan Sokolowski1-2/+2
2018-11-14i40e: Replace spin_is_locked() with lockdepLance Roy1-2/+1
2018-11-13ice: Remove ICE_MAX_TXQ_PER_TXQG check when configuring Tx queueMd Fahad Iqbal Polash1-4/+0
2018-11-13ice: Destroy scheduler tree in reset pathHenry Tieman1-0/+1
2018-11-13ice: Fix to make VLAN priority tagged traffic to appear on all TCsUsha Ketineni5-51/+81
2018-11-13ice: Call pci_disable_sriov before stopping queues for VFBrett Creeley1-9/+9
2018-11-13ice: Increase Rx queue disable timeoutPiotr Raczynski1-3/+3
2018-11-13ice: Fix NVM mask definesLev Faerman1-3/+3
2018-11-13ice: Avoid nested RTNL locking in ice_dis_vsiDave Ertman1-5/+10
2018-11-13ice: Calculate guaranteed VSIs per function and use itAnirudh Venkataramanan5-6/+34
2018-11-13ice: Remove node before releasing VSIAnirudh Venkataramanan3-1/+110
2018-11-13ice: Check for q_vector when stopping ringsTony Nguyen1-1/+2
2018-11-13ice: Fix debug print in ice_tx_timeoutBrett Creeley2-6/+12
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-60/+113
2018-11-09ixgbe: extend PTP gettime function to read system clockMiroslav Lichvar1-10/+44
2018-11-09igb: extend PTP gettime function to read system clockMiroslav Lichvar1-10/+55
2018-11-09e1000e: extend PTP gettime function to read system clockMiroslav Lichvar3-16/+45
2018-11-07i40e: enable NETIF_F_NTUPLE and NETIF_F_HW_TC at driver loadJacob Keller1-3/+3
2018-11-07igc: Clean up codeSasha Neftin2-24/+0
2018-11-07e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar1-3/+10
2018-11-07igc: Tidy up some white spaceDan Carpenter1-5/+5
2018-11-07igc: fix error return handling from call to netif_set_real_num_tx_queuesColin Ian King1-1/+1
2018-11-07igc: Remove set but not used variable 'pci_using_dac'YueHaibing1-4/+1
2018-11-07igc: Remove set but not used variables 'ctrl_ext, link_mode'YueHaibing1-8/+0
2018-11-07i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka3-3/+5
2018-11-07intel-ethernet: software timestamp skbs as late as possibleJacob Keller5-10/+10