Commit Graph

5380 Commits (2021.5)
 

Author SHA1 Message Date
M_ars 12ad696d48 SDK6 update: Add support for C0 CPU
based on the work of snowman58 (Don Bushway) - THX a lot :-)
6 years ago
pedro c2ddb25844 Update CHANGELOG 6 years ago
M_ars bde60fd635 shared: id.c - clean-up & documentation (for R6400 and RT-AC68U)
(plus remove not used case at advanced-vlan.asp)
6 years ago
kille72 752e2b4059 Merge branch 'shibby-arm' into shibby-arm7-huawei-cdc-ncm 6 years ago
kille72 03a3bdb10b Merge branch 'shibby-arm' into shibby-arm7 6 years ago
kille72 9c92f37b8b Merge branch 'shibby-arm' into shibby-arm-huawei-cdc-ncm 6 years ago
pedro 9fdf0d8be6 Update CHANGELOG 6 years ago
pedro df245e1375 Xiaomi R1D: automatic fanctrl rework
- based on commits by @tsynik. Thanks!
6 years ago
M_ars 6575a25f97 EA6200 / EA6350v1: small fix/correction for rebranding commit (build naming)
fix/completion for commit b10be3f652
--> showing correct now
6 years ago
M_ars 26d45dfe40 shared: id.c - clean-up & documentation (for R6400 and RT-AC68U)
(plus remove not used case at advanced-vlan.asp)
6 years ago
pedro 1560b90582 Merge branch 'arm-master' into arm-master-huawei-cdc-ncm 6 years ago
pedro dfc69b6641 Update CHANGELOG 6 years ago
pedro 92230706c0 Xiaomi R1D: automatic fanctrl rework
- based on commits by @tsynik. Thanks!
6 years ago
M_ars f32c4614b7 EA6200 / EA6350v1: small fix/correction for rebranding commit (build naming)
fix/completion for commit b10be3f652
--> showing correct now
6 years ago
kille72 4a608df906 tor: updated to 0.4.1.6 6 years ago
kille72 c42c9115bf tor: updated to 0.4.1.6 6 years ago
kille72 7fbf636647 libusb: fix libusb source files 6 years ago
pedro bf46af2052 libusb: fix libusb source files 6 years ago
kille72 00f46c8bff Merge branch 'shibby-arm' into shibby-arm7-huawei-cdc-ncm 6 years ago
kille72 f7232d4a2c Merge branch 'shibby-arm' into shibby-arm7 6 years ago
kille72 7f5f5ff598 Merge branch 'shibby-arm' into shibby-arm-huawei-cdc-ncm 6 years ago
pedro b33d892c41 router: Makefile: tune OpenVPN recipe 6 years ago
pedro 309302754c router: Makefile: libsub: fix typo
- usb_modeswitch works again
6 years ago
pedro 4d56cce528 kernel: drivers: net: usb: fixes/additions from the upstream
- qmi_wwan: set FLAG_SEND_ZLP to avoid network initiated disconnect
  245d21190a

- qmi_wwan: apply SET_DTR quirk to Sierra WP7607
  97dc47a130

- qmi_wwan: Add support for Quectel EG12/EM12
  822e44b45e

- qmi_wwan: add Olicard 600
  6289d0facd

- qmi_wwan: Add quirk for Quectel dynamic config
  e4bf63482c

- qmi_wwan: new Wistron, ZTE and D-Link devices
  88ef66a283

- qmi_wwan: add Telit 0x1260 and 0x1261 compositions
  b4e467c82f

- qmi_wwan: Fix out-of-bounds read
  904d88d743

- qmi_wwan: add D-Link DWM-222 A2 device ID
  7d60530973

- qmi_wwan: Add the BroadMobi BM818 card
  9a07406b00

- cdc_ncm: remove set but not used variable 'ctx'
  1b8530bf6a

- cdc_ncm: remove useless hrtimer_active check
  2aee167c36

- cdc_ncm: use tasklet_init() for tasklet_struct init
  8cc1da96d1

- cdc_ether: trivial whitespace readability fix
  a29c3c09ba

- cdc_ether: fix rndis support for Mediatek based smartphones
  4d7ffcf3bf

- usbnet: make driver_info const
  f3edc2dbe0

- usbnet: fix kernel crash after disconnect
  ad70411a97

... and drivers/usb/class/cdc-wdm:

- cdc-wdm:  Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_oustanding_interrupt()"
  e871db8d78

- cdc-wdm: pass return value of recover_from_urb_loss
  0742a338f5

- cdc-wdm: remove redundant assignment to rv
  6dade7ad88

- cdc-wdm: fix race between write and disconnect due to flag abuse
  1426bd2c9f
6 years ago
pedro 221672bb67 kernel sdk7: drivers: net: usb: fixes/additions from the upstream
- qmi_wwan: set FLAG_SEND_ZLP to avoid network initiated disconnect
  245d21190a

- qmi_wwan: apply SET_DTR quirk to Sierra WP7607
  97dc47a130

