aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-23ice: Remove unnecessary node owner checkBruce Allan1-2/+1
2018-08-23ice: Fix multiple static analyser warningsAnirudh Venkataramanan4-24/+25
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-4/+2
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2018-08-07igbvf: netdev: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-07igb: e1000_phy: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-07igb: e1000_82575: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-07igb_main: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-08-07i40e_txrx: mark expected switch fall-throughGustavo A. R. Silva1-1/+2
2018-08-07i40e_main: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-07i40e: fix i40e_add_queue_stats data pointer updateJacob Keller1-1/+6
2018-08-07i40e: Add AQ command for rearrange NVM structurePiotr Azarewicz4-0/+42
2018-08-07i40e: Add additional return code to i40e_asq_send_commandPiotr Azarewicz2-0/+4
2018-08-07i40e: fix warning about shadowed ring parameterJacob Keller1-4/+2
2018-08-07i40e: remove unnecessary i variable causing -Wshadow warningJacob Keller1-1/+0
2018-08-07i40e: convert priority flow control stats to use helpersJacob Keller1-36/+51
2018-08-07i40e: convert VEB TC stats to use an i40e_stats arrayJacob Keller1-40/+43
2018-08-07i40e: Set fec_config when forcing link stateMariusz Stachura1-0/+2
2018-08-07i40e: add helper to copy statistic values into ethtool bufferJacob Keller1-23/+93
2018-08-07i40e: add helper function for copying strings from stat arraysJacob Keller1-20/+39
2018-08-07i40e/i40evf: remove redundant functions i40evf_aq_{set/get}_phy_registerYueHaibing1-69/+0
2018-08-07i40e: Remove duplicated prepare call in i40e_shutdownSergey Nemov1-6/+0
2018-08-06igb: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas1-1/+0
2018-07-26ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck3-91/+224
2018-07-26ixgbe: Reorder Tx/Rx shutdown to reduce time needed to stop deviceAlexander Duyck1-7/+7
2018-07-26igb: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas1-2/+2
2018-07-26igb: Remove superfluous reset to PHY and page 0 selectionChristian Grönke1-12/+0
2018-07-26ixgbe: add ipsec security registers into ethtool register dumpShannon Nelson1-1/+9