summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* i40e: fix condition of WARN_ONCE for stat stringsJacob Keller2018-08-241-1/+1
* i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar2018-08-241-7/+8
* ixgbe: fix driver behaviour after issuing VFLRSebastian Basierski2018-08-242-0/+27
* ixgbe: Prevent unsupported configurations with XDPTony Nguyen2018-08-242-2/+31
* ixgbe: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-08-242-3/+3
* igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()Jia-Ju Bai2018-08-241-1/+1
* igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()Jia-Ju Bai2018-08-241-2/+2
* igb: Use an advanced ctx descriptor for launchtimeJesus Sanchez-Palencia2018-08-241-1/+2
* e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen2018-08-241-2/+2
* e1000: check on netif_running() before calling e1000_up()Bo Chen2018-08-241-1/+2
* ixgb: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-08-241-3/+2Star
* ice: Trivial formatting fixesAnirudh Venkataramanan2018-08-233-6/+8
* ice: Change struct members from bool to u8Bruce Allan2018-08-234-16/+16
* ice: Fix potential return of uninitialized valueJesse Brandeburg2018-08-231-2/+2
* ice: Fix a few null pointer dereference issuesAnirudh Venkataramanan2018-08-232-8/+11
* ice: Update to interrupts enabled in OICRBruce Allan2018-08-232-14/+3Star
* ice: Set VLAN flags correctlyBrett Creeley2018-08-232-25/+30
* ice: Use order_base_2 to calculate higher power of 2Jacob Keller2018-08-231-5/+2Star
* ice: Fix bugs in control queue processingAnirudh Venkataramanan2018-08-232-5/+26
* ice: Clean control queues only when they are initializedPreethi Banala2018-08-231-8/+16
* ice: Report stats for allocated queues via ethtool statsJacob Keller2018-08-232-13/+46
* ice: Cleanup magic numberAnirudh Venkataramanan2018-08-232-1/+2
* ice: Remove unnecessary node owner checkBruce Allan2018-08-231-2/+1Star
* ice: Fix multiple static analyser warningsAnirudh Venkataramanan2018-08-234-24/+25
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-4/+2Star
* Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-161-1/+0Star
|\
| * igb: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-061-1/+0Star
* | igbvf: netdev: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* | igb: e1000_phy: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* | igb: e1000_82575: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* | igb_main: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+2
* | i40e_txrx: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-1/+2
* | i40e_main: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* | i40e: fix i40e_add_queue_stats data pointer updateJacob Keller2018-08-071-1/+6
* | i40e: Add AQ command for rearrange NVM structurePiotr Azarewicz2018-08-074-0/+42
* | i40e: Add additional return code to i40e_asq_send_commandPiotr Azarewicz2018-08-072-0/+4
* | i40e: fix warning about shadowed ring parameterJacob Keller2018-08-071-4/+2Star
* | i40e: remove unnecessary i variable causing -Wshadow warningJacob Keller2018-08-071-1/+0Star
* | i40e: convert priority flow control stats to use helpersJacob Keller2018-08-071-36/+51
* | i40e: convert VEB TC stats to use an i40e_stats arrayJacob Keller2018-08-071-40/+43
* | i40e: Set fec_config when forcing link stateMariusz Stachura2018-08-071-0/+2
* | i40e: add helper to copy statistic values into ethtool bufferJacob Keller2018-08-071-23/+93
* | i40e: add helper function for copying strings from stat arraysJacob Keller2018-08-071-20/+39
* | i40e/i40evf: remove redundant functions i40evf_aq_{set/get}_phy_registerYueHaibing2018-08-071-69/+0Star
* | i40e: Remove duplicated prepare call in i40e_shutdownSergey Nemov2018-08-071-6/+0Star
* | ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck2018-07-263-91/+224
* | ixgbe: Reorder Tx/Rx shutdown to reduce time needed to stop deviceAlexander Duyck2018-07-261-7/+7
* | igb: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas2018-07-261-2/+2
* | igb: Remove superfluous reset to PHY and page 0 selectionChristian Grönke2018-07-261-12/+0Star
* | ixgbe: add ipsec security registers into ethtool register dumpShannon Nelson2018-07-261-1/+9