summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: ipvtap - add __init/__exit annotations to module init/exit funcsMaciej Żenczykowski2022-08-231-2/+2
* bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins2022-08-222-9/+4
* bonding: 802.3ad: fix no transmission of LACPDUsJonathan Toppins2022-08-221-22/+16
* net: moxa: get rid of asymmetry in DMA mapping/unmappingSergei Antonov2022-08-221-5/+6
* net: phy: Don't WARN for PHY_READY state in mdio_bus_phy_resume()Xiaolei Wang2022-08-221-4/+4
* net: ipa: don't assume SMEM is page-alignedAlex Elder2022-08-221-1/+1
* net: dsa: microchip: keep compatibility with device tree blobs with no phy-modeVladimir Oltean2022-08-221-1/+7
* nfc: pn533: Fix use-after-free bugs caused by pn532_cmd_timeoutDuoming Zhou2022-08-221-0/+1
* r8152: fix the RX FIFO settings when suspendingHayes Wang2022-08-221-0/+10
* r8152: fix the units of some registers for RTL8156AHayes Wang2022-08-221-15/+2
* Revert "net: macsec: update SCI upon MAC address change."Sabrina Dubroca2022-08-191-6/+5
* net: dpaa: Fix <1G ethernet on LS1046ARDBSean Anderson2022-08-191-1/+5
* Merge tag 'net-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-1835-452/+1645
|\
| * net: moxa: MAC address reading, generating, validity checkingSergei Antonov2022-08-181-6/+7
| * igb: Add lock to avoid data raceLin Ma2022-08-182-1/+13
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-08-186-18/+85
| |\
| | * ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch2022-08-172-11/+57
| | * ice: Ignore error message when setting same promiscuous modeBenjamin Mikailenko2022-08-171-4/+4
| | * ice: Fix clearing of promisc mode with bridge over bondGrzegorz Siwik2022-08-172-2/+16
| | * ice: Ignore EEXIST when setting promisc modeGrzegorz Siwik2022-08-171-1/+1
| | * ice: Fix double VLAN error when entering promisc modeGrzegorz Siwik2022-08-171-0/+7
| * | stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_re...Christophe JAILLET2022-08-181-0/+1
| * | net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_xdp_runLorenzo Bianconi2022-08-171-1/+1
| * | net/mlx5e: Allocate flow steering storage during uplink initializationLeon Romanovsky2022-08-171-8/+17
| * | net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelo...Vladimir Oltean2022-08-171-27/+26
| * | net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean2022-08-175-285/+478
| * | net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean2022-08-174-298/+1146
| * | net: mscc: ocelot: fix race between ndo_get_stats64 and ocelot_check_stats_workVladimir Oltean2022-08-171-0/+4
| * | net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean2022-08-172-8/+7
| * | net: mscc: ocelot: fix address of SYS_COUNT_TX_AGING counterVladimir Oltean2022-08-171-1/+1
| * | net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean2022-08-174-28/+38
| * | net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet countersVladimir Oltean2022-08-171-1/+2
| * | net: dsa: sja1105: fix buffer overflow in sja1105_setup_devlink_regions()Rustam Subkhankulov2022-08-171-1/+1
| * | net: dsa: microchip: ksz9477: fix fdb_dump last invalid entryArun Ramadoss2022-08-171-0/+3
| |/
| * i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady2022-08-161-1/+3
| * i40e: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski2022-08-161-3/+5
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-08-152-7/+30
| |\
| | * iavf: Fix deadlock in initializationIvan Vecera2022-08-121-1/+10
| | * iavf: Fix reset error handlingPrzemyslaw Patynowski2022-08-121-3/+6
| | * iavf: Fix NULL pointer dereference in iavf_get_link_ksettingsPrzemyslaw Patynowski2022-08-121-1/+1
| | * iavf: Fix adminq error handlingPrzemyslaw Patynowski2022-08-121-2/+13
| * | net: moxa: pass pdev instead of ndev to DMA functionsSergei Antonov2022-08-151-10/+10
| * | mlxsw: spectrum_ptp: Forbid PTP enablement only in RX or in TXAmit Cohen2022-08-151-0/+3
| * | mlxsw: spectrum_ptp: Protect PTP configuration with a mutexAmit Cohen2022-08-151-7/+20
| * | mlxsw: spectrum: Clear PTP configuration after unregistering the netdeviceAmit Cohen2022-08-151-1/+1
| * | mlxsw: spectrum_ptp: Fix compilation warningsAmit Cohen2022-08-151-8/+10
| * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/netDavid S. Miller2022-08-152-2/+4
| |\ \
| | * | ice: Fix call trace with null VSI during VF resetMichal Jaron2022-08-111-1/+3
| | * | ice: Fix VSI rebuild WARN_ON check for VFBenjamin Mikailenko2022-08-111-1/+1
| * | | net: dsa: mv88e6060: prevent crash on an unused portSergei Antonov2022-08-121-0/+3