summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when trying to duplicate a NULL meta.archie1999-11-081-9/+12
* Get rid of the 'sync2' hook, which was a hack. Instead, justarchie1999-11-082-53/+52
* Add support for the IFF_MULTICAST flag. There's notarchie1999-11-081-1/+3
* Be more accepting about the format of node IDs.julian1999-11-071-2/+2
* Move a structure Netstat needs back out to ng_socketvar.h (yech)julian1999-11-062-18/+3
* Fix several bugs found in the first bit of testing.archie1999-11-062-35/+53
* Re-add this till I can fix netstat to not need it.julian1999-11-051-0/+63
* Add the option for a socket node to shut down when the last hookjulian1999-11-053-65/+63
* Move isfoo() and friends to the newly created sys/ctype.h.phk1999-11-033-0/+3
* Add statistics counters to "tee" netgraph node type.archie1999-11-022-53/+141
* Simplify checking/parsing of strings using strtoul(), isdigit(), etc.archie1999-11-024-66/+38
* Fix some bugs in MP allocation routine when links are non-equivalent.archie1999-11-011-12/+29
* Add typedefs for node methodsjulian1999-11-0117-147/+131
* braino in sample code.julian1999-11-011-2/+2
* Start making the contents of the generic framework opaque to the nodes.julian1999-11-015-30/+58
* Revamped and more useful PPP node type, supporting multi-link PPP directly.archie1999-10-292-188/+1218
* When the session is running, don't include the ethernet header in the length ...julian1999-10-291-1/+2
* fix typojulian1999-10-271-2/+2
* The node goes away when last session disconnects or when disconnected fromjulian1999-10-271-0/+9
* change PPPoE occurences to pppoe. Not JUST a cosmeting change.julian1999-10-272-40/+40
* cleanups regarding misused m_pullup() and similar.julian1999-10-267-32/+44
* Send the negotiated session ID on our packets (DUH!).julian1999-10-261-1/+2
* Send a PADT message to the peer when a session is closed down.julian1999-10-261-1/+35
* This one actually gets session data to the waiting ppp daemonjulian1999-10-261-38/+5
* This one actually negotiated it's way into a session.julian1999-10-261-12/+58
* Bring ng_iface up-to-date with what has happenned to the bpf code.julian1999-10-251-30/+17
* more fixes, braino's, typo's, etc.julian1999-10-231-8/+19
* A version of the pppoe code ellicits a response from the ISP endjulian1999-10-231-19/+65
* dang, deleted a linejulian1999-10-231-1/+2
* Now that Netgraph is in the system there are some cleanups we can do.julian1999-10-233-11/+30
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-2138-0/+12430
OpenPOWER on IntegriCloud