summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2023-11-08net: chelsio: cxgb4: add an error code check in t4_load_phy_fwSu Hui
2023-11-08i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera
2023-11-08gtp: fix fragmentation needed check with gsoPablo Neira Ayuso
2023-11-08r8152: Cancel hw_phy_work if we have an error in probeDouglas Anderson
2023-11-08r8152: Run the unload routine if we have errors during probeDouglas Anderson
2023-11-08r8152: Increase USB control msg timeout to 5000ms as per specDouglas Anderson
2023-11-08net: ieee802154: adf7242: Fix some potential buffer overflow in adf7242_stats...Christophe JAILLET
2023-11-08igc: Fix ambiguity in the ethtool advertisingSasha Neftin
2023-11-08igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski
2023-11-08treewide: Spelling fix in commentKunwu Chan
2023-11-08r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1Mirsad Goran Todorovac
2023-11-08r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[e...Mirsad Goran Todorovac
2023-10-25sky2: Make sure there is at least one frag_addr availableKees Cook
2023-10-25i40e: prevent crash on probe if hw registers have invalid valuesMichal Schmidt
2023-10-25net: usb: smsc95xx: Fix an error code in smsc95xx_reset()Dan Carpenter
2023-10-25tun: prevent negative ifindexEric Dumazet
2023-10-25qed: fix LL2 RX buffer allocationManish Chopra
2023-10-25ice: fix over-shifted variableJesse Brandeburg
2023-10-25ravb: Fix use-after-free issue in ravb_tx_timeout_work()Yoshihiro Shimoda
2023-10-25net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_readJavier Carrasco
2023-10-25ixgbe: fix crash with empty VF macvlan listDan Carpenter
2023-10-25xen-netback: use default TX queue size for vifsRoger Pau Monne
2023-10-25mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return typeDan Carpenter
2023-10-25ieee802154: ca8210: Fix a potential UAF in ca8210_probeDinghao Liu
2023-10-25ravb: Fix up dma_free_coherent() call in ravb_remove()Yoshihiro Shimoda
2023-10-10net: stmmac: dwmac-stm32: fix resume on STM32 MCUBen Wolsieffer
2023-10-10net: usb: smsc75xx: Fix uninit-value access in __smsc75xx_read_regShigeru Yoshida
2023-10-10net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absentFabio Estevam
2023-10-10wifi: mt76: mt76x02: fix MT76x0 external LNA gain handlingFelix Fietkau
2023-10-10drivers/net: process the result of hdlc_open() and add call of hdlc_close() i...Alexandra Diupina
2023-10-10wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packetPin-yen Lin
2023-10-10wifi: iwlwifi: dbg_ini: fix structure packingArnd Bergmann
2023-10-10wifi: mwifiex: Fix tlv_buf_left calculationGustavo A. R. Silva
2023-10-10qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_infoGustavo A. R. Silva
2023-10-10net: thunderbolt: Fix TCPv6 GSO checksum calculationMika Westerberg
2023-10-10i40e: fix return of uninitialized aq_ret in i40e_set_vsi_promiscStefan Assmann
2023-10-10i40e: always propagate error value in i40e_set_vsi_promisc()Stefan Assmann
2023-10-10i40e: improve locking of mac_filter_hashStefan Assmann
2023-10-10team: fix null-ptr-deref when team device type is changedZiyang Xuan
2023-10-10net: hns3: add 5ms delay before clear firmware reset irq sourceJie Wang
2023-10-10i40e: Fix VF VLAN offloading when port VLAN is configuredIvan Vecera
2023-10-10i40e: Fix warning message and call stack during rmmod i40e driverKaren Sornek
2023-10-10i40e: Remove scheduling while atomic possibilityAleksandr Loktionov
2023-10-10i40e: Fix for persistent lldp supportSylwia Wnuczko
2023-09-23wifi: mac80211_hwsim: drop short framesJohannes Berg
2023-09-23alx: fix OOB-read compiler warningGONG, Ruiqi
2023-09-23wifi: mwifiex: fix fortify warningDmitry Antipov
2023-09-23wifi: ath9k: fix printk specifierDongliang Mu
2023-09-23ixgbe: fix timestamp configuration codeVadim Fedorenko
2023-09-23r8152: check budget for r8152_poll()Hayes Wang