summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* atl1c: fix tx timeout after link flap on Mikrotik 10/25G NICGatis Peisenieks2022-02-111-1/+1
* mctp: serial: Cancel pending work from ndo_uninit handlerJeremy Kerr2022-02-111-1/+8
* net: dsa: lan9303: fix reset on probeMans Rullgard2022-02-111-1/+1
* Merge tag 'wireless-2022-02-11' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-02-1121-609/+85
|\
| * iwlwifi: fix use-after-freeJohannes Berg2022-02-101-0/+2
| * iwlwifi: mvm: don't send SAR GEO command for 3160 devicesLuca Coelho2022-02-033-7/+9
| * iwlwifi: remove deprecated broadcast filtering featureLuca Coelho2022-02-038-565/+0
| * iwlwifi: mei: report RFKILL upon register when neededEmmanuel Grumbach2022-02-031-2/+8
| * iwlwifi: mvm: don't feed the hardware RFKILL into iwlmeiEmmanuel Grumbach2022-02-031-1/+1
| * iwlwifi: mei: retry mapping the shared areaEmmanuel Grumbach2022-02-031-9/+26
| * iwlwifi: mei: fix the pskb_may_pull check in ipv4Emmanuel Grumbach2022-02-031-2/+1
| * iwlwifi: pcie: gen2: fix locking when "HW not ready"Johannes Berg2022-02-031-2/+1
| * iwlwifi: pcie: fix locking when "HW not ready"Johannes Berg2022-02-031-2/+1
| * iwlwifi: fix iwl_legacy_rate_to_fw_idxMiri Korenblit2022-02-032-16/+18
| * iwlwifi: mvm: fix condition which checks the version of rate_n_flagsMiri Korenblit2022-02-031-1/+1
| * mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_workJaeMan Park2022-01-311-0/+9
| * mac80211_hwsim: report NOACK frames in tx_statusBenjamin Beichler2022-01-311-0/+4
| * brcmfmac: firmware: Fix crash in brcm_alt_fw_pathPhil Elwell2022-01-281-2/+4
* | Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-1127-69/+157
|\ \
| * | net: dsa: mv88e6xxx: fix use-after-free in mv88e6xxx_mdios_unregisterVladimir Oltean2022-02-101-2/+2
| * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-02-105-16/+53
| |\ \
| | * | ice: Avoid RTNL lock when re-creating auxiliary deviceDave Ertman2022-02-102-1/+5
| | * | ice: Fix KASAN error in LAG NETDEV_UNREGISTER handlerDave Ertman2022-02-101-6/+28
| | * | ice: fix IPIP and SIT TSO offloadJesse Brandeburg2022-02-102-8/+18
| | * | ice: fix an error code in ice_cfg_phy_fec()Dan Carpenter2022-02-101-1/+2
| * | | net: mscc: ocelot: fix mutex lock error during ethtool stats readColin Foster2022-02-101-4/+7
| |/ /
| * | dpaa2-eth: unregister the netdev before disconnecting from the PHYRobert-Ionut Alexa2022-02-101-2/+2
| * | net: macb: Align the dma and coherent dma masksMarc St-Amand2022-02-101-1/+1
| * | net: usb: qmi_wwan: Add support for Dell DW5829eSlark Xiao2022-02-101-0/+2
| * | net: amd-xgbe: disable interrupts during pci removalRaju Rangoju2022-02-091-0/+3
| * | net: mdio: aspeed: Add missing MODULE_DEVICE_TABLEJoel Stanley2022-02-091-0/+1
| * | veth: fix races around rq->rx_notify_maskedEric Dumazet2022-02-091-5/+8
| * | nfp: flower: fix ida_idx not being releasedLouis Peens2022-02-091-4/+8
| * | net: ethernet: litex: Add the dependency on HAS_IOMEMCai Huoqing2022-02-091-1/+1
| * | ibmvnic: don't release napi in __ibmvnic_open()Sukadev Bhattiprolu2022-02-091-4/+9
| * | net: dsa: lantiq_gswip: don't use devres for mdiobusVladimir Oltean2022-02-091-3/+11
| * | net: dsa: mt7530: fix kernel bug in mdiobus_free() when unbindingVladimir Oltean2022-02-091-1/+1
| * | net: dsa: seville: register the mdiobus under devresVladimir Oltean2022-02-091-2/+3
| * | net: dsa: felix: don't use devres for mdiobusVladimir Oltean2022-02-091-1/+3
| * | net: dsa: bcm_sf2: don't use devres for mdiobusVladimir Oltean2022-02-091-2/+5
| * | net: dsa: ar9331: register the mdiobus under devresVladimir Oltean2022-02-091-2/+1
| * | net: dsa: mv88e6xxx: don't use devres for mdiobusVladimir Oltean2022-02-091-3/+8
| * | bonding: pair enable_port with slave_arr_updatesMahesh Bandewar2022-02-091-1/+2
| * | gve: Recording rx queue before sending to napiTao Liu2022-02-091-0/+1
| * | net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYsPavel Parkhomenko2022-02-081-4/+6
| * | net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYsPavel Parkhomenko2022-02-061-4/+3
| * | net: mscc: ocelot: fix all IP traffic getting trapped to CPU with PTP over IPVladimir Oltean2022-02-051-0/+8
| * | ixgbevf: Require large buffers for build_skb on 82599VFSamuel Mendoza-Jonas2022-02-041-6/+7
| * | net: sparx5: Fix get_stat64 crash in tcpdumpSteen Hegelund2022-02-041-1/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-02-091-1/+2
|\ \ \