Commit Graph

5380 Commits (2021.5)
 

Author SHA1 Message Date
pedro a02f1e8b6b libnfnetlink: update to 2018.05.11 (5087de4) snapshot 6 years ago
pedro 13c01e18e2 libiconv: update to 1.16 + libs optimization 6 years ago
pedro 6103ce93ec libexif: update to 2019.06.15 (a0c04d9) snaphot 6 years ago
pedro b2d50e3dd4 libjson-c: update to 2019.06.09 (07ea04e) snaphot 6 years ago
pedro 6d04e05d11 uqmi: update to 2019.06.27 (1965c71) snapshot 6 years ago
pedro 64ef89256f libubox: update to 2019.06.16 (ecf5617) snapshot 6 years ago
pedro 6dbae2e8fd libpng: update to 1.2.59 + libs optimization 6 years ago
pedro 47d3d1073b libxml2: update to 2.9.9 + libs optimization 6 years ago
pedro 31c9278181 dnsmasq: fix build break with nettle 3.5
- added as a patch
- thanks to @themiron: 6fd9aba7ab
6 years ago
pedro 5a3ad0f1e4 nettle: update to 3.5.1 6 years ago
pedro 746ca2264d router: wanuptime: fix compiler warnings 6 years ago
kille72 fcb2590898 Update CHANGELOG 6 years ago
kille72 e76d42fbff Merge branch 'shibby-arm' into shibby-arm7 6 years ago
kille72 6c2c9f1cef Update CHANGELOG 6 years ago
kille72 cb7b33bf14 miniupnpd: update to 2.1.20190630
- cosmetics in patch
6 years ago
kille72 906c4c137b miniupnpd: update to 2.1.20190630
- cosmetics in patch
6 years ago
M_ars e78f158bc1 Tenda AC15: adjust GUI Ethernet Ports State - start with LAN Port 1 now (fix for Issue #60) (LAN Port 4 ==> Show "NOSUPPORT" for the not available Port)
Hint: AC15 has only 4 Ports; Port 2,3,4 for LAN and Port 0 for WAN

thx for testing & feedback to Marcin1108
6 years ago
M_ars f402a02ab9 GUI: status-overview.asp - extend Ethernet Ports State - distinguish all possible speed modes (1000 FD/HD, 100 FD/HD, 10 FD/HD and Auto; no extra images yet for all modes...) - improve and prepare support for Router with only 3 or 4 Ethernet Ports (like Tenda AC15 or R1D ==> Show "NOSUPPORT" for the not available Ports) 6 years ago
Not Sure dbb9572532 Merged in notsure2/freshtomato-arm/switch4g-set-nvram-iface (pull request #29)
Fix 4g wan restart causing wrong restart of wan1 due to dhcpc-event bound event behavior and missing wanX_ifname nvram var.

Approved-by: pedro <pedro311@gmail.com>
Approved-by: kille72 <mail@exotic.se>
6 years ago
pedro 800ab1f298 ebtables: update to 2019.06.28 snapshot
- update router/Makefile accordingly
- remove "build ipv6 extension only if needed" because current library is smaller than the previous ones
6 years ago
pedro 6e79f843bd kernel: update netfilter_bridge headers 6 years ago
pedro c7ee0f9957 ebtables: restore original #include in ebt_ip.c 6 years ago
pedro 6041cd7276 kernel: update netfilter_bridge headers 6 years ago
M_ars e5518bf469 Tenda AC15: adjust GUI Ethernet Ports State - start with LAN Port 1 now (fix for Issue #60) (LAN Port 4 ==> Show "NOSUPPORT" for the not available Port)
Hint: AC15 has only 4 Ports; Port 2,3,4 for LAN and Port 0 for WAN

thx for testing & feedback to Marcin1108
6 years ago
M_ars 56d38042da GUI: status-overview.asp - extend Ethernet Ports State - distinguish all possible speed modes (1000 FD/HD, 100 FD/HD, 10 FD/HD and Auto; no extra images yet for all modes...) - improve and prepare support for Router with only 3 or 4 Ethernet Ports (like Tenda AC15 or R1D ==> Show "NOSUPPORT" for the not available Ports) 6 years ago
notsure2 d85e64d412 Fix 4g wan restart causing wrong restart of wan1 due to dhcpc-event bound event behavior and missing wanX_iface nvram var.
* Set wanX_iface in switch4g.
* Adjust dhcpc_event_main so that it attempts to match the interface with wanX_iface
  in addition to wanX_ifname because in case of 4G, the VLAN interface is not used
  and the wan_iface is used directly.
6 years ago
pedro 5430a469b9 patches: ebtables: build ipv6 extension only if needed 6 years ago
M_ars 012d149e80 IPv4: ip_input.c / ip_output.c - sync sdk7 with sdk6
- see also original commit of shibby
f648ca1389

Additional Ref:
e6d29252bb (diff-1c2b76b7036f6b83e026ea872645a8ec)

Additional Ref:
68a34ba08b (diff-d606bded4d25bf4be0fb1db45391f374)

And:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/net/ipv4/ip_output.c?id=59104f062435c7816e39ee5ed504a69cb8037f10
6 years ago
M_ars fb68d0afd3 kernel: xfrm: Return error on unknown encap_type in init_state
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=bcfd09f7837f5240c30fd2f52ee7293516641faa

fix for the following tomato commit:
602999f219
bc0ae703eb

hint: sdk7 looks good :-) see commmit
288d402908
6 years ago
M_ars 93e1382d56 shared: led.c - avoid compiler warning because of unused variable wzr1750
Hint: no support yet for 8-Bit Shift Registers at arm branch --> tbd ...
(extend / fix for commit 0f59b93e8f)
6 years ago
kille72 827900b929 Revert "netfilter: ebtables: fix wrong name length while copying to user-space"
This reverts commit 0759d4ee2e.

It breaks ebtables totally...
6 years ago
kille72 10a2f2dd7d Revert "netfilter: ebtables: fix wrong name length while copying to user-space"
This reverts commit 0538ab074b.

It breaks ebtables totally...
6 years ago
notsure2 a77042d403 Fix 4g wan restart causing wrong restart of wan1 due to dhcpc-event bound event behavior and missing wanX_iface nvram var.
* Set wanX_iface in switch4g.
* Adjust dhcpc_event_main so that it attempts to match the interface with wanX_iface
  in addition to wanX_ifname because in case of 4G, the VLAN interface is not used
  and the wan_iface is used directly.
6 years ago
pedro 3187bbbf13 ebtables: update to 2019.06.28 snapshot
- update router/Makefile accordingly
- remove "build ipv6 extension only if needed" because current library is smaller than the previous ones
6 years ago
M_ars c05c76d8a3 Merge branch 'arm-master' of https://bitbucket.org/pedro311/freshtomato-arm into arm-master 6 years ago
pedro 9066d40d40 ebtables: restore original #include in ebt_ip.c 6 years ago
pedro 8c897733ed kernel: update netfilter_bridge headers 6 years ago
pedro 12ada7b6d3 patches: ebtables: build ipv6 extension only if needed 6 years ago
kille72 563d40e58c nano: update to 4.3 6 years ago
M_ars 7f912e24a4 kernel: xfrm: Return error on unknown encap_type in init_state
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=bcfd09f7837f5240c30fd2f52ee7293516641faa

fix for the following tomato commit:
602999f219
bc0ae703eb

hint: sdk7 looks good :-) see commmit
288d402908
6 years ago
M_ars 4b582eda0e shared: led.c - avoid compiler warning because of unused variable wzr1750
Hint: no support yet for 8-Bit Shift Registers at arm branch --> tbd ...
(extend / fix for commit 0f59b93e8f)
6 years ago
pedro 40a37ef6ee Revert "netfilter: ebtables: fix wrong name length while copying to user-space"
This reverts commit 3cb366f965.

It breaks ebtables totally...
6 years ago
M_ars f82b284f2f Merge branch 'arm-master' of https://bitbucket.org/pedro311/freshtomato-arm into arm-master 6 years ago
kille72 640b713df1 nano: update to 4.3 6 years ago
kille72 7dabf0a2b6 Merge branch 'shibby-arm' into shibby-arm7 6 years ago
kille72 d70a52b1e7 /router/others/watchdog: Cosmetics 6 years ago
kille72 8d2710f26c Merge branch 'shibby-arm' into shibby-arm7 6 years ago
pedro 6a2d8469d4 kernel sdk7: fix for CVE-2011-0726
proc: protect mm start_code/end_code in /proc/pid/stat

While mm->start_stack was protected from cross-uid viewing (commit f83ce3e6b02d5 ("proc: avoid information leaks to non-privileged processes")),
the start_code and end_code values were not.
This would allow the text location of a PIE binary to leak, defeating ASLR.

Ref: http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=5883f57ca0008ffc93e09cbb9847a1928e50c6f3
6 years ago
pedro 87d8c4fd11 router: Makefile: dnsmasq: skip gost validation with nettle, it's not supported anyway
- ref: 0366f24d30
6 years ago
pedro 00dbc89c9a kernel sdk7: improve sack handling and resource usage
upstream commits:
967c05a tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
5f3e2bf tcp: add tcp_min_snd_mss sysctl
f070ef2 tcp: tcp_fragment() should apply sane memory limits
3b4929f tcp: limit payload size of sacked skbs
f331981 tcp: pass previous skb to tcp_shifted_skb()

- Ported from RMerlin, thanks.
dbd4abf8f7
f67ebf59ef
6 years ago