summaryrefslogtreecommitdiff
path: root/sys/net/if_ppp.c
AgeCommit message (Collapse)Author
2000-03-21add SIOCGIFMTU/SIOCSIFMTU; remediate redundant code of tun, ppp, sppp; chris@ okMichael Shalayeff
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon).
1998-07-12Remove the NPMODE_KEEPLAST defs; they're not really necessary. Also,Angelos D. Keromytis
sync with NetBSD (the recent splhigh->splimp changes).
1998-07-01Add NPMODE_KEEPLAST conditions; not supported yet (act like NPMODE_QUEUE).Angelos D. Keromytis
1998-05-08Add support for RFC-comliant deflate protocolTodd C. Miller
1997-09-05Minor changes from ppp 2.3.1Todd C. Miller
1997-01-02PPP_BSDCOMP not PPP_BSD_COMPMichael Shalayeff
1996-12-19sync to 2.3b3Michael Shalayeff
1996-07-25Kernel changes for ppp2.3a4.joshd
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-19According to the latest config stuff changes (as for if_ppp.c).Michael Shalayeff
the other stuff is just for IPX support.
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-12-28from netbsd; ppp code no longer needs to recalculate intr masks on the i386Theo de Raadt
1995-12-18enable multicast, so that multicast packets can flow through ppp links. idea ↵Theo de Raadt
from freebsd
1995-10-18initial import of NetBSD treeTheo de Raadt