{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":692502564,"defaultBranch":"main","name":"openwrt-openwrt","ownerLogin":"TahomaSoft","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-09-16T17:15:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/20033845?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714918995.0","currentOid":""},"activityList":{"items":[{"before":"ce37d2c690f762898de968fae6459a92dec01f37","after":"ebb3faf31f7c34d71e8ffbf3e8d94bf92086188e","ref":"refs/heads/openwrt-22.03","pushedAt":"2024-05-05T14:24:00.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"procd: make mDNS TXT record parsing more solid\n\nmDNS broadcast can't accept empty TXT record and would fail\nregistration.\n\nCurrent procd_add_mdns_service checks only if the first passed arg is\nempty but don't make any verification on the other args permittins\ninsertion of empty values in TXT record.\n\nExample:\n\n\tprocd_add_mdns \"blah\" \\\n\t\t\t\t\"tcp\" \"50\" \\\n\t\t\t\t\"1\" \\\n\t\t\t\t\"\" \\\n\t\t\t\t\"3\"\n\nProduce:\n\n{ \"blah_50\": { \"service\": \"_blah._tcp.local\", \"port\": 50, \"txt\": [ \"1\", \"\", \"3\" ] } }\n\nThe middle empty TXT record should never be included as it's empty.\n\nThis can happen with scripts that make fragile parsing and include\nvariables even if they are empty.\n\nPrevent this and make the TXT record more solid by checking every\nprovided TXT record and include only the non-empty ones.\n\nThe fixed JSON is the following:\n\n{ \"blah_50\": { \"service\": \"_blah._tcp.local\", \"port\": 50, \"txt\": [ \"1\", \"3\" ] } }\n\nFixes: b0d9dcf84dd0 (\"procd: update to latest git HEAD\")\nReported-by: Paul Donald \nLink: https://github.com/openwrt/openwrt/pull/15331\nSigned-off-by: Christian Marangi \n(cherry picked from commit 4b043047132de0b3d90619d538f103af6153fa5a)","shortMessageHtmlLink":"procd: make mDNS TXT record parsing more solid"}},{"before":"5cae98c25d86e078d0632aa25f168df11689f592","after":"eda76b336b6b6719434fd7cc314ba51fa18eda5c","ref":"refs/heads/openwrt-23.05","pushedAt":"2024-05-05T14:23:51.000Z","pushType":"push","commitsCount":26,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"gengetopt: backport patch fixing support for c++17\n\nBackport patch fixing support for c++17 that got merged upstream in\ngengetopt.\n\nSigned-off-by: Christian Marangi \n(cherry picked from commit a8bfdf2ed4d930ca5a31b5c4bc7061ad5ef11ba3)","shortMessageHtmlLink":"gengetopt: backport patch fixing support for c++17"}},{"before":"4a1d8ef55cbf247f06dae8e958eb8eb42f1882a5","after":null,"ref":"refs/heads/openwrt-21.02","pushedAt":"2024-05-05T14:23:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"}},{"before":"fe9d2ccbc3d9dc0852df474f0e3cc07f93beae8b","after":"d1504a1e762addc005bd39b03cb3f9ada584bf75","ref":"refs/heads/TrackingUpstreamMain","pushedAt":"2024-05-05T13:25:41.000Z","pushType":"push","commitsCount":107,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"ath79: refresh patches\n\nCI is telling us that we need to refresh the patches, so lets do so.\n\nLink: https://github.com/openwrt/openwrt/pull/15382\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"ath79: refresh patches"}},{"before":"fe9d2ccbc3d9dc0852df474f0e3cc07f93beae8b","after":"d1504a1e762addc005bd39b03cb3f9ada584bf75","ref":"refs/heads/main","pushedAt":"2024-05-05T13:25:32.000Z","pushType":"push","commitsCount":107,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"ath79: refresh patches\n\nCI is telling us that we need to refresh the patches, so lets do so.\n\nLink: https://github.com/openwrt/openwrt/pull/15382\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"ath79: refresh patches"}},{"before":"a8befdee43e2119b2697c584a83a008a26650ff6","after":"fe9d2ccbc3d9dc0852df474f0e3cc07f93beae8b","ref":"refs/heads/TrackingUpstreamMain","pushedAt":"2024-04-27T17:34:46.000Z","pushType":"push","commitsCount":69,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"generic: v6.1, v6.6: add patch to fix PHY-muxing on MT7530\n\nMove accepted patches to backport folder, re-add previously removed patch\nwhich caused havoc on MT7621 and add the (still pending) fix.\n\nFixes: d40691a5fb (\"generic: 6.1, 6.6: mt7530: import pending patches\")\nSigned-off-by: Daniel Golle ","shortMessageHtmlLink":"generic: v6.1, v6.6: add patch to fix PHY-muxing on MT7530"}},{"before":"a8befdee43e2119b2697c584a83a008a26650ff6","after":"fe9d2ccbc3d9dc0852df474f0e3cc07f93beae8b","ref":"refs/heads/main","pushedAt":"2024-04-27T17:34:29.000Z","pushType":"push","commitsCount":69,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"generic: v6.1, v6.6: add patch to fix PHY-muxing on MT7530\n\nMove accepted patches to backport folder, re-add previously removed patch\nwhich caused havoc on MT7621 and add the (still pending) fix.\n\nFixes: d40691a5fb (\"generic: 6.1, 6.6: mt7530: import pending patches\")\nSigned-off-by: Daniel Golle ","shortMessageHtmlLink":"generic: v6.1, v6.6: add patch to fix PHY-muxing on MT7530"}},{"before":"c2f52e42b1e9f736edd6e4545ebe3435db6605ee","after":"a8befdee43e2119b2697c584a83a008a26650ff6","ref":"refs/heads/TrackingUpstreamMain","pushedAt":"2024-04-23T20:45:30.000Z","pushType":"push","commitsCount":90,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"bcm53xx: 6.6: fix ASM cache workaround linking\n\nKernel 6.6 checks for orphan sections and prints a warning about them,\nwhich in turn will make CI fails as we have Werror enabled there.\n\nIssue is that cache-v7-min.S produces .init.text section which is an\norphan section since it is not being handled by the vmlinux.lds.S linker\nscript.\n\nSo, lets put the generated .init.text section under .text.\n\nFixes: f0d8ce4f482c (\"bcm53xx: add testing support for kernel 6.6\")\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"bcm53xx: 6.6: fix ASM cache workaround linking"}},{"before":"c2f52e42b1e9f736edd6e4545ebe3435db6605ee","after":"a8befdee43e2119b2697c584a83a008a26650ff6","ref":"refs/heads/main","pushedAt":"2024-04-23T20:45:14.000Z","pushType":"push","commitsCount":90,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"bcm53xx: 6.6: fix ASM cache workaround linking\n\nKernel 6.6 checks for orphan sections and prints a warning about them,\nwhich in turn will make CI fails as we have Werror enabled there.\n\nIssue is that cache-v7-min.S produces .init.text section which is an\norphan section since it is not being handled by the vmlinux.lds.S linker\nscript.\n\nSo, lets put the generated .init.text section under .text.\n\nFixes: f0d8ce4f482c (\"bcm53xx: add testing support for kernel 6.6\")\nSigned-off-by: Robert Marko ","shortMessageHtmlLink":"bcm53xx: 6.6: fix ASM cache workaround linking"}},{"before":"ec9a48fc9fb6a7515a1750f26da9d74a027f518f","after":"54be63936518efb8adb6d9054660ac1365452886","ref":"refs/heads/Test-Support-SinoVoip-BPI-R2-Pro-V0.02","pushedAt":"2024-04-14T15:09:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"cleanup removing notes to self","shortMessageHtmlLink":"cleanup removing notes to self"}},{"before":"41f241a25fbc1b23772ac364c67e73959001ab0f","after":"ec9a48fc9fb6a7515a1750f26da9d74a027f518f","ref":"refs/heads/Test-Support-SinoVoip-BPI-R2-Pro-V0.02","pushedAt":"2024-04-14T14:16:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"adding config file for my notes later, deleting patch I forgot to remove for a different platform (a later effort, H68K)","shortMessageHtmlLink":"adding config file for my notes later, deleting patch I forgot to rem…"}},{"before":"1b1ae1491aded63cce3fa67e4f2a3013ab9dd1a5","after":"41f241a25fbc1b23772ac364c67e73959001ab0f","ref":"refs/heads/Test-Support-SinoVoip-BPI-R2-Pro-V0.02","pushedAt":"2024-04-14T13:31:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"removed patch for different platform, tbd later","shortMessageHtmlLink":"removed patch for different platform, tbd later"}},{"before":null,"after":"1b1ae1491aded63cce3fa67e4f2a3013ab9dd1a5","ref":"refs/heads/Test-Support-SinoVoip-BPI-R2-Pro-V0.02","pushedAt":"2024-04-14T13:27:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"Merge branch 'TrackingUpstreamMain' into Test-Support-SinoVoip-BPI-R2-Pro-V0.02\n\nCreating a new interim release branch for BPI-R2-Pro. Starting with\nmerging in latest upstream commits.","shortMessageHtmlLink":"Merge branch 'TrackingUpstreamMain' into Test-Support-SinoVoip-BPI-R2…"}},{"before":"68972704914915c47e9032588322322c6cc3e0aa","after":"5cae98c25d86e078d0632aa25f168df11689f592","ref":"refs/heads/openwrt-23.05","pushedAt":"2024-04-14T13:21:45.000Z","pushType":"push","commitsCount":393,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"mvebu: puzzle-m90x: wipe rootfs_data on sysupgrade\n\nThe sysupgrade formware of the Puzzle series is a slightly strange\ndual-boot approach while remaining compatible with Marvell's SDK\nfirmware upgrade binary format -- which happens to be a full-disk\nimage with GPT partition table. Hence that /lib/upgrade/emmc-puzzle.sh\nscript is like an exotic disease which results from those decisions,\nand as we also want to somehow stay compatible with the IEI-World\nstock firmware we got to use it in that same way (we are not\ncompatible with the QNAP-branded identical hardware device anyway).\n\nCurrently, on sysupgrade the result is that one ends up with the old\ncontent of rootfs_data (a GPT partition on those devices) as nothing\never wipes or in any way re-creates the filesystem there. As a simple\nwork-around, let's kill the filesystem on rootfs_data so fstools\nre-formats it on the next boot.\n\nSigned-off-by: Daniel Golle \n(cherry picked from commit d4e8653e1e9ec90404d12ea24fb0f8e507b337d5)","shortMessageHtmlLink":"mvebu: puzzle-m90x: wipe rootfs_data on sysupgrade"}},{"before":"ac52e2013a03126ef181e596e6e63271cdbb3d35","after":"4a1d8ef55cbf247f06dae8e958eb8eb42f1882a5","ref":"refs/heads/openwrt-21.02","pushedAt":"2024-04-14T13:21:35.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"bcm53xx: refresh kernel config\n\nSigned-off-by: Rafał Miłecki ","shortMessageHtmlLink":"bcm53xx: refresh kernel config"}},{"before":"3fe2875378d3a0dd2005f6212d4650395dbaab24","after":"ce37d2c690f762898de968fae6459a92dec01f37","ref":"refs/heads/openwrt-22.03","pushedAt":"2024-04-14T13:21:24.000Z","pushType":"push","commitsCount":82,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"kernel: bump 5.10 to 5.10.214\n\nRemoved because similar version is upstream:\nx86/patches-5.10/020-x86-Fix-compile-problem.patch\nhttps://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.10.y&id=cc6ddd6fa93eb59ac6f63158a6466e45ad0ca94c\n\nManually adapted the following patch:\nmediatek/patches-5.10/100-dts-update-mt7622-rfb1.patch\n\nAdd new configuration symbols for tegra target.\n\nSigned-off-by: Hauke Mehrtens ","shortMessageHtmlLink":"kernel: bump 5.10 to 5.10.214"}},{"before":"ae192c042c2beca490c9f5fbd7c6192124631f51","after":"c2f52e42b1e9f736edd6e4545ebe3435db6605ee","ref":"refs/heads/main","pushedAt":"2024-04-14T12:59:25.000Z","pushType":"push","commitsCount":27,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"ipq40xx: whw03v2: change LED color for 'running' state to blue\n\nChange the RGB indicator LED color for the running state from green to\nblue. There are various reasons for this change:\n\n- In stock firmware, green means internet connection is up, red means it\n is down, and blue means indeterminate. To track stock behavior as\n closely as possible, OpenWrt should indicate blue by default.\n\n- In the current 23.x OpenWrt releases for this router, the led glows\n blue all the time -not green- because the bootloader sets it blue\n and there is an OpenWrt bug that makes it unable to control the LED.\n The bug is fixed in master, so without this commit there would be an\n unexpected change of behavior for this device in the next release.\n\n- The ports other closely related Linksys devices (such as EA8300 and\n MR8300) get this right and use blue for the running state.\n\nSigned-off-by: Rodrigo Balerdi ","shortMessageHtmlLink":"ipq40xx: whw03v2: change LED color for 'running' state to blue"}},{"before":"ae192c042c2beca490c9f5fbd7c6192124631f51","after":"c2f52e42b1e9f736edd6e4545ebe3435db6605ee","ref":"refs/heads/TrackingUpstreamMain","pushedAt":"2024-04-14T12:59:09.000Z","pushType":"push","commitsCount":27,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"ipq40xx: whw03v2: change LED color for 'running' state to blue\n\nChange the RGB indicator LED color for the running state from green to\nblue. There are various reasons for this change:\n\n- In stock firmware, green means internet connection is up, red means it\n is down, and blue means indeterminate. To track stock behavior as\n closely as possible, OpenWrt should indicate blue by default.\n\n- In the current 23.x OpenWrt releases for this router, the led glows\n blue all the time -not green- because the bootloader sets it blue\n and there is an OpenWrt bug that makes it unable to control the LED.\n The bug is fixed in master, so without this commit there would be an\n unexpected change of behavior for this device in the next release.\n\n- The ports other closely related Linksys devices (such as EA8300 and\n MR8300) get this right and use blue for the running state.\n\nSigned-off-by: Rodrigo Balerdi ","shortMessageHtmlLink":"ipq40xx: whw03v2: change LED color for 'running' state to blue"}},{"before":null,"after":"ae397beb83785345203ed9cd66de21f61595da59","ref":"refs/heads/ThirdTryTahoma-v1-kern6.6","pushedAt":"2024-04-14T12:49:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"hacks for kern6.6","shortMessageHtmlLink":"hacks for kern6.6"}},{"before":null,"after":"8187f673af510c1a843fec823cadd388be601ddf","ref":"refs/heads/ThirdTryTahoma-v1-ASR","pushedAt":"2024-04-14T02:18:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"trying asr","shortMessageHtmlLink":"trying asr"}},{"before":"9a0a573d425c9a18d0dd8f142fa6af36eee2334c","after":"b8ccee3ae927cac2d4ffcca26549c9db440f8b27","ref":"refs/heads/ThirdTryTahoma-v1","pushedAt":"2024-04-14T01:37:19.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"fixing up citation for bpi-r2-pro","shortMessageHtmlLink":"fixing up citation for bpi-r2-pro"}},{"before":"e9b60c83e3a250e6b6da53ab26f549d432aa7025","after":"9a0a573d425c9a18d0dd8f142fa6af36eee2334c","ref":"refs/heads/ThirdTryTahoma-v1","pushedAt":"2024-04-13T13:22:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"adding eth0 and eth1 mac info to board init","shortMessageHtmlLink":"adding eth0 and eth1 mac info to board init"}},{"before":"fb8153528231f43618a0e98f1a190badcc032ef5","after":"e9b60c83e3a250e6b6da53ab26f549d432aa7025","ref":"refs/heads/ThirdTryTahoma-v1","pushedAt":"2024-04-12T15:12:02.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"Merge branch 'TrackingUpstreamMain' into ThirdTryTahoma-v1\n\nUpdating to track upstream","shortMessageHtmlLink":"Merge branch 'TrackingUpstreamMain' into ThirdTryTahoma-v1"}},{"before":"98f9154316fe8371c709bd11ae8f263e22075ec6","after":"ae192c042c2beca490c9f5fbd7c6192124631f51","ref":"refs/heads/main","pushedAt":"2024-04-12T15:11:08.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"mediatek: mt7622: rtl8367c: source code spell fixes\n\nImproves indexing and searches\n\nSigned-off-by: Paul Donald ","shortMessageHtmlLink":"mediatek: mt7622: rtl8367c: source code spell fixes"}},{"before":"0be5a3ef3e5fa2ada5f413d4245336c029c9ba19","after":null,"ref":"refs/heads/Test-Support-SinoVoip-BPI-R2-Pro-(V0.01)","pushedAt":"2024-04-12T15:08:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"}},{"before":null,"after":"0be5a3ef3e5fa2ada5f413d4245336c029c9ba19","ref":"refs/heads/Test-Support-SinoVoip-BPI-R2-Pro-V0.01","pushedAt":"2024-04-12T15:08:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"modifing makefiles to work","shortMessageHtmlLink":"modifing makefiles to work"}},{"before":"98f9154316fe8371c709bd11ae8f263e22075ec6","after":"ae192c042c2beca490c9f5fbd7c6192124631f51","ref":"refs/heads/TrackingUpstreamMain","pushedAt":"2024-04-12T15:05:21.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"mediatek: mt7622: rtl8367c: source code spell fixes\n\nImproves indexing and searches\n\nSigned-off-by: Paul Donald ","shortMessageHtmlLink":"mediatek: mt7622: rtl8367c: source code spell fixes"}},{"before":"0be5a3ef3e5fa2ada5f413d4245336c029c9ba19","after":"fb8153528231f43618a0e98f1a190badcc032ef5","ref":"refs/heads/ThirdTryTahoma-v1","pushedAt":"2024-04-10T23:55:07.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"Merge branch 'main' into ThirdTryTahoma-v1\n\nUpdating to track upstream main","shortMessageHtmlLink":"Merge branch 'main' into ThirdTryTahoma-v1"}},{"before":"8486c677b8bf36808c5b94857f60ee0fb3d5fa28","after":"98f9154316fe8371c709bd11ae8f263e22075ec6","ref":"refs/heads/master","pushedAt":"2024-04-10T23:53:16.000Z","pushType":"push","commitsCount":1932,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"generic: 6.1, 6.6: import two pending patches for mt7530 DSA driver\n\nFirst patch allows to inquire and modify Energy-Efficient-Ethernet\n(EEE) settings via ethtool and thereby override the default setting of\na board done via bootstrap pins.\n\nThe second patch fixes a long-standing issue with STP (and similar\nprotocols) when using boards (or SoCs) governed by the mt7530 DSA\ndriver.\n\nBoth patches could also be (dirty-)applied to Linux 5.15, but I'd\nrather just wait for that to happen via linux-stable to avoid the\nmess.\n\nSigned-off-by: Daniel Golle ","shortMessageHtmlLink":"generic: 6.1, 6.6: import two pending patches for mt7530 DSA driver"}},{"before":"d997477775bf5447000f1d300a027878b566f5d1","after":"98f9154316fe8371c709bd11ae8f263e22075ec6","ref":"refs/heads/main","pushedAt":"2024-04-10T23:52:27.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"TahomaSoft","name":"Tahoma Software","path":"/TahomaSoft","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20033845?s=80&v=4"},"commit":{"message":"generic: 6.1, 6.6: import two pending patches for mt7530 DSA driver\n\nFirst patch allows to inquire and modify Energy-Efficient-Ethernet\n(EEE) settings via ethtool and thereby override the default setting of\na board done via bootstrap pins.\n\nThe second patch fixes a long-standing issue with STP (and similar\nprotocols) when using boards (or SoCs) governed by the mt7530 DSA\ndriver.\n\nBoth patches could also be (dirty-)applied to Linux 5.15, but I'd\nrather just wait for that to happen via linux-stable to avoid the\nmess.\n\nSigned-off-by: Daniel Golle ","shortMessageHtmlLink":"generic: 6.1, 6.6: import two pending patches for mt7530 DSA driver"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0wNVQxNDoyNDowMC4wMDAwMDBazwAAAARB4BnC","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0xMFQyMzo1MjoyNy4wMDAwMDBazwAAAAQtkfPI"}},"title":"Activity · TahomaSoft/openwrt-openwrt"}