summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2025-03-07gve: unlink old napi when stopping a queue using queue APIHarshitha Ramamurthy1-0/+2
2025-03-07net: enetc: add missing enetc4_link_deinit()Wei Fang1-0/+1
2025-03-07net: enetc: fix the off-by-one issue in enetc_map_tx_tso_buffs()Wei Fang1-8/+7
2025-03-07net: enetc: remove the mm_lock from the ENETC v4 driverWei Fang1-1/+0
2025-03-07net: enetc: correct the xdp_tx statisticsWei Fang1-1/+1
2025-03-07net: enetc: update UDP checksum when updating originTimestamp fieldWei Fang1-7/+34
2025-03-07net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNCWei Fang2-2/+8
2025-03-07net: enetc: keep track of correct Tx BD count in enetc_map_tx_tso_buffs()Wei Fang1-6/+10
2025-03-07net: enetc: fix the off-by-one issue in enetc_map_tx_buffs()Wei Fang1-7/+19
2025-03-07net: phy: qcom: qca807x fix condition for DAC_DSP_BIAS_CURRENTGeorge Moussalem1-1/+1
2025-03-07net: stmmac: dwmac-loongson: Add fix_soc_reset() callbackQunqin Zhao1-0/+14
2025-03-07usbnet: gl620a: fix endpoint checking in genelink_bind()Nikita Zhandarovich1-3/+1
2025-03-07net: ti: icss-iep: Reject perout generation requestMeghana Malladi1-20/+1
2025-03-07idpf: fix checksums set in idpf_rx_rsc()Eric Dumazet1-1/+2
2025-03-07net/mlx5: IRQ, Fix null string in debug printShay Drory1-1/+1
2025-03-07net/mlx5: Restore missing trace event when enabling vport QoSCarolina Jubran1-0/+3
2025-03-07net/mlx5: Fix vport QoS cleanup on errorCarolina Jubran1-1/+4
2025-03-07net: mvpp2: cls: Fixed Non IP flow, with vlan tag flow defination.Harshal Chaudhari1-1/+1
2025-03-07ice: Avoid setting default Rx VSI twice in switchdev setupMarcin Szycik1-2/+1
2025-03-07ice: Fix deinitializing VF in error pathMarcin Szycik3-4/+10
2025-03-07net: ethernet: ti: am65-cpsw: select PAGE_POOLSascha Hauer1-0/+1
2025-03-07net: dsa: rtl8366rb: Fix compilation problemLinus Walleij5-252/+299
2025-03-07net: cadence: macb: Synchronize stats calculationsSean Anderson2-2/+12
2025-03-07ipvlan: ensure network headers are in skb linear partEric Dumazet1-5/+16
2025-03-07net: loopback: Avoid sending IP packets without an Ethernet headerIdo Schimmel1-0/+14
2025-02-27net: pse-pd: Fix deadlock in current limit functionsKory Maincent1-2/+2
2025-02-27gve: set xdp redirect target only when it is availableJoshua Washington2-1/+15
2025-02-27nfp: bpf: Add check for nfp_app_ctrl_msg_alloc()Haoxiang Li1-0/+2
2025-02-27net: axienet: Set mac_managed_pmNick Hu1-0/+1
2025-02-27geneve: Suppress list corruption splat in geneve_destroy_tunnels().Kuniyuki Iwashima1-7/+0
2025-02-27gtp: Suppress list corruption splat in gtp_net_exit_batch_rtnl().Kuniyuki Iwashima1-5/+0
2025-02-27net: pse-pd: pd692x0: Fix power limit retrievalKory Maincent1-1/+1
2025-02-27net: pse-pd: Use power limit at driver side instead of current limitKory Maincent2-85/+51
2025-02-27net: pse-pd: Avoid setting max_uA in regulator constraintsKory Maincent1-3/+4
2025-02-27ibmvnic: Don't reference skb after sending to VIOSNick Child1-1/+3
2025-02-27geneve: Fix use-after-free in geneve_find_dev().Kuniyuki Iwashima1-8/+3
2025-02-21mlxsw: Add return value check for mlxsw_sp_port_get_stats_raw()Wentao Liang1-1/+3
2025-02-21igc: Set buffer type for empty frames in igc_init_empty_frameSong Yoong Siang1-0/+1
2025-02-21wifi: ath12k: fix handling of 6 GHz rulesAditya Kumar Singh2-17/+45
2025-02-21wifi: brcmfmac: use random seed flag for BCM4355 and BCM4364 firmwareAditya Garg1-2/+2
2025-02-21can: etas_es58x: fix potential NULL pointer dereference on udev->serialVincent Mailhol1-1/+5
2025-02-21can: rockchip: rkcanfd_handle_rx_fifo_overflow_int(): bail out if skb cannot ...Robin van der Gracht1-1/+1
2025-02-21can: c_can: fix unbalanced runtime PM disable in error pathKrzysztof Kozlowski1-2/+3
2025-02-21can: ctucanfd: handle skb allocation failureFedor Pchelkin1-4/+6
2025-02-21team: better TEAM_OPTION_TYPE_STRING validationEric Dumazet1-1/+3
2025-02-21net: ethernet: ti: am65_cpsw: fix tx_cleanup for XDP caseRoger Quadros1-3/+11
2025-02-21net: ethernet: ti: am65-cpsw: fix RX & TX statistics for XDP_TX caseRoger Quadros1-3/+7
2025-02-21net: ethernet: ti: am65-cpsw: fix memleak in certain XDP casesRoger Quadros1-13/+13
2025-02-21vxlan: check vxlan_vnigroup_init() return valueEric Dumazet1-2/+5
2025-02-21igc: Fix HW RX timestamp when passed by ZC XDPZdenek Bouska1-9/+12