aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Revamped and more useful PPP node type, supporting multi-link PPP directly.Archie Cobbs1999-10-292-185/+1215
* When the session is running, don't include the ethernet header in the length ...Julian Elischer1999-10-291-1/+2
* fix typoJulian Elischer1999-10-271-2/+2
* The node goes away when last session disconnects or when disconnected fromJulian Elischer1999-10-271-0/+9
* change PPPoE occurences to pppoe. Not JUST a cosmeting change.Julian Elischer1999-10-272-40/+40
* cleanups regarding misused m_pullup() and similar.Julian Elischer1999-10-267-32/+44
* Send the negotiated session ID on our packets (DUH!).Julian Elischer1999-10-261-1/+2
* Send a PADT message to the peer when a session is closed down.Julian Elischer1999-10-261-1/+35
* This one actually gets session data to the waiting ppp daemonJulian Elischer1999-10-261-38/+5
* This one actually negotiated it's way into a session.Julian Elischer1999-10-261-12/+58
* Bring ng_iface up-to-date with what has happenned to the bpf code.Julian Elischer1999-10-251-30/+17
* more fixes, braino's, typo's, etc.Julian Elischer1999-10-231-8/+19
* A version of the pppoe code ellicits a response from the ISP endJulian Elischer1999-10-231-19/+65
* dang, deleted a lineJulian Elischer1999-10-231-1/+2
* Now that Netgraph is in the system there are some cleanups we can do.Julian Elischer1999-10-233-11/+30
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.Julian Elischer1999-10-2138-0/+12430