summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-11-14net: vertexcom: mse102x: Fix possible double free of TX skbStefan Wahren1-2/+3
2024-11-14net: wwan: t7xx: Fix off-by-one error in t7xx_dpmaif_rx_buf_alloc()Jinjie Ruan1-1/+1
2024-11-14can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing configuration when swi...Marc Kleine-Budde1-3/+5
2024-11-14can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculationMarc Kleine-Budde1-3/+7
2024-11-14net: arc: rockchip: fix emac mdio node supportJohan Jonker1-1/+8
2024-11-14net: arc: fix the device for dma_map_single/dma_unmap_singleJohan Jonker1-11/+16
2024-11-14virtio_net: Add hash_key_length checkPhilo Lu1-0/+6
2024-11-14net: stmmac: Fix unbalanced IRQ wake disable warning on single irq caseNícolas F. R. A. Prado1-0/+1
2024-11-14net: phy: ti: add PHY_RST_AFTER_CLK_EN flagDiogo Silva1-0/+2
2024-11-14net: hns3: fix kernel crash when uninstalling driverPeiyang Wang1-1/+4
2024-11-14i40e: fix race condition by adding filter's intermediate sync stateAleksandr Loktionov3-2/+12
2024-11-14ice: change q_index variable type to s16 to store -1 valueMateusz Polchlopek2-2/+5
2024-11-14can: c_can: fix {rx,tx}_errors statisticsDario Binacchi1-1/+6
2024-11-14net: enetc: set MAC address to the VF net_deviceWei Fang1-1/+8
2024-11-08wifi: iwlwifi: mvm: fix 6 GHz scan constructionJohannes Berg1-1/+2
2024-11-08mctp i2c: handle NULL header addressMatt Johnston1-0/+3
2024-11-08wifi: iwlegacy: Clear stale interrupts before resuming deviceVille Syrjälä1-0/+2
2024-11-08wifi: ath10k: Fix memory leak in management txManikanta Pubbisetty2-1/+8
2024-11-08net: amd: mvme147: Fix probe banner messageDaniel Palmer1-4/+3
2024-11-08mlxsw: spectrum_ipip: Fix memory leak when changing remote IPv6 addressIdo Schimmel1-2/+24
2024-11-08mlxsw: spectrum_ipip: Rename Spectrum-2 ip6gre operationsIdo Schimmel1-47/+47
2024-11-08mlxsw: spectrum_router: Add support for double entry RIFsIdo Schimmel3-0/+4
2024-11-08mlxsw: spectrum_ptp: Add missing verification before pushing Tx headerAmit Cohen1-0/+7
2024-11-08netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_a...Zichen Xie1-1/+3
2024-11-08gtp: allow -1 to be specified as file description from userspacePablo Neira Ayuso1-9/+13
2024-11-08net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB dataFurong Xu1-5/+17
2024-11-08macsec: Fix use-after-free while sending the offloading packetJianbo Liu1-2/+1
2024-11-08wifi: iwlwifi: mvm: Fix response handling in iwl_mvm_send_recovery_cmd()Daniel Gabay1-6/+4
2024-11-08wifi: iwlwifi: mvm: disconnect station vifs if recovery failedEmmanuel Grumbach1-1/+13
2024-11-08wifi: brcm80211: BRCM_TRACING should depend on TRACINGGeert Uytterhoeven1-0/+1
2024-11-08wifi: ath11k: Fix invalid ring usage in full monitor modeRemi Pommarel1-2/+5
2024-11-08wifi: iwlegacy: Fix "field-spanning write" warning in il_enqueue_hcmd()Ben Hutchings2-1/+24
2024-11-01net: phy: dp83822: Fix reset pin definitionsMichel Alex1-2/+2
2024-11-01hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER eventHaiyang Zhang1-0/+30
2024-11-01r8169: avoid unsolicited interruptsHeiner Kallweit1-1/+3
2024-11-01net: usb: usbnet: fix name regressionOliver Neukum1-1/+2
2024-11-01net: wwan: fix global oob in wwan_rtnl_policyLin Ma1-1/+1
2024-11-01net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393xPeter Rashleigh1-0/+1
2024-11-01octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx()Aleksandr Mishin1-0/+27
2024-11-01octeon_ep: Implement helper for iterating packets in Rx queueAleksandr Mishin1-23/+32
2024-11-01net: plip: fix break; causing plip to never transmitJakub Boehm1-1/+1
2024-11-01be2net: fix potential memory leak in be_xmit()Wang Hai1-5/+5
2024-11-01net/sun3_82586: fix potential memory leak in sun3_82586_send_packet()Wang Hai1-0/+1
2024-11-01net/mlx5: Unregister notifier on eswitch init failureCosmin Ratiu1-2/+3
2024-11-01net/mlx5: Fix command bitmask initializationShay Drory1-2/+6
2024-11-01net/mlx5: split mlx5_cmd_init() to probe and reload routinesShay Drory3-56/+82
2024-11-01net/mlx5: Remove redundant cmdif revision checkShay Drory1-12/+3
2024-11-01net: ravb: Only advertise Rx/Tx timestamps if hardware supports itNiklas Söderlund1-13/+12
2024-11-01ravb: Remove setting of RX software timestampGal Pressman1-2/+2
2024-11-01net: systemport: fix potential memory leak in bcm_sysport_xmit()Wang Hai1-0/+1