| Commit message (Expand) | Author | Age | Files | Lines |
* | ppp: move ppp-{up,down} from the netifd package to pppd | nbd | 2012-04-17 | 2 | -0/+22 |
* | pppd: split files into netifd and non-netifd files, move the netifd ppp.sh fi... | nbd | 2012-03-20 | 8 | -307/+154 |
* | package/ppp: fix typo in r28868 (closes: #10429) | nico | 2011-11-15 | 1 | -1/+1 |
* | package/ppp: use new service wrappers | nico | 2011-11-08 | 1 | -4/+8 |
* | [package] ppp: move the rp_pppoe_* options behind the plugin argument | jow | 2011-10-04 | 1 | -1/+1 |
* | [package] ppp: implement pppoe specific uci options "ac" and "service" which ... | jow | 2011-10-04 | 1 | -3/+14 |
* | [package] ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service op... | jow | 2011-10-04 | 2 | -3/+11 |
* | [package] ppp: extend the r26742 change to ip-down too | jow | 2011-04-20 | 1 | -4/+7 |
* | [package] ppp: prevent duplicate hotplug for non uci managed ppp interfaces (... | jow | 2011-04-20 | 1 | -1/+8 |
* | [package] ppp: remove pppoa coldplug, the hotplug handler has been confirmed ... | jow | 2011-01-17 | 1 | -4/+0 |
* | [package] ppp: synthesize a .device option to make ifup work on pppoa interfa... | jow | 2011-01-17 | 1 | -0/+4 |
* | [package] pppd: use "atmdev" option to select the DSL adapter, this aligns it... | jow | 2010-10-20 | 1 | -3/+3 |
* | [package] ppp: honour option auto in atm hotplug | jow | 2010-10-19 | 1 | -1/+4 |
* | [package] ppp: | jow | 2010-10-19 | 1 | -4/+6 |
* | [package] ppp: use service_kill() | jow | 2010-09-19 | 1 | -9/+1 |
* | [package] ppp: interpret "demand" option as timeout in seconds (#7517) | jow | 2010-06-26 | 1 | -3/+3 |
* | [package] ppp: convert dos line endings in 20-atm-modem hotplug handler to un... | jow | 2010-05-11 | 1 | -25/+25 |
* | [package] ppp: | jow | 2010-05-07 | 2 | -14/+10 |
* | [package] ppp: | jow | 2010-05-06 | 1 | -7/+11 |
* | [package] base-files, ppp: fix interface shutdown | jow | 2010-05-06 | 1 | -5/+4 |
* | [package] base-files, ppp: remove protocol specific cleanup code from /sbin/i... | jow | 2010-05-05 | 1 | -1/+6 |
* | [package] ppp: pass "nodefaultroute" if defaultroute is 0, don't unconditiona... | jow | 2010-05-05 | 1 | -2/+4 |
* | [package] ppp: rename 20-usb-modem to 20-atm-modem | jow | 2010-05-02 | 1 | -0/+0 |
* | [package] ppp: add hotplug helper for usb dsl modems to ppp-mod-pppoa package | jow | 2010-05-02 | 1 | -0/+25 |
* | [package] ppp: bring pppoa script in sync with updated ppp logic | jow | 2010-05-01 | 1 | -7/+16 |
* | [package] ppp: | jow | 2010-05-01 | 3 | -62/+29 |
* | [package] pppd: | jow | 2010-05-01 | 1 | -9/+52 |
* | /lib/network/ppp.sh fixes a problem with PPtP (and other PPP-based things) wh... | thepeople | 2010-03-14 | 1 | -9/+38 |
* | [patchteam] fix issues with pptpd server and firewall, closes #2342 | thepeople | 2010-02-26 | 2 | -2/+2 |
* | [package] ppp: process option dns if peerdns is off (#6474) | jow | 2010-01-10 | 1 | -3/+10 |
* | [package] ppp: add dns servers to uci state in the ip-up script | jow | 2009-09-30 | 1 | -0/+3 |
* | [package] ppp: quote positional parameters when calling up/down scripts (clos... | nico | 2009-09-27 | 2 | -2/+2 |
* | move ppp ifname fixup from pppoe.sh to ppp.sh, so that it applies to all othe... | nbd | 2009-09-06 | 2 | -5/+6 |
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | nbd | 2009-04-17 | 1 | -1/+0 |
* | [package] fix ppp and pptp typos where is used instead of (#4768, #4778) | florian | 2009-03-15 | 3 | -3/+3 |
* | fix a race condition where ppp interfaces were not added to the firewall prop... | nbd | 2008-11-28 | 1 | -0/+3 |
* | add missing /etc/functions.sh include required for saving network state (clos... | nico | 2008-09-23 | 2 | -0/+2 |
* | ppp: derive interface unit numbers from previous enumeration | nbd | 2008-08-28 | 1 | -4/+10 |
* | fix ppp interface enumeration - don't enumerate already processed interfaces | nbd | 2008-08-27 | 1 | -1/+1 |
* | fixes ppp ipv6 scripts, signed-off-by: Alina Friedrichsen | blogic | 2008-07-29 | 2 | -2/+2 |
* | make ip-up scripts aware of network settings | blogic | 2008-06-11 | 1 | -2/+1 |
* | [package] ppp/pptp fixes: | nico | 2008-05-03 | 1 | -0/+1 |
* | fix interface enumeration issues related to /var/state/network (thx to fish f... | nbd | 2008-04-02 | 1 | -1/+1 |
* | made ppp usepeerdns configurable, fixes #3187 | blogic | 2008-03-07 | 1 | -1/+4 |
* | Here comes the new UCI. Enjoy :) | nbd | 2008-02-03 | 2 | -5/+3 |
* | fix pppoe on dynamically assigned interfaces | nbd | 2007-12-23 | 1 | -3/+1 |
* | add workaround for ppp-on-boot issues, fixes #2524 | nbd | 2007-12-13 | 1 | -0/+4 |
* | add ppp ipv6 patch by farnz (from #2525) | nbd | 2007-11-07 | 3 | -2/+35 |
* | Add ipv6 up/down using route (#2372) | florian | 2007-09-16 | 2 | -0/+4 |
* | Use default values for lcp-echo-failure and lcp-echo-interval (#2373) | florian | 2007-09-16 | 1 | -0/+2 |