summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-26mt76: dma: do not report truncated frames to mac80211Lorenzo Bianconi1-4/+7
2021-02-26mt76: mt7921: remove incorrect error handlingArnd Bergmann1-3/+1
2021-02-26iwlwifi: pcie: fix iwl_so_trans_cfg link error when CONFIG_IWLMVM is disabledKalle Valo1-1/+2
2021-02-24ath11k: fix AP mode for QCA6390Kalle Valo1-2/+2
2021-02-24ath11k: qmi: use %pad to format dma_addr_tGeert Uytterhoeven1-2/+2
2021-02-24MAINTAINERS: update for mwifiex driver maintainersSharvari Harisangam1-1/+2
2021-02-22iwlwifi: avoid crash on unsupported debug collectionJohannes Berg1-0/+2
2021-02-18mt76: mt7915: only modify tx buffer list after allocating tx token idFelix Fietkau1-5/+5
2021-02-18mt76: fix tx skb error handling in mt76_dma_tx_queue_skbFelix Fietkau1-9/+6
2021-02-18ath9k: fix transmitting to stations in dynamic SMPS modeFelix Fietkau2-1/+8
2021-02-13Merge branch 'Xilinx-axienet-updates'David S. Miller3-18/+83
2021-02-13net: axienet: Support dynamic switching between 1000BaseX and SGMIIRobert Hancock2-18/+71
2021-02-13dt-bindings: net: xilinx_axienet: add xlnx,switch-x-sgmii attributeRobert Hancock1-0/+4
2021-02-13net: axienet: hook up nway_reset ethtool operationRobert Hancock1-0/+8
2021-02-13Merge branch 'tcp-mem-pressure-vs-SO_RCVLOWAT'David S. Miller3-24/+26
2021-02-13tcp: factorize logic into tcp_epollin_ready()Eric Dumazet3-22/+19
2021-02-13tcp: fix SO_RCVLOWAT related hangs under mem pressureEric Dumazet1-2/+7
2021-02-13Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller10-136/+86
2021-02-13Merge branch 'tc-mpls-selftests'David S. Miller3-1/+348
2021-02-13selftests: tc: Add generic mpls matching support for tc-flowerGuillaume Nault2-1/+162
2021-02-13selftests: tc: Add basic mpls_* matching support for tc-flowerGuillaume Nault3-1/+187
2021-02-13Merge branch 'brport-flags'David S. Miller29-331/+889
2021-02-13net: dsa: sja1105: offload bridge port flags to deviceVladimir Oltean3-11/+219
2021-02-13net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean4-5/+158
2021-02-13net: mscc: ocelot: use separate flooding PGID for broadcastVladimir Oltean3-12/+18
2021-02-13net: dsa: felix: restore multicast flood to CPU when NPI tagger reinitializesVladimir Oltean1-0/+1
2021-02-13net: dsa: act as passthrough for bridge port flagsVladimir Oltean10-127/+263
2021-02-13net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean10-89/+129
2021-02-13net: dsa: configure better brport flags when ports leave the bridgeVladimir Oltean1-7/+38
2021-02-13net: bridge: don't print in br_switchdev_set_port_flagVladimir Oltean4-14/+21
2021-02-13net: bridge: offload all port flags at once in br_setportVladimir Oltean2-76/+39
2021-02-13net: switchdev: propagate extack to port attributesVladimir Oltean8-11/+24
2021-02-13octeontx2: Fix condition.David S. Miller1-1/+1
2021-02-13Merge branch 'ipa-cleanups'David S. Miller7-54/+87
2021-02-13net: ipa: introduce gsi_channel_initialized()Alex Elder1-8/+14
2021-02-13net: ipa: introduce ipa_table_hash_support()Alex Elder3-9/+17
2021-02-13net: ipa: fix register write command validationAlex Elder1-8/+24
2021-02-13net: ipa: use dev_err_probe() in ipa_clock.cAlex Elder1-4/+5
2021-02-13net: ipa: use a separate pointer for adjusted GSI memoryAlex Elder3-26/+28
2021-02-13Merge tag 'mac80211-next-for-net-next-2021-02-12' of git://git.kernel.org/pub...David S. Miller12-427/+486
2021-02-13octeontx2-pf: Fix out-of-bounds read in otx2_get_fecparam()Gustavo A. R. Silva1-1/+1
2021-02-13octeontx2-af: Fix spelling mistake "recievd" -> "received"Colin Ian King1-1/+1
2021-02-13Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/...David S. Miller224-5980/+33651
2021-02-13rxrpc: Fix dependency on IPv6 in udp tunnel configVadim Fedorenko1-0/+2
2021-02-13Merge branch 'mptcp-genl-events'David S. Miller9-71/+491
2021-02-13mptcp: add netlink event supportFlorian Westphal5-7/+364
2021-02-13mptcp: avoid lock_fast usage in accept pathFlorian Westphal3-3/+35
2021-02-13mptcp: pass subflow socket to a few helpersFlorian Westphal5-8/+8
2021-02-13mptcp: move subflow close loop after sk close checkFlorian Westphal1-3/+3
2021-02-13mptcp: schedule worker when subflow is closedFlorian Westphal2-2/+27