aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-12-05octeon_ep: control net API framework to support offloadsShinas Rasheed9-51/+231
2023-12-05net: mvmdio: Support setting the MDC frequency on XSMI controllersTobias Waldekranz1-0/+44
2023-12-05net: mvmdio: Avoid excessive sleeps in polled modeTobias Waldekranz1-37/+16
2023-12-05net: wwan: qcom_bam_dmux: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-05net: wan/ixp4xx_hss: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-12-05net: wan/fsl_ucc_hdlc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-05net: sfp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-05net: pcs: rzn1-miic: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-05net: fjes: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-05net: ipa: Convert to platform remove callback returning voidUwe Kleine-König1-16/+13
2023-12-05net: bnxt: fix a potential use-after-free in bnxt_init_tcDinghao Liu1-0/+1
2023-12-05net: veth: fix packet segmentation in veth_convert_skb_to_xdp_buffLorenzo Bianconi1-1/+2
2023-12-05net: hns3: reduce stack usage in hclge_dbg_dump_tm_pri()Arnd Bergmann1-7/+14
2023-12-05iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller2-11/+2
2023-12-05i40e: Fix unexpected MFS warning messageIvan Vecera1-1/+1
2023-12-05ice: Restore fix disabling RX VLAN filteringMarcin Szycik1-3/+8
2023-12-05ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski2-9/+3
2023-12-05sfc-siena: Implement ndo_hwtstamp_(get|set)Alex Austin5-27/+38
2023-12-05sfc: Implement ndo_hwtstamp_(get|set)Alex Austin5-29/+38
2023-12-05wifi: ath12k: avoid repeated wiphy access from hwKarthikeyan Periyasamy1-35/+37
2023-12-05wifi: ath12k: fix and enable AP mode for WCN7850Kang Yang2-3/+4
2023-12-05wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vectorKang Yang1-1/+23
2023-12-05wifi: ath12k: do not restore ASPM in case of single MSI vectorKang Yang1-1/+4
2023-12-05wifi: ath12k: add support one MSI vectorKang Yang2-15/+52
2023-12-05wifi: ath12k: refactor multiple MSI vector implementationKang Yang2-8/+42
2023-12-05wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQKang Yang1-4/+4
2023-12-05wifi: ath12k: add CE and ext IRQ flag to indicate irq_handlerKang Yang2-0/+18
2023-12-05wifi: ath12k: get msi_data again after request_irq is calledKang Yang1-0/+30
2023-12-05octeontx2-af: fix a use-after-free in rvu_npa_register_reportersZhipeng Lu1-4/+1
2023-12-05ipvlan: implement .parse_protocol hook function in ipvlan_header_opsZhengchao Shao1-0/+1
2023-12-05macvlan: implement .parse_protocol hook function in macvlan_hard_header_opsZhengchao Shao1-0/+1
2023-12-05ice: Rename E822 to E82XKarol Kolacinski6-281/+280
2023-12-05ice: periodically kick Tx timestamp interruptJacob Keller1-0/+50
2023-12-05ice: Re-enable timestamping correctly after resetKarol Kolacinski2-10/+11
2023-12-05ice: Improve logs for max ntuple errorsPawel Kaminski1-5/+8
2023-12-05ice: add CGU info to devlink info callbackArkadiusz Kubalewski1-0/+20
2023-12-05ice: read internal temperature sensorKonrad Knitter10-1/+249
2023-12-04net/mlx5: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2023-12-04net/mlx5e: Check netdev pointer before checking its net nsGavin Li1-6/+10
2023-12-04net/mlx5: Nack sync reset request when HotPlug is enabledMoshe Shemesh1-0/+29
2023-12-04net/mlx5e: TC, Don't offload post action rule if not supportedChris Mi2-4/+27
2023-12-04net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_workMoshe Shemesh2-3/+25
2023-12-04net/mlx5e: Disable IPsec offload support if not FW steeringChris Mi2-16/+18
2023-12-04net/mlx5e: Check the number of elements before walk TC rhashtableJianbo Liu1-1/+1
2023-12-04net/mlx5e: Reduce eswitch mode_lock protection contextJianbo Liu4-32/+52
2023-12-04net/mlx5e: Tidy up IPsec NAT-T SA discoveryLeon Romanovsky1-6/+16
2023-12-04net/mlx5e: Add IPsec and ASO syndromes check in HWPatrisious Haddad2-20/+223
2023-12-04net/mlx5e: Remove exposure of IPsec RX flow steering structLeon Romanovsky3-19/+19
2023-12-04net/mlx5e: Unify esw and normal IPsec status table creation/destructionPatrisious Haddad3-213/+141
2023-12-04net/mlx5e: Ensure that IPsec sequence packet number starts from 1Leon Romanovsky1-1/+8