summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-02sfc: move modparam 'interrupt_mode' out of common channel codeEdward Cree3-5/+8
2020-07-02sfc: remove max_interrupt_modeEdward Cree4-12/+0
2020-07-02sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree7-23/+16
2020-07-02xen-netfront: remove redundant assignment to variable 'act'Colin Ian King1-1/+1
2020-07-02Merge branch 'net-ipa-simplify-endpoint-programming'David S. Miller1-91/+99
2020-07-02net: ipa: simplify ipa_endpoint_program()Alex Elder1-11/+20
2020-07-02net: ipa: move version test inside ipa_endpoint_program_suspend()Alex Elder1-16/+13
2020-07-02net: ipa: always handle suspend workaroundAlex Elder1-62/+63
2020-07-02net: ipa: move version test inside ipa_endpoint_program_delay()Alex Elder1-3/+4
2020-07-02mlx4: Mark PM functions as __maybe_unusedWei Yongjun1-2/+2
2020-07-02ksz884x: mark pcidev_suspend() as __maybe_unusedWei Yongjun1-1/+1
2020-07-02Merge branch 'net-macb-few-code-cleanups'David S. Miller1-14/+5
2020-07-02net: macb: remove is_udp variableClaudiu Beznea1-4/+2
2020-07-02net: macb: do not initialize queue variableClaudiu Beznea1-1/+1
2020-07-02net: macb: use hweight32() to count set bits in queue_maskClaudiu Beznea1-6/+1
2020-07-02net: macb: do not set again bit 0 of queue_maskClaudiu Beznea1-3/+1
2020-07-02Merge branch 'bridge-mrp-Add-support-for-getting-the-status'David S. Miller5-1/+113
2020-07-02bridge: Extend br_fill_ifinfo to return MPR statusHoratiu Vultur2-1/+25
2020-07-02bridge: mrp: Add br_mrp_fill_infoHoratiu Vultur2-0/+71
2020-07-02bridge: uapi: mrp: Extend MRP attributes to get the statusHoratiu Vultur1-0/+17
2020-07-02bpf: selftests: Restore netns after each testMartin KaFai Lau2-2/+23
2020-07-02bpf: selftests: A few improvements to network_helpers.cMartin KaFai Lau6-86/+110
2020-07-01Merge branch 'mptcp-add-receive-buffer-auto-tuning'David S. Miller4-21/+166
2020-07-01mptcp: add receive buffer auto-tuningFlorian Westphal3-8/+127
2020-07-01selftests: mptcp: add option to specify size of file to transferFlorian Westphal1-13/+39
2020-07-01net: sched: Allow changing default qdisc to FQ-PIEDanny Lin1-0/+4
2020-07-01Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller49-313/+606
2020-07-01Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller15-227/+276
2020-07-01ice: replace single-element array used for C struct hackBruce Allan10-114/+111
2020-07-01ice: avoid unnecessary single-member variable-length structsBruce Allan7-100/+51
2020-07-01bonding: allow xfrm offload setup post-module-loadJarod Wilson3-9/+23
2020-07-01ice: implement snapshot for device capabilitiesJacob Keller4-13/+114
2020-07-01Merge branch 'net-ipa-endpoint-configuration-updates'David S. Miller2-25/+32
2020-07-01net: ipa: HOL_BLOCK_EN_FMASK is a 1-bit maskAlex Elder1-1/+1
2020-07-01net: ipa: clarify endpoint register macro constraintsAlex Elder1-18/+25
2020-07-01net: ipa: mode register is TX onlyAlex Elder1-3/+3
2020-07-01net: ipa: metadata_mask register is RX onlyAlex Elder1-2/+2
2020-07-01net: ipa: head-of-line block registers are RX onlyAlex Elder1-1/+1
2020-07-01Merge branch 'net-ipa-small-improvements'David S. Miller2-58/+63
2020-07-01net: ipa: kill IPA_MEM_UC_OFFSETAlex Elder1-6/+4
2020-07-01net: ipa: standarize more GSI error messagesAlex Elder1-28/+29
2020-07-01net: ipa: always report GSI state errorsAlex Elder1-24/+30
2020-07-01Merge branch 'net-ipa-simple-refactorizations'David S. Miller3-16/+23
2020-07-01net: ipa: reuse a local variable in ipa_endpoint_init_aggr()Alex Elder1-4/+5
2020-07-01net: ipa: reduce aggregation time limitAlex Elder1-3/+5
2020-07-01net: ipa: rework ipa_aggr_granularity_val()Alex Elder2-9/+13
2020-07-01Merge branch 'add-XDP-support-to-xen-netfront'David S. Miller8-12/+407
2020-07-01xen networking: add XDP offset adjustment to xen-netbackDenis Kirjanov5-1/+61
2020-07-01xen networking: add basic XDP support for xen-netfrontDenis Kirjanov2-10/+327
2020-07-01xen: netif.h: add a new extra type for XDPDenis Kirjanov1-1/+19