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