summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-10-10wifi: rtw89: avoid to add interface to list twice when SERChih-Kang Chang2-1/+21
2024-10-10wifi: ath9k: fix possible integer overflow in ath9k_get_et_stats()Dmitry Kandybka1-2/+2
2024-10-10e1000e: avoid failing the system during pm_suspendVitaly Lifshits1-8/+11
2024-10-10net: phy: realtek: Check the index value in led_hw_control_getHui Wang1-0/+3
2024-10-10ppp: do not assume bh is held in ppp_channel_bridge_input()Eric Dumazet1-2/+2
2024-10-10net: stmmac: dwmac4: extend timeout for VLAN Tag register busy bit checkShenwei Wang1-9/+9
2024-10-10net: fec: Reload PTP registers after link-state changeCsókás, Bence2-0/+23
2024-10-10net: fec: Restart PPS after link state changeCsókás, Bence3-1/+46
2024-10-10net: ethernet: lantiq_etop: fix memory disclosureAleksander Jan Bajkowski1-1/+3
2024-10-10net: wwan: qcom_bam_dmux: Fix missing pm_runtime_disable()Jinjie Ruan1-3/+8
2024-10-10net: ieee802154: mcr20a: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-4/+1
2024-10-10net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twiceJianbo Liu1-1/+7
2024-10-10net/mlx5e: SHAMPO, Fix overflow of hd_per_wqDragos Tatulea1-1/+1
2024-10-10net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()Elena Salomatkina1-0/+3
2024-10-10net/mlx5: Added cond_resched() to crdump collectionMohamed Khalfella1-0/+10
2024-10-10net/mlx5: Fix error path in multi-packet WQE transmitGerd Bayer1-1/+0
2024-10-10net: sparx5: Fix invalid timestampsAakash Menon1-1/+5
2024-10-10ieee802154: Fix build errorJinjie Ruan1-0/+1
2024-10-04wifi: mt76: mt7925: fix a potential association failure upon resumingMichael Lo3-0/+18
2024-10-04wifi: mt76: mt7615: check devm_kasprintf() returned valueMa Ke1-0/+3
2024-10-04wifi: rtw88: 8703b: Fix reported RX band widthBitterblue Smith1-1/+1
2024-10-04wifi: rtw88: 8822c: Fix reported RX band widthBitterblue Smith1-4/+6
2024-10-04wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82cNick Morrow1-2/+0
2024-10-04wifi: mt76: mt7925: fix a potential array-index-out-of-bounds issue for clcMing Yen Hsieh1-0/+3
2024-10-04idpf: fix netdev Tx queue stop/wakeMichal Kubiak3-27/+21
2024-10-04wifi: mt76: mt7996: fix NULL pointer dereference in mt7996_mcu_sta_bfer_heMa Ke1-0/+3
2024-10-04wifi: mt76: mt7915: check devm_kasprintf() returned valueMa Ke1-0/+2
2024-10-04wifi: mt76: mt7921: Check devm_kasprintf() returned valueMa Ke1-0/+2
2024-10-04usbnet: fix cyclical race on disconnect with work queueOliver Neukum1-9/+28
2024-10-04wifi: rtw88: Fix USB/SDIO devices not transmitting beaconsBitterblue Smith1-5/+8
2024-10-04can: esd_usb: Remove CAN_CTRLMODE_3_SAMPLES for CAN-USB/3-FDStefan Mätje1-5/+1
2024-10-04net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabledFurong Xu1-1/+1
2024-10-04virtio_net: Fix mismatched buf address when unmapping for small packetsWenbo Li1-2/+8
2024-10-04bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()Jiwon Kim1-3/+3
2024-10-04net: ravb: Fix R-Car RX frame size limitPaul Barker1-2/+10
2024-10-04net: ravb: Fix maximum TX frame size for GbEth devicesPaul Barker2-1/+6
2024-10-04net: phy: aquantia: fix applying active_low bit after resetDaniel Golle1-3/+2
2024-10-04net: phy: aquantia: fix setting active_low bitDaniel Golle1-1/+2
2024-10-04net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Cond...Kaixin Wang1-0/+2
2024-10-04net: xilinx: axienet: Fix packet countingSean Anderson1-9/+14
2024-10-04net: xilinx: axienet: Schedule NAPI in two stepsSean Anderson1-6/+8
2024-10-04net: phy: aquantia: fix -ETIMEDOUT PHY probe failure when firmware not presentVladimir Oltean2-22/+39
2024-10-04fbnic: Set napi irq value after calling netif_napi_addBrett Creeley1-4/+4
2024-10-04r8169: disable ALDPS per default for RTL8125Heiner Kallweit1-0/+2
2024-10-04netkit: Assign missing bpf_net_contextBreno Leitao1-0/+3
2024-10-04net: enetc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-2/+1
2024-10-04bareudp: Pull inner IP header on xmit.Guillaume Nault1-0/+6
2024-10-04bareudp: Pull inner IP header in bareudp_udp_encap_recv().Guillaume Nault1-2/+18
2024-10-04can: m_can: m_can_close(): stop clocks after device has been shut downMarc Kleine-Budde1-1/+1
2024-10-04can: m_can: enable NAPI before enabling interruptsJake Hamby1-6/+6