aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-30wifi: iwlwifi: mvm: add support for post_channel_switch in MLD modeMiri Korenblit3-4/+9
2023-03-30wifi: iwlwifi: mvm: unite sta_modify_disable_tx flowsMiri Korenblit5-23/+47
2023-03-30wifi: iwlwifi: mvm: add cancel/remain_on_channel for MLD modeMiri Korenblit7-6/+142
2023-03-30wifi: iwlwifi: mvm: refactor iwl_mvm_roc()Miri Korenblit1-44/+56
2023-03-30wifi: iwlwifi: mvm: add some new MLD opsMiri Korenblit5-80/+446
2023-03-30wifi: iwlwifi: mvm: add sta handling flows for MLD modeMiri Korenblit6-25/+333
2023-03-30wifi: iwlwifi: mvm: add an indication that the new MLD API is usedMiri Korenblit2-0/+4
2023-03-30wifi: iwlwifi: mvm: sta preparation for MLOGregory Greenman13-123/+161
2023-03-30wifi: iwlwifi: mvm: vif preparation for MLOGregory Greenman23-308/+355
2023-03-30wifi: iwlwifi: mvm: Use 64-bit division helper in iwl_mvm_get_crosstimestamp_...Nathan Chancellor1-1/+1
2023-03-29Merge tag 'mlx5-updates-2023-03-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski10-363/+464
2023-03-29bnxt_en: Add missing 200G link speed reportingMichael Chan2-0/+3
2023-03-29bnxt_en: Fix typo in PCI id to device description string mappingKalesh AP1-4/+4
2023-03-29bnxt_en: Fix reporting of test result in ethtool selftestKalesh AP1-0/+1
2023-03-29i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl2-6/+7
2023-03-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-8/+102
2023-03-29Merge tag 'ieee802154-for-net-2023-03-29' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski1-2/+1
2023-03-29net: ena: removed unused tx_bytes variableSimon Horman1-2/+0
2023-03-29octeon_ep: unlock the correct lock on error pathDan Carpenter1-1/+1
2023-03-29bnx2x: use the right build_skb() helperJakub Kicinski1-2/+14
2023-03-29net: ipa: compute DMA pool size properlyAlex Elder1-1/+1
2023-03-29net: wwan: iosm: fixes 7560 modem crashM Chetan Kumar1-0/+7
2023-03-29net: hns3: support wake on lan configuration and queryHao Lan9-0/+202
2023-03-29sfc: add offloading of 'foreign' TC (decap) rulesEdward Cree4-17/+366
2023-03-29sfc: add code to register and unregister encap matchesEdward Cree2-0/+174
2023-03-29sfc: add functions to insert encap matches into the MAEEdward Cree3-0/+111
2023-03-29sfc: handle enc keys in efx_tc_flower_parse_match()Edward Cree1-0/+61
2023-03-29sfc: add notion of match on enc keys to MAE machineryEdward Cree3-2/+122
2023-03-29sfc: document TC-to-EF100-MAE action translation conceptsEdward Cree1-1/+25
2023-03-29macvlan: Add netlink attribute for broadcast cutoffHerbert Xu1-2/+29
2023-03-29macvlan: Skip broadcast queue if multicast with single receiverHerbert Xu1-28/+46
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima1-3/+2
2023-03-28Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski8-222/+344
2023-03-28net: ethernet: 8390: axnet_cs: remove unused xfer_count variableTom Rix1-3/+0
2023-03-28net: ethernet: mtk_eth_soc: fix tx throughput regression with direct 1G linksFelix Fietkau1-2/+0
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman1-9/+9
2023-03-28Revert "sh_eth: remove open coded netif_running()"Wolfram Sang2-1/+6
2023-03-28net/mlx5e: Fix build break on 32bitSaeed Mahameed1-2/+2
2023-03-28net/mlx5e: RX, Remove unnecessary recycle parameter and page_cache statsDragos Tatulea4-59/+25
2023-03-28net/mlx5e: RX, Break the wqe bulk refill in smaller chunksDragos Tatulea3-3/+34
2023-03-28net/mlx5e: RX, Increase WQE bulk size for legacy rqDragos Tatulea2-5/+44
2023-03-28net/mlx5e: RX, Split off release path for xsk buffers for legacy rqDragos Tatulea1-15/+35
2023-03-28net/mlx5e: RX, Defer page release in legacy rq for better recyclingDragos Tatulea4-23/+66
2023-03-28net/mlx5e: RX, Change wqe last_in_page field from bool to bit flagsDragos Tatulea3-4/+8
2023-03-28net/mlx5e: RX, Defer page release in striding rq for better recyclingDragos Tatulea4-10/+25
2023-03-28net/mlx5e: RX, Rename xdp_xmit_bitmap to a more generic nameDragos Tatulea3-9/+9
2023-03-28net/mlx5e: RX, Enable skb page recycling through the page_poolDragos Tatulea5-88/+121
2023-03-28net/mlx5e: RX, Enable dma map and sync from page_pool allocatorDragos Tatulea4-27/+4
2023-03-28net/mlx5e: RX, Remove internal page_cacheDragos Tatulea3-72/+0
2023-03-28net/mlx5e: RX, Store SHAMPO header pages in arrayDragos Tatulea3-26/+45