| Commit message (Expand) | Author | Age | Files | Lines |
* | ppp: the pptp buffering option is not supported anymore, remove it | Jo-Philipp Wich | 2012-06-21 | 1 | -5/+0 |
* | ppp: add support for kernel mode pptp - add ppp-mod-pptp, based on patch by D... | Jo-Philipp Wich | 2012-06-11 | 1 | -0/+49 |
* | ppp: block restart of interfaces if pppd refused the command line options | Felix Fietkau | 2012-06-10 | 1 | -0/+4 |
* | ppp: enable no_device in the netifd pppoa handler to bring it up at boot time... | Felix Fietkau | 2012-06-09 | 1 | -0/+2 |
* | /etc/functions.sh => /lib/functions.sh | Jo-Philipp Wich | 2012-06-05 | 1 | -1/+1 |
* | ppp: use the new json_get_vars function | Felix Fietkau | 2012-05-14 | 1 | -17/+2 |
* | pppd: split files into netifd and non-netifd files, move the netifd ppp.sh fi... | Felix Fietkau | 2012-03-20 | 1 | -116/+154 |
* | package/ppp: fix typo in r28868 (closes: #10429) | Nicolas Thill | 2011-11-15 | 1 | -1/+1 |
* | package/ppp: use new service wrappers | Nicolas Thill | 2011-11-08 | 1 | -4/+8 |
* | ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service options by a... | Jo-Philipp Wich | 2011-10-04 | 1 | -1/+9 |
* | ppp: use service_kill() | Jo-Philipp Wich | 2010-09-19 | 1 | -9/+1 |
* | ppp: interpret "demand" option as timeout in seconds (#7517) | Jo-Philipp Wich | 2010-06-26 | 1 | -3/+3 |
* | ppp: - don't let pppd control resolv.conf.auto because it will wipe foreign d... | Jo-Philipp Wich | 2010-05-07 | 1 | -13/+5 |
* | ppp: - make pppd shutdown more robust as pptp hangs when the underlying conne... | Jo-Philipp Wich | 2010-05-06 | 1 | -7/+11 |
* | base-files, ppp: fix interface shutdown | Jo-Philipp Wich | 2010-05-06 | 1 | -5/+4 |
* | base-files, ppp: remove protocol specific cleanup code from /sbin/ifdown and ... | Jo-Philipp Wich | 2010-05-05 | 1 | -1/+6 |
* | ppp: pass "nodefaultroute" if defaultroute is 0, don't unconditionally trunca... | Jo-Philipp Wich | 2010-05-05 | 1 | -2/+4 |
* | ppp: - patch pppd to support named interfaces (e.g. "pppoe-wan") - use named ... | Jo-Philipp Wich | 2010-05-01 | 1 | -58/+26 |
* | pppd: - localize variables in setup script - implement demand option as true ... | Jo-Philipp Wich | 2010-05-01 | 1 | -9/+52 |
* | /lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) wh... | Travis Kemen | 2010-03-14 | 1 | -9/+38 |
* | ppp: process option dns if peerdns is off (#6474) | Jo-Philipp Wich | 2010-01-10 | 1 | -3/+10 |
* | move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all othe... | Felix Fietkau | 2009-09-06 | 1 | -0/+6 |
* | fix ppp and pptp typos where is used instead of (#4768, #4778) | Florian Fainelli | 2009-03-15 | 1 | -1/+1 |
* | ppp: derive interface unit numbers from previous enumeration | Felix Fietkau | 2008-08-28 | 1 | -4/+10 |
* | fix ppp interface enumeration - don't enumerate already processed interfaces | Felix Fietkau | 2008-08-27 | 1 | -1/+1 |
* | made ppp usepeerdns configurable, fixes #3187 | John Crispin | 2008-03-07 | 1 | -1/+4 |
* | add workaround for ppp-on-boot issues, fixes #2524 | Felix Fietkau | 2007-12-13 | 1 | -0/+4 |
* | add ppp ipv6 patch by farnz (from #2525) | Felix Fietkau | 2007-11-07 | 1 | -0/+5 |
* | fix ppp unit number issues (#2178) | Felix Fietkau | 2007-09-07 | 1 | -3/+6 |
* | allow the user to disable the defaultroute option for ppp | Felix Fietkau | 2007-09-01 | 1 | -2/+3 |
* | oops... typo | Felix Fietkau | 2007-08-31 | 1 | -1/+1 |
* | fix issues with multiple ppp links (noticed by Stefano Rivera) | Felix Fietkau | 2007-08-31 | 1 | -0/+2 |
* | add pppd options patch from #2114 | Felix Fietkau | 2007-07-23 | 1 | -1/+3 |
* | various patches to add support for ppp over evdo or character devices | Mike Baker | 2007-05-01 | 1 | -1/+21 |
* | more reliable fix for handling ppp | Felix Fietkau | 2007-02-25 | 1 | -4/+0 |
* | fix ppp defaultroute issues (based on patch from #1386, fixes #1181) | Felix Fietkau | 2007-02-25 | 1 | -0/+4 |
* | Forward port whiterussian resolv.conf changes /etc/resolv.conf links to /tmp/... | Felix Fietkau | 2007-01-08 | 1 | -1/+1 |
* | fix ppp keepalive setting (#1071) | Felix Fietkau | 2006-12-20 | 1 | -2/+2 |
* | hopefully fix duplicate ppp instances (#895) | Felix Fietkau | 2006-11-18 | 1 | -1/+1 |
* | use lock to remove race conditions in bringing up ppp and dhcp that would lea... | Felix Fietkau | 2006-10-26 | 1 | -2/+8 |
* | make network scripts more robust, prevent multiple instances of pppd and udhc... | Felix Fietkau | 2006-10-24 | 1 | -0/+5 |
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 1 | -0/+29 |