summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-07-03bpf: Fix bpftool without skeleton code enabledJohn Fastabend
2020-07-03net/xen-netfront: add kernel TX timestampsDaniel Drown
2020-07-03net: bcmgenet: Allow changing carrier from user-spaceFlorian Fainelli
2020-07-03Merge tag 'mlx5-updates-2020-07-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2020-07-02net/mlx5e: Enhance TX timeout recoveryAya Levin
2020-07-02net/mlx5e: Enhance ICOSQ data on RX reporter's diagnoseAya Levin
2020-07-02net/mlx5e: Add EQ info to TX/RX reporter's diagnoseAya Levin
2020-07-02net/mlx5e: Enhance CQ data on diagnose outputAya Levin
2020-07-02net/mlx5e: Rename reporter's helpersAya Levin
2020-07-02net/mlx5e: Add helper to get the RQ WQE counterAya Levin
2020-07-02net/mlx5e: Add helper to get RQ WQE's headAya Levin
2020-07-02net/mlx5e: Move RQ helpers to txrx.hAya Levin
2020-07-02net/mlx5e: Align RX/TX reporters diagnose output formatAya Levin
2020-07-02net/mlx5e: Remove redundant RQ state queryAya Levin
2020-07-02net/mlx5e: Add a flush timeout defineAya Levin
2020-07-02net/mlx5e: Change reporters create functions to return voidEran Ben Elisha
2020-07-02bpf: Fix build without CONFIG_STACKTRACESong Liu
2020-07-02Merge branch 'sfc-prerequisites-for-EF100-driver-part-3'David S. Miller
2020-07-02sfc_ef100: helper function to set default RSS table of given sizeEdward Cree
2020-07-02sfc_ef100: NVRAM selftest support codeEdward Cree
2020-07-02sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQEdward Cree
2020-07-02sfc_ef100: add EF100 to NIC-revision enumerationEdward Cree
2020-07-02sfc: get drvinfo driver name from outside the common codeEdward Cree
2020-07-02sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree
2020-07-02sfc: commonise efx_fini_dmaqEdward Cree
2020-07-02sfc: factor out efx_mcdi_filter_table_down() from _remove()Edward Cree
2020-07-02sfc: don't call tx_limit_len if NIC type doesn't have oneEdward Cree
2020-07-02sfc: assign TXQs without gapsEdward Cree
2020-07-02sfc: commonise netif_set_real_num[tr]x_queues callsEdward Cree
2020-07-02sfc: make tx_queues_per_channel variable at runtimeEdward Cree
2020-07-02sfc: move modparam 'rss_cpus' out of common channel codeEdward Cree
2020-07-02sfc: move modparam 'interrupt_mode' out of common channel codeEdward Cree
2020-07-02sfc: remove max_interrupt_modeEdward Cree
2020-07-02sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree
2020-07-02xen-netfront: remove redundant assignment to variable 'act'Colin Ian King
2020-07-02Merge branch 'net-ipa-simplify-endpoint-programming'David S. Miller
2020-07-02net: ipa: simplify ipa_endpoint_program()Alex Elder
2020-07-02net: ipa: move version test inside ipa_endpoint_program_suspend()Alex Elder
2020-07-02net: ipa: always handle suspend workaroundAlex Elder
2020-07-02net: ipa: move version test inside ipa_endpoint_program_delay()Alex Elder
2020-07-02mlx4: Mark PM functions as __maybe_unusedWei Yongjun
2020-07-02ksz884x: mark pcidev_suspend() as __maybe_unusedWei Yongjun
2020-07-02Merge branch 'net-macb-few-code-cleanups'David S. Miller
2020-07-02net: macb: remove is_udp variableClaudiu Beznea
2020-07-02net: macb: do not initialize queue variableClaudiu Beznea
2020-07-02net: macb: use hweight32() to count set bits in queue_maskClaudiu Beznea
2020-07-02net: macb: do not set again bit 0 of queue_maskClaudiu Beznea
2020-07-02Merge branch 'bridge-mrp-Add-support-for-getting-the-status'David S. Miller
2020-07-02bridge: Extend br_fill_ifinfo to return MPR statusHoratiu Vultur
2020-07-02bridge: mrp: Add br_mrp_fill_infoHoratiu Vultur