summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2019-02-12igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng1-3/+5
2019-02-12ice: Do not enable NAPI on q_vectors that have no ringsYoung Xiao1-4/+12
2019-02-12i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko1-0/+3
2019-02-12i40e: prevent overlapping tx_timeout recoverAlan Brady2-0/+6
2019-01-26e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar1-3/+10
2019-01-26ixgbe: allow IPsec Tx offload in VEPA modeShannon Nelson1-1/+3
2019-01-13ixgbe: Fix race when the VF driver does a resetRoss Lagerwall1-1/+10
2019-01-13i40e: fix mac filter delete when setting mac addressStefan Assmann1-7/+7
2018-12-17ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser1-1/+3
2018-12-17igb: fix uninitialized variablesYunjian Wang1-0/+1
2018-12-08i40e: Fix deletion of MAC filtersLihong Yang1-1/+1
2018-11-27i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller1-0/+2
2018-11-27ice: Change req_speeds to be u16Chinh T Cao1-1/+1
2018-11-27ice: Fix the bytecount sent to netdev_tx_sent_queueBrett Creeley1-1/+1
2018-11-27ice: Fix dead device link issue with flow controlAkeem G Abodunrin1-1/+6
2018-11-27ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl1-1/+3
2018-11-13ixgbevf: VF2VF TCP RSSSebastian Basierski1-0/+4
2018-11-13ixgbe: disallow IPsec Tx offload when in SR-IOV modeShannon Nelson1-0/+3
2018-11-13ice: update fw version check logicJacob Keller1-11/+19
2018-11-13ice: fix changing of ring descriptor size (ethtool -G)Bruce Allan2-5/+16
2018-10-04ixgbe: check return value of napi_complete_done()Song Liu1-5/+7
2018-09-24i40evf: remove ndo_poll_controllerEric Dumazet1-26/+0
2018-09-24ice: remove ndo_poll_controllerEric Dumazet1-27/+0
2018-09-24igb: remove ndo_poll_controllerEric Dumazet1-30/+0
2018-09-24ixgb: remove ndo_poll_controllerEric Dumazet1-25/+0
2018-09-24fm10k: remove ndo_poll_controllerEric Dumazet3-28/+0
2018-09-24ixgbevf: remove ndo_poll_controllerEric Dumazet1-21/+0
2018-09-24ixgbe: remove ndo_poll_controllerEric Dumazet1-25/+0
2018-08-24i40e: fix condition of WARN_ONCE for stat stringsJacob Keller1-1/+1
2018-08-24i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar1-7/+8
2018-08-24ixgbe: fix driver behaviour after issuing VFLRSebastian Basierski2-0/+27
2018-08-24ixgbe: Prevent unsupported configurations with XDPTony Nguyen2-2/+31
2018-08-24ixgbe: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2-3/+3
2018-08-24igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()Jia-Ju Bai1-1/+1
2018-08-24igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()Jia-Ju Bai1-2/+2
2018-08-24igb: Use an advanced ctx descriptor for launchtimeJesus Sanchez-Palencia1-1/+2
2018-08-24e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen1-2/+2
2018-08-24e1000: check on netif_running() before calling e1000_up()Bo Chen1-1/+2
2018-08-24ixgb: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-3/+2
2018-08-23ice: Trivial formatting fixesAnirudh Venkataramanan3-6/+8
2018-08-23ice: Change struct members from bool to u8Bruce Allan4-16/+16
2018-08-23ice: Fix potential return of uninitialized valueJesse Brandeburg1-2/+2
2018-08-23ice: Fix a few null pointer dereference issuesAnirudh Venkataramanan2-8/+11
2018-08-23ice: Update to interrupts enabled in OICRBruce Allan2-14/+3
2018-08-23ice: Set VLAN flags correctlyBrett Creeley2-25/+30
2018-08-23ice: Use order_base_2 to calculate higher power of 2Jacob Keller1-5/+2
2018-08-23ice: Fix bugs in control queue processingAnirudh Venkataramanan2-5/+26
2018-08-23ice: Clean control queues only when they are initializedPreethi Banala1-8/+16
2018-08-23ice: Report stats for allocated queues via ethtool statsJacob Keller2-13/+46
2018-08-23ice: Cleanup magic numberAnirudh Venkataramanan2-1/+2