aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Remove a null pointer referenceJulian Elischer1999-11-093-2/+4
* Fix crash when trying to duplicate a NULL meta.Archie Cobbs1999-11-081-9/+12
* Get rid of the 'sync2' hook, which was a hack. Instead, justArchie Cobbs1999-11-082-53/+52
* Add support for the IFF_MULTICAST flag. There's notArchie Cobbs1999-11-081-1/+3
* Be more accepting about the format of node IDs.Julian Elischer1999-11-071-2/+2
* Move a structure Netstat needs back out to ng_socketvar.h (yech)Julian Elischer1999-11-062-18/+3
* Fix several bugs found in the first bit of testing.Archie Cobbs1999-11-062-35/+53
* Re-add this till I can fix netstat to not need it.Julian Elischer1999-11-051-0/+63
* Add the option for a socket node to shut down when the last hookJulian Elischer1999-11-053-65/+63
* Move isfoo() and friends to the newly created sys/ctype.h.Poul-Henning Kamp1999-11-033-0/+3
* Add statistics counters to "tee" netgraph node type.Archie Cobbs1999-11-022-53/+141
* Simplify checking/parsing of strings using strtoul(), isdigit(), etc.Archie Cobbs1999-11-024-66/+38
* Fix some bugs in MP allocation routine when links are non-equivalent.Archie Cobbs1999-11-011-12/+29
* Add typedefs for node methodsJulian Elischer1999-11-0117-147/+131
* braino in sample code.Julian Elischer1999-11-011-2/+2
* Start making the contents of the generic framework opaque to the nodes.Julian Elischer1999-11-015-30/+58
* Revamped and more useful PPP node type, supporting multi-link PPP directly.Archie Cobbs1999-10-292-188/+1218
* 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