summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-08-25igb: Add lock to avoid data raceLin Ma2-1/+13
2022-08-25stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_re...Christophe JAILLET1-0/+1
2022-08-25fec: Fix timer capture timing in `fec_ptp_enable_pps()`Csókás Bence1-5/+1
2022-08-25i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady1-1/+3
2022-08-25ice: Ignore EEXIST when setting promisc modeGrzegorz Siwik1-1/+1
2022-08-25net: dsa: sja1105: fix buffer overflow in sja1105_setup_devlink_regions()Rustam Subkhankulov1-1/+1
2022-08-25net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet countersVladimir Oltean1-1/+2
2022-08-25net: dsa: microchip: ksz9477: fix fdb_dump last invalid entryArun Ramadoss1-0/+3
2022-08-25net: moxa: pass pdev instead of ndev to DMA functionsSergei Antonov1-10/+10
2022-08-25net: dsa: mv88e6060: prevent crash on an unused portSergei Antonov1-0/+3
2022-08-25iavf: Fix adminq error handlingPrzemyslaw Patynowski1-2/+13
2022-08-25dpaa2-eth: trace the allocated address instead of page structChen Lin1-2/+2
2022-08-25geneve: fix TOS inheriting for ipv4Matthias May1-4/+8
2022-08-25nfp: ethtool: fix the display error of `ethtool -m DEVNAME`Yu Xiao1-0/+2
2022-08-25plip: avoid rcu debug splatFlorian Westphal1-1/+1
2022-08-25geneve: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+1
2022-08-25net: bgmac: Fix a BUG triggered by wrong bytes_complSandor Bodo-Merle1-1/+1
2022-08-25virtio_net: fix memory leak inside XPD_TX with mergeableXuan Zhuo1-1/+4
2022-08-25net: atlantic: fix aq_vec index out of range errorChia-Lin Kao (AceLan)1-13/+8
2022-08-25can: mcp251x: Fix race condition on receive interruptSebastian Würl1-3/+15
2022-08-25can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde1-1/+1
2022-08-21Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"Jose Alonso1-10/+10
2022-08-21Revert "mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv"Greg Kroah-Hartman3-10/+8
2022-08-21usbnet: smsc95xx: Avoid link settings race on interrupt receptionLukas Wunner1-7/+9
2022-08-21usbnet: smsc95xx: Don't clear read-only PHY interruptLukas Wunner1-4/+0
2022-08-21mwifiex: fix sleep in atomic context bugs caused by dev_coredumpvDuoming Zhou3-8/+10
2022-08-21mwifiex: Ignore BTCOEX events from the 88W8897 firmwareJonas Dreßler3-0/+8
2022-08-21wireguard: allowedips: don't corrupt stack when detecting overflowJason A. Donenfeld2-6/+9
2022-08-21wireguard: ratelimiter: use hrtimer in selftestJason A. Donenfeld1-11/+14
2022-08-21net: ionic: fix error check for vlan flags in ionic_set_nic_features()Jian Shen1-1/+1
2022-08-21netdevsim: Avoid allocation warnings triggered from user spaceJakub Kicinski1-3/+5
2022-08-21iavf: Fix max_rate limitingPrzemyslaw Patynowski2-2/+24
2022-08-21net/mlx5e: Fix the value of MLX5E_MAX_RQ_NUM_MTTSMaxim Mikityanskiy1-1/+1
2022-08-21net/mlx5e: Remove WARN_ON when trying to offload an unsupported TLS cipher/ve...Gal Pressman1-1/+1
2022-08-21wifi: libertas: Fix possible refcount leak in if_usb_probe()Hangyu Hua1-0/+1
2022-08-21wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queueJose Ignacio Tornos Martinez1-0/+1
2022-08-21wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()`Ammar Faizi1-2/+2
2022-08-21can: pch_can: pch_can_error(): initialize errc before using itVincent Mailhol1-1/+1
2022-08-21can: usb_8dev: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+4
2022-08-21can: kvaser_usb_leaf: do not report txerr and rxerr during bus-offVincent Mailhol1-2/+4
2022-08-21can: kvaser_usb_hydra: do not report txerr and rxerr during bus-offVincent Mailhol1-4/+8
2022-08-21can: sun4i_can: do not report txerr and rxerr during bus-offVincent Mailhol1-5/+4
2022-08-21can: hi311x: do not report txerr and rxerr during bus-offVincent Mailhol1-2/+3
2022-08-21can: sja1000: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+4
2022-08-21can: rcar_can: do not report txerr and rxerr during bus-offVincent Mailhol1-4/+4
2022-08-21can: pch_can: do not report txerr and rxerr during bus-offVincent Mailhol1-3/+3
2022-08-21wifi: p54: add missing parentheses in p54_flush()Rustam Subkhankulov1-1/+1
2022-08-21wifi: p54: Fix an error handling path in p54spi_probe()Christophe JAILLET1-1/+2
2022-08-21wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi()Dan Carpenter1-10/+4
2022-08-21mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init()Liang He1-0/+1