Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2024-02-01 | GP-2221 Prevent receive errors on wwan0 when MTU is less than 1500 | Serhii Kostiuk | 2 | |
Changing the MTU for wwan affects the "rx_urb_size" value. When "rx_urb_size" (effectively an MRU) is too low, the host rejects packets from the radio, causing a packet loss, connection issues, increasing interface error counters, and (potentially) high load on the host CPU to the point when the host effectively stops responding to user input (reproduced on MTCDT-L4E1 with Atmel). Decouple MTU and "MRU" by setting "rx_usb_size" to a relatively high value that is different from MTU. NOTE: The target kernel in 6.3.x is linux-at91_5.4.199 as of the time of writing. Assumptions: - Cellular networks never send packets bigger than 1500 bytes; - the radio may send a packet bigger than the MTU size reported in wds-get-current-settings; - mLinux and mPower do not use packet aggreggation (like qmap), hence no need in MTU/MRU sizes bigger than 1500. | ||||
2024-02-01 | Atmel: Remove nftables from mLinux 6.3.x and mPower 6.3.x | Serhii Kostiuk | 2 | |
nftables is only for the future versions of the firmware, the 6.3.x branch shall keep using iptables. Revert "Merge branch 'md/nftables' into '6'" This reverts commit 8b53cf652131da6537871492dcb7a3cb055a72cb, reversing changes made to b9d90d071db617bd845293612f41fcb1059f5911. | ||||
2023-08-22 | Merge branch 'md/nftables' into '6' | John Klug | 2 | |
nftables: Enables nftables, disabled iptables kernel options See merge request !37 | ||||
2023-08-20 | nftables: Enables nftables, disabled iptables kernel options | Mykyta Dorokhin | 2 | |
2023-08-18 | MTX-5053 Update RS911x driver to v. 2.6.1 | Vyacheslav Pedash | 10 | |
New driver has a fix for WPA2-PSK connections with wpa-supplicant v 2.10 and above. | ||||
2023-08-15 | Remove pps module based on Carrier Detect of a TTY line for 5.4.199 and ↵ | John Klug | 4 | |
5.4.243 kernel | ||||
2023-05-23 | Add 5.4.243 kernel for Bluetooth fixes | John Klug | 30 | |
2023-05-23 | Remove BLE freed storage access fix | John Klug | 1 | |
2023-02-13 | MTCDT : Silent Mode is ON, but there are many entries in the debug console ↵ | Serhii Voloshynov | 6 | |
during boot. Is that OK? GP-1878 | ||||
2023-02-02 | Bump rs9113 version to 1.6.6 | John Klug | 2 | |
2023-02-02 | Update rs9113 firmware recipe | John Klug | 1 | |
2023-02-02 | Latest rs9113-fw is 1.6.6 | John Klug | 1 | |
2023-01-13 | rpine0 command missing from receive in wfr script | John Klug | 1 | |
2023-01-10 | Add WiFi Station/AP mode | John Klug | 8 | |
2023-01-10 | Add examples for hostapd/wpa_supplicant | John Klug | 3 | |
2023-01-10 | New concurrent mode patch from SiLabs and bump handle_card_ready patch | John Klug | 4 | |
2023-01-10 | During the new driver testing we found the following issue: | Serhii Voloshynov | 2 | |
when rsi_91x module is loaded, the message appears: -rsi_91x: ***** Firmware Loading successful ***** -rsi_handle_card_ready: card ready indication in invalid state 0. After that, there are no wifi interfaces, although all related modules are loaded. The rootcause of the issue is the late initialisation of common->fsm_state variable | ||||
2023-01-10 | Do not remove rfkill, remove modules when updating cfg80211 Regulatory Domain | John Klug | 3 | |
2023-01-10 | Fix bad variable names | John Klug | 2 | |
2023-01-10 | rs9116 should be rs91x | John Klug | 1 | |
2023-01-10 | Add the IEEE COUNTRY_CODE for cfg80211 to the driver load | John Klug | 2 | |
2023-01-10 | Attempt to remove a few more modules related to the WiFi/BT | John Klug | 1 | |
2023-01-10 | Add /etc/init.d/rs9113 to rsi-91x-fw | John Klug | 1 | |
2023-01-10 | Start of rsi-91x driver | John Klug | 14 | |
2022-11-16 | MTCDT SD image: Configure Linux to boot from the SD-card | Serhii Kostiuk | 1 | |
- marked `CONFIG_MMC_ATMELMCI` (the SD-card kernel module) as a built-in module - required to boot from rootfs on the SD card; - maked `CONFIG_REGMAP_I2C` as a built-in module - automatically by menuconfig, may be unnecessary; - maked `CONFIG_EXT4_FS` as a built-in module - to mount EXT4 rootfs; - maked `CONFIG_JBD2` and `CONFIG_FS_MBCACHE` as built-ins - automatically by menuconfig, may be unnecessary; - removed automatically by menuconfig: `CONFIG_GCC_PLUGIN_STRUCTLEAK_USER`, `CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF`, `CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL`. | ||||
2022-09-27 | Move rs9113-from-src recipe version to match rs9113 recipe version | John Klug | 1 | |
2022-09-27 | Add 5.4.199 kernel bitbake recipe | John Klug | 1 | |
2022-09-27 | Add 5.5.199 kernel files | John Klug | 30 | |
2022-09-23 | Remove erasure of /var/log/messages from Redpine scripts | John Klug | 2 | |
2022-06-27 | Silicon Labs Case 00282562 Semaphore Fix | John Klug | 2 | |
2022-05-26 | Remove patch debug code | John Klug | 1 | |
2022-05-24 | Restore 5.4.81 kernel | John Klug | 28 | |
2022-05-24 | Update recipes to build linux-at91-5.4.195 | John Klug | 3 | |
2022-05-24 | New Linux4SAM LinuxAT91 5.4.195 | John Klug | 28 | |
2022-05-24 | Remove obsolete vizzini code and use tty_port_initialized | John Klug | 2 | |
2022-03-24 | Remove bad block table introduced with GPIOD MTCDT change | John Klug | 1 | |
2022-03-23 | github no longer accepts clear git protocol so switch to https | John Klug | 3 | |
2022-03-22 | Fix the mts-rm-rs9113 remove package for the overlayfs | John Klug | 1 | |
2022-03-21 | Remove 1.6.5 disconnect/receive semaphores that do not work from rs9113 modules | John Klug | 2 | |
2022-03-17 | Spin Lock in 1.6.5 rs9113 driver breaks semaphore | John Klug | 1 | |
2022-03-17 | Spin Lock in 1.6.5 rs9113 driver breaks semaphore | John Klug | 1 | |
2022-03-10 | Kernel image install from ipk | John Klug | 1 | |
2022-02-24 | output-high, output-low is ignored by Atmel pinctrl driver | John Klug | 1 | |
2022-02-22 | Map device tree nand@0 to /dev/mtd0 | John Klug | 1 | |
2022-02-17 | Move device tree overlay warning to debug status | John Klug | 1 | |
2022-02-17 | Compatibility fix for new mts-io driver 4.9.0 | John Klug | 5 | |
2022-02-15 | 5.3.x MTCDT device tree with name-gpio/connection-id for mts-io driver | sharma-mts | 3 | |
2022-01-21 | fix rs9113 recipe | Serhii Voloshynov | 1 | |
2022-01-19 | rs9113: Fix PKG QA Complaint about new debug package | John Klug | 1 | |
2022-01-19 | rs9113: Use PKGR like other Dunfell recipes, move to rev 14 | John Klug | 3 | |