| Age | Commit message (Expand) | Author |
| 2021-05-14 | Add a parameter to change keepalive interval in each PPPoE I/F | yamaguchi |
| 2021-05-11 | clear authentication protocol when SPPP_AUTHPROTO_NONE is specified | yamaguchi |
| 2021-05-11 | Added ioctl commands for configuring NCP of pppoe(4) | yamaguchi |
| 2021-05-11 | Revert previous commit because of mistake of commit log | yamaguchi |
| 2021-05-11 | Added keywords that are ipcp, noipcp, ipv6cp, noipv6cp | yamaguchi |
| 2021-04-23 | Introduct a new flag to accept different authentication protocol | yamaguchi |
| 2020-12-02 | comparision -> comparison | wiz |
| 2020-11-25 | Add commands to refer params of control protocols in if_spppsubr.c | yamaguchi |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2010-04-20 | COMPAT_50 support for SPPP[GS]ETIDLETO and SPPP[GS]ETKEEPALIVE, ok martin@ | jmcneill |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-20 | s/u_\(int[0-9]*_t\)/u\1/g | matt |
| 2005-12-10 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2003-12-26 | Add a new ioctl SPPPGETSTATUSNCP to query the PPP phase and check wether | martin |
| 2003-11-28 | s/netbsd.org/NetBSD.org/g | keihan |
| 2003-09-11 | Fix copy & pasto (luckily, for most archs the structs had the same size, | martin |
| 2003-09-05 | Fix copy & pasto. | martin |
| 2003-09-03 | Rearange dead link detection slightly: | martin |
| 2003-01-06 | successful with only one l. | wiz |
| 2002-04-14 | Fix copyright notice. | martin |
| 2002-03-02 | Add support to query the peer for DNS addreses when negotiating IPCP. | martin |
| 2002-01-15 | Make fields in ioctl parameters that are not allowed to be negative u_ints. | martin |
| 2002-01-07 | Implement a retry counter for failed authorizations and limit it to | martin |
| 2002-01-06 | Implement an activity timestamp, recording the last time payload data | martin |
| 2002-01-04 | Move net/if_sppp.h to net/if_spppvar.h, create a new net/if_sppp.h | martin |
| 2001-12-31 | Fix a "pointers are not permitted as case values" gcc 3.1 warning. | thorpej |
| 2001-12-08 | Change the way IPCP negotiation is handled. | martin |
| 2001-04-09 | Add another option for encapsulation: PP_NOFRAMING. | martin |
| 2001-03-25 | Make the 'cmd' argument to ioctl an unsigned long, as it is everywhere | martin |
| 2000-08-10 | Define SIOC[SG]IFGENERIC in <sys/sockio.h>, as FreeBSD and OpenBSD do. | ad |
| 2000-05-02 | IPv6CP support. if IPv6 link-local address is configured to the interface, | itojun |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 1999-04-04 | Add NetBSD rcsid tags, and preserve old ones from i4b source | explorer |
| 1999-04-04 | switch to the i4b version of if_sppp*.[ch] (with mods) | explorer |
| 1999-03-25 | put RCS ids in the right place. And yes, this is a SYNC ppp interface, | explorer |
| 1999-03-25 | port FreeBSD's serial ppp layer to NetBSD. The PPP part seems broken still, | explorer |