aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-09-07wifi: brcmfmac: Use ISO3166 country code and rev 0 as fallback on 43430Hans de Goede1-0/+1
2022-09-07wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()Alexander Coffin1-1/+2
2022-09-07wifi: iwlwifi: calib: Refactor iwl_calib_result usage for clarityKees Cook3-15/+17
2022-09-07wifi: iwlwifi: don't spam logs with NSS>2 messagesJason A. Donenfeld1-2/+2
2022-09-06iavf: Fix race between iavf_close and iavf_reset_taskMichal Jaron1-36/+141
2022-09-06ice: Simplify memory allocation in ice_sched_init_port()Christophe JAILLET1-2/+2
2022-09-06ice: switch: Simplify memory allocationChristophe JAILLET1-4/+2
2022-09-06ice: add helper function to check FW API versionPaul Greenwalt1-28/+29
2022-09-06ice: Check if reset in progress while waiting for offsetsMichal Michalik1-0/+3
2022-09-06ice: Allow operation with reduced device MSI-XTony Nguyen1-81/+96
2022-09-06i40e: add description and modify interrupts configuration procedureJaroslaw Gawin2-21/+27
2022-09-06i40e: Add basic support for I710 devicesStanislaw Grzeszczak3-1/+7
2022-09-06net: usb: qmi_wwan: add Quectel RM520Njerry.meng1-0/+1
2022-09-06net: dsa: qca8k: fix NULL pointer dereference for of_device_get_match_dataChristian Marangi1-1/+1
2022-09-06wifi: rsi: fix kernel-doc warningJohannes Berg1-0/+1
2022-09-06net: moxa: fix endianness-related issues from 'sparse'Sergei Antonov1-2/+2
2022-09-06net: ftmac100: fix endianness-related issues from 'sparse'Sergei Antonov1-6/+6
2022-09-06wifi: mac80211_hwsim: always activate all linksJohannes Berg1-0/+8
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg10-29/+32
2022-09-06wifi: mac80211: add vif/sta link RCU dereference macrosJohannes Berg1-2/+1
2022-09-06wifi: mac80211_hwsim: send NDP for link (de)activationJohannes Berg1-0/+28
2022-09-06wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg5-8/+8
2022-09-06wifi: mac80211_hwsim: track active STA linksJohannes Berg1-0/+41
2022-09-06wifi: mac80211_hwsim: skip inactive links on TXJohannes Berg1-0/+7
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg15-31/+31
2022-09-06Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg6-14/+55
2022-09-06net: lan966x: Extend lan966x with RGMII supportHoratiu Vultur2-0/+4
2022-09-06can: etas_es58x: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-09-06can: gs_usb: add RX and TX hardware timestamp supportJohn Whittington1-7/+186
2022-09-06can: gs_usb: use common spelling of GS_USB in macrosMarc Kleine-Budde1-11/+11
2022-09-05can: kvaser_pciefd: remove redundant variable retJinpeng Cui1-5/+2
2022-09-05can: sja1000: remove redundant variable retJinpeng Cui1-5/+1
2022-09-05can: sja1000: Add support for RZ/N1 SJA1000 CAN ControllerBiju Das1-5/+33
2022-09-05can: kvaser_usb: kvaser_usb_hydra: Use kzalloc for allocating only one elementKenneth Lee1-10/+10
2022-09-05can: rcar_canfd: Use dev_err_probe() to simplify code and better handle -EPROBE_DEFERChristophe JAILLET1-16/+10
2022-09-05can: flexcan: fix typo: FLEXCAN_QUIRK_SUPPPORT_* -> FLEXCAN_QUIRK_SUPPORT_*Marc Kleine-Budde2-38/+38
2022-09-05can: rx-offload: can_rx_offload_init_queue(): fix typoMarc Kleine-Budde1-1/+1
2022-09-05PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to pci_ids.hVitaly Kuznetsov1-4/+0
2022-09-05r8169: remove not needed net_ratelimit() checkHeiner Kallweit1-2/+1
2022-09-05net: phy: Add 1000BASE-KX interface modeSean Anderson2-0/+2
2022-09-05net: dpaa: Adjust queue depth on rate changeSean Anderson5-6/+44
2022-09-05net: dpaa: Use mac_dev variable in dpaa_netdev_initSean Anderson1-4/+5
2022-09-05net: fman: Change return type of disable to voidSean Anderson5-20/+9
2022-09-05net: fman: Clean up error handlingSean Anderson1-28/+15
2022-09-05net: fman: Specify type of mac_dev for exception_cbSean Anderson5-9/+10
2022-09-05net: fman: Use mac_dev for some paramsSean Anderson5-40/+22
2022-09-05net: fman: Pass params directly to mac initSean Anderson8-49/+32
2022-09-05net: fman: Map the base address onceSean Anderson4-27/+17
2022-09-05net: fman: Remove internal_phy_node from paramsSean Anderson3-35/+34
2022-09-05net: fman: Inline several functions into initializationSean Anderson3-128/+21