summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-08cfg80211: allow specifying a reason for hw_rfkillEmmanuel Grumbach
2021-04-08nl80211: better document CMD_ROAM behaviorJames Prestwood
2021-04-08mac80211: set sk_pacing_shift for 802.3 txpathLorenzo Bianconi
2021-04-08mac80211: don't apply flow control on management framesJohannes Berg
2021-04-08nl80211: Add missing line in nl80211_fils_discovery_policyAloka Dixit
2021-04-08mac80211: remove redundant assignment of variable resultColin Ian King
2021-04-08mac80211: minstrel_ht: remove unused variable 'mg' in minstrel_ht_next_jump_r...Wei Yongjun
2021-04-08cfg80211: regulatory: use DEFINE_SPINLOCK() for spinlockQiheng Lin
2021-04-08mac80211_hwsim: use DEFINE_SPINLOCK() for spinlockGuobin Huang
2021-04-08rfkill: use DEFINE_SPINLOCK() for spinlockGuobin Huang
2021-04-07net: fealnx: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07net: atheros: atl2: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07net: sundance: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07tulip: de2104x: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07tulip: windbond-840: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07enic: use module_pci_driver to simplify the codeWei Yongjun
2021-04-07net: encx24j600: use module_spi_driver to simplify the codeWei Yongjun
2021-04-07net: wan: z85230: drop unused async stateJohan Hovold
2021-04-07liquidio: Fix unintented sign extension of a left shift of a u16Colin Ian King
2021-04-07xircom: remove redundant error check on variable errColin Ian King
2021-04-07Merge tag 'linux-can-next-for-5.13-20210407' of git://git.kernel.org/pub/scm/...David S. Miller
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin
2021-04-07net: introduce nla_policy for IFLA_NEW_IFINDEXAndrei Vagin
2021-04-07Merge tag 'mlx5-updates-2021-04-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-04-07nfc/fdp: remove unnecessary assignment and labelwengjianfeng
2021-04-07mlxsw: core: Remove critical trip points from thermal zonesVadim Pasternak
2021-04-07stmmac: intel: Enable SERDES PHY rx clk for PSEVoon Weifeng
2021-04-07ethtool: document PHY tunable callbacksJakub Kicinski
2021-04-07Merge branch 'mptcp-next'David S. Miller
2021-04-07mptcp: drop all sub-options except ADD_ADDR when the echo bit is setDavide Caratti
2021-04-07selftests: mptcp: add the net device name testcaseGeliang Tang
2021-04-07mptcp: unify add_addr(6)_generate_hmacGeliang Tang
2021-04-07mptcp: drop MPTCP_ADDR_IPVERSION_4/6Geliang Tang
2021-04-07mptcp: use mptcp_addr_info in mptcp_options_receivedGeliang Tang
2021-04-07mptcp: drop OPTION_MPTCP_ADD_ADDR6Geliang Tang
2021-04-07mptcp: use mptcp_addr_info in mptcp_out_optionsGeliang Tang
2021-04-07mptcp: move flags and ifindex out of mptcp_addr_infoGeliang Tang
2021-04-07can: mcp251xfd: mcp251xfd_regmap_crc_read(): work around broken CRC on TBC re...Marc Kleine-Budde
2021-04-07can: mcp251xfd: mcp251xfd_regmap_crc_read_one(): Factor out crc check into se...Marc Kleine-Budde
2021-04-07can: mcp251xfd: add BQL supportMarc Kleine-Budde
2021-04-07can: c_can: remove unused enum BOSCH_C_CAN_PLATFORMMarc Kleine-Budde
2021-04-07can: m_can: m_can_receive_skb(): add missing error handling to can_rx_offload...Marc Kleine-Budde
2021-04-07can: skb: alloc_can{,fd}_skb(): set "cf" to NULL if skb allocation failsMarc Kleine-Budde
2021-04-06net/mlx5e: TC, Add support to offload sample actionChris Mi
2021-04-06net/mlx5e: TC, Handle sampled packetsChris Mi
2021-04-06net/mlx5e: TC, Refactor tc update skb functionChris Mi
2021-04-06net/mlx5e: TC, Add sampler restore handle APIChris Mi
2021-04-06net/mlx5e: TC, Add sampler object APIChris Mi
2021-04-06net/mlx5e: TC, Add sampler termination table APIChris Mi
2021-04-06net/mlx5e: TC, Parse sample actionChris Mi