summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-09-20ieee802154: cc2520: add rc code in cc2520_tx()Li Qiong
2022-09-20tg3: Disable tg3 device on system reboot to avoid triggering AERKai-Heng Feng
2022-09-05ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounterJacob Keller
2022-09-05bonding: 802.3ad: fix no transmission of LACPDUsJonathan Toppins
2022-08-25fec: Fix timer capture timing in `fec_ptp_enable_pps()`Csókás Bence
2022-08-25can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde
2022-08-25Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"Jose Alonso
2022-08-25usbnet: Fix linkwatch use-after-free on disconnectLukas Wunner
2022-08-25mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.Wei Mingzhi
2022-08-25net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()Liang He
2022-07-29net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso
2022-07-29be2net: Fix buffer overflow in be_get_module_eepromHristo Venev
2022-07-21can: m_can: m_can_tx_handler(): fix use after free of skbMarc Kleine-Budde
2022-07-21sfc: fix kernel panic when creating VFÍñigo Huguet
2022-07-21sfc: fix use after free when disabling sriovÍñigo Huguet
2022-07-21net: dsa: bcm_sf2: force pause link settingsDoug Berger
2022-07-21xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queueJuergen Gross
2022-07-12usbnet: fix memory leak in error caseOliver Neukum
2022-07-12can: gs_usb: gs_usb_open/close(): fix memory leakRhett Aultman
2022-07-12can: grcan: grcan_probe(): remove extra of_node_get()Liang He
2022-07-07net: usb: qmi_wwan: add Telit 0x1070 compositionDaniele Palmas
2022-07-07net: usb: qmi_wwan: add Telit 0x1060 compositionCarlo Lobrano
2022-07-07net: usb: qmi_wwan: add Telit LE910Cx 0x1230 compositionDaniele Palmas
2022-07-07net: usb: qmi_wwan: add Telit 0x1260 and 0x1261 compositionsDaniele Palmas
2022-07-07qmi_wwan: Added support for Telit LN940 seriesJörgen Storvist
2022-07-07xen/netfront: force data bouncing when backend is untrustedRoger Pau Monne
2022-07-07xen/netfront: fix leaking data in shared pagesRoger Pau Monne
2022-07-07net: bonding: fix use-after-free after 802.3ad slave unbindYevhen Orlov
2022-07-07net: bonding: fix possible NULL deref in rlb codeEric Dumazet
2022-07-07caif_virtio: fix race between virtio_device_ready() and ndo_open()Jason Wang
2022-07-07usbnet: fix memory allocation in helpersOliver Neukum
2022-07-07usbnet: make sure no NULL pointer is passed throughOliver Neukum
2022-07-07net: usb: ax88179_178a: Fix packet receivingJose Alonso
2022-07-02igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng
2022-07-02bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh
2022-06-25net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_al...Chen Lin
2022-06-14net: altera: Fix refcount leak in altera_tse_mdio_createMiaoqian Lin
2022-06-14net/mlx4_en: Fix wrong return value on ioctl EEPROM query failureGal Pressman
2022-06-14net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry()Dan Carpenter
2022-06-14carl9170: tx: fix an incorrect use of list iteratorXiaomeng Tong
2022-06-14rtl818x: Prevent using not initialized queuesAlexander Wetzel
2022-06-14iwlwifi: mvm: fix assert 1F04 upon reconfigEmmanuel Grumbach
2022-06-14ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter
2022-06-14eth: tg3: silence the GCC 12 array-bounds warningJakub Kicinski
2022-06-14ath9k: fix QCA9561 PA bias levelThibaut VARÈNE
2022-06-14ipw2x00: Fix potential NULL dereference in libipw_xmit()Haowen Bai
2022-06-14b43: Fix assigning negative value to unsigned variableHaowen Bai
2022-06-14b43legacy: Fix assigning negative value to unsigned variableHaowen Bai
2022-06-14mwifiex: add mutex lock for call in mwifiex_dfs_chan_sw_work_queueNiels Dossche
2022-05-25net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang