aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-19wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg6-10/+10
2021-04-19wireless: align HE capabilities A-MPDU Length Exponent ExtensionJohannes Berg5-11/+10
2021-04-19wireless: align some HE capabilities with the specJohannes Berg5-16/+16
2021-04-19cfg80211: constify ieee80211_get_response_rate returnJoe Perches2-2/+2
2021-04-08mac80211_hwsim: use DEFINE_SPINLOCK() for spinlockGuobin Huang1-6/+2
2021-04-07net: fealnx: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-07net: atheros: atl2: use module_pci_driver to simplify the codeWei Yongjun1-23/+1
2021-04-07net: sundance: use module_pci_driver to simplify the codeWei Yongjun1-14/+1
2021-04-07tulip: de2104x: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-07tulip: windbond-840: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-07enic: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2021-04-07net: encx24j600: use module_spi_driver to simplify the codeWei Yongjun1-11/+1
2021-04-07net: wan: z85230: drop unused async stateJohan Hovold1-39/+0
2021-04-07liquidio: Fix unintented sign extension of a left shift of a u16Colin Ian King1-1/+1
2021-04-07xircom: remove redundant error check on variable errColin Ian King1-2/+0
2021-04-07Merge tag 'linux-can-next-for-5.13-20210407' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller5-21/+90
2021-04-07net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin1-1/+1
2021-04-07Merge tag 'mlx5-updates-2021-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller14-278/+1097
2021-04-07nfc/fdp: remove unnecessary assignment and labelwengjianfeng1-26/+16
2021-04-07mlxsw: core: Remove critical trip points from thermal zonesVadim Pasternak1-21/+6
2021-04-07stmmac: intel: Enable SERDES PHY rx clk for PSEVoon Weifeng2-0/+11
2021-04-07can: mcp251xfd: mcp251xfd_regmap_crc_read(): work around broken CRC on TBC registerMarc Kleine-Budde1-0/+34
2021-04-07can: mcp251xfd: mcp251xfd_regmap_crc_read_one(): Factor out crc check into separate functionMarc Kleine-Budde1-10/+20
2021-04-07can: mcp251xfd: add BQL supportMarc Kleine-Budde1-5/+18
2021-04-07can: c_can: remove unused enum BOSCH_C_CAN_PLATFORMMarc Kleine-Budde1-1/+0
2021-04-07can: m_can: m_can_receive_skb(): add missing error handling to can_rx_offload_queue_sorted() callMarc Kleine-Budde1-3/+10
2021-04-07can: skb: alloc_can{,fd}_skb(): set "cf" to NULL if skb allocation failsMarc Kleine-Budde1-2/+8
2021-04-06net/mlx5e: TC, Add support to offload sample actionChris Mi5-2/+328
2021-04-06net/mlx5e: TC, Handle sampled packetsChris Mi4-3/+35
2021-04-06net/mlx5e: TC, Refactor tc update skb functionChris Mi1-26/+33
2021-04-06net/mlx5e: TC, Add sampler restore handle APIChris Mi1-0/+108
2021-04-06net/mlx5e: TC, Add sampler object APIChris Mi1-0/+131
2021-04-06net/mlx5e: TC, Add sampler termination table APIChris Mi6-0/+129
2021-04-06net/mlx5e: TC, Parse sample actionChris Mi4-0/+44
2021-04-06net/mlx5: Instantiate separate mapping objects for FDB and NIC tablesChris Mi8-48/+43
2021-04-06net/mlx5: Map register values to restore objectsChris Mi6-38/+59
2021-04-06net/mlx5: E-switch, Set per vport table default group numberChris Mi1-1/+4
2021-04-06net/mlx5: E-switch, Generalize per vport table APIChris Mi3-7/+29
2021-04-06net/mlx5: E-switch, Rename functions to follow naming convention.Chris Mi3-17/+17
2021-04-06net/mlx5: E-switch, Move vport table functions to a new fileChris Mi4-182/+183
2021-04-06nfp: flower: add support for packet-per-second policingPeng Zhang2-46/+119
2021-04-06time64.h: Consolidated PSEC_PER_SEC definitionAndy Shevchenko3-6/+6
2021-04-06stmmac: intel: Drop duplicate ID in the list of PCI device IDsAndy Shevchenko1-30/+30
2021-04-06netdevsim: remove unneeded semicolonQiheng Lin1-1/+1
2021-04-06net: ethernet: mtk_eth_soc: remove unneeded semicolonQiheng Lin1-1/+1
2021-04-06nfc: s3fwrn5: remove unnecessary labelwengjianfeng1-8/+4
2021-04-06net: cdc_ether: record speed in status methodGrant Grundler1-7/+20
2021-04-06net: cdc_ncm: record speed in status methodOliver Neukum1-38/+17
2021-04-06usbnet: add method for reporting speed without MIIOliver Neukum1-0/+23
2021-04-06usbnet: add _mii suffix to usbnet_set/get_link_ksettingsOliver Neukum9-26/+29