aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/devicetree/changesets.rst (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-31ptp: xgbe: convert to .adjfine and adjust_by_scaled_ppmJacob Keller1-16/+4
2022-10-31ptp: ravb: convert to .adjfine and adjust_by_scaled_ppmJacob Keller1-12/+5
2022-10-31ptp: lan743x: use diff_by_scaled_ppm in .adjfine implementationJacob Keller1-13/+6
2022-10-31ptp: lan743x: remove .adjfreq implementationJacob Keller1-35/+0
2022-10-31ptp: mlx5: convert to .adjfine and adjust_by_scaled_ppmJacob Keller1-16/+6
2022-10-31ptp: mlx4: convert to .adjfine and adjust_by_scaled_ppmJacob Keller1-18/+11
2022-10-31drivers: convert unsupported .adjfreq to .adjfineJacob Keller3-6/+6
2022-10-31ptp: introduce helpers to adjust by scaled parts per millionJacob Keller6-79/+60
2022-10-31ptp: add missing documentation for parametersJacob Keller1-0/+7
2022-10-31net: phy: Add driver for Motorcomm yt8521 gigabit ethernet phyFrank3-3/+1635
2022-10-31net: microchip: sparx5: kunit test: change test_callbacks and test_vctrl to staticYang Yingliang1-2/+2
2022-10-31net: geneve: fix array of flexible structures warningsJakub Kicinski1-1/+1
2022-10-31net: hns: hnae: remove unnecessary __module_get() and module_put()Yang Yingliang1-3/+0
2022-10-31netlink: split up copies in the ack constructionJakub Kicinski3-9/+43
2022-10-31drivers: net: convert to boolean for the mac_managed_pm flagDenis Kirjanov3-4/+4
2022-10-31dt-bindings: net: snps,dwmac: Document queue config subnodesSebastian Reichel1-81/+264
2022-10-30net: remove unused netdev_unregistering()Juhee Kang1-5/+0
2022-10-28net: ipa: record and use the number of defined endpoint IDsAlex Elder2-3/+7
2022-10-28net: ipa: determine the maximum endpoint IDAlex Elder2-34/+39
2022-10-28net: ipa: refactor endpoint loopsAlex Elder1-6/+6
2022-10-28net: ipa: more completely check endpoint validityAlex Elder1-29/+36
2022-10-28net: ipa: no more global filtering starting with IPA v5.0Alex Elder1-24/+35
2022-10-28net: ipa: change an IPA v5.0 memory requirementAlex Elder1-1/+4
2022-10-28net: ipa: define IPA v5.0Alex Elder1-0/+3
2022-10-28net/packet: add PACKET_FANOUT_FLAG_IGNORE_OUTGOINGWillem de Bruijn2-0/+2
2022-10-28ice: Add additional CSR registers to ETHTOOL_GREGSLukasz Czapnik1-0/+169
2022-10-28net: sfp: move field definitions along side register indexRussell King (Oracle)1-10/+17
2022-10-28net: sfp: convert register indexes from hex to decimalRussell King (Oracle)1-90/+90
2022-10-28net: mtk_eth_soc: add support for in-band 802.3z negotiationRussell King (Oracle)1-35/+42
2022-10-28net: mtk_eth_soc: move and correct link timer programmingRussell King (Oracle)1-5/+8
2022-10-28net: mtk_eth_soc: add advertisement programmingRussell King (Oracle)1-1/+12
2022-10-28net: mtk_eth_soc: move interface speed selectionRussell King (Oracle)1-8/+10
2022-10-28net: mtk_eth_soc: move PHY power upRussell King (Oracle)1-7/+4
2022-10-28net: mtk_eth_soc: add out of band forcing of speed and duplex in pcs_link_upRussell King (Oracle)1-11/+17
2022-10-28net: mtk_eth_soc: convert mtk_sgmii to use regmap_update_bits()Russell King (Oracle)1-35/+26
2022-10-28net: mtk_eth_soc: add pcs_get_state() implementationRussell King (Oracle)1-0/+15
2022-10-28net: mtk_eth_soc: eliminate unnecessary error handlingRussell King (Oracle)1-12/+6
2022-10-28net: mtk_eth_soc: add definitions for PCSRussell King (Oracle)1-3/+10
2022-10-28net: phylink: add phylink_get_link_timer_ns() helperRussell King (Oracle)1-0/+24
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner16-45/+44
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner63-274/+274
2022-10-28nfc: s3fwrn5: use devm_clk_get_optional_enabled() helperDmitry Torokhov1-14/+5
2022-10-28net: txgbe: Set MAC address and register netdevJiawen Wu7-7/+566
2022-10-28net: txgbe: Reset hardwareJiawen Wu9-9/+434
2022-10-28net: txgbe: Store PCI infoJiawen Wu9-10/+280
2022-10-28tcp: add rcv_wnd and plb_rehash to TCP_INFOMubashir Adnan Qureshi2-0/+7
2022-10-28tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi6-0/+9
2022-10-28tcp: add support for PLB in DCTCPMubashir Adnan Qureshi1-1/+22
2022-10-28tcp: add PLB functionality for TCPMubashir Adnan Qureshi4-2/+137
2022-10-28tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi4-0/+131