summaryrefslogtreecommitdiffstats
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
* Merge branch 'net-ipa-simplify-endpoint-programming'David S. Miller2020-07-021-91/+99
|\
| * 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
* Merge branch 'net-macb-few-code-cleanups'David S. Miller2020-07-021-14/+5
|\
| * 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 'bridge-mrp-Add-support-for-getting-the-status'David S. Miller2020-07-025-1/+113
|\
| * bridge: Extend br_fill_ifinfo to return MPR statusHoratiu Vultur2020-07-022-1/+25
| * bridge: mrp: Add br_mrp_fill_infoHoratiu Vultur2020-07-022-0/+71
| * bridge: uapi: mrp: Extend MRP attributes to get the statusHoratiu Vultur2020-07-021-0/+17
|/
* Merge branch 'mptcp-add-receive-buffer-auto-tuning'David S. Miller2020-07-014-21/+166
|\
| * mptcp: add receive buffer auto-tuningFlorian Westphal2020-07-013-8/+127
| * selftests: mptcp: add option to specify size of file to transferFlorian Westphal2020-07-011-13/+39
|/
* net: sched: Allow changing default qdisc to FQ-PIEDanny Lin2020-07-011-0/+4
* 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
|\ \