summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* sfc_ef100: NVRAM selftest support codeEdward Cree2020-07-022-0/+63
* sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQEdward Cree2020-07-021-7/+8
* sfc_ef100: add EF100 to NIC-revision enumerationEdward Cree2020-07-021-0/+1
* sfc: get drvinfo driver name from outside the common codeEdward Cree2020-07-023-1/+5
* sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree2020-07-022-2/+1
* sfc: commonise efx_fini_dmaqEdward Cree2020-07-023-40/+41
* sfc: factor out efx_mcdi_filter_table_down() from _remove()Edward Cree2020-07-022-13/+25
* sfc: don't call tx_limit_len if NIC type doesn't have oneEdward Cree2020-07-021-1/+5
* sfc: assign TXQs without gapsEdward Cree2020-07-0210-72/+58
* sfc: commonise netif_set_real_num[tr]x_queues callsEdward Cree2020-07-022-4/+6
* sfc: make tx_queues_per_channel variable at runtimeEdward Cree2020-07-026-31/+30
* sfc: move modparam 'rss_cpus' out of common channel codeEdward Cree2020-07-023-3/+5
* sfc: move modparam 'interrupt_mode' out of common channel codeEdward Cree2020-07-023-5/+8
* sfc: remove max_interrupt_modeEdward Cree2020-07-024-12/+0
* sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree2020-07-027-23/+16
* xen-netfront: remove redundant assignment to variable 'act'Colin Ian King2020-07-021-1/+1
* net: ipa: simplify ipa_endpoint_program()Alex Elder2020-07-021-11/+20
* net: ipa: move version test inside ipa_endpoint_program_suspend()Alex Elder2020-07-021-16/+13
* net: ipa: always handle suspend workaroundAlex Elder2020-07-021-62/+63
* net: ipa: move version test inside ipa_endpoint_program_delay()Alex Elder2020-07-021-3/+4
* mlx4: Mark PM functions as __maybe_unusedWei Yongjun2020-07-021-2/+2
* ksz884x: mark pcidev_suspend() as __maybe_unusedWei Yongjun2020-07-021-1/+1
* net: macb: remove is_udp variableClaudiu Beznea2020-07-021-4/+2
* net: macb: do not initialize queue variableClaudiu Beznea2020-07-021-1/+1
* net: macb: use hweight32() to count set bits in queue_maskClaudiu Beznea2020-07-021-6/+1
* net: macb: do not set again bit 0 of queue_maskClaudiu Beznea2020-07-021-3/+1
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2020-07-0149-313/+606
|\
| * ixgbe: Add ethtool support to enable 2.5 and 5.0 Gbps supportRadoslaw Tyl2020-07-012-85/+183
| * ixgbe: Cleanup unneeded delay in ethtool testJeff Kirsher2020-07-011-4/+1
| * iavf: Fix updating statisticsTony Nguyen2020-07-011-1/+4
| * i40e: introduce new dump desc XDP commandCiara Loftus2020-07-011-11/+48
| * i40e: add XDP ring statistics to dump VSI debug outputCiara Loftus2020-07-011-0/+41
| * i40e: add XDP ring statistics to VSI statsCiara Loftus2020-07-011-0/+19
| * i40e: move check of full Tx ring to outside of send loopMagnus Karlsson2020-07-011-15/+5
| * i40e: eliminate division in napi_poll data pathMagnus Karlsson2020-07-011-4/+10
| * i40e: optimize AF_XDP Tx completion pathMagnus Karlsson2020-07-014-23/+27
| * iavf: fix error return code in iavf_init_get_resources()Wei Yongjun2020-07-011-1/+3
| * i40e: Add support for a new feature Total Port ShutdownArkadiusz Kubalewski2020-07-014-21/+133
| * ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-0143-151/+135
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-07-0115-227/+276
|\ \
| * | ice: replace single-element array used for C struct hackBruce Allan2020-07-0110-114/+111
| * | ice: avoid unnecessary single-member variable-length structsBruce Allan2020-07-017-100/+51
| * | ice: implement snapshot for device capabilitiesJacob Keller2020-07-014-13/+114
| |/
* | bonding: allow xfrm offload setup post-module-loadJarod Wilson2020-07-012-9/+18
* | net: ipa: HOL_BLOCK_EN_FMASK is a 1-bit maskAlex Elder2020-07-011-1/+1
* | net: ipa: clarify endpoint register macro constraintsAlex Elder2020-07-011-18/+25
* | net: ipa: mode register is TX onlyAlex Elder2020-07-011-3/+3
* | net: ipa: metadata_mask register is RX onlyAlex Elder2020-07-011-2/+2
* | net: ipa: head-of-line block registers are RX onlyAlex Elder2020-07-011-1/+1
* | net: ipa: kill IPA_MEM_UC_OFFSETAlex Elder2020-07-011-6/+4