aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-13ionic: fix use after netif_napi_del()Taehee Yoo1-3/+1
2024-06-13Revert "igc: fix a log entry using uninitialized netdev"Sasha Neftin1-3/+2
2024-06-12CDC-NCM: add support for Apple's private interfaceOle André Vadla Ravnås1-1/+46
2024-06-12ice: flower: validate encapsulation control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-06-12nfp: flower: validate encapsulation control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-06-12net/mlx5e: flower: validate encapsulation control flagsAsbjørn Sloth Tønnesen1-0/+6
2024-06-12sfc: use flow_rule_is_supp_enc_control_flags()Asbjørn Sloth Tønnesen1-4/+1
2024-06-12net: ethernet: mtk_eth_soc: ppe: add support for multiple PPEsElad Yifee3-45/+92
2024-06-12mlxsw: spectrum_router: Apply user-defined multipath hash seedPetr Machata1-1/+5
2024-06-12net: xilinx: axienet: Use NL_SET_ERR_MSG instead of netdev_errSean Anderson1-3/+3
2024-06-12ravb: RAVB should select PAGE_POOLGeert Uytterhoeven1-0/+1
2024-06-12net: mana: Allow variable size indirection tableShradha Gupta2-21/+91
2024-06-12wifi: zd1211rw: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-4/+4
2024-06-12wifi: p54: use 'time_left' variable with wait_for_completion_interruptible_ti...Wolfram Sang3-12/+12
2024-06-12wifi: mwl8k: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-5/+5
2024-06-12wifi: brcmfmac: use 'time_left' variable with wait_event_timeout()Wolfram Sang1-5/+5
2024-06-12wifi: at76c50x: prefer struct_size over open coded arithmeticErick Archer2-7/+7
2024-06-12wifi: at76c50x: use sizeof(*pointer) instead of sizeof(type)Erick Archer1-25/+19
2024-06-12wifi: iwlwifi: mvm: use ROC for P2P device activitiesShaul Triebitz7-82/+196
2024-06-12wifi: iwlwifi: mvm: separate non-BSS/ROC EMLSR blockingJohannes Berg3-6/+14
2024-06-12wifi: iwlwifi: bump min API version for Qu/So devicesMiri Korenblit2-3/+3
2024-06-12wifi: iwlwifi: mvm: fix re-enabling EMLSRMiri Korenblit1-2/+4
2024-06-12wifi: iwlwifi: remove struct iwl_trans_opsYedidya Benshimol10-649/+552
2024-06-12wifi: iwlwifi: pcie: integrate TX queue codeJohannes Berg13-2348/+2366
2024-06-12wifi: iwlwifi: api: fix includes in debug.hJohannes Berg1-1/+2
2024-06-12wifi: iwlwifi: move TXQ bytecount limit to queue codeJohannes Berg2-23/+26
2024-06-12wifi: iwlwifi: mvm: fix DTIM skip powersave configJohannes Berg1-31/+33
2024-06-12wifi: iwlwifi: bump minimum API version in BZ/SC to 90Miri Korenblit2-2/+2
2024-06-12wifi: iwlwifi: mvm: remove unneeded debugfs entriesMiri Korenblit2-289/+1
2024-06-12wifi: mac80211_hwsim: add 320 MHz to hwsim channel widthsAvraham Stern1-0/+1
2024-06-12wifi: iwlwifi: scan: correctly check if PSC listen period is neededAyala Beker1-1/+1
2024-06-12wifi: iwlwifi: mvm: fix ROC version checkShaul Triebitz1-1/+1
2024-06-12wifi: iwlwifi: mvm: unlock mvm mutexShaul Triebitz1-0/+2
2024-06-11net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs pa...Xiaolei Wang1-14/+11
2024-06-11gve: ignore nonrelevant GSO type bits when processing TSO headersJoshua Washington1-15/+5
2024-06-11net: vrf: move to generic dstat helpersJeremy Kerr1-28/+0
2024-06-11net: core,vrf: Change pcpu_dstat fields to u64_stats_tJeremy Kerr1-16/+22
2024-06-11wifi: ath12k: handle symlink cleanup for per pdev debugfs dentryAditya Kumar Singh2-2/+7
2024-06-11wifi: ath12k: unregister per pdev debugfsAditya Kumar Singh3-2/+21
2024-06-11wifi: ath12k: fix per pdev debugfs registrationAditya Kumar Singh1-2/+2
2024-06-11wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphersBaochen Qiang3-6/+15
2024-06-11wifi: ath12k: avoid unnecessary MSDU drop in the Rx error processKarthikeyan Periyasamy1-1/+3
2024-06-11wifi: ath11k: use 'time_left' variable with wait_event_timeout()Wolfram Sang1-10/+10
2024-06-11wifi: ath11k: fix RCU documentation in ath11k_mac_op_ipv6_changed()Baochen Qiang1-1/+6
2024-06-11wifi: ath12k: fix ACPI warning when resumeBaochen Qiang2-0/+4
2024-06-11wifi: ath12k: modify remain on channel for single wiphyRameshkumar Sundaram1-6/+62
2024-06-10ice: use irq_update_affinity_hint()Michal Schmidt2-4/+4
2024-06-10ice: add and use roundup_u64 instead of open coding equivalentJacob Keller1-2/+1
2024-06-10net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko11-31/+21
2024-06-10Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski193-2184/+11081