summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
...
| * | i40e: Fix for adding multiple ethtool filters on the same locationPatryk Małek2018-01-261-6/+6
| * | i40e: Add returning AQ critical error to SWMichal Kosiarz2018-01-266-8/+24
* | | ixgbe: don't set RXDCTL.RLPML for 82599Emil Tantilov2018-01-261-2/+6
* | | ixgbe: Fix && vs || typoDan Carpenter2018-01-261-1/+1
* | | ixgbe: add support for reporting 5G link speedPaul Greenwalt2018-01-261-0/+3
* | | ixgbe: Don't report unsupported timestamping filters for X550Miroslav Lichvar2018-01-261-18/+19
* | | ixgbe: use ARRAY_SIZE for array sizing calculation on array bufColin Ian King2018-01-261-1/+1
* | | ixgbevf: use ARRAY_SIZE for various array sizing calculationsColin Ian King2018-01-261-10/+7Star
* | | ixgbevf: don't bother clearing tx_buffer_info in ixgbevf_clean_tx_ring()Emil Tantilov2018-01-261-43/+72
* | | ixgbevf: improve performance and reduce size of ixgbevf_tx_map()Emil Tantilov2018-01-261-25/+20Star
* | | ixgbevf: clear rx_buffer_info in configure instead of cleanEmil Tantilov2018-01-261-13/+13
* | | ixgbevf: add counters for Rx page allocationsEmil Tantilov2018-01-263-7/+25
* | | ixgbevf: update code to better handle incrementing page countEmil Tantilov2018-01-262-9/+28
* | | ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERINGEmil Tantilov2018-01-262-22/+38
* | | ixgbevf: use length to determine if descriptor is doneEmil Tantilov2018-01-261-6/+8
* | | ixgbevf: only DMA sync frame lengthEmil Tantilov2018-01-261-3/+4
* | | ixgbevf: add function for checking if we can reuse pageEmil Tantilov2018-01-261-26/+33
|/ /
* | i40e: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-261-5/+3Star
* | ixgbe: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-261-4/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-251-0/+2
|\ \
| * | i40e: flower: check if TC offload is enabled on a netdevJakub Kicinski2018-01-241-0/+2
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-01-253-17/+43
|\ \ \
| * | | fm10k: clarify action when updating the VLAN tableNgai-Mint Kwan2018-01-241-1/+3
| * | | fm10k: correct typo in fm10k_pf.cNgai-Mint Kwan2018-01-241-1/+1
| * | | fm10k: don't assume VLAN 1 is enabledJacob Keller2018-01-241-5/+3Star
| * | | fm10k: stop adding VLAN 0 to the VLAN tableJacob Keller2018-01-241-3/+0Star
| * | | fm10k: fix "failed to kill vid" message for VFNgai-Mint Kwan2018-01-241-2/+12
| * | | fm10k: cleanup unnecessary parenthesis in fm10k_iov.cJacob Keller2018-01-241-2/+2
| * | | fm10k: Fix configuration for macvlan offloadAlexander Duyck2018-01-241-3/+22
* | | | igb: Clear TXSTMP when ptp_tx_work() is timeoutDaniel Hua2018-01-241-0/+9
* | | | igb: Delete an error message for a failed memory allocation in igb_enable_sri...Markus Elfring2018-01-241-2/+0Star
* | | | igb: Free IRQs when device is hotpluggedLyude Paul2018-01-241-1/+1
* | | | e1000e: Alert the user that C-states will be disabled by enabling jumbo framesMatt Turner2018-01-241-0/+2
* | | | igb: Clarify idleslope config constraintsJesus Sanchez-Palencia2018-01-241-0/+14
* | | | e1000e: Set HTHRESH when PTHRESH is usedMatt Turner2018-01-241-1/+1
* | | | igb: add function to get maximum RSS queuesZhang Shengju2018-01-243-33/+12Star
* | | | igb: Allow to remove administratively set MAC on VFsCorinna Vinschen2018-01-241-11/+31
|/ / /
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-01-2418-210/+403
|\ \ \
| * | | i40e: Fix channel addition in reset flowAmritha Nambiar2018-01-231-0/+11
| * | | i40evf: ignore link up if not runningAlan Brady2018-01-231-12/+23
| * | | i40e: Delete an error message for a failed memory allocation in i40e_init_int...Markus Elfring2018-01-231-3/+2Star
| * | | i40e: Disable iWARP VSI PETCP_ENA flag on netdev down eventsShiraz Saleem2018-01-232-18/+20
| * | | i40e: simplify pointer dereferencesMitch Williams2018-01-231-10/+8Star
| * | | i40e: check for invalid DCB configMitch Williams2018-01-231-1/+33
| * | | i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari2018-01-236-99/+115
| * | | i40e: Fix for blinking activity instead of link LEDsMichal Kuchta2018-01-231-3/+2Star
| * | | i40evf: Don't schedule reset_task when device is being removedAvinash Dayanand2018-01-232-1/+9
| * | | i40evf: remove flush_scheduled_work call in i40evf_removeSudheer Mogilappagari2018-01-231-2/+0Star
| * | | i40e: avoid divide by zeroMitch Williams2018-01-231-2/+7
| * | | i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags f...Pawel Jablonski2018-01-239-59/+173