summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-12-19xen/netfront: fix crash when removing deviceJuergen Gross1-1/+4
2024-12-19qca_spi: Make driver probing reliableStefan Wahren1-1/+1
2024-12-19qca_spi: Fix clock speed for multiple QCA7000Stefan Wahren2-15/+10
2024-12-14rocker: fix link status detection in rocker_carrier_init()Dmitry Antipov1-1/+1
2024-12-14wifi: brcmfmac: Fix oops due to NULL pointer dereference in brcmf_sdiod_sglis...Norbert van Bolhuis1-1/+1
2024-12-14wifi: ipw2x00: libipw_rx_any(): fix bad alignmentJiapeng Chong1-4/+4
2024-12-14wifi: ath5k: add PCI ID for Arcadyan devicesRosen Penev1-0/+1
2024-12-14wifi: ath5k: add PCI ID for SX76XRosen Penev1-0/+1
2024-12-14net: ethernet: fs_enet: Use %pa to format resource_size_tSimon Horman1-1/+1
2024-12-14net: fec_mpc52xx_phy: Use %pa to format resource_size_tSimon Horman1-1/+1
2024-12-14igb: Fix potential invalid memory access in igb_init_module()Yuan Can1-0/+4
2024-12-14net/qed: allow old cards not supporting "num_images" to workLouis Leseur1-1/+3
2024-12-14can: sun4i_can: sun4i_can_err(): fix {rx,tx}_errors statisticsDario Binacchi1-5/+9
2024-12-14can: sun4i_can: sun4i_can_err(): call can_change_state() even if cf is NULLDario Binacchi1-4/+4
2024-12-14net: stmmac: dwmac-socfpga: Set RX watchdog interrupt as brokenMaxime Chevallier1-0/+2
2024-12-14marvell: pxa168_eth: fix call balance of pep->clk handling routinesVitalii Mordan1-9/+4
2024-12-14net: usb: lan78xx: Fix refcounting and autosuspend on invalid WoL configurationOleksij Rempel1-3/+3
2024-12-14tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsetsPavan Chebbi1-0/+3
2024-12-14net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY deviceOleksij Rempel1-1/+4
2024-12-14wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_config_sc...Alper Nebi Yasak1-1/+1
2024-12-14wifi: mwifiex: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-2/+2
2024-12-14wifi: p54: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-3/+1
2024-12-14wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service()Jeongjun Park1-0/+3
2024-12-14net: usb: qmi_wwan: add Quectel RG650VBenoît Monin1-0/+1
2024-12-14net/mlx5e: kTLS, Fix incorrect page refcountingDragos Tatulea1-4/+4
2024-12-14net/mlx5: fs, lock FTE when checking if activeMark Bloch1-3/+12
2024-11-17net: usb: qmi_wwan: add Fibocom FG132 0x0112 compositionReinhard Speyerer1-0/+1
2024-11-17net: hns3: fix kernel crash when uninstalling driverPeiyang Wang1-1/+4
2024-11-17can: c_can: fix {rx,tx}_errors statisticsDario Binacchi1-1/+6
2024-11-17net: enetc: set MAC address to the VF net_deviceWei Fang1-1/+8
2024-11-17enetc: simplify the return expression of enetc_vf_set_mac_addr()Qinglang Miao1-6/+1
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-08gtp: allow -1 to be specified as file description from userspacePablo Neira Ayuso1-9/+13
2024-11-08gtp: simplify error handling code in 'gtp_encap_enable()'Christophe JAILLET1-6/+3
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-08hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER eventHaiyang Zhang1-0/+30
2024-11-08r8169: avoid unsolicited interruptsHeiner Kallweit1-1/+3
2024-11-08net: usb: usbnet: fix name regressionOliver Neukum1-1/+2
2024-11-08be2net: fix potential memory leak in be_xmit()Wang Hai1-5/+5
2024-11-08net/sun3_82586: fix potential memory leak in sun3_82586_send_packet()Wang Hai1-0/+1
2024-11-08net: systemport: fix potential memory leak in bcm_sysport_xmit()Wang Hai1-0/+1
2024-11-08net: ethernet: aeroflex: fix potential memory leak in greth_start_xmit_gbit()Wang Hai1-1/+2
2024-11-08macsec: don't increment counters for an unrelated SASabrina Dubroca1-18/+0
2024-11-08CDC-NCM: avoid overflow in sanity checkingOliver Neukum1-4/+4
2024-11-08slip: make slhc_remember() more robust against malicious packetsEric Dumazet1-23/+34
2024-11-08ppp: fix ppp_async_encode() illegal accessEric Dumazet1-1/+1
2024-11-08net: ibm: emac: mal: fix wrong gotoRosen Penev1-1/+1