summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-08-2917-1199/+3326
|\
| * ice: Fix and update driver version stringAnirudh Venkataramanan2018-08-281-1/+1
| * ice: Introduce SERVICE_DIS flag and service routine functionsAkeem G Abodunrin2018-08-282-7/+28
| * ice: Enable VSI Rx/Tx pruning only when VLAN 0 is activeBrett Creeley2018-08-281-9/+85
| * ice: Enable firmware logging during device initialization.Hieu Tran2018-08-285-2/+286
| * ice: Implement ice_bridge_getlink and ice_bridge_setlinkMd Fahad Iqbal Polash2018-08-283-1/+181
| * ice: Add support for Tx hang, Tx timeout and malicious driver detectionSudheer Mogilappagari2018-08-285-0/+331
| * ice: Clean up register fileAnirudh Venkataramanan2018-08-281-229/+188Star
| * ice: Implement handlers for ethtool PHY/link operationsChinh Cao2018-08-284-53/+891
| * ice: Refactor VSI allocation, deletion and rebuild flowAnirudh Venkataramanan2018-08-287-171/+580
| * ice: Refactor switch rule management structures and functionsAnirudh Venkataramanan2018-08-285-553/+500Star
| * ice: Code optimization for ice_fill_sw_rule()Zhenning Xiao2018-08-281-8/+10
| * ice: Prevent control queue operations during resetAnirudh Venkataramanan2018-08-284-5/+34
| * ice: Update request resource command to latest specificationDan Nowlin2018-08-284-21/+67
| * ice: Updates to Tx scheduler codeAnirudh Venkataramanan2018-08-284-114/+61Star
| * ice: Rework flex descriptor programmingAnirudh Venkataramanan2018-08-282-34/+92
* | ixgbe: fix the return value for unsupported VF offloadShannon Nelson2018-08-281-1/+1
* | ixgbe: disallow IPsec Tx offload when in SR-IOV modeShannon Nelson2018-08-281-0/+3
* | ixgbevf: enable VF IPsec offload operationsShannon Nelson2018-08-285-21/+86
* | ixgbevf: add VF IPsec offload codeShannon Nelson2018-08-284-0/+748
* | ixgbevf: add defines for IPsec offload requestShannon Nelson2018-08-282-0/+13
* | ixgbe: add VF IPsec offload request message handlingShannon Nelson2018-08-283-6/+35
* | ixgbe: add VF IPsec offload enable flagShannon Nelson2018-08-283-1/+12
* | ixgbe: add VF IPsec managementShannon Nelson2018-08-282-9/+260
* | ixgbe: prep IPsec constants for later useShannon Nelson2018-08-281-3/+5
* | ixgbe: reload IPsec IP table after sa tablesShannon Nelson2018-08-281-8/+8
* | ixgbe: don't clear IPsec sa counters on HW clearingShannon Nelson2018-08-281-4/+0Star
* | ixgbevf: VF2VF TCP RSSSebastian Basierski2018-08-281-0/+4
* | ixgbe: firmware recovery modeSebastian Basierski2018-08-284-0/+71
|/
* 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