- qmi_wwan: Add support for Quectel EG12/EM12
  822e44b45e

- qmi_wwan: add Olicard 600
  6289d0facd

- qmi_wwan: Add quirk for Quectel dynamic config
  e4bf63482c

- qmi_wwan: new Wistron, ZTE and D-Link devices
  88ef66a283

- qmi_wwan: add Telit 0x1260 and 0x1261 compositions
  b4e467c82f

- qmi_wwan: Fix out-of-bounds read
  904d88d743

- qmi_wwan: add D-Link DWM-222 A2 device ID
  7d60530973

- qmi_wwan: Add the BroadMobi BM818 card
  9a07406b00

- cdc_ncm: remove set but not used variable 'ctx'
  1b8530bf6a

- cdc_ncm: remove useless hrtimer_active check
  2aee167c36

- cdc_ncm: use tasklet_init() for tasklet_struct init
  8cc1da96d1

- cdc_ether: trivial whitespace readability fix
  a29c3c09ba

- cdc_ether: fix rndis support for Mediatek based smartphones
  4d7ffcf3bf

- usbnet: make driver_info const
  f3edc2dbe0

- usbnet: fix kernel crash after disconnect
  ad70411a97

... and drivers/usb/class/cdc-wdm:

- cdc-wdm:  Revert "usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_oustanding_interrupt()"
  e871db8d78

- cdc-wdm: pass return value of recover_from_urb_loss
  0742a338f5

- cdc-wdm: remove redundant assignment to rv
  6dade7ad88

- cdc-wdm: fix race between write and disconnect due to flag abuse
  1426bd2c9f
6 years ago
pedro d8ef883252 router: others: webmon_bkp: cosmetics again 6 years ago
kille72 4559db91a6 Merge branch 'shibby-arm' into shibby-arm7 6 years ago
kille72 d329681ab0 Merge branch 'shibby-arm' into shibby-arm7-huawei-cdc-ncm 6 years ago
kille72 553985e629 Merge branch 'shibby-arm' into shibby-arm-huawei-cdc-ncm 6 years ago
pedro 5a77f600d0 libevent: update to 2.1.11-stable + libs optimization 6 years ago
pedro 0fd955fd12 libcurl: update to 7.66.0 + libs optimization 6 years ago
pedro 81dbd9b8a1 openssl: update to 1.0.2t 6 years ago
kille72 9c1b5d6793 libusb: update to 1.0.23 6 years ago
pedro eeb1815b59 dnsmasq: update to 2.80-e24abf2 snapshot
- cosmetic in patch
6 years ago
pedro 4735e20770 Clean-up tree and Makefile (unused package udev) 6 years ago
M_ars e1b309d233 rc: usb.c -replace xstart() calls with set_gpio() 6 years ago
M_ars 84b6e2f8cf router: rc: / shared: -clean-up and remove MIPS hardware and router completely from ARM branch
tested with RT-N18U, working!
6 years ago
kille72 84a6c0eb27 Merge branch 'shibby-arm-huawei-cdc-ncm' into shibby-arm7-huawei-cdc-ncm 6 years ago
pedro 7343f424cf kernel sdk7: support Huawei CDC NCM driver (backported from newer kernels) 6 years ago
pedro a070021ff0 kernel: support Huawei CDC NCM driver (backported from newer kernels) 6 years ago
pedro 6a3c313d6a Add support for huawei-non-hilink modem to wwansignal, switch4g and frontend scripts 6 years ago
pedro 3835c21099 router: others: webmon_bkp: cosmetics 6 years ago
pedro 0c5b81269c router: others: ttb: cosmetics 6 years ago
pedro da02624339 router: others: ntp2ip: cosmetics 6 years ago
pedro 75fbcbdb9e router: others: mymotd: remove unused stealthmode support + cosmetics 6 years ago
M_ars 02ff42c1f4 rc: init.c - add/modify WiFi 2 TX Beamforming default settings/options and add some documentation/Infos (only for SDK7, align to SDK6 setting/config ... only cosmetic)
Universal/Implicit Beamforming will be turned off by default for WiFi 0 (2,4 GHz), but turned on for WiFi 1 & 2 (5 GHz high/low)
With latest changes, the Tomato user can change that now, see GUI advanced-wireless.asp

see also
72435b875b
6 years ago
M_ars 317997d872 router: others: -clean-up and remove obsolete (mips) stealthMode script completely from ARM branch
Almost all Tomato ARM router do support stealtMode now ...
6 years ago
pedro f886618876 Make solving domain .onion using Tor optional
- add option in "DHCP / DNS Server" settings
- default is off
6 years ago
pedro d69ac689f2 OpenVPN: add Strict Mode to client's Routing Policy
- strict mode takes extra steps to ensure that only routes going through the VPN tunnel get used for tunnelled clients
- kill switch is still missing
6 years ago
pedro 151f599fbc GUI: fix/add conditional OpenVPN client restart, if the entry was removed from Routing Policy table only by clicking the "x" sign 6 years ago