summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-205-53/+32
|\
| * ixgbe: Fix race when the VF driver does a resetRoss Lagerwall2018-12-131-1/+10
| * i40e: DRY rx_ptype handling codeMichał Mirosław2018-12-133-15/+6
| * i40e: fix VLAN.TCI == 0 RX HW offloadMichał Mirosław2018-12-133-30/+9
| * i40e: fix mac filter delete when setting mac addressStefan Assmann2018-12-121-7/+7
* | xfrm: prefer secpath_set over secpath_dupFlorian Westphal2018-12-192-8/+10
* | drivers: net: intel: use secpath helpers in more placesFlorian Westphal2018-12-194-7/+12
* | net: ndo_bridge_setlink: Add extackPetr Machata2018-12-133-3/+7
* | net: documentation: build a directory structure for driversJakub Kicinski2018-12-051-12/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-294-9/+12
|\|
| * i40e: fix kerneldoc for xsk methodsJan Sokolowski2018-11-281-7/+7
| * ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser2018-11-281-1/+3
| * i40e: Fix deletion of MAC filtersLihong Yang2018-11-281-1/+1
| * igb: fix uninitialized variablesYunjian Wang2018-11-281-0/+1
* | igc: Remove obsolete IGC_ERR defineSasha Neftin2018-11-212-3/+1
* | ixgbe: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-211-3/+3
* | ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-2111-54/+73
* | igb: Fix format with line continuation whitespaceJoe Perches2018-11-211-7/+6
* | ice: Fix possible NULL pointer de-referenceBruce Allan2018-11-201-0/+3
* | ice: Use Tx|Rx in commentsAnirudh Venkataramanan2018-11-209-42/+42
* | ice: Cosmetic formatting changesAnirudh Venkataramanan2018-11-2011-84/+83
* | ice: Cleanup short function signaturesBruce Allan2018-11-203-8/+4
* | ice: Cleanup ice_tx_timeout()Bruce Allan2018-11-201-13/+9
* | ice: Fix return value from NAPI pollDave Ertman2018-11-201-1/+2
* | ice: Constify global structures that can/should beBruce Allan2018-11-201-2/+2
* | ice: Do not set LAN_EN for MAC-VLAN filtersYashaswini Raghuram Prathivadi Bhayankaram2018-11-201-13/+24
* | ice: Pass the return value of ice_init_def_sw_recp()Jaroslaw Ilgiewicz2018-11-201-3/+1
* | ice: Cleanup duplicate control queue codeBruce Allan2018-11-201-142/+76
* | ice: Do autoneg based on VSI stateAkeem G Abodunrin2018-11-201-5/+5
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-11-1611-43/+116
|\ \
| * | i40e: prevent overlapping tx_timeout recoverAlan Brady2018-11-142-0/+6
| * | i40e: suppress bogus error messageMitch Williams2018-11-141-1/+2
| * | i40e: Use correct shift for VLAN priorityRichard Rodriguez2018-11-141-2/+2
| * | i40e: always set ks->base.speed in i40e_get_settings_link_upJacob Keller2018-11-141-0/+1
| * | i40e: don't restart nway if autoneg not supportedMitch Williams2018-11-141-5/+5
| * | i40e: Allow disabling FW LLDP on X722 devicesPatryk Małek2018-11-144-15/+17
| * | i40e: update driver versionAlice Michael2018-11-141-2/+2
| * | i40e: Protect access to VF control methodsJan Sokolowski2018-11-142-5/+60
| * | i40e: Replace strncpy with strlcpy to ensure null terminationPatryk Małek2018-11-142-8/+8
| * | i40e: Add capability flag for stopping FW LLDPKrzysztof Galazka2018-11-143-1/+10
| * | i40e: Use a local variable for readabilityJan Sokolowski2018-11-141-2/+2
| * | i40e: Replace spin_is_locked() with lockdepLance Roy2018-11-141-2/+1
* | | ice: Remove ICE_MAX_TXQ_PER_TXQG check when configuring Tx queueMd Fahad Iqbal Polash2018-11-131-4/+0
* | | ice: Destroy scheduler tree in reset pathHenry Tieman2018-11-131-0/+1
* | | ice: Fix to make VLAN priority tagged traffic to appear on all TCsUsha Ketineni2018-11-135-51/+81
* | | ice: Call pci_disable_sriov before stopping queues for VFBrett Creeley2018-11-131-9/+9
* | | ice: Increase Rx queue disable timeoutPiotr Raczynski2018-11-131-3/+3
* | | ice: Fix NVM mask definesLev Faerman2018-11-131-3/+3
* | | ice: Avoid nested RTNL locking in ice_dis_vsiDave Ertman2018-11-131-5/+10
* | | ice: Calculate guaranteed VSIs per function and use itAnirudh Venkataramanan2018-11-135-6/+34