aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+0
2020-08-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-08-17scsi: fcoe: Fix I/O path allocationMike Christie1-1/+1
2020-08-14i40e: Fix crash during removing i40e driverGrzegorz Szczurek1-0/+3
2020-08-14i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski2-9/+28
2020-08-14igc: Fix PTP initializationVinicius Costa Gomes2-5/+2
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-4/+4
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-3/+3
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-16/+0
2020-08-03Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller19-87/+445
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+10
2020-08-01ice: Misc minor fixesTony Nguyen9-18/+14
2020-08-01ice: adjust profile ID map locksVictor Raj1-45/+45
2020-08-01ice: update PTYPE lookup tableTony Nguyen1-0/+314
2020-08-01ice: Disable VLAN pruning in promiscuous modeNick Nunley2-0/+10
2020-08-01ice: Graceful error handling in HW table calloc failureSurabhi Boob1-1/+3
2020-08-01ice: port fix for chk_linearlizeKiran Patil1-3/+23
2020-08-01ice: Allow 2 queue pairs per VF on SR-IOV initializationBrett Creeley2-0/+3
2020-08-01ice: Clear and free XLT entries on resetVignesh Sridhar1-1/+3
2020-08-01ice: add useful statisticsJesse Brandeburg5-2/+15
2020-08-01ice: remove page_reuse statisticJesse Brandeburg2-3/+0
2020-08-01ice: Fix RSS profile locksVignesh Sridhar1-6/+7
2020-08-01ice: fix the vsi_id mask to be 10 bit for set_rss_lutKiran Patil1-1/+1
2020-08-01ice: rename misleading grst_delay variableNick Nunley1-5/+5
2020-08-01ice: mark PM functions as __maybe_unusedWei Yongjun1-2/+2
2020-07-30igb: use eth_zero_addr() to clear mac addressMiaohe Lin1-2/+2
2020-07-30ixgbe: use eth_zero_addr() to clear mac addressMiaohe Lin1-1/+1
2020-07-30ixgbe: Remove unnecessary usages of memsetSuraj Upadhyay1-2/+2
2020-07-30igb: Remove unnecessary usages of memsetSuraj Upadhyay1-2/+2
2020-07-30e1000e: Remove unnecessary usages of memsetSuraj Upadhyay1-2/+2
2020-07-30e1000: Remove unnecessary usages of memsetSuraj Upadhyay1-2/+2
2020-07-30e100: use generic power managementVaibhav Gupta1-18/+14
2020-07-30igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri1-0/+9
2020-07-30e1000e: continue to init PHY even when failed to disable ULPAaron Ma1-3/+1
2020-07-30ixgbevf: use generic power managementVaibhav Gupta1-34/+10
2020-07-30ixgbe: use generic power managementVaibhav Gupta1-46/+15
2020-07-30igbvf: use generic power managementVaibhav Gupta1-29/+8
2020-07-30iavf: use generic power managementVaibhav Gupta1-33/+12
2020-07-29ice: fix unused parameter warningTony Nguyen1-2/+2
2020-07-29ice: disable no longer needed workaround for FW loggingBen Shelton1-2/+0
2020-07-29ice: reduce scope of variableBruce Allan1-2/+4
2020-07-29ice: cleanup VSI on probe failMarcin Szycik1-5/+7
2020-07-29ice: Allow all VLANs in safe modeBrett Creeley1-2/+57
2020-07-29ice: need_wakeup flag might not be set for TxKrzysztof Kazimierczak1-8/+2
2020-07-29ice: distribute Tx queues evenlyVictor Raj1-4/+51
2020-07-29ice: Adjust scheduler default BW weightTarun Singh2-2/+13
2020-07-29ice: Add RL profile bit mask checkTarun Singh1-5/+6
2020-07-29ice: fix overwriting TX/RX descriptor values when rebuilding VSIPaul M Stillwell Jr1-2/+8
2020-07-29ice: return correct error code from ice_aq_sw_rulesKiran Patil1-1/+7
2020-07-29ice: restore VF MSI-X state during PCI resetNick Nunley3-0/+34