aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2019-02-12igb: Fix an issue that PME is not enabled during runtime suspendKai-Heng Feng
2019-02-12ice: Do not enable NAPI on q_vectors that have no ringsYoung Xiao
2019-02-12i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko
2019-02-12i40e: prevent overlapping tx_timeout recoverAlan Brady
2019-01-26e1000e: allow non-monotonic SYSTIM readingsMiroslav Lichvar
2019-01-26ixgbe: allow IPsec Tx offload in VEPA modeShannon Nelson
2019-01-13ixgbe: Fix race when the VF driver does a resetRoss Lagerwall
2019-01-13i40e: fix mac filter delete when setting mac addressStefan Assmann
2018-12-17ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser
2018-12-17igb: fix uninitialized variablesYunjian Wang
2018-12-08i40e: Fix deletion of MAC filtersLihong Yang
2018-11-27i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller
2018-11-27ice: Change req_speeds to be u16Chinh T Cao
2018-11-27ice: Fix the bytecount sent to netdev_tx_sent_queueBrett Creeley
2018-11-27ice: Fix dead device link issue with flow controlAkeem G Abodunrin
2018-11-27ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl
2018-11-13ixgbevf: VF2VF TCP RSSSebastian Basierski
2018-11-13ixgbe: disallow IPsec Tx offload when in SR-IOV modeShannon Nelson
2018-11-13ice: update fw version check logicJacob Keller
2018-11-13ice: fix changing of ring descriptor size (ethtool -G)Bruce Allan
2018-10-03ixgbe: check return value of napi_complete_done()Song Liu
2018-09-23i40evf: remove ndo_poll_controllerEric Dumazet
2018-09-23ice: remove ndo_poll_controllerEric Dumazet
2018-09-23igb: remove ndo_poll_controllerEric Dumazet
2018-09-23ixgb: remove ndo_poll_controllerEric Dumazet
2018-09-23fm10k: remove ndo_poll_controllerEric Dumazet
2018-09-23ixgbevf: remove ndo_poll_controllerEric Dumazet
2018-09-23ixgbe: remove ndo_poll_controllerEric Dumazet
2018-08-24i40e: fix condition of WARN_ONCE for stat stringsJacob Keller
2018-08-24i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar
2018-08-24ixgbe: fix driver behaviour after issuing VFLRSebastian Basierski
2018-08-24ixgbe: Prevent unsupported configurations with XDPTony Nguyen
2018-08-24ixgbe: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai
2018-08-24igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()Jia-Ju Bai
2018-08-24igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()Jia-Ju Bai
2018-08-24igb: Use an advanced ctx descriptor for launchtimeJesus Sanchez-Palencia
2018-08-24e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen
2018-08-24e1000: check on netif_running() before calling e1000_up()Bo Chen
2018-08-24ixgb: use dma_zalloc_coherent instead of allocator/memsetYueHaibing
2018-08-23ice: Trivial formatting fixesAnirudh Venkataramanan
2018-08-23ice: Change struct members from bool to u8Bruce Allan
2018-08-23ice: Fix potential return of uninitialized valueJesse Brandeburg
2018-08-23ice: Fix a few null pointer dereference issuesAnirudh Venkataramanan
2018-08-23ice: Update to interrupts enabled in OICRBruce Allan
2018-08-23ice: Set VLAN flags correctlyBrett Creeley
2018-08-23ice: Use order_base_2 to calculate higher power of 2Jacob Keller
2018-08-23ice: Fix bugs in control queue processingAnirudh Venkataramanan
2018-08-23ice: Clean control queues only when they are initializedPreethi Banala
2018-08-23ice: Report stats for allocated queues via ethtool statsJacob Keller
2018-08-23ice: Cleanup magic numberAnirudh Venkataramanan