| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: replace AUTORELEASE with real PKG_RELEASE | Tianling Shen | 2023-05-18 | 1 | -1/+1 |
* | umbim: allow forcing DHCP/DHCPv6 configuration | Lech Perczak | 2023-05-07 | 1 | -8/+8 |
* | umbim: include MBIM-provided DNS servers also with DHCP mode | Lech Perczak | 2023-04-29 | 1 | -15/+18 |
* | umbim: extract common code from static and dhcp(v6) setup procedure | Lech Perczak | 2023-04-29 | 1 | -34/+16 |
* | umbim: handle MTU configuration | Lech Perczak | 2023-04-29 | 1 | -2/+16 |
* | umbim: delegate RFC7278 IPv6 prefixes from OOB config | Lech Perczak | 2023-04-29 | 1 | -0/+6 |
* | umbim: drop IP configuration parsing using 'eval' | Lech Perczak | 2023-04-29 | 1 | -1/+0 |
* | umbim: support multiple-valued configuration fields | Lech Perczak | 2023-04-29 | 1 | -10/+32 |
* | umbim: add "_proto_mbim_get_field" helper | Lech Perczak | 2023-04-29 | 1 | -0/+12 |
* | umbim: log output of 'config' step | Lech Perczak | 2023-04-29 | 1 | -1/+3 |
* | umbim: pass ipXtable to child interfaces | Lech Perczak | 2023-04-29 | 1 | -2/+8 |
* | umbim: respect 'Enable IPv6 negotiation' option | Lech Perczak | 2023-04-29 | 1 | -0/+4 |
* | umbim: use static config by default, fallback to DHCP | Lech Perczak | 2023-04-29 | 1 | -4/+7 |
* | umbim: separate DHCPv6 configuration from DHCP(v4) | Lech Perczak | 2023-04-29 | 1 | -3/+4 |
* | umbim: restructure IPv4/IPv6 handling | Lech Perczak | 2023-04-29 | 1 | -29/+25 |
* | umbim: inherit firewall zone membership from parent interface | Lech Perczak | 2023-04-29 | 1 | -0/+6 |
* | umbim: inherit "peerdns" option from parent interface | Lech Perczak | 2023-04-29 | 1 | -2/+2 |
* | umbim: use IP configuration provided by MBIM by default | Lech Perczak | 2023-04-29 | 1 | -1/+1 |
* | umbim: detect actual connection IP type | Lech Perczak | 2023-04-29 | 1 | -4/+10 |
* | umbim: fail connect step immediately | Lech Perczak | 2023-04-29 | 1 | -3/+6 |
* | umbim: connect session for only the selected PDP type | Lech Perczak | 2023-04-29 | 1 | -48/+60 |
* | umbim: add support for non-dhcp mode | Martin Schiller | 2023-04-29 | 1 | -22/+64 |
* | treewide: add support for "gc-sections" in PKG_BUILD_FLAGS | Andre Heider | 2023-03-21 | 1 | -3/+2 |
* | umbim: Allow roaming and partner connections | Julio Gonzalez Gil | 2022-12-11 | 1 | -6/+25 |
* | umbim: bump to git HEAD | Hauke Mehrtens | 2022-08-13 | 1 | -3/+3 |
* | umbim: add missing json_close_object call | Martin Schiller | 2021-12-27 | 1 | -0/+1 |
* | umbim: explicitly check for PIN1 state | Martin Schiller | 2021-12-27 | 1 | -1/+2 |
* | umbim: call umbim disconnect in error case | Martin Schiller | 2021-12-27 | 1 | -1/+13 |
* | umbim: bump to git HEAD | Stijn Tintel | 2021-08-18 | 1 | -3/+3 |
* | treewide: remove BUILD_PARALLEL from CMake packages | Rosen Penev | 2021-06-19 | 1 | -2/+0 |
* | umbim: fix return value of proto_mbim_setup() | Adrian Schmutzler | 2021-06-05 | 1 | -1/+1 |
* | umbim: fix whitespace issues | Adrian Schmutzler | 2021-06-05 | 2 | -5/+5 |
* | umbim: move package to 'WWAN' submenu | Piotr Dymacz | 2020-02-24 | 1 | -0/+1 |
* | umbim: update to latest git HEAD | Ingo Feinerer | 2019-09-12 | 1 | -3/+3 |
* | umbim: update to latest git HEAD | Petr Štetiar | 2019-04-15 | 1 | -3/+3 |
* | treewide: replace LEDE_GIT with PROJECT_GIT | Jo-Philipp Wich | 2018-01-10 | 1 | -1/+1 |
* | umbim: mark as nonshared because of the usb dependencies | Felix Fietkau | 2017-01-13 | 1 | -0/+2 |
* | Revert the recent dependency and metadata scanning rework | Felix Fietkau | 2017-01-11 | 1 | -1/+1 |
* | umbim: allow build without USB_SUPPORT | Felix Fietkau | 2017-01-11 | 1 | -1/+1 |
* | treewide: clean up and unify PKG_VERSION for git based downloads | Felix Fietkau | 2016-12-22 | 1 | -5/+3 |
* | treewide: clean up download hashes | Felix Fietkau | 2016-12-16 | 1 | -1/+1 |
* | mbim: add metric, defaultroute and peerdns options for mbim protocol | Marcin Jurkowski | 2016-10-26 | 1 | -2/+5 |
* | source: Switch to xz for packages and tools where possible | Daniel Engberg | 2016-10-06 | 1 | -1/+2 |
* | umbim: update to latest git HEAD | John Crispin | 2016-07-05 | 1 | -2/+2 |
* | package/*: update git urls for project repos | John Crispin | 2016-06-13 | 1 | -1/+1 |
* | global: change my email address | John Crispin | 2016-05-12 | 1 | -1/+1 |
* | packages: use OPENWRT_GIT to point at the main openwrt git repo | Felix Fietkau | 2016-01-04 | 1 | -1/+1 |
* | comgt/umbim/uqmi: enable RFC 7278 for 3g/4g by default | Steven Barth | 2015-09-03 | 1 | -0/+1 |
* | umbim: auto retry when bringup fails | John Crispin | 2015-04-21 | 1 | -1/+15 |
* | network: also shorten virtual interface names of ppp and 3g/4g connections | Steven Barth | 2015-04-17 | 1 | -2/+2 